FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example MedicationStatement/example008 (XML)

Pharmacy Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Encounter, Patient, Practitioner, RelatedPerson

Raw XML (canonical form + also see XML Format Specification)

Patient reports they used the given patches over the last 30 days. (id = "example008")

<?xml version="1.0" encoding="UTF-8"?>

<!--   This example where a patient reports is not taking now but will be taking in
 future    --><MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="example008"/> 
  <contained> 
    <Medication> 
      <id value="med0309"/> 
      <code> 
        <coding> 
          <system value="http://hl7.org/fhir/sid/ndc"/> 
          <code value="358793"/> 
          <display value="Nigroglycerin patch"/> 
        </coding> 
      </code> 
      <doseForm> 
        <coding> 
          <system value="http://snomed.info/sct"/> 
          <code value="376251004"/> 
          <display value="Nitroglycerin 200 microgram/hour prolonged-release transdermal patch"/> 
        </coding> 
      </doseForm> 
    </Medication> 
  </contained> 
  <status value="recorded"/> 
  <medication> 
    <!--   Linked to a RESOURCE Medication   -->
    <reference> 
      <reference value="#med0309"/> 
    </reference> 
  </medication> 
  <subject> 
    <reference value="Patient/pat1"/> 
    <display value="Donald Duck"/> 
  </subject> 
  <note> 
    <text value="Patient reports they used the given patches over the last 30 days"/> 
  </note> 
  <dosage> 
    <doseAndRate> 
      <doseQuantity> 
        <value value="1"/> 
        <unit value="patch"/> 
        <system value="http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"/> 
        <code value="TPATH24"/> 
      </doseQuantity> 
    </doseAndRate> 
  </dosage> 
</MedicationStatement> 

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.