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

FHIR IG analytics

Packagetewhatuora.rheumaticfever
Resource TypeMedicationStatement
IdMedicationStatement-MedicationStatement-August.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": "MedicationStatement",
  "id": "MedicationStatement-August",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2024-08-07T08:31:00Z",
    "tag": [
      {
        "system": "https://fhir-ig.digital.health.nz/rheumatic-fever/CodeSystem/nz-rheumaticfever-codesystem",
        "code": "rf-nz",
        "display": "rheumatic fever"
      }
    ]
  },
  "contained": [
    {
      "resourceType": "MedicationStatement",
      "id": "contained-Lignocaine-dose",
      "partOf": [
        {
          "reference": "MedicationStatement/MedicationStatement-August"
        }
      ],
      "status": "completed",
      "medicationCodeableConcept": {
        "coding": [
          {
            "system": "http://nzmt.org.nz",
            "code": "10747581000116100",
            "display": "lidocaine hydrochloride anhydrous 1% (20 mg/2 mL) injection, ampoule"
          }
        ]
      },
      "subject": {
        "type": "Patient",
        "identifier": {
          "use": "official",
          "system": "https://standards.digital.health.nz/ns/nhi-id",
          "value": "ZKC7284"
        },
        "display": "Sage Westbrook"
      },
      "dosage": [
        {
          "doseAndRate": [
            {
              "doseQuantity": {
                "value": 0.25,
                "unit": "ml",
                "system": "http://unitsofmeasure.org",
                "code": "ml"
              }
            }
          ]
        }
      ]
    }
  ],
  "basedOn": [
    {
      "reference": "MedicationRequest/PlannedBenzathineMedication"
    }
  ],
  "partOf": [
    {
      "reference": "#contained-Lignocaine-dose"
    }
  ],
  "status": "completed",
  "category": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "58718002",
        "display": "Rheumatic fever (disorder)"
      }
    ]
  },
  "medicationReference": {
    "reference": "Medication/BenzathineMedication"
  },
  "subject": {
    "type": "Patient",
    "identifier": {
      "use": "official",
      "system": "https://standards.digital.health.nz/ns/nhi-id",
      "value": "ZKC7284"
    },
    "display": "Sage Westbrook"
  },
  "context": {
    "reference": "Encounter/SecondaryProphylaxisEncounter"
  },
  "effectiveDateTime": "2023-08-08T03:15:00Z",
  "dateAsserted": "2023-08-18T03:15:00Z",
  "dosage": [
    {
      "site": {
        "coding": [
          {
            "system": "https://fhir-ig.digital.health.nz/rheumatic-fever/CodeSystem/nz-rheumaticfever-codesystem",
            "code": "299151000210101",
            "display": "Structure of left ventrogluteal region (body structure)"
          }
        ]
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "78421000",
            "display": "Intramuscular route (qualifier value)"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 25,
            "unit": "mg",
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ]
    }
  ]
}