MediRecords FHIR Implementation Guide
1.3.0 - release


: Medication Example with brand, strength and pack size - XML Representation

Raw xml | Download



<Medication xmlns="http://hl7.org/fhir">
  <id value="9df613d3-4c77-4f54-9208-19493a2bd3a4"/>
  <meta>
    <profile
             value="https://fhir.medirecords.com/StructureDefinition/mr-medication"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Medication</b><a name="9df613d3-4c77-4f54-9208-19493a2bd3a4"> </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;9df613d3-4c77-4f54-9208-19493a2bd3a4&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-mr-medication.html">MediRecords Medication</a></p></div><p><b>Medication Strength</b>: 500mg</p><p><b>Medication Brand Name</b>: Paracetamol</p><p><b>MediRecords Medication Pack Size</b>: 6x10</p><p><b>code</b>: Paracetamol 500mg (100) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://hl7.org.au/fhir/4.0.0/CodeSystem-pbs-item-external.html">PBS Item Codes</a>#10585D; <a href="http://terminology.hl7.org/5.3.0/CodeSystem-v3-WC.html">WHO ATC</a>#N02BE01)</span></p><p><b>form</b>: Tablet <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ()</span></p></div>
  </text>
  <extension
             url="http://hl7.org.au/fhir/StructureDefinition/medication-strength">
    <valueString value="500mg"/>
  </extension>
  <extension
             url="http://hl7.org.au/fhir/StructureDefinition/medication-brand-name">
    <valueString value="Paracetamol"/>
  </extension>
  <extension
             url="https://fhir.medirecords.com/StructureDefinition/mr-medication-pack-size">
    <valueString value="6x10"/>
  </extension>
  <code>
    <coding>
      <system value="http://pbs.gov.au/code/item"/>
      <code value="10585D"/>
    </coding>
    <coding>
      <system value="http://www.whocc.no/atc"/>
      <code value="N02BE01"/>
    </coding>
    <text value="Paracetamol 500mg (100)"/>
  </code>
  <form>
    <text value="Tablet"/>
  </form>
</Medication>