<?xml version="1.0" encoding="UTF-8"?>

<Medication xmlns="http://hl7.org/fhir">
  <id value="MedAspirin"/>
  <meta>
    <profile value="http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-medication"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Medication MedAspirin</b></p><a name="MedAspirin"> </a><a name="hcMedAspirin"> </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="http://fhir.ch/ig/ch-core/6.0.0/StructureDefinition-ch-core-medication.html">CH Core Medication</a></p></div><p><b>code</b>: <span title="Codes:{http://www.whocc.no/atc B01AC06}">Aspirin (Filmtabl 100 mg)</span></p><p><b>form</b>: <span title="Codes:{urn:oid:0.4.0.127.0.16.1.1.2.1 10221000}">Filmtablette</span></p><h3>Ingredients</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Item[x]</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 387458008}">Acetylsalicylic acid</span></td></tr></table></div>
  </text>
  <code>
    <coding>
      <system value="http://www.whocc.no/atc"/>
      <code value="B01AC06"/>
      <display value="Acetylsalicylic acid"/>
    </coding>
    <text value="Aspirin (Filmtabl 100 mg)"/>
  </code>
  <form>
    <coding>
      <system value="urn:oid:0.4.0.127.0.16.1.1.2.1"/>
      <code value="10221000"/>
      <display value="Filmtablette"/>
    </coding>
    <text value="Filmtablette"/>
  </form>
  <ingredient>
    <itemCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="387458008"/>
        <display value="Aspirin (substance)"/>
      </coding>
      <text value="Acetylsalicylic acid"/>
    </itemCodeableConcept>
  </ingredient>
</Medication>