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

FHIR IG analytics

Packagestjohn.ambulance-care-summary
Resource TypeMedicationAdministration
IdMedicationAdministration-acs-cda-med-paracetamol-tablet.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: MedicationAdministration acs-cda-med-paracetamol-tablet

status: Completed

medication: Paracetamol (tablet)

subject: Bob Bobby Bobson (official) Male, DoB: 1984-06-02 ( https://standards.digital.health.nz/ns/nhi-id#NHI#ABC1235)

context: Encounter: identifier = https://standards.digital.health.nz/ns/ambulance-master-incident-number#0450-1-2016/06/14,https://standards.digital.health.nz/ns/acc-claim-number#XA12345,https://standards.digital.health.nz/ns/ambulance-unit-call-sign#MTWELL1; status = finished; class = emergency (ActCode#EMER); type = Land ambulance; period = 2016-06-14 11:13:00+1200 --> 2016-06-14 12:42:00+1200

effective: 2016-06-14 11:39:00+1200

Performers

-Actor
*PractitionerRole Paramedic

note:

A note about Paracetamol (tablet)

Dosages

-RouteDose
*Per oral route1000 mg (Details: UCUM codemg = 'mg')

Source1

{
  "resourceType": "MedicationAdministration",
  "id": "acs-cda-med-paracetamol-tablet",
  "meta": {
    "profile": [
      "https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/acs-medication-administration"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "urn:oid:2.16.840.1.113883.2.18.26",
        "code": "10037311000116100",
        "display": "Paracetamol (tablet)"
      }
    ],
    "text": "Paracetamol (tablet)"
  },
  "subject": {
    "reference": "Patient/acs-cda-patient-bob"
  },
  "context": {
    "reference": "Encounter/acs-cda-encounter"
  },
  "effectiveDateTime": "2016-06-14T11:39:00+12:00",
  "performer": [
    {
      "actor": {
        "reference": "PractitionerRole/acs-cda-providerrole-josephine"
      }
    }
  ],
  "note": [
    {
      "text": "A note about Paracetamol (tablet)"
    }
  ],
  "dosage": {
    "route": {
      "coding": [
        {
          "system": "https://fhir-ig.digital.health.nz/ambulance-care-summary/CodeSystem/acs-route",
          "code": "oral"
        }
      ]
    },
    "dose": {
      "value": 1000,
      "system": "http://unitsofmeasure.org",
      "code": "mg"
    }
  }
}