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

Medicationprescription-example-f002-crestor.xml

Raw XML (canonical form)

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

Raw XML

<MedicationPrescription xmlns="http://hl7.org/fhir">
  <id value="f002"/>
  <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="order9837343"/>
  </identifier>
  <dateWritten value="2013-04-08"/>
  <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/f006"/>
    <display value="R.A. van den Berk"/>
  </prescriber>
  <encounter><!--    Linked to a resource Visit between patient and practitioner   -->
    <reference value="Encounter/f001"/>
    <display value="encounter who leads to this priscription"/>
  </encounter>
  <reasonCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="28036006"/>
      <display value="High density lipoprotein cholesterol level"/>
    </coding>
  </reasonCodeableConcept>
  <medication><!--    Linked to a RESOURCE Medication    -->
    <reference value="Medication/f002"/>
    <display value="prescribed medication"/>
  </medication>
  <dosageInstruction>
    <scheduledTiming>
      <repeat>
        <bounds>
          <start value="2013-08-04"/>
        </bounds>
        <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="386359008"/>
        <display value="Administration of drug or medicament via oral route"/>
      </coding>
    </route>
    <doseQuantity>
      <value value="10"/>
      <units value="mg"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mg"/>
    </doseQuantity>
  </dosageInstruction>
  <dispense>
    <validityPeriod>
      <start value="2013-04-08"/>
    </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.