New Zealand Rheumatic Fever FHIR Implementation Guide
1.0.0 - draft
New Zealand Rheumatic Fever FHIR Implementation Guide, published by Te Whatu Ora. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/tewhatuora/fhir-rheumatic-fever/ and changes regularly. See the Directory of published versions
{
"resourceType" : "MedicationStatement",
"meta" : {
"versionId" : "2",
"lastUpdated" : "2024-08-07T08:31:00Z",
"tag" : [
{
"system" : "https://fhir-ig.digital.health.nz/rheumatic-fever/CodeSystem/nz-rheumaticfever-codesystem",
"code" : "rf-nz",
"display" : "rheumatic fever"
}
]
},
"contained" : [
{
"resourceType" : "MedicationStatement",
"id" : "contained-Lignocaine-dose",
"partOf" : [
{
🔗 "reference" : "MedicationStatement/MedicationStatement-August"
}
],
"status" : "completed",
"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"
},
"dosage" : [
{
"doseAndRate" : [
{
"doseQuantity" : {
"value" : 0.25,
"unit" : "ml",
"system" : "http://unitsofmeasure.org",
"code" : "ml"
}
}
]
}
]
}
],
"basedOn" : [
{
🔗 "reference" : "MedicationRequest/PlannedBenzathineMedication"
}
],
"partOf" : [
{
"reference" : "#contained-Lignocaine-dose"
}
],
"status" : "completed",
"category" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "58718002",
"display" : "Rheumatic fever (disorder)"
}
]
},
"medicationReference" : {
🔗 "reference" : "Medication/BenzathineMedication"
},
"subject" : {
"type" : "Patient",
"identifier" : {
"use" : "official",
"system" : "https://standards.digital.health.nz/ns/nhi-id",
"value" : "ZKC7284"
},
"display" : "Sage Westbrook"
},
"context" : {
🔗 "reference" : "Encounter/SecondaryProphylaxisEncounter"
},
"effectiveDateTime" : "2023-08-08T03:15:00Z",
"dateAsserted" : "2023-08-18T03:15:00Z",
"dosage" : [
{
"site" : {
"coding" : [
{
"system" : "https://fhir-ig.digital.health.nz/rheumatic-fever/CodeSystem/nz-rheumaticfever-codesystem",
"code" : "299151000210101",
"display" : "Structure of left ventrogluteal region (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"
}
}
]
}
]
}