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

: LentocillinMedication - JSON Representation

Raw json | Download

{
  "resourceType" : "Medication",
  "id" : "LentocillinMedication",
  "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" : "LentocillinMedication",
      "period" : {
        "start" : "2025-09-05"
      }
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://nzmt.org.nz",
        "code" : "50320671000117101",
        "display" : "Lentocilin S 1200 (1 x 1.2 million units vial, 1 x 60 mg/4 mL ampoule), 1 pack, composite pack"
      }
    ]
  },
  "ingredient" : [
    {
      "itemCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://nzmt.org.nz",
            "code" : "10134211000116105",
            "display" : "benzathine penicillin (as benzathine benzylpenicillin tetrahydrate)"
          }
        ]
      }
    }
  ]
}