International Patient Access
1.0.0 - STU1 International flag

International Patient Access, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-ipa/ and changes regularly. See the Directory of published versions

: Medication Example - XML Representation

Page standards status: Informative

Raw xml | Download



<Medication xmlns="http://hl7.org/fhir">
  <id value="MedExample1"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-medication"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Medication</b><a name="MedExample1"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Medication &quot;MedExample1&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ipa-medication.html">IPA-Medication</a></p></div><p><b>code</b>: PERCOCET, 30 TABLET in 1 BOTTLE (16590-619-30) (package) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-v3-ndc.html">National drug codes</a>#16590-619-30)</span></p><p><b>form</b>: Tablet <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#385055001)</span></p><blockquote><p><b>ingredient</b></p><p><b>item</b>: oxyCODONE hydrochloride <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-v3-rxNorm.html">RxNorm</a>#82063)</span></p><p><b>strength</b>: 5 mg<span style="background: LightGoldenRodYellow"> (Details: UCUM code mg = 'mg')</span>/1(unit TAB from http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm)<span style="background: LightGoldenRodYellow"> (Details: http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm code TAB = 'Tablet')</span></p></blockquote><blockquote><p><b>ingredient</b></p><p><b>item</b>: Acetaminophen <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-v3-rxNorm.html">RxNorm</a>#161)</span></p><p><b>strength</b>: 325 mg<span style="background: LightGoldenRodYellow"> (Details: UCUM code mg = 'mg')</span>/1(unit TAB from http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm)<span style="background: LightGoldenRodYellow"> (Details: http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm code TAB = 'Tablet')</span></p></blockquote><h3>Batches</h3><table class="grid"><tr><td style="display: none">-</td><td><b>LotNumber</b></td><td><b>ExpirationDate</b></td></tr><tr><td style="display: none">*</td><td>658484</td><td>2020-07-31</td></tr></table></div>
  </text>
  <code>
    <coding>
      <system value="http://hl7.org/fhir/sid/ndc"/>
      <code value="16590-619-30"/>
      <display
               value="PERCOCET, 30 TABLET in 1 BOTTLE (16590-619-30) (package)"/>
    </coding>
  </code>
  <form>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="385055001"/>
      <display value="Tablet"/>
    </coding>
  </form>
  <ingredient>
    <itemCodeableConcept>
      <coding>
        <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
        <code value="82063"/>
        <display value="oxyCODONE hydrochloride"/>
      </coding>
    </itemCodeableConcept>
    <strength>
      <numerator>
        <value value="5"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mg"/>
      </numerator>
      <denominator>
        <value value="1"/>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"/>
        <code value="TAB"/>
      </denominator>
    </strength>
  </ingredient>
  <ingredient>
    <itemCodeableConcept>
      <coding>
        <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
        <code value="161"/>
        <display value="Acetaminophen"/>
      </coding>
    </itemCodeableConcept>
    <strength>
      <numerator>
        <value value="325"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mg"/>
      </numerator>
      <denominator>
        <value value="1"/>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"/>
        <code value="TAB"/>
      </denominator>
    </strength>
  </ingredient>
  <batch>
    <lotNumber value="658484"/>
    <expirationDate value="2020-07-31"/>
  </batch>
</Medication>