FHIR IG analytics| Package | actnow.canshare.co.nz |
| Resource Type | MedicationAdministration |
| Id | MedicationAdministration-medicationadministration-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "MedicationAdministration",
"id": "medicationadministration-1",
"meta": {
"profile": [
"http://canshare.co.nz/fhir/StructureDefinition/an-medication-administration"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "planned",
"valueInteger": 3
},
{
"url": "administered",
"valueInteger": 4
}
],
"url": "http://canshare.co.nz/fhir/StructureDefinition/an-cycle-day"
},
{
"url": "http://canshare.co.nz/fhir/StructureDefinition/an-prescribed-dose",
"valueDosage": {
"text": "300 mg"
}
},
{
"url": "http://canshare.co.nz/fhir/StructureDefinition/an-dose-adjustment-reason",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct/21000210109",
"code": "49808004",
"display": "Advanced age"
}
]
}
}
],
"identifier": [
{
"system": "http://canshare.co.nz/fhir/NamingSystem/1",
"value": "ma-1"
}
],
"status": "completed",
"medicationCodeableConcept": {
"text": "Oxaliplatin"
},
"subject": {
"reference": "Patient/exPatient"
},
"supportingInformation": [
{
"reference": "CarePlan/careplan-cycle-1"
}
],
"effectivePeriod": {
"start": "2014-04-08T09:35:00Z",
"end": "2014-04-08T12:00:00Z"
},
"dosage": {
"text": "260.00 mg",
"route": {
"text": "IV"
},
"dose": {
"value": 260,
"unit": "mg"
}
}
}