US Core Implementation Guide
4.0.0 - STU4 Release

This page is part of the US Core (v4.0.0: STU4) based on FHIR R4. The current version which supercedes this version is 5.0.1. For a full list of available versions, see the Directory of published versions

: Uscore Med2 Example - XML Representation

Raw xml | Download



<Medication xmlns="http://hl7.org/fhir">
  <id value="uscore-med2"/>
  <meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
      <valueString value="Uscore Med2 Example"/>
    </extension>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/instance-description">
      <valueMarkdown
                     value="This is a uscore med2 example for the *US Core Medication Profile*."/>
    </extension>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-medication"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>code</b>: <span title="Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 582620}">Nizatidine 15 MG/ML Oral Solution [Axid]</span></p></div>
  </text>
  <code>
    <coding>
      <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
      <code value="582620"/>
      <display value="Nizatidine 15 MG/ML Oral Solution [Axid]"/>
    </coding>
    <text value="Nizatidine 15 MG/ML Oral Solution [Axid]"/>
  </code>
</Medication>