Common Components FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 26.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/common-components/ and changes regularly. See the Directory of published versions

: Medication CDA Extensions Example - XML Representation

Raw xml | Download


<Medication xmlns="http://hl7.org/fhir">
  <id value="medication-cda-extensions-example"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Medication medication-cda-extensions-example</b></p><a name="medication-cda-extensions-example"> </a><a name="hcmedication-cda-extensions-example"> </a><p><b>Medication Formula String</b>: Atorvastatin 20 mg tablet, commercial pack of 30</p><p><b>Medication Additional Therapeutic Good Detail String</b>: White, oval, film-coated tablet supplied as a commercial pack of 30 tablets</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 27437011000036101}, {http://pbs.gov.au/code/item 8214H}">Lipitor 20 mg tablet, 30</span></p><p><b>form</b>: <span title="Codes:">Tablet</span></p></div>
  </text>
  <extension
             url="http://digitalhealth.gov.au/fhir/cc/StructureDefinition/medication-formula-string">
    <valueString value="Atorvastatin 20 mg tablet, commercial pack of 30"/>
  </extension>
  <extension
             url="http://digitalhealth.gov.au/fhir/cc/StructureDefinition/medication-additional-therapeutic-good-detail-string">
    <valueString
                 value="White, oval, film-coated tablet supplied as a commercial pack of 30 tablets"/>
  </extension>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="27437011000036101"/>
      <display value="Atorvastatin 20 mg tablet, 30"/>
    </coding>
    <coding>
      <system value="http://pbs.gov.au/code/item"/>
      <code value="8214H"/>
      <display value="LIPITOR atorvastatin 20 mg tablet, 30"/>
    </coding>
    <text value="Lipitor 20 mg tablet, 30"/>
  </code>
  <form>
    <text value="Tablet"/>
  </form>
</Medication>