FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | MedicationAdministration |
| Id | MedicationAdministration-example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationAdministration example1
Profile: AU Base MedicationAdministration
status: Completed
medication: insulin glargine 100 units/mL injection, 5 x 3 mL pen devices
effective: 2021-12-14 08:00:00+1000
| Actor |
| Stella Franklin (official) Female, DoB: 1985-10-14 ( IHI: Austalian Healthcare Identifier - Individual#8003608833357361) |
reasonReference: Condition Type 2 diabetes mellitus
| Text | Site | Route | Dose |
| 20 units subcutaneous to lower abdomen | Lower abdomen structure | Subcutaneous | 20 U (Details: UCUM codeU = 'U') |
{
"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"
}
}
}