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 - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationRequest",
  "id" : "BicillinMedicationRequest",
  "meta" : {
    "profile" : [
      🔗 "http://fhir-arf-register.nardhc.org/StructureDefinition/ARFMedicationRequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>authoredOn</b>: 2023-10-01</p><p><b>requester</b>: <a href=\"PractitionerRole-DoctorPayneRole1.html\">PractitionerRole: identifier = Medicare Provider Number\u00a0(use:\u00a0official,\u00a0); 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>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code" : "LPN"
          }
        ]
      },
      "system" : "http://veryremoteclinic.com.au/id/prescription/localsystem",
      "value" : "1234567890",
      "assigner" : {
        🔗 "reference" : "Organization/VeryRemoteClinic"
      }
    }
  ],
  "status" : "active",
  "intent" : "plan",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "1276211000168102",
        "display" : "Bicillin L-A 1.2 million units (1016.6 mg)/2.3 mL injection, 2.3 mL syringe"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/MikePondPatient"
  },
  "authoredOn" : "2023-10-01",
  "requester" : {
    🔗 "reference" : "PractitionerRole/DoctorPayneRole1"
  },
  "reasonCode" : [
    {
      "text" : "Secondary prophylaxis for ARF/RHD"
    }
  ],
  "dosageInstruction" : [
    {
      "text" : "Bicillin injection every 28 days",
      "timing" : {
        "repeat" : {
          "frequency" : 1,
          "period" : 4,
          "periodMax" : 5,
          "periodUnit" : "wk"
        }
      }
    }
  ],
  "dispenseRequest" : {
    "dispenseInterval" : {
      "value" : 4,
      "unit" : "week",
      "system" : "http://unitsofmeasure.org",
      "code" : "wk"
    },
    "validityPeriod" : {
      "start" : "2023-10-01",
      "end" : "2024-10-01"
    }
  }
}