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" : "Medication",
"id" : "TardocillinMedication",
"meta" : {
"tag" : [
{
"system" : "https://fhir-ig.digital.health.nz/rheumatic-fever/CodeSystem/nz-rheumaticfever-codesystem",
"code" : "rf-nz",
"display" : "rheumatic fever"
}
]
},
"identifier" : [
{
"use" : "official",
"value" : "TardocillinMedication",
"period" : {
"start" : "2025-09-05"
}
}
],
"code" : {
"coding" : [
{
"system" : "http://nzmt.org.nz",
"code" : "50320661000117106",
"display" : "Tardocillin 1200 injection: suspension, 1 x 4 mL vial"
}
]
},
"ingredient" : [
{
"itemCodeableConcept" : {
"coding" : [
{
"system" : "http://nzmt.org.nz",
"code" : "48123881000116100",
"display" : "benzathine penicillin (as benzathine benzylpenicillin tetrahydrate) + lidocaine"
}
]
}
}
]
}