This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions

 

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"}
  }
}}