@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:NutritionOrder; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "proteinsupplement"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "proteinsupplement"

identifier: id: 123

status: active

intent: order

patient: Patient/example: Peter Chalmers "Peter CHALMERS"

encounter: Encounter/example: Inpatient

dateTime: 2014-09-17

orderer: Practitioner/example: Dr Adam Careful "Adam CAREFUL"

Supplements

-TypeProductNameScheduleQuantityInstruction
*High Protein Powder (SNOMED CT#442991000124104 "Adult high protein formula"; supplement-type-codes#1000)BeneproteinStarting 2015-02-10, Do , at meals1 scoop (Details: UCUM code {scoop} = '{scoop}')Beneprotein 1 scoop TID with meal.starting on 2015-02-10
" ]; fhir:NutritionOrder.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "http://goodhealthhospital.org/nutrition-requests" ]; fhir:Identifier.value [ fhir:value "123" ] ]; fhir:NutritionOrder.status [ fhir:value "active"]; fhir:NutritionOrder.intent [ fhir:value "order"]; fhir:NutritionOrder.patient [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ]; fhir:Reference.display [ fhir:value "Peter Chalmers" ] ]; fhir:NutritionOrder.encounter [ fhir:link ; fhir:Reference.reference [ fhir:value "Encounter/example" ]; fhir:Reference.display [ fhir:value "Inpatient" ] ]; fhir:NutritionOrder.dateTime [ fhir:value "2014-09-17"^^xsd:date]; fhir:NutritionOrder.orderer [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/example" ]; fhir:Reference.display [ fhir:value "Dr Adam Careful" ] ]; fhir:NutritionOrder.supplement [ fhir:index 0; fhir:NutritionOrder.supplement.type [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:442991000124104; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "442991000124104" ]; fhir:Coding.display [ fhir:value "Adult high protein formula" ] ], [ fhir:index 1; fhir:Coding.system [ fhir:value "http://goodhealthhospital.org/supplement-type-codes" ]; fhir:Coding.code [ fhir:value "1000" ]; fhir:Coding.display [ fhir:value "High Protein Powder" ] ]; fhir:CodeableConcept.text [ fhir:value "High Protein Powder" ] ]; fhir:NutritionOrder.supplement.productName [ fhir:value "Beneprotein" ]; fhir:NutritionOrder.supplement.schedule [ fhir:index 0; fhir:Timing.repeat [ fhir:Timing.repeat.boundsPeriod [ fhir:Period.start [ fhir:value "2015-02-10"^^xsd:date ] ]; fhir:Timing.repeat.when [ fhir:value "C"; fhir:index 0 ] ] ]; fhir:NutritionOrder.supplement.quantity [ fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "scoop" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "{scoop}" ] ]; fhir:NutritionOrder.supplement.instruction [ fhir:value "Beneprotein 1 scoop TID with meal.starting on 2015-02-10" ] ] . a fhir:Patient . a fhir:Encounter . a fhir:Practitioner . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------