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:MedicationDispense;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "dm-scenario4"];
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>: completed</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-dm-scenario4.html\">Generated Summary: active; Example Patient; gender: female; birthDate: 1990-10-01; </a></p><p><b>authorizingPrescription</b>: <a href=\"MedicationRequest-dm-scenario4.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>type</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-ActCode RFP}\">Refill - Part Fill</span></p><p><b>quantity</b>: 100 TAB</p><p><b>daysSupply</b>: 30 Day</p><p><b>whenPrepared</b>: Mar 16, 2015 12:13:00 PM</p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table></div>"
];
fhir:MedicationDispense.status [ fhir:value "completed"];
fhir:MedicationDispense.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:MedicationDispense.subject [
fhir:Reference.reference [ fhir:value "Patient/dm-scenario4" ]
];
fhir:MedicationDispense.authorizingPrescription [
fhir:index 0;
fhir:Reference.reference [ fhir:value "MedicationRequest/dm-scenario4" ]
];
fhir:MedicationDispense.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ];
fhir:Coding.code [ fhir:value "RFP" ];
fhir:Coding.display [ fhir:value "Refill - Part Fill" ] ]
];
fhir:MedicationDispense.quantity [
fhir:Quantity.value [ fhir:value "100"^^xsd:decimal ];
fhir:Quantity.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm" ];
fhir:Quantity.code [ fhir:value "TAB" ]
];
fhir:MedicationDispense.daysSupply [
fhir:Quantity.value [ fhir:value "30"^^xsd:decimal ];
fhir:Quantity.unit [ fhir:value "Day" ];
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
fhir:Quantity.code [ fhir:value "d" ]
];
fhir:MedicationDispense.whenPrepared [ fhir:value "2015-03-16T17:13:00+05:00"^^xsd:dateTime];
fhir:MedicationDispense.dosageInstruction [
fhir:index 0;
fhir:Dosage.sequence [ fhir:value "1"^^xsd:integer ];
fhir:Dosage.text [ fhir:value "75mcg daily 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.