This page is part of the US-Medication FHIR IG (v1.0.0: STU 1) based on FHIR R3. The current version which supercedes this version is 1.2.0. For a full list of available versions, see the Directory of published versions
Formats: Narrative, XML, JSON, Turtle
Raw ttl
@prefix fhir: <http://hl7.org/fhir/STU3/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:MedicationDispense; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "meddispense-1"]; fhir:Resource.meta [ fhir:Meta.versionId [ fhir:value "1" ]; fhir:Meta.lastUpdated [ fhir:value "2016-12-08T06:38:52Z"^^xsd:dateTime ]; fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/us/meds/StructureDefinition/medicationdispense"; fhir:index 0 ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: meddispense-1</p><p><b>meta</b>: </p><p><b>status</b>: in-progress</p><p><b>medication</b>: Lantus 100 unit/ml injectable solution <span style=\"background: LightGoldenRodYellow\">(Details : {RxNorm code '285018' = '285018', given as 'Lantus 100 unit/ml injectable solution'})</span></p><p><b>subject</b>: Amy V. Shaw</p><h3>Performers</h3><table class=\"grid\"><tr><td>-</td><td><b>Actor</b></td></tr><tr><td>*</td><td>Ronald Bone, MD</td></tr></table><p><b>whenHandedOver</b>: 08/12/2016 6:38:52 AM</p><p><b>dosageInstruction</b>: </p></div>" ]; fhir:MedicationDispense.status [ fhir:value "in-progress"]; fhir:MedicationDispense.medicationCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://www.nlm.nih.gov/research/umls/rxnorm" ]; fhir:Coding.code [ fhir:value "285018" ]; fhir:Coding.display [ fhir:value "Lantus 100 unit/ml injectable solution" ] ]; fhir:CodeableConcept.text [ fhir:value "Lantus 100 unit/ml injectable solution" ] ]; fhir:MedicationDispense.subject [ fhir:Reference.display [ fhir:value "Amy V. Shaw" ] ]; fhir:MedicationDispense.performer [ fhir:index 0; fhir:MedicationDispense.performer.actor [ fhir:Reference.display [ fhir:value "Ronald Bone, MD" ] ] ]; fhir:MedicationDispense.whenHandedOver [ fhir:value "2016-12-08T06:38:52Z"^^xsd:dateTime]; fhir:MedicationDispense.dosageInstruction [ fhir:index 0; fhir:Dosage.sequence [ fhir:value "1"^^xsd:integer ]; fhir:Dosage.text [ fhir:value "20 Units SC three times daily" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.