Guidance for FHIR IG Creation
0.1.0 - CI Build International flag

Guidance for FHIR IG Creation, published by HL7 International - FHIR Management Group. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/ig-guidance/ and changes regularly. See the Directory of published versions

: null - XML Representation

Raw xml | Download


<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="336f53f5-0a08-446b-b0bd-b5ee9365435f"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationStatement 336f53f5-0a08-446b-b0bd-b5ee9365435f</b></p><p><b>status</b>: Recorded</p><h3>Medications</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Concept</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 11289}">warfarin</span></td></tr></table><p><b>subject</b>: <a href="Patient-562.html">Kath Green  Female, DoB: 1991-05-23 ( http://acme.org/identifiers/Patient#562)</a></p><p><b>encounter</b>: <a href="Encounter/8dea48b0-d897-451a-9ab7-102ba00e3433">Encounter/8dea48b0-d897-451a-9ab7-102ba00e3433</a></p><p><b>dateAsserted</b>: 2024-04-17</p><h3>Adherences</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Code</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://hl7.org/fhir/CodeSystem/medication-statement-adherence unknown}">Unknown</span></td></tr></table></div>
  </text>
  <status value="recorded"/>
  <medication>
    <concept>
      <coding>
        <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
        <code value="11289"/>
      </coding>
    </concept>
  </medication>
  <subject>🔗 
    <reference value="Patient/562"/>
  </subject>
  <encounter>
    <reference value="Encounter/8dea48b0-d897-451a-9ab7-102ba00e3433"/>
  </encounter>
  <dateAsserted value="2024-04-17"/>
  <adherence>
    <code>
      <coding>
        <system
                value="http://hl7.org/fhir/CodeSystem/medication-statement-adherence"/>
        <code value="unknown"/>
      </coding>
    </code>
  </adherence>
</MedicationStatement>