DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Medicationprescriptionexample5.xml

Raw XML (canonical form)

Example of a loading dose (id = "medrx005")

Raw XML

<MedicationPrescription xmlns="http://hl7.org/fhir">
  <id value="medrx005"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="http://www.bmc.nl/portal/prescriptions"/>
    <value value="12345"/>
  </identifier>
  <dateWritten value="2015-01-15"/>
  <status value="active"/>
  <patient><!--    Linked to the resource patient who needs the medication    -->
    <reference value="Patient/f001"/>
    <display value="Eve Everywoman"/>
  </patient>
  <prescriber><!--    Linked to the practitioner who treats patient    -->
    <reference value="Practitioner/f007"/>
    <display value="Patrick Pump"/>
  </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="65363002"/>
      <display value="Otitis Media"/>
    </coding>
  </reasonCodeableConcept>
  <medication><!--    Linked to a RESOURCE Medication    -->
    <reference value="Medication/MedicationExample6"/>
    <display value="prescribed medication"/>
  </medication>
  <dosageInstruction>
    <text value="Take two capsules to start"/>
    <additionalInstructions>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="311504000"/>
        <display value="With or after food"/>
      </coding>
    </additionalInstructions>
    <scheduledTiming>
      <event value="2015-01-15"/>
      <repeat>
        <duration value="1"/>
        <durationUnits value="d"/>
        <frequency value="1"/>
        <period value="1"/>
        <periodUnits 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="26643006"/>
        <display value="Oral Route"/>
      </coding>
    </route>
    <doseQuantity>
      <value value="2"/>
      <system value="http://hl7.org/fhir/v3/orderableDrugForm"/>
      <code value="CAP"/>
    </doseQuantity>
  </dosageInstruction>
  <dosageInstruction>
    <text value="Take one capsule three times daily"/>
    <additionalInstructions>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="311504000"/>
        <display value="With or after food"/>
      </coding>
    </additionalInstructions>
    <scheduledTiming>
      <event value="2015-01-15"/>
      <repeat>
        <duration value="11"/>
        <durationUnits value="d"/>
        <frequency value="2"/>
        <period value="1"/>
        <periodUnits 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="26643006"/>
        <display value="Oral Route"/>
      </coding>
    </route>
    <doseQuantity>
      <value value="1"/>
      <system value="http://hl7.org/fhir/v3/orderableDrugForm"/>
      <code value="CAP"/>
    </doseQuantity>
  </dosageInstruction>
</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.