Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft Australia flag

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

: DITROPAN OXYBUTYNIN for ePrescribing MedicationRequest etp-05 - XML Representation

Raw xml | Download



<Medication xmlns="http://hl7.org/fhir">
  <id value="oxybutynin-01"/>
  <!-- Used by ePrescribing MedicationRequest etp-05 -->
  <meta>
    <profile
             value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-medication-core-1"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Medication oxybutynin-01</b></p><a name="oxybutynin-01"> </a><a name="hcoxybutynin-01"> </a><a name="oxybutynin-01-en-AU"> </a><p><b>Medication Brand Name</b>: DITROPAN</p><p><b>Medication Generic Drug Name</b>: OXYBUTYNIN</p><p><b>code</b>: <span title="Codes:{http://pbs.gov.au/code/item 8039D}">oxybutynin hydrochloride 5 mg tablet, 100</span></p><p><b>manufacturer</b>: sanofi-aventis Australia Pty Ltd (Identifier: <code>http://pbs.gov.au/code/manufacturer</code>/SW)</p><p><b>form</b>: <span title="Codes:">TAB</span></p><h3>Ingredients</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:">oxybutynin hydrochloride</span></td><td>5 mg/1 unit</td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org.au/fhir/StructureDefinition/medication-brand-name">
    <valueString value="DITROPAN"/>
  </extension>
  <extension
             url="http://hl7.org.au/fhir/StructureDefinition/medication-generic-name">
    <valueString value="OXYBUTYNIN"/>
  </extension>
  <code>
    <coding>
      <system value="http://pbs.gov.au/code/item"/>
      <code value="8039D"/>
    </coding>
    <text value="oxybutynin hydrochloride 5 mg tablet, 100"/>
  </code>
  <manufacturer>
    <identifier>
      <system value="http://pbs.gov.au/code/manufacturer"/>
      <value value="SW"/>
    </identifier>
    <display value="sanofi-aventis Australia Pty Ltd"/>
  </manufacturer>
  <form>
    <text value="TAB"/>
  </form>
  <ingredient>
    <itemCodeableConcept>
      <text value="oxybutynin hydrochloride"/>
    </itemCodeableConcept>
    <strength>
      <numerator>
        <value value="5"/>
        <unit value="mg"/>
      </numerator>
      <denominator>
        <value value="1"/>
        <unit value="unit"/>
      </denominator>
    </strength>
  </ingredient>
</Medication>