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

: BicillinMedicationStatement - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationStatement",
  "id" : "BicillinMedicationStatement",
  "meta" : {
    "profile" : [
      🔗 "http://fhir-arf-register.nardhc.org/StructureDefinition/ARFMedicationStatement"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement BicillinMedicationStatement</b></p><a name=\"BicillinMedicationStatement\"> </a><a name=\"hcBicillinMedicationStatement\"> </a><a name=\"BicillinMedicationStatement-en-AU\"> </a><p><b>basedOn</b>: <a href=\"MedicationRequest-BicillinMedicationRequest.html\">MedicationRequest: identifier = Local Prescription Number; status = active; intent = plan; medication[x] = Bicillin L-A 1.2 million units (1016.6 mg)/2.3 mL injection, 2.3 mL syringe; authoredOn = 2023-10-01; reasonCode = </a></p><p><b>status</b>: Completed</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>effective</b>: 2024-05-01</p><p><b>dateAsserted</b>: 2024-05-01</p><p><b>informationSource</b>: <a href=\"Practitioner-DoctorPayne.html\">Practitioner Jane Payne </a></p><blockquote><p><b>dosage</b></p><p><b>text</b>: Mike Pond booked appointment for 2pm 27-05-2024</p><p><b>patientInstruction</b>: Appointment for next Bicillin injection 2pm on 27-05-2024.  Please call if you are unable to attend.</p><p><b>timing</b>: Once per 4-5 weeks</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 78421000}\">Intramuscular route</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>1016.6 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span></td></tr></table></blockquote></div>"
  },
  "basedOn" : [
    {
      🔗 "reference" : "MedicationRequest/BicillinMedicationRequest"
    }
  ],
  "status" : "completed",
  "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"
  },
  "effectiveDateTime" : "2024-05-01",
  "dateAsserted" : "2024-05-01",
  "informationSource" : {
    🔗 "reference" : "Practitioner/DoctorPayne"
  },
  "dosage" : [
    {
      "text" : "Mike Pond booked appointment for 2pm 27-05-2024",
      "patientInstruction" : "Appointment for next Bicillin injection 2pm on 27-05-2024.  Please call if you are unable to attend.",
      "timing" : {
        "repeat" : {
          "frequency" : 1,
          "period" : 4,
          "periodMax" : 5,
          "periodUnit" : "wk"
        }
      },
      "route" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "78421000",
            "display" : "Intramuscular route"
          }
        ]
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 1016.6,
            "unit" : "mg",
            "system" : "http://unitsofmeasure.org",
            "code" : "mg"
          }
        }
      ]
    }
  ]
}