Medikationsplan 4 PLUS
0.1.0 - ci-build

Medikationsplan 4 PLUS - Local Development build (v0.1.0). See the Directory of published versions

: ExampleMedication - XML Representation

Raw xml | Download



<Medication xmlns="http://hl7.org/fhir">
  <id value="ExampleMedication"/>
  <meta>
    <profile
             value="https://www.charite.de/fhir/medikationsplan/StructureDefinition/Medication"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Medication</b><a name="ExampleMedication"> </a></p><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">Resource Medication &quot;ExampleMedication&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-mp4p-medikation.html">Medikation MP4+</a></p></div><p><b>code</b>: ASS 100 - 1a Pharma TAH Tabletten <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://simplifier.net/resolve?scope=de.basisprofil.r4@1.1.0&amp;canonical=http://fhir.de/CodeSystem/ifa/pzn">Pzn</a>#06312077)</span></p><p><b>form</b>: Tablet <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://simplifier.net/resolve?scope=de.basisprofil.r4@1.1.0&amp;canonical=http://standardterms.edqm.eu">EDQMDoseForm</a>#10219000; KBV_CS_SFHIR_BMP_DARREICHUNGSFORM#TAB &quot;Tabletten&quot;)</span></p><h3>Ingredients</h3><table class="grid"><tr><td>-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td>*</td><td>Acetylsalicylsäure <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://simplifier.net/resolve?scope=de.basisprofil.r4@1.1.0&amp;canonical=http://fhir.de/CodeSystem/ask">Ask</a>#00002)</span></td><td>100 milligram<span style="background: LightGoldenRodYellow"> (Details: UCUM code mg = 'mg')</span>/1 Tablet<span style="background: LightGoldenRodYellow"> (Details: http://standardterms.edqm.eu code 10219000 = 'Tablet')</span></td></tr></table></div>
  </text>
  <code>
    <coding>
      <system value="http://fhir.de/CodeSystem/ifa/pzn"/>
      <code value="06312077"/>
      <display value="ASS 100 - 1a Pharma TAH Tabletten"/>
    </coding>
  </code>
  <form>
    <coding>
      <system value="http://standardterms.edqm.eu"/>
      <code value="10219000"/>
      <display value="Tablet"/>
    </coding>
    <coding>
      <system
              value="https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DARREICHUNGSFORM"/>
      <code value="TAB"/>
      <display value="Tabletten"/>
    </coding>
  </form>
  <ingredient>
    <itemCodeableConcept>
      <coding>
        <system value="http://fhir.de/CodeSystem/ask"/>
        <code value="00002"/>
        <display value="Acetylsalicylsäure"/>
      </coding>
    </itemCodeableConcept>
    <strength>
      <numerator>
        <value value="100"/>
        <unit value="milligram"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mg"/>
      </numerator>
      <denominator>
        <value value="1"/>
        <unit value="Tablet"/>
        <system value="http://standardterms.edqm.eu"/>
        <code value="10219000"/>
      </denominator>
    </strength>
  </ingredient>
</Medication>