ISiK Medikation Implementierungsleitfaden
Version 6.0.0-rc - ballot

: ExampleISiKMedikationsVerabreichung3 - XML Representation

Raw xml | Download


<MedicationAdministration xmlns="http://hl7.org/fhir">
  <id value="ExampleISiKMedikationsVerabreichung3"/>
  <meta>
    <profile
             value="https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsVerabreichung"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationAdministration ExampleISiKMedikationsVerabreichung3</b></p><a name="ExampleISiKMedikationsVerabreichung3"> </a><a name="hcExampleISiKMedikationsVerabreichung3"> </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-ISiKMedikationsVerabreichung.html">ISiKMedikationsVerabreichung</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <a href="Medication-ExampleISiKMedikament9.html">Medication </a></p><p><b>subject</b>: <a href="Patient-PatientinMusterfrau.html">Erika Fürstin von Musterfrau (official) Female, DoB: 1964-08-12 ( Private Krankenversicherung (use: secondary, ))</a></p><p><b>context</b>: <a href="https://simplifier.net/resolve?scope=de.basisprofil.r4@1.5.4&amp;canonical=http://fhir.org/packages/de.basisprofil.r4/Encounter/FachabteilungskontaktMinimal">Encounter/FachabteilungskontaktMinimal</a></p><p><b>effective</b>: 2021-07-01</p><p><b>note</b>: </p><blockquote><div><p>Testnotiz</p>
</div></blockquote><h3>Dosages</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Text</b></td><td><b>Site</b></td><td><b>Route</b></td><td><b>Dose</b></td><td><b>Rate[x]</b></td></tr><tr><td style="display: none">*</td><td>1L Infusion mit Rate 50ml/h</td><td><span title="Codes:{http://snomed.info/sct 6073002}">Structure of ligament of left superior vena cava</span></td><td><span title="Codes:{http://standardterms.edqm.eu 20045000}">Intravenous use</span></td><td>1000 mL<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemL = 'mL')</span></td><td>50 mL/h<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemL/h = 'mL/h')</span></td></tr></table></div>
  </text>
  <status value="completed"/>
  <medicationReference>🔗 
    <reference value="Medication/ExampleISiKMedikament9"/>
  </medicationReference>
  <subject>🔗 
    <reference value="Patient/PatientinMusterfrau"/>
  </subject>
  <context>
    <reference value="Encounter/FachabteilungskontaktMinimal"/>
    <identifier>
      <value value="0123456789"/>
    </identifier>
  </context>
  <effectiveDateTime value="2021-07-01"/>
  <note>
    <text value="Testnotiz"/>
  </note>
  <dosage>
    <text value="1L Infusion mit Rate 50ml/h"/>
    <site>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="6073002"/>
        <display value="Structure of ligament of left superior vena cava"/>
      </coding>
    </site>
    <route>
      <coding>
        <system value="http://standardterms.edqm.eu"/>
        <code value="20045000"/>
        <display value="Intravenous use"/>
      </coding>
    </route>
    <dose>
      <value value="1000"/>
      <unit value="mL"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mL"/>
    </dose>
    <rateQuantity>
      <value value="50"/>
      <unit value="mL/h"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mL/h"/>
    </rateQuantity>
  </dosage>
</MedicationAdministration>