ACT-NOW Implementation Guide
0.4.0 - ci-build
ACT-NOW Implementation Guide, published by Te aho o te kahu - Cancer Control Agency. This guide is not an authorized publication; it is the continuous build for version 0.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/davidhay25/actnow/ and changes regularly. See the Directory of published versions
{
"resourceType" : "MedicationAdministration",
"id" : "medicationadministration-1",
"meta" : {
"profile" : [
🔗 "http://canshare.co.nz/fhir/StructureDefinition/an-medication-administration"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Oxaliplatin260.00 mg IV</div>"
},
"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",
"code" : "370645010",
"display" : "Frailty"
}
]
}
}
],
"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"
}
}
}