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

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypeMedicationAdministration
IdMedicationAdministration-example1.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 example1

status: Completed

medication: insulin glargine 100 units/mL injection, 5 x 3 mL pen devices

subject: Stella Franklin (official) Female, DoB: 1985-10-14 ( IHI: Austalian Healthcare Identifier - Individual#8003608833357361)

effective: 2021-12-14 08:00:00+1000

Performers

-Actor
*Stella Franklin (official) Female, DoB: 1985-10-14 ( IHI: Austalian Healthcare Identifier - Individual#8003608833357361)

reasonReference: Condition Type 2 diabetes mellitus

Dosages

-TextSiteRouteDose
*20 units subcutaneous to lower abdomenLower abdomen structureSubcutaneous20 U (Details: UCUM codeU = 'U')

Source1

{
  "resourceType": "MedicationAdministration",
  "id": "example1",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-medicationadministration"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://pbs.gov.au/code/item",
        "code": "11815W",
        "display": "insulin glargine 100 units/mL injection, 5 x 3 mL pen devices"
      },
      {
        "extension": [
          {
            "url": "http://hl7.org.au/fhir/StructureDefinition/medication-type",
            "valueCoding": {
              "system": "http://terminology.hl7.org.au/CodeSystem/medication-type",
              "code": "BPGC",
              "display": "Branded package with container"
            }
          }
        ],
        "system": "http://snomed.info/sct",
        "code": "824201000168102",
        "display": "Insulin glargine 100 units/mL injection, 5 x 3 mL pen devices"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example0"
  },
  "effectiveDateTime": "2021-12-14T08:00:00+10:00",
  "performer": [
    {
      "actor": {
        "reference": "Patient/example0"
      }
    }
  ],
  "reasonReference": [
    {
      "reference": "Condition/example0"
    }
  ],
  "dosage": {
    "text": "20 units subcutaneous to lower abdomen",
    "site": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "27033000",
          "display": "Lower abdomen structure"
        }
      ]
    },
    "route": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "263887005",
          "display": "Subcutaneous"
        }
      ]
    },
    "dose": {
      "value": 20,
      "unit": "U",
      "system": "http://unitsofmeasure.org",
      "code": "U"
    }
  }
}