PACIO Personal Functioning and Engagement Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-pacio-pfe/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:NutritionOrder ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "PFEIG-NutritionOrder-SNFDischargeDiet"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-nutrition-order"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-nutrition-order> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/PFEIG-patientBSJ1" ]
] ; #
fhir:dateTime [ fhir:v "2024-07-18"^^xsd:date] ; #
fhir:orderer [
fhir:reference [ fhir:v "PractitionerRole/PFEIG-Role-SNFDoc-GeraldPark" ]
] ; #
fhir:allergyIntolerance ( [
fhir:reference [ fhir:v "AllergyIntolerance/PFEIG-AllergyACE" ]
] ) ; #
fhir:excludeFoodModifier ( [
( fhir:coding [
a sct:226559002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "226559002" ] ;
fhir:display [ fhir:v "Bread" ] ] )
] ) ; #
fhir:oralDiet [
( fhir:type [
( fhir:coding [
a sct:1055201009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1055201009" ] ;
fhir:display [ fhir:v "Decreased protein and/or protein derivative diet (regime/therapy)" ] ] [
a sct:437421000124105 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "437421000124105" ] ;
fhir:display [ fhir:v "Decreased sodium diet (regime/therapy)" ] ] [
a sct:1237451006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1237451006" ] ;
fhir:display [ fhir:v "International Dysphagia Diet Standardisation Initiative Framework - Regular Level 7" ] ] ) ] ) ;
( fhir:schedule [
fhir:repeat [
fhir:bounds [
a fhir:Period ;
fhir:start [ fhir:v "2024-07-18"^^xsd:date ] ] ;
fhir:frequency [ fhir:v "3"^^xsd:positiveInteger ] ;
fhir:frequencyMax [ fhir:v "4"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ] ] ] ) ;
( fhir:fluidConsistencyType [
( fhir:coding [
a sct:1231508001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1231508001" ] ;
fhir:display [ fhir:v "International Dysphagia Diet Standardisation Initiative Framework - Thin Level 0" ] ] ) ] ) ;
fhir:instruction [ fhir:v "May have a snack if desired" ]
] ; #
fhir:supplement ( [
fhir:type [
( fhir:coding [
a sct:443481000124101 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "443481000124101" ] ;
fhir:display [ fhir:v "Renal Formula" ] ] [
a sct:443051000124104 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "443051000124104" ] ;
fhir:display [ fhir:v "Adult diabetic specialty formula" ] ] ) ] ;
( fhir:schedule [
fhir:repeat [
fhir:bounds [
a fhir:Period ;
fhir:start [ fhir:v "2024-07-18"^^xsd:date ] ] ;
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ] ;
( fhir:when [ fhir:v "MORN" ] ) ] ] )
] ) . #
IG © 2022+ HL7 International / Patient Care. Package hl7.fhir.us.pacio-pfe#2.0.0-ballot based on FHIR 4.0.1. Generated 2024-08-13
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change