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
<MedicationAdministration xmlns="http://hl7.org/fhir">
<id value="medicationadministration-1"/>
<meta>
<profile
value="http://canshare.co.nz/fhir/StructureDefinition/an-medication-administration"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">Oxaliplatin260.00 mg IV</div>
</text>
<extension
url="http://canshare.co.nz/fhir/StructureDefinition/an-cycle-day">
<extension url="planned">
<valueInteger value="3"/>
</extension>
<extension url="administered">
<valueInteger value="4"/>
</extension>
</extension>
<extension
url="http://canshare.co.nz/fhir/StructureDefinition/an-prescribed-dose">
<valueDosage>
<text value="300 mg"/>
</valueDosage>
</extension>
<extension
url="http://canshare.co.nz/fhir/StructureDefinition/an-dose-adjustment-reason">
<valueCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="370645010"/>
<display value="Frailty"/>
</coding>
</valueCodeableConcept>
</extension>
<identifier>
<system value="http://canshare.co.nz/fhir/NamingSystem/1"/>
<value value="ma-1"/>
</identifier>
<status value="completed"/>
<medicationCodeableConcept>
<text value="Oxaliplatin"/>
</medicationCodeableConcept>
<subject>🔗
<reference value="Patient/exPatient"/>
</subject>
<supportingInformation>🔗
<reference value="CarePlan/careplan-cycle-1"/>
</supportingInformation>
<effectivePeriod>
<start value="2014-04-08T09:35:00Z"/>
<end value="2014-04-08T12:00:00Z"/>
</effectivePeriod>
<dosage>
<text value="260.00 mg"/>
<route>
<text value="IV"/>
</route>
<dose>
<value value="260"/>
<unit value="mg"/>
</dose>
</dosage>
</MedicationAdministration>