New Zealand rheumatic fever FHIR Implementation Guide
0.4.6 - 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 0.4.6 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/tewhatuora/rheumatic-fever/ and changes regularly. See the Directory of published versions

: BenzathineMedication - JSON Representation

Raw json | Download


{
  "resourceType" : "Medication",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2024-08-07T08:31:00Z",
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/Medication"
    ],
    "tag" : [
      {
        "system" : "https://build.fhir.org/ig/tewhatuora/rheumatic-fever/CodeSystem/nz-rheumaticfever-codesystem",
        "code" : "rf-nz",
        "display" : "rheumatic fever"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication BenzathineMedication</b></p><a name=\"BenzathineMedication\"> </a><a name=\"hcBenzathineMedication\"> </a><a name=\"BenzathineMedication-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 2; Last updated: 2024-08-07 08:31:00+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R4/medication.html\">Medication</a></p><p style=\"margin-bottom: 0px\">Tag: rheumatic fever (Details: NZ-specific terminology in rheumatic fever data representation code rf-nz  = ' rheumatic fever ', stated as ' rheumatic fever ')</p></div><p><b>code</b>: <span title=\"Codes:{http://nzmt.org.nz 43924201000116108}\">Bicillin LA 1.2 million units/2.3 mL (900 mg/2.3 mL) injection: suspension, 1 x 2.3 mL syringe</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://nzmt.org.nz 10134211000116105}\">benzathine penicillin (as benzathine benzylpenicillin tetrahydrate)</span></td></tr></table></div>"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://nzmt.org.nz",
        "code" : "43924201000116108",
        "display" : "Bicillin LA 1.2 million units/2.3 mL (900 mg/2.3 mL) injection: suspension, 1 x 2.3 mL syringe"
      }
    ]
  },
  "ingredient" : [
    {
      "itemCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://nzmt.org.nz",
            "code" : "10134211000116105",
            "display" : "benzathine penicillin (as benzathine benzylpenicillin tetrahydrate)"
          }
        ]
      }
    }
  ]
}