CH EMED (R4)
0.1.0 - Draft Standard for Trial Use

This page is part of the CH EMED (R4) (v0.1.0: DSTU 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 6.0.0. For a full list of available versions, see the Directory of published versions

2-5 Medication Norvasc - XML Representation

(back to description)

Raw xml

Source view


<Medication xmlns="http://hl7.org/fhir">
  <id value="2-5-Norvasc"/>
  <meta>
    <profile
             value="http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-medication-medicationstatement"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 2-5-Norvasc</p><p><b>meta</b>: </p><p><b>code</b>: NORVASC Tabl 10 mg <span style="background: LightGoldenRodYellow">(Details : {urn:oid:2.51.1.1 code '7680500440334' = '7680500440334', given as 'NORVASC Tabl 10 mg'})</span></p><p><b>form</b>: Tablet <span style="background: LightGoldenRodYellow">(Details : {urn:oid:0.4.0.127.0.16.1.1.2.1 code '10219000' = 'Tablet', given as 'Tablet'})</span></p><p><b>amount</b>: 20/1</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>Amlodipine <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '386864001' = 'Amlodipine (substance)', given as 'Amlodipine (substance)'})</span></td><td>10 mg/1</td></tr></table></div>
  </text>
  <code>
    <coding>
      <system value="urn:oid:2.51.1.1"/>
      <code value="7680500440334"/>
      <display value="NORVASC Tabl 10 mg"/>
    </coding>
    <text value="NORVASC Tabl 10 mg"/>
  </code>
  <form>
    <coding>
      <system value="urn:oid:0.4.0.127.0.16.1.1.2.1"/>
      <code value="10219000"/>
      <display value="Tablet"/>
    </coding>
  </form>
  <amount>
    <numerator>
      <value value="20"/>
    </numerator>
    <denominator>
      <value value="1"/>
    </denominator>
  </amount>
  <ingredient>
    <itemCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="386864001"/>
        <display value="Amlodipine (substance)"/>
      </coding>
      <text value="Amlodipine"/>
    </itemCodeableConcept>
    <strength>
      <numerator>
        <value value="10"/>
        <unit value="mg"/>
      </numerator>
      <denominator>
        <value value="1"/>
      </denominator>
    </strength>
  </ingredient>
</Medication>