This page is part of the Clinical Guidelines (v1.0.0: STU 1) based on FHIR R4. This is the current published version. 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/> .
@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:MedicationStatement;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "dcm-scenario6"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: stopped</p><p><b>category</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/medication-statement-category inpatient}\">Inpatient</span></p><p><b>medication</b>: <span title=\"Codes: {http://hl7.org/fhir/sid/ndc 0378-1805-10}\">1000 TABLET in 1 BOTTLE, PLASTIC (0378-1805-10)</span></p><p><b>subject</b>: <a href=\"Patient-dcm-scenario6.html\">Generated Summary: active; Example Patient; gender: female; birthDate: 1990-10-01; </a></p><p><b>effective</b>: 2015-01-23</p><p><b>dateAsserted</b>: 2015-02-22</p><p><b>informationSource</b>: <a href=\"Patient-dcm-scenario6.html\">Generated Summary: active; Example Patient; gender: female; birthDate: 1990-10-01; </a></p><p><b>derivedFrom</b>: <a href=\"MedicationRequest-dm-scenario6.html\">Generated Summary: status: active; intent: order; priority: routine; <span title=\"Codes: {http://snomed.info/sct 376988009}\">Levothyroxine sodium 75 microgram oral tablet</span>; <span title=\"Codes: {http://snomed.info/sct 40930008}\">Hypothyroidism (disorder)</span></a></p><p><b>reasonCode</b>: <span title=\"Codes: {http://snomed.info/sct 40930008}\">Hypothyroidism (disorder)</span></p><h3>Dosages</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table></div>"
];
fhir:MedicationStatement.status [ fhir:value "stopped"];
fhir:MedicationStatement.category [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/medication-statement-category" ];
fhir:Coding.code [ fhir:value "inpatient" ];
fhir:Coding.display [ fhir:value "Inpatient" ] ]
];
fhir:MedicationStatement.medicationCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/ndc" ];
fhir:Coding.code [ fhir:value "0378-1805-10" ];
fhir:Coding.display [ fhir:value "1000 TABLET in 1 BOTTLE, PLASTIC (0378-1805-10)" ] ]
];
fhir:MedicationStatement.subject [
fhir:Reference.reference [ fhir:value "Patient/dcm-scenario6" ]
];
fhir:MedicationStatement.effectiveDateTime [ fhir:value "2015-01-23"^^xsd:date];
fhir:MedicationStatement.dateAsserted [ fhir:value "2015-02-22"^^xsd:date];
fhir:MedicationStatement.informationSource [
fhir:Reference.reference [ fhir:value "Patient/dcm-scenario6" ]
];
fhir:MedicationStatement.derivedFrom [
fhir:index 0;
fhir:Reference.reference [ fhir:value "MedicationRequest/dm-scenario6" ]
];
fhir:MedicationStatement.reasonCode [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:40930008;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "40930008" ];
fhir:Coding.display [ fhir:value "Hypothyroidism (disorder)" ] ]
];
fhir:MedicationStatement.dosage [
fhir:index 0;
fhir:Dosage.sequence [ fhir:value "1"^^xsd:integer ];
fhir:Dosage.text [ fhir:value "75mcg daily" ];
fhir:Dosage.timing [
fhir:Timing.repeat [
fhir:Timing.repeat.frequency [ fhir:value "1"^^xsd:positiveInteger ];
fhir:Timing.repeat.period [ fhir:value "1"^^xsd:decimal ];
fhir:Timing.repeat.periodUnit [ fhir:value "d" ] ] ];
fhir:Dosage.route [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:26643006;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "26643006" ];
fhir:Coding.display [ fhir:value "Oral Route (qualifier value)" ] ] ];
fhir:Dosage.doseAndRate [
fhir:index 0;
fhir:Dosage.doseAndRate.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/dose-rate-type" ];
fhir:Coding.code [ fhir:value "ordered" ];
fhir:Coding.display [ fhir:value "Ordered" ] ] ];
fhir:Dosage.doseAndRate.doseQuantity [
fhir:Quantity.value [ fhir:value "75"^^xsd:decimal ];
fhir:Quantity.unit [ fhir:value "mcg" ];
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
fhir:Quantity.code [ fhir:value "ug" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.