This page is part of the FHIR Specification (v1.8.0: STU 3 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R5 R4B R4 R3
Dispense for Lorazepam (Rx norm code) - completed with rate range
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/MedicationDispense/meddisp0314> a fhir:MedicationDispense;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "meddisp0314"];
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>: meddisp0314</p><p><b>contained</b>: </p><p><b>status</b>: completed</p><p><b>medication</b>: id: med0313; Lorazepam 2mg/ml Injectable Solution (Ativan) <span>(Details : {RxNorm code '206819' = '206819', given as 'Lorazepam 2mg/ml Injectable Solution (Ativan)'})</span>; isBrand</p><p><b>patient</b>: <a>Donald Duck </a></p><p><b>dispenser</b>: <a>Rob van den Berk</a></p><p><b>authorizingPrescription</b>: <a>MedicationRequest/medrx0315</a></p><p><b>type</b>: Trial Fill <span>(Details : {http://hl7.org/fhir/ValueSet/v3-ActPharmacySupplyType code 'TF' = 'TF', given as 'Trial Fill'})</span></p><p><b>quantity</b>: 1 415818005<span> (Details: SNOMED CT code 415818005 = '415818005')</span></p><p><b>daysSupply</b>: 1 Day<span> (Details: UCUM code d = 'd')</span></p><p><b>whenPrepared</b>: 25/06/2015 7:13:00 AM</p><p><b>whenHandedOver</b>: 26/06/2015 7:13:00 AM</p><p><b>dosageInstruction</b>: </p></div>"
];
fhir:DomainResource.contained [
a fhir:Medication;
fhir:index 0;
fhir:Resource.id [ fhir:value "med0313" ];
fhir:Medication.code [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://www.nlm.nih.gov/research/umls/rxnorm" ];
fhir:Coding.code [ fhir:value "206819" ];
fhir:Coding.display [ fhir:value "Lorazepam 2mg/ml Injectable Solution (Ativan)" ]
]
];
fhir:Medication.isBrand [ fhir:value "true"^^xsd:boolean ];
fhir:Medication.product [
fhir:Medication.product.form [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:concept sct:385219001;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "385219001" ];
fhir:Coding.display [ fhir:value "Injection solution (qualifier value)" ]
]
];
fhir:Medication.product.ingredient [
fhir:index 0;
fhir:Medication.product.ingredient.itemCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:concept sct:387106007;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "387106007" ];
fhir:Coding.display [ fhir:value "Lorazepam (substance)" ]
]
];
fhir:Medication.product.ingredient.amount [
fhir:Ratio.numerator [
fhir:Quantity.value [ fhir:value "2"^^xsd:decimal ];
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
fhir:Quantity.code [ fhir:value "mg" ]
];
fhir:Ratio.denominator [
fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ];
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
fhir:Quantity.code [ fhir:value "mL" ]
]
]
]
]
];
fhir:MedicationDispense.status [ fhir:value "completed"];
fhir:MedicationDispense.medicationReference [
fhir:Reference.reference [ fhir:value "#med0313" ]
];
fhir:MedicationDispense.patient [
fhir:link <http://hl7.org/fhir/Patient/pat1>;
fhir:Reference.reference [ fhir:value "Patient/pat1" ];
fhir:Reference.display [ fhir:value "Donald Duck " ]
];
fhir:MedicationDispense.dispenser [
fhir:link <http://hl7.org/fhir/Practitioner/f006>;
fhir:Reference.reference [ fhir:value "Practitioner/f006" ];
fhir:Reference.display [ fhir:value "Rob van den Berk" ]
];
fhir:MedicationDispense.authorizingPrescription [
fhir:index 0;
fhir:link <http://hl7.org/fhir/MedicationRequest/medrx0315>;
fhir:Reference.reference [ fhir:value "MedicationRequest/medrx0315" ]
];
fhir:MedicationDispense.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/ValueSet/v3-ActPharmacySupplyType" ];
fhir:Coding.code [ fhir:value "TF" ];
fhir:Coding.display [ fhir:value "Trial Fill" ]
]
];
fhir:MedicationDispense.quantity [
fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ];
fhir:Quantity.system [ fhir:value "http://snomed.info/sct" ];
fhir:Quantity.code [ fhir:value "415818005" ]
];
fhir:MedicationDispense.daysSupply [
fhir:Quantity.value [ fhir:value "1"^^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-06-25T07:13:00+05:00"^^xsd:dateTime];
fhir:MedicationDispense.whenHandedOver [ fhir:value "2015-06-26T07:13:00+05:00"^^xsd:dateTime];
fhir:MedicationDispense.dosageInstruction [
fhir:index 0;
fhir:DosageInstruction.sequence [ fhir:value "1"^^xsd:int ];
fhir:DosageInstruction.text [ fhir:value "7mg IV over 2-5 minutes every 15 minutes as needed" ];
fhir:DosageInstruction.timing [
fhir:Timing.repeat [
fhir:Timing.repeat.frequency [ fhir:value "1"^^xsd:int ];
fhir:Timing.repeat.period [ fhir:value "15"^^xsd:decimal ];
fhir:Timing.repeat.periodUnit [ fhir:value "min" ]
]
];
fhir:DosageInstruction.asNeededBoolean [ fhir:value "true"^^xsd:boolean ];
fhir:DosageInstruction.route [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:concept sct:255560000;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "255560000" ];
fhir:Coding.display [ fhir:value "Intravenous" ]
]
];
fhir:DosageInstruction.method [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:concept sct:420620005;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "420620005" ];
fhir:Coding.display [ fhir:value "Push - dosing instruction imperative (qualifier value)" ]
]
];
fhir:DosageInstruction.doseQuantity [
fhir:Quantity.value [ fhir:value "7"^^xsd:decimal ];
fhir:Quantity.unit [ fhir:value "mg" ];
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
fhir:Quantity.code [ fhir:value "mg" ]
];
fhir:DosageInstruction.rateRange [
fhir:Range.low [
fhir:Quantity.value [ fhir:value "2"^^xsd:decimal ];
fhir:Quantity.unit [ fhir:value "min" ];
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
fhir:Quantity.code [ fhir:value "min" ]
];
fhir:Range.high [
fhir:Quantity.value [ fhir:value "5"^^xsd:decimal ];
fhir:Quantity.unit [ fhir:value "min" ];
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
fhir:Quantity.code [ fhir:value "min" ]
]
]
] .
<http://hl7.org/fhir/Patient/pat1> a fhir:Patient .
<http://hl7.org/fhir/Practitioner/f006> a fhir:Practitioner .
<http://hl7.org/fhir/MedicationRequest/medrx0315> a fhir:MedicationRequest .
# -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.