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 prescription
{"Prescription": { "text": { "status": "generated", "div": "<div>\n <p>Penicillin VK oral suspension, 125mg/5ml, 250 mg po tid x 10 days<\/p>\n <\/div>" }, "dispense": { "dispenser": { "id": {"value": "1"}, "type": {"value": "Organization"} }, "quantity": { "value": {"value": "50"}, "units": {"value": "ml"} }, "repeats": {"value": "2"} }, "patient": { "id": {"value": "25bd34"}, "type": {"value": "Patient"} }, "reason": { "text": {"value": "general headache"}, "coding": [{ "system": {"value": "http://hl7.org/fhir/sid/icd-10"}, "code": {"value": "G44.1"} }] }, "status": "active", "prescribed": {"value": "2011-03-04T11:45:33+01:00"}, "prescriber": { "id": {"value": "example"}, "type": {"value": "Agent"} }, "administrationRequest": { "duration": { "system": {"value": "http://unitsofmeasure.org"}, "value": {"value": "10"}, "code": {"value": "d"}, "units": {"value": "days"} }, "totalPeriodicDose": { "denominator": { "system": {"value": "http://unitsofmeasure.org"}, "value": {"value": "1"}, "code": {"value": "d"}, "units": {"value": "day"} }, "numerator": { "system": {"value": "http://unitsofmeasure.org"}, "value": {"value": "750"}, "code": {"value": "mg"}, "units": {"value": "mg"} } }, "description": {"value": "250 mg po tid x 10 days"}, "dosageInstruction": [{ "schedule": [{"repeat": { "duration": {"value": "1"}, "frequency": {"value": "3"}, "units": "d" }}], "doseQuantity": { "system": {"value": "http://unitsofmeasure.org"}, "value": {"value": "250"}, "code": {"value": "mg"}, "units": {"value": "mg"} }, "route": {"coding": [{ "system": {"value": "http://snomed.info"}, "display": {"value": "oral administration of treatment"}, "code": {"value": "363743006"} }]} }] }, "medicine": { "identification": {"text": {"value": "Penicillin VK oral suspension, 125mg/5ml"}}, "inactiveIngredient": [{ "identification": {"coding": [{ "system": {"value": "urn:hl7.org:sid/atc"}, "display": {"value": "Water"}, "code": {"value": "YYYYY"} }]}, "quantityCode": {"value": "sufficient"} }], "activeIngredient": [{ "quantityRatio": { "denominator": { "system": {"value": "http://unitsofmeasure.org"}, "value": {"value": "5"}, "code": {"value": "ml"}, "units": {"value": "ml"} }, "numerator": { "system": {"value": "http://unitsofmeasure.org"}, "value": {"value": "125"}, "code": {"value": "mg"}, "units": {"value": "mg"} } }, "identification": {"coding": [{ "system": {"value": "urn:hl7.org:sid/atc"}, "display": {"value": "Penicillin"}, "code": {"value": "XXXXX"} }]} }] }, "identifier": [{ "use": "usual", "label": {"value": "MRN"}, "identifier": { "id": {"value": "123456"}, "system": {"value": "oid:0.1.2.3.4.5.6.7"} } }] }}