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" : "BenzetacilMedication",
"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" : "BenzetacilMedication",
"period" : {
"start" : "2025-09-05"
}
}
],
"code" : {
"coding" : [
{
"system" : "http://nzmt.org.nz",
"code" : "50217831000117102",
"display" : "Benzetacil 900 mg (1.2 million units) injection: powder for, 1 x 900 mg vial"
}
]
},
"ingredient" : [
{
"itemCodeableConcept" : {
"coding" : [
{
"system" : "http://nzmt.org.nz",
"code" : "10134211000116105",
"display" : "benzathine penicillin (as benzathine benzylpenicillin tetrahydrate)"
}
]
}
}
]
}