2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 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

Medicationprescription-example-f003-tolbutamide.xml

Raw XML (canonical form)

Real-world prescription example (id = "f003")

Raw XML

<MedicationPrescription xmlns="http://hl7.org/fhir">
  <id value="f003"/>
    <identifier>
        <use value="official"/>
        <system value="http://www.bmc.nl/portal/prescriptions"/>
        <value value="order9845343"/>
    </identifier>
    <dateWritten value="2011-05-01"/>
    <status value="active"/>
    <patient> <!--   Linked to the resource patient who needs the medication   -->
        <reference value="Patient/f001"/>
        <display value="P. van den Heuvel"/>         
    </patient>
    <prescriber> <!--   Linked to the practitioner who treats patient   -->
        <reference value="Practitioner/f007"/>
        <display value="S.M. Heps"/>
    </prescriber>
    <encounter> <!--   Linked to a resource Encounter between patient and practitioner  -->
        <reference value="Encounter/f002"/>
        <display value="encounter who leads to this priscription"/>
    </encounter>
    <reasonCodeableConcept>
        <coding>
            <system value="http://snomed.info/sct"/>
            <code value="444780001"/>
            <display value="High glucose level in blood"/>
        </coding>
    </reasonCodeableConcept>
    <medication> <!--   Linked to a RESOURCE Medication   -->
        <reference value="Medication/f003"/>
        <display value="prescribed medication"/>
    </medication> 
    <dosageInstruction>
        <scheduledTiming>
            <event>
                <start value="2011-05-01"/>
            </event>
            <repeat>
                <frequency value="3"/>
                <duration value="1"/>
                <units value="d"/>
            </repeat>
        </scheduledTiming>
        <site>
            <coding>
                <system value="http://snomed.info/sct"/>
                <code value="181220002"/>
                <display value="Entire oral cavity"/>
            </coding>
        </site>
        <route>
            <coding>
                <system value="http://snomed.info/sct"/>
                <code value="386359008"/>
                <display value="Administration of drug or medicament via oral route"/>
            </coding>
        </route>
        <doseQuantity>
            <value value="500"/>
            <units value="mg"/>
            <system value="http://unitsofmeasure.org"/>
            <code value="mg"/>
        </doseQuantity>
    </dosageInstruction>         
    <dispense>
        <validityPeriod>
            <start value="2011-05-01"/>
        </validityPeriod>
        <quantity>
            <value value="90"/>
            <system value="http://snomed.info/sct"/> 
            <code value="46992007"/>
        </quantity>
    </dispense>   
</MedicationPrescription>

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.