FHIR IG analytics| Package | hl7.fhir.uv.cpg.r4b |
| Resource Type | MedicationAdministration |
| Id | MedicationAdministration-am-scenario4.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationAdministration am-scenario4
status: Completed
medication: Product containing precisely fentanyl 25 microgram/1 hour prolonged-release transdermal patch (clinical drug)
subject: Example Patient Female, DoB: 1990-10-01
effective: 2015-01-15 22:03:00+0100 --> 2015-01-16 02:03:00+0100
| Text | Dose |
| apply one patch three times per week | 1 patch (Details: Orderable Drug Form codePATCH = 'Patch') |
{
"resourceType": "MedicationAdministration",
"id": "am-scenario4",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-medicationadministration"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "769510009",
"display": "Product containing precisely fentanyl 25 microgram/1 hour prolonged-release transdermal patch (clinical drug)"
}
]
},
"subject": {
"reference": "Patient/am-scenario4-patient"
},
"effectivePeriod": {
"start": "2015-01-15T22:03:00+01:00",
"end": "2015-01-16T02:03:00+01:00"
},
"request": {
"reference": "MedicationRequest/am-scenario4-mr"
},
"dosage": {
"text": "apply one patch three times per week",
"dose": {
"value": 1,
"unit": "patch",
"system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"code": "PATCH"
}
}
}