New Zealand Rheumatic Fever FHIR Implementation Guide
0.4.9 - draft

New Zealand Rheumatic Fever FHIR Implementation Guide - Local Development build (v0.4.9) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: PlannedBenzathineMedicationWithLignocaine - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationRequest",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2024-08-07T08:31:00Z",
    "profile" : [
      🔗 "https://fhir-ig.digital.health.nz/rheumatic-fever/StructureDefinition/nz-rheumaticfever-medicationrequest|1.0.0"
    ],
    "tag" : [
      {
        "system" : "https://fhir-ig.digital.health.nz/rheumatic-fever/CodeSystem/nz-rheumaticfever-codesystem",
        "code" : "rf-nz",
        "display" : "rheumatic fever"
      }
    ]
  },
  "contained" : [
    {
      "resourceType" : "MedicationRequest",
      "id" : "contained-Lignocaine",
      "status" : "active",
      "intent" : "plan",
      "medicationCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://nzmt.org.nz",
            "code" : "10747581000116100",
            "display" : "lidocaine hydrochloride anhydrous 1% (20 mg/2 mL) injection, ampoule"
          }
        ]
      },
      "subject" : {
        "type" : "Patient",
        "identifier" : {
          "use" : "official",
          "system" : "https://standards.digital.health.nz/ns/nhi-id",
          "value" : "ZKC7284"
        },
        "display" : "Sage Westbrook"
      },
      "basedOn" : [
        {
          "reference" : "#"
        }
      ],
      "dosageInstruction" : [
        {
          "doseAndRate" : [
            {
              "doseQuantity" : {
                "value" : 0.25,
                "unit" : "ml",
                "system" : "http://unitsofmeasure.org",
                "code" : "ml"
              }
            }
          ]
        }
      ]
    }
  ],
  "extension" : [
    {
      "url" : "https://fhir-ig.digital.health.nz/rheumatic-fever/StructureDefinition/rf-medicationrequest-medicationfrequency",
      "valueCoding" : {
        "system" : "http://snomed.info/sct",
        "code" : "1511000175108",
        "display" : "Every twenty eight days (qualifier value)"
      }
    }
  ],
  "status" : "active",
  "intent" : "plan",
  "medicationReference" : {
    🔗 "reference" : "Medication/BenzathineMedication"
  },
  "subject" : {
    "type" : "Patient",
    "identifier" : {
      "use" : "official",
      "system" : "https://standards.digital.health.nz/ns/nhi-id",
      "value" : "ZKC7284"
    },
    "display" : "Sage Westbrook"
  },
  "authoredOn" : "2023-07-12T04:22:55.965Z",
  "requester" : {
    "type" : "Organization",
    "identifier" : {
      "use" : "official",
      "system" : "https://standards.digital.health.nz/ns/hpi-organisation-id",
      "value" : "G0M086-B"
    },
    "display" : "Te Tai Tokerau Rheumatic Fever Secondary Prevention Service"
  },
  "performer" : {
    "type" : "Practitioner",
    "identifier" : {
      "use" : "official",
      "system" : "https://standards.digital.health.nz/ns/hpi-practitioner-id",
      "value" : "98ZZQJ"
    },
    "display" : "Isabel Injecta"
  },
  "basedOn" : [
    {
      🔗 "reference" : "CarePlan/SecondaryProphylaxisPlanned"
    }
  ],
  "dosageInstruction" : [
    {
      "site" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "78333006",
            "display" : "Structure of gluteus medius muscle (body structure)"
          }
        ]
      },
      "route" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "78421000",
            "display" : "Intramuscular route (qualifier value)"
          }
        ]
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 25,
            "unit" : "mg",
            "system" : "http://unitsofmeasure.org",
            "code" : "mg"
          }
        }
      ]
    }
  ],
  "dispenseRequest" : {
    "validityPeriod" : {
      "start" : "2023-08-01T00:12:00Z",
      "end" : "2026-07-31T00:12:00Z"
    }
  }
}