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

Generated Narrative

Resource "example004"

partOf: Observation/blood-pressure

status: active

medication: Amoxicillin (product) (SNOMED CT#27658006)

subject: Patient/pat1: Donald Duck "Duck DONALD"

effective: 2014-01-23

dateAsserted: 2015-02-22

informationSource: Patient/pat1: Donald Duck "Duck DONALD"

reasonCode: Otitis Media (SNOMED CT#65363002)

note: Patient indicates they miss the occasional dose

" ]; fhir:MedicationStatement.partOf [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/blood-pressure" ] ]; fhir:MedicationStatement.status [ fhir:value "active"]; fhir:MedicationStatement.medicationCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:27658006; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "27658006" ]; fhir:Coding.display [ fhir:value "Amoxicillin (product)" ] ] ]; fhir:MedicationStatement.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat1" ]; fhir:Reference.display [ fhir:value "Donald Duck" ] ]; fhir:MedicationStatement.effectiveDateTime [ fhir:value "2014-01-23"^^xsd:date]; fhir:MedicationStatement.dateAsserted [ fhir:value "2015-02-22"^^xsd:date]; fhir:MedicationStatement.informationSource [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat1" ]; fhir:Reference.display [ fhir:value "Donald Duck" ] ]; fhir:MedicationStatement.reasonCode [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:65363002; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "65363002" ]; fhir:Coding.display [ fhir:value "Otitis Media" ] ] ]; fhir:MedicationStatement.note [ fhir:index 0; fhir:Annotation.text [ fhir:value "Patient indicates they miss the occasional dose" ] ]; fhir:MedicationStatement.dosage [ fhir:index 0; fhir:Dosage.text [ fhir:value "one capsule three times daily" ]; fhir:Dosage.timing [ fhir:Timing.repeat [ fhir:Timing.repeat.frequency [ fhir:value "3"^^xsd:positiveInteger ]; fhir:Timing.repeat.period [ fhir:value "1"^^xsd:decimal ]; fhir:Timing.repeat.periodUnit [ fhir:value "d" ] ] ]; fhir:Dosage.asNeededBoolean [ fhir:value "false"^^xsd:boolean ]; fhir:Dosage.route [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:260548002; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "260548002" ]; fhir:Coding.display [ fhir:value "Oral" ] ] ]; fhir:Dosage.maxDosePerPeriod [ fhir:Ratio.numerator [ fhir:Quantity.value [ fhir:value "3"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "capsules" ]; fhir:Quantity.system [ fhir:value "http://snomed.info/sct" ]; fhir:Quantity.code [ fhir:value "385055001" ] ]; fhir:Ratio.denominator [ fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "d" ] ] ] ] . a fhir:Observation . a fhir:Patient . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------