FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetewhatuora.rheumaticfever
Resource TypeMedication
IdMedication-AmoxicillinMedication.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Medication",
  "id": "AmoxicillinMedication",
  "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": "AmoxicillinMedication",
      "period": {
        "start": "2025-09-05"
      }
    }
  ],
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "http://nzmt.org.nz",
            "code": "20023151000116107",
            "display": "amoxicillin"
          }
        ]
      }
    }
  ]
}