This page is part of the PACIO Personal Functioning and Engagement Implementation Guide (v2.0.0-ballot: STU 2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "NutritionOrder",
"id" : "PFEIG-NutritionOrder-SNFDischargeDiet",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-nutrition-order"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: NutritionOrder PFEIG-NutritionOrder-SNFDischargeDiet</b></p><a name=\"PFEIG-NutritionOrder-SNFDischargeDiet\"> </a><a name=\"hcPFEIG-NutritionOrder-SNFDischargeDiet\"> </a><a name=\"PFEIG-NutritionOrder-SNFDischargeDiet-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>patient</b>: <a href=\"Patient-PFEIG-patientBSJ1.html\">Betsy Smith-Johnson Female, DoB Unknown ( http://example.org/identifiers/patient#10A3D58WH1600)</a></p><p><b>dateTime</b>: 2024-07-18</p><p><b>orderer</b>: <a href=\"PractitionerRole-PFEIG-Role-SNFDoc-GeraldPark.html\">PractitionerRole Geriatric Medicine (Family Medicine) Physician</a></p><p><b>allergyIntolerance</b>: <a href=\"AllergyIntolerance-PFEIG-AllergyACE.html\">AllergyIntolerance Substance with angiotensin-converting enzyme inhibitor mechanism of action (substance)</a></p><p><b>excludeFoodModifier</b>: <span title=\"Codes:{http://snomed.info/sct 226559002}\">Bread</span></p><h3>OralDiets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Schedule</b></td><td><b>FluidConsistencyType</b></td><td><b>Instruction</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 1055201009}, {http://snomed.info/sct 437421000124105}, {http://snomed.info/sct 1237451006}\">Decreased protein and/or protein derivative diet (regime/therapy)</span></td><td>3-4 per1 days</td><td><span title=\"Codes:{http://snomed.info/sct 1231508001}\">International Dysphagia Diet Standardisation Initiative Framework - Thin Level 0</span></td><td>May have a snack if desired</td></tr></table><h3>Supplements</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Schedule</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 443481000124101}, {http://snomed.info/sct 443051000124104}\">Renal Formula</span></td><td>, ?ngen-6?</td></tr></table></div>"
},
"status" : "active",
"intent" : "order",
"patient" : {
🔗 "reference" : "Patient/PFEIG-patientBSJ1"
},
"dateTime" : "2024-07-18",
"orderer" : {
🔗 "reference" : "PractitionerRole/PFEIG-Role-SNFDoc-GeraldPark"
},
"allergyIntolerance" : [
{
🔗 "reference" : "AllergyIntolerance/PFEIG-AllergyACE"
}
],
"excludeFoodModifier" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "226559002",
"display" : "Bread"
}
]
}
],
"oralDiet" : {
"type" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "1055201009",
"display" : "Decreased protein and/or protein derivative diet (regime/therapy)"
},
{
"system" : "http://snomed.info/sct",
"code" : "437421000124105",
"display" : "Decreased sodium diet (regime/therapy)"
},
{
"system" : "http://snomed.info/sct",
"code" : "1237451006",
"display" : "International Dysphagia Diet Standardisation Initiative Framework - Regular Level 7"
}
]
}
],
"schedule" : [
{
"repeat" : {
"boundsPeriod" : {
"start" : "2024-07-18"
},
"frequency" : 3,
"frequencyMax" : 4,
"period" : 1,
"periodUnit" : "d"
}
}
],
"fluidConsistencyType" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "1231508001",
"display" : "International Dysphagia Diet Standardisation Initiative Framework - Thin Level 0"
}
]
}
],
"instruction" : "May have a snack if desired"
},
"supplement" : [
{
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "443481000124101",
"display" : "Renal Formula"
},
{
"system" : "http://snomed.info/sct",
"code" : "443051000124104",
"display" : "Adult diabetic specialty formula"
}
]
},
"schedule" : [
{
"repeat" : {
"boundsPeriod" : {
"start" : "2024-07-18"
},
"frequency" : 1,
"period" : 1,
"periodUnit" : "d",
"when" : [
"MORN"
]
}
}
]
}
]
}