FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | MedicationAdministration |
| Id | MedicationAdministration-example0.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationAdministration example0
Profile: AU Base MedicationAdministration
status: Completed
category: Community
medication: Medication Chlorsig
effective: 2021-10-09 10:00:00+1000
| Function | Actor |
| Performer | RelatedPerson Mary Smith |
| Text | Site | Dose |
| 2 drops to the left eye | Left eye | 2 drop |
{
"resourceType": "MedicationAdministration",
"id": "example0",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-medicationadministration"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medication-admin-category",
"code": "community"
}
]
},
"medicationReference": {
"reference": "Medication/BrandedPackSingleActiveIngredient0"
},
"subject": {
"reference": "Patient/example1"
},
"effectiveDateTime": "2021-10-09T10:00:00+10:00",
"performer": [
{
"function": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/med-admin-perform-function",
"code": "performer"
}
]
},
"actor": {
"reference": "RelatedPerson/example1"
}
}
],
"dosage": {
"text": "2 drops to the left eye",
"site": {
"text": "Left eye"
},
"dose": {
"value": 2,
"unit": "drop"
}
}
}