Implementation Guide for ARF/RHD Register - AU
0.2.0 - ci-build Australia flag

Implementation Guide for ARF/RHD Register - AU - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: BicillinMedicationRequest - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="BicillinMedicationRequest"/>
  <meta>
    <profile
             value="http://fhir-arf-register.nardhc.org/StructureDefinition/ARFMedicationRequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest BicillinMedicationRequest</b></p><a name="BicillinMedicationRequest"> </a><a name="hcBicillinMedicationRequest"> </a><a name="BicillinMedicationRequest-en-AU"> </a><p><b>identifier</b>: Local Prescription Number/1234567890</p><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>medication</b>: <span title="Codes:{http://snomed.info/sct 1276211000168102}">Bicillin L-A 1.2 million units (1016.6 mg)/2.3 mL injection, 2.3 mL syringe</span></p><p><b>subject</b>: <a href="Patient-MikePondPatient.html">Mike Pond  Male, DoB: 1960-01-25 ( National unique individual identifier (use: official, ))</a></p><p><b>authoredOn</b>: 2023-10-01</p><p><b>requester</b>: <a href="PractitionerRole-DoctorPayneRole1.html">PractitionerRole: identifier = Medicare Provider Number (use: official, ); telecom = ph: +61 7 87654321</a></p><p><b>reasonCode</b>: <span title="Codes:">Secondary prophylaxis for ARF/RHD</span></p><h3>DosageInstructions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Text</b></td><td><b>Timing</b></td></tr><tr><td style="display: none">*</td><td>Bicillin injection every 28 days</td><td>Once per 4-5 weeks</td></tr></table><blockquote><p><b>dispenseRequest</b></p><h3>DispenseIntervals</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>4</td><td>week</td><td><a href="http://terminology.hl7.org/6.0.2/CodeSystem-v3-ucum.html">http://unitsofmeasure.org</a></td><td>wk</td></tr></table><p><b>validityPeriod</b>: 2023-10-01 --&gt; 2024-10-01</p></blockquote></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
        <code value="LPN"/>
      </coding>
    </type>
    <system
            value="http://veryremoteclinic.com.au/id/prescription/localsystem"/>
    <value value="1234567890"/>
    <assigner>🔗 
      <reference value="Organization/VeryRemoteClinic"/>
    </assigner>
  </identifier>
  <status value="active"/>
  <intent value="plan"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="1276211000168102"/>
      <display
               value="Bicillin L-A 1.2 million units (1016.6 mg)/2.3 mL injection, 2.3 mL syringe"/>
    </coding>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/MikePondPatient"/>
  </subject>
  <authoredOn value="2023-10-01"/>
  <requester>🔗 
    <reference value="PractitionerRole/DoctorPayneRole1"/>
  </requester>
  <reasonCode>
    <text value="Secondary prophylaxis for ARF/RHD"/>
  </reasonCode>
  <dosageInstruction>
    <text value="Bicillin injection every 28 days"/>
    <timing>
      <repeat>
        <frequency value="1"/>
        <period value="4"/>
        <periodMax value="5"/>
        <periodUnit value="wk"/>
      </repeat>
    </timing>
  </dosageInstruction>
  <dispenseRequest>
    <dispenseInterval>
      <value value="4"/>
      <unit value="week"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="wk"/>
    </dispenseInterval>
    <validityPeriod>
      <start value="2023-10-01"/>
      <end value="2024-10-01"/>
    </validityPeriod>
  </dispenseRequest>
</MedicationRequest>