LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: CDM Medication Knowledge Drug Example - XML Representation

Raw xml | Download



<MedicationKnowledge xmlns="http://hl7.org/fhir">
  <id value="MedicationKnowledgeDrugExample"/>
  <meta>
    <source value="http://acme-health.com/pharmacy1"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: MedicationKnowledge</b><a name="MedicationKnowledgeDrugExample"> </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 MedicationKnowledge "MedicationKnowledgeDrugExample" </p><p style="margin-bottom: 0px">Information Source: http://acme-health.com/pharmacy1!</p></div><p><b>code</b>: 69452-0151-20 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-ndc-no-hyphens.html">NDC No Hyphens Codes</a>#69452015120)</span></p><p><b>status</b>: active</p><blockquote><p><b>cost</b></p><p><b>type</b>: The federal upper limit price for the NDC of a drug claim <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-medication-knowledge-cost-type.html">Medication Knowledge Cost Type Codes</a>#federal-upper-limit)</span></p><p><b>source</b>: NDC</p><h3>Costs</h3><table class="grid"><tr><td>-</td><td><b>Currency</b></td></tr><tr><td>*</td><td>USD</td></tr></table></blockquote></div>
  </text>
  <code>
    <coding>
      <system
              value="http://linuxforhealth.org/fhir/cdm/CodeSystem/ndc-no-hyphens"/>
      <code value="69452015120"/>
    </coding>
  </code>
  <status value="active"/>
  <cost>
    <type>
      <coding>
        <system
                value="http://linuxforhealth.org/fhir/cdm/CodeSystem/medication-knowledge-cost-type"/>
        <code value="federal-upper-limit"/>
      </coding>
    </type>
    <source value="NDC"/>
    <cost>
      <currency value="USD"/>
    </cost>
  </cost>
</MedicationKnowledge>