OpenMRS Core FHIR Implementation Guide
0.1.0 - ci-build

OpenMRS Core FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: OpenMRS Medication Example - XML Representation

Raw xml | Download


<Medication xmlns="http://hl7.org/fhir">
  <id value="f49e4247-528a-4cfd-8856-de161d03fa76"/>
  <meta>
    <profile
             value="http://fhir.openmrs.org/core/StructureDefinition/omrs-medication"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Medication f49e4247-528a-4cfd-8856-de161d03fa76</b></p><a name="f49e4247-528a-4cfd-8856-de161d03fa76"> </a><a name="hcf49e4247-528a-4cfd-8856-de161d03fa76"> </a><a name="f49e4247-528a-4cfd-8856-de161d03fa76-en-US"> </a><p><b>code</b>: <span title="Codes:{https://cielterminology.org 86082}">Vancomycin</span></p><p><b>status</b>: Active</p><p><b>form</b>: <span title="Codes:{http://snomed.info/sct 385219001}">Solution for injection</span></p><h3>Ingredients</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Item[x]</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 66955}">Vancomycin Hydrochloride</span></td></tr></table></div>
  </text>
  <code>
    <coding>
      <system value="https://cielterminology.org"/>
      <code value="86082"/>
      <display value="Vancomycin"/>
    </coding>
  </code>
  <status value="active"/>
  <form>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="385219001"/>
      <display value="Solution for injection"/>
    </coding>
  </form>
  <ingredient>
    <itemCodeableConcept>
      <coding>
        <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
        <code value="66955"/>
        <display value="Vancomycin Hydrochloride"/>
      </coding>
    </itemCodeableConcept>
  </ingredient>
</Medication>