This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
Example of medicationadministration
Example of medicationadministration (id = "example")
<MedicationAdministration xmlns="http://hl7.org/fhir"> <!-- --> <administrationEventStatus>completed</administrationEventStatus> <effectiveTime> <start>2012-06-01T14:30:00</start> <end>2012-06-01T14:30:00</end> </effectiveTime> <route> <coding> <system>http://snomed.info</system> <code>363743006</code> <display>oral administration of treatment</display> </coding> </route> <administeredDose> <value>10</value> <units>ml</units> <system>http://unitsofmeasure.org</system> <code>ml</code> </administeredDose> <prescription> <type>Prescription</type> <id>example</id> </prescription> <patient> <type>Patient</type> <id>a23</id> </patient> <medication> <coding> <system>http://snomed.info</system> <code>123456789</code> <display>Penicillin VK oral suspension 125mg/5ml</display> </coding> </medication> <text> <status>generated</status> <div xmlns="http://www.w3.org/1999/xhtml"> <p>Penicillin VK 10ml suspension administered by oral route at 14:30 on 1 June 2012</p> <p>on the authority of prescription ref: example</p> <p>to patient ref: a23</p> </div> </text> </MedicationAdministration>
JSON Equivalent
Example of medicationadministration
{"MedicationAdministration": { "medication": [{"coding": [{ "system": {"value": "http://snomed.info"}, "display": {"value": "Penicillin VK oral suspension 125mg/5ml"}, "code": {"value": "123456789"} }]}], "text": { "status": "generated", "div": "<div>\n <p>Penicillin VK 10ml suspension administered by oral route at 14:30 on 1 June 2012<\/p>\n <p>on the authority of prescription ref: example<\/p>\n <p>to patient ref: a23<\/p>\n <\/div>" }, "patient": { "id": {"value": "a23"}, "type": {"value": "Patient"} }, "prescription": { "id": {"value": "example"}, "type": {"value": "Prescription"} }, "route": {"coding": [{ "system": {"value": "http://snomed.info"}, "display": {"value": "oral administration of treatment"}, "code": {"value": "363743006"} }]}, "administrationEventStatus": "completed", "effectiveTime": { "start": {"value": "2012-06-01T14:30:00"}, "end": {"value": "2012-06-01T14:30:00"} }, "administeredDose": { "system": {"value": "http://unitsofmeasure.org"}, "value": {"value": "10"}, "code": {"value": "ml"}, "units": {"value": "ml"} } }}
This is an old version of FHIR retained for archive purposes. Do not use for anything else
Implementers are welcome to experiment with the content defined here, but should note that the contents are subject to change without prior notice.
© HL7.org 2011 - 2012. FHIR v0.06 generated on Tue, Dec 4, 2012 00:03+1100. License