ELGA e-Medikation (R4) ENTWURF
0.1.1 - ci-build

ELGA e-Medikation (R4) ENTWURF - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: AtEmedListMedikationsplan-Beispiel - XML Representation

Raw xml | Download


<List xmlns="http://hl7.org/fhir">
  <id value="AtEmedExampleListMedikationsplan01"/>
  <meta>
    <profile
             value="https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-emed-list-medikationsplan"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: List AtEmedExampleListMedikationsplan01</b></p><a name="AtEmedExampleListMedikationsplan01"> </a><a name="hcAtEmedExampleListMedikationsplan01"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-at-emed-list-medikationsplan.html">ELGA e-Medikation Medikationsplan</a></p></div><table class="clstu"><tr><td>Date: 2013-11-20 23:10:23+1100 </td><td>Mode: Change List </td><td>Status: Current </td><td>Code: Review of medication </td></tr><tr><td>Source: </td></tr></table><table class="grid"><tr style="backgound-color: #eeeeee"><td><b>Items</b></td><td>Flag</td><td>Deleted</td></tr><tr><td>hydroxocobalamin</td><td>Prescribed</td><td></td></tr><tr><td>Morphine Sulfate</td><td>Cancelled</td><td>true</td></tr></table></div>
  </text>
  <status value="current"/>
  <mode value="changes"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="182836005"/>
      <display value="Review of medication"/>
    </coding>
    <text value="Medication Review"/>
  </code>
  <date value="2013-11-20T23:10:23+11:00"/>
  <source>
    <reference value="Patient/example"/>
  </source>
  <entry>
    <flag>
      <coding>
        <system value="http://nehta.gov.au/codes/medications/changetype"/>
        <code value="01"/>
        <display value="Prescribed"/>
      </coding>
    </flag>
    <item>
      <display value="hydroxocobalamin"/>
    </item>
  </entry>
  <entry>
    <flag>
      <coding>
        <system value="http://nehta.gov.au/codes/medications/changetype"/>
        <code value="02"/>
        <display value="Cancelled"/>
      </coding>
    </flag>
    <deleted value="true"/>
    <item>
      <display value="Morphine Sulfate"/>
    </item>
  </entry>
</List>