Medtech ALEX® Implementation Guide
0.0.1 - draft International flag

Medtech ALEX® Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: medication-request-full-example - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="medication-request-full-example"/>
  <meta>
    <profile
             value="https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-medicationrequest"/>
    <security>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
      <code value="U"/>
      <display value="unrestricted"/>
    </security>
    <tag>
      <system
              value="https://alexapi.medtechglobal.com.au/fhir/CodeSystem/writeback-action-type"/>
      <code value="approved"/>
      <display value="Approved write back"/>
    </tag>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest medication-request-full-example</b></p><a name="medication-request-full-example"> </a><a name="hcmedication-request-full-example"> </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="StructureDefinition-alex-medicationrequest.html">Medication Request Profile</a></p><p style="margin-bottom: 0px">Tag: Approved write back (Details: Writeback Action Type CodeSystem code approved = 'Approved write back')</p><p style="margin-bottom: 0px">Security Label: unrestricted (Details: Confidentiality code U = 'unrestricted')</p></div><p><b>Medication Long Term extension</b>: true</p><p><b>Medication Scheme extension</b>: <a href="CodeSystem-medication-scheme.html#medication-scheme-pbs">Medication Scheme Code System pbs</a>: pbs</p><p><b>Medication Unusual Dose extension</b>: true</p><p><b>Medication Regulation 24 extension</b>: true</p><p><b>Medication Authority Number extension</b>: 123456</p><p><b>Medication Approved Number extension</b>: 123456</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>priority</b>: Urgent</p><p><b>medication</b>: <span title="Codes:{http://www.mims.com.au/codes m018510101}">ACICLOVIR 200 MG TABLET: DISPERSIBLE</span></p><p><b>subject</b>: <a href="https://alexapitest.medtechglobal.com.au/fhir/Patient/317b783845c89c677bad0dcce08ae0d3">Medication Sally</a></p><p><b>authoredOn</b>: 2023-03-23 17:14:43+1300</p><p><b>requester</b>: <a href="https://alexapitest.medtechglobal.com.au/fhir/Practitioner/9bf0832786e2293848942167532e0a91">Dr Alex Api</a></p><p><b>note</b>: </p><blockquote><div><p>This is a note</p>
</div></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 2 tablet, Twice Daily, 1 week</p><p><b>patientInstruction</b>: After food.</p><p><b>timing</b>: Code </p><p><b>route</b>: <span title="Codes:{https://alexapi.medtechglobal.com.au/fhir/CodeSystem/route-of-administration left-ear}">left ear</span></p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Dose[x]</b></td></tr><tr><td style="display: none">*</td><td>2 tablet</td></tr></table></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>numberOfRepeatsAllowed</b>: 2</p><p><b>quantity</b>: 12 tablet</p><h3>ExpectedSupplyDurations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style="display: none">*</td><td>1</td><td>week</td><td><a href="http://terminology.hl7.org/5.0.0/CodeSystem-v3-ucum.html">http://unitsofmeasure.org</a></td><td>wk</td></tr></table></blockquote></div>
  </text>
  <extension
             url="https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/medication-long-term">
    <valueBoolean value="true"/>
  </extension>
  <extension
             url="https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/medication-scheme">
    <valueCoding>
      <system
              value="https://alexapi.medtechglobal.com.au/fhir/CodeSystem/medication-scheme"/>
      <code value="pbs"/>
      <display value="pbs"/>
    </valueCoding>
  </extension>
  <extension
             url="https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/medication-unusual-dose">
    <valueBoolean value="true"/>
  </extension>
  <extension
             url="https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/medication-regulation-24">
    <valueBoolean value="true"/>
  </extension>
  <extension
             url="https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/medication-authority-number">
    <valueString value="123456"/>
  </extension>
  <extension
             url="https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/medication-approved-number">
    <valueString value="123456"/>
  </extension>
  <status value="active"/>
  <intent value="order"/>
  <priority value="urgent"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://www.mims.com.au/codes"/>
      <code value="m018510101"/>
      <display value="ACICLOVIR 200 MG TABLET: DISPERSIBLE"/>
    </coding>
    <text value="ACICLOVIR 200 MG TABLET: DISPERSIBLE"/>
  </medicationCodeableConcept>
  <subject>
    <reference
               value="https://alexapitest.medtechglobal.com.au/fhir/Patient/317b783845c89c677bad0dcce08ae0d3"/>
    <display value="Medication Sally"/>
  </subject>
  <authoredOn value="2023-03-23T17:14:43+13:00"/>
  <requester>
    <reference
               value="https://alexapitest.medtechglobal.com.au/fhir/Practitioner/9bf0832786e2293848942167532e0a91"/>
    <display value="Dr Alex Api"/>
  </requester>
  <note>
    <text value="This is a note"/>
  </note>
  <dosageInstruction>
    <text value="2 tablet, Twice Daily, 1 week"/>
    <patientInstruction value="After food."/>
    <timing>
      <code>
        <coding>
          <system
                  value="https://alexapi.medtechglobal.com.au/fhir/CodeSystem/daily-frequency"/>
          <code value="TW"/>
          <display value="Twice weekly"/>
        </coding>
      </code>
    </timing>
    <route>
      <coding>
        <system
                value="https://alexapi.medtechglobal.com.au/fhir/CodeSystem/route-of-administration"/>
        <code value="left-ear"/>
        <display value="left ear"/>
      </coding>
    </route>
    <doseAndRate>
      <doseQuantity>
        <value value="2"/>
        <unit value="tablet"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
  <dispenseRequest>
    <numberOfRepeatsAllowed value="2"/>
    <quantity>
      <value value="12"/>
      <unit value="tablet"/>
    </quantity>
    <expectedSupplyDuration>
      <value value="1"/>
      <unit value="week"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="wk"/>
    </expectedSupplyDuration>
  </dispenseRequest>
</MedicationRequest>