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

Medicationprescriptionexample3.xml

Raw XML (canonical form)

Example of a increasing dose (id = "medrx003")

Raw XML

<MedicationPrescription xmlns="http://hl7.org/fhir"><!--    Not sure how to reference an id    -->
  <id value="medrx003"/>
  <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="195967001"/>
      <display value="Asthma"/>
    </coding>
  </reasonCodeableConcept>
  <medication><!--    Linked to a RESOURCE Medication    -->
    <reference value="Medication/MedicationExample11"/>
    <display value="prescribed medication"/>
  </medication>
  <dosageInstruction>
    <text value="Take 1 tablet twice daily for 3 days"/>
    <additionalInstructions>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="311504000"/>
        <display value="With or after food"/>
      </coding>
    </additionalInstructions>
    <scheduledTiming>
      <event value="2015-03-01"/>
      <repeat>
        <duration value="3"/>
        <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="TAB"/>
    </doseQuantity>
  </dosageInstruction>
  <dosageInstruction>
    <text value="Take 2 tablet twice daily for 3 days"/>
    <additionalInstructions>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="311504000"/>
        <display value="With or after food"/>
      </coding>
    </additionalInstructions>
    <scheduledTiming>
      <event value="2015-03-04"/>
      <repeat>
        <duration value="3"/>
        <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="2"/>
      <system value="http://hl7.org/fhir/v3/orderableDrugForm"/>
      <code value="TAB"/>
    </doseQuantity>
  </dosageInstruction>
  <dosageInstruction>
    <text value="Take 3 tablet twice daily for 3 days"/>
    <additionalInstructions>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="311504000"/>
        <display value="With or after food"/>
      </coding>
    </additionalInstructions>
    <scheduledTiming>
      <event value="2015-03-07"/>
      <repeat>
        <duration value="3"/>
        <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="3"/>
      <system value="http://hl7.org/fhir/v3/orderableDrugForm"/>
      <code value="TAB"/>
    </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.