FHIR CI-Build

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

Example Medication/med0307 (XML)

Pharmacy Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

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

Subcutaneous injection Example - Manufactured Product - Novolog (id = "med0307")

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

<Medication xmlns="http://hl7.org/fhir">
  <id value="med0307"/> 
  <contained> 
    <Organization> 
      <id value="mmanu"/> 
      <name value="Medication Manufacturer"/> 
    </Organization> 
  </contained> 
  <code> 
    <coding> 
      <system value="http://hl7.org/fhir/sid/ndc"/> 
      <code value="0169-7501-11"/> 
      <display value="NOVOLOG, 1 VIAL, GLASS in 1 CARTON (0169-7501-11) &gt; 10 mL in 1 VIAL, GLASS (package)"/> 
    </coding> 
    <text value="Novolog 100u/ml"/> 
  </code> 
  <marketingAuthorizationHolder> 
    <reference value="#mmanu"/> 
  </marketingAuthorizationHolder> 
  <doseForm> 
    <coding> 
      <system value="http://snomed.info/sct"/> 
      <code value="385219001"/> 
      <display value="Solution for injection"/> 
    </coding> 
  </doseForm> 
  <ingredient> 
    <item> 
      <concept> 
        <coding> 
          <system value="http://snomed.info/sct"/> 
          <code value="325072002"/> 
          <display value="Insulin Aspart (substance)"/> 
        </coding> 
      </concept> 
    </item> 
    <strengthRatio> 
      <numerator> 
        <value value="100"/> 
        <system value="http://unitsofmeasure.org"/> 
        <code value="U"/> 
      </numerator> 
      <denominator> 
        <value value="1"/> 
        <system value="http://unitsofmeasure.org"/> 
        <code value="mL"/> 
      </denominator> 
    </strengthRatio> 
  </ingredient> 
  <batch> 
    <lotNumber value="12345"/> 
    <expirationDate value="2019-10-31"/> 
  </batch> 
</Medication> 

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.