This page is part of the FHIR Specification (v0.01: Historical Archive Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Directions provided by a prescribing practitioner for a specific medication to be administered to an individual.
The relative url is /prescriptions
<Prescription xmlns="http://www.hl7.org/fhir"> <id> mand id Master Resource Id, always first in all resources</id> <identifier> mand Zero+ HumanId Prescription identification</identifier> <status> mand code Status: Active|Completed</status> <patient> mand (Patient) Patient receiving medicine</patient> <prescriber> mand (Agent) Prescribing doctor</prescriber> <prescribed> mand dateTime Date/time prescribed</prescribed> <dispense> opt <!-- Details of included dispense request --> <repeats> opt integer Number of repeats</repeats> <quantity> mand Quantity Quantity per repeat</quantity> <dispenser> opt (Agent|Organization) Person to fullfil the requested dispense</dispenser> </dispense> <medicine> mand <!-- Prescribed medicine --> <productCode> cond Coding Coded representation of medicine</productCode> <description> cond string Textual description of medicine</description> <activeIngredient> opt <!-- Zero+ Active substance --> <productCode> mand Coding Coded representation of active ingredient</productCode> <quantity> opt Ratio Relative quantity of active ingredient</quantity> </activeIngredient> <inactiveIngredient> opt <!-- Zero+ Inactive substance --> <productCode> mand Coding Coded representation of inactive ingredient</productCode> <quantity> opt Ratio Relative quantity of inactive ingredient</quantity> </inactiveIngredient> </medicine> <administrationRequest> mand <!-- Instructions for use --> <description> opt string Textual instructions for use</description> <totalPeriodicDosis> opt Ratio Total periodic dosis</totalPeriodicDosis> <start> cond dateTime Startdate for administration</start> <end> cond dateTime Enddate for administration</end> <duration> cond Quantity Total duration of administration</duration> <numberOfAdministrations> cond integer Maximum number of separate administrations</numberOfAdministrations> <dosageInstruction> mand <!-- One+ Dosage instruction --> <precondition> opt Zero+ CodeableConcept Precondition for starting administration</precondition> <prn> opt code Pro re nate: Yes|No</prn> <additionalInstruction> opt Zero+ CodeableConcept Additional instructions</additionalInstruction> <route> opt CodeableConcept Route of administration</route> <dose[x]> mand Quantity|Interval(Quantity) Dose per administration</dose[x]> <rate> opt Quantity Flow-rate for IV</rate> <schedule> mand One+ Schedule Schedule for administration</schedule> </dosageInstruction> </administrationRequest> <reason> opt CodeableConcept Reason for prescription</reason> <extensions> opt See Extensions See Extensions </extensions> <text> mand Narrative Text summary of the prescription, for human interpretation</text> </Prescription>
Schema for Prescription and an example (or formatted for browser)
Terminology Bindings
active | Patient is using the prescribed medicin | |
completed | Prescription is no longer current |
yes | TRUE | |
no | FALSE |
Notes:
TODO
There is no content model for the response, except for an HTTP status code.
The following simple search/filter parameters are defined for prescription:
patient | The identity of a patient to list prescriptions for |
prescriber | The identity of a prescriber to list prescriptions from |
startdate | Return only prescriptions made starting from this date |
enddate | Return only prescriptions made before this date |
id | search id in any prescription identifiers |
The standard search parameters also apply (see Searching).
The formal definitions for the elements above. Also available as an XML file.
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.01 generated on Mon, May 14, 2012 09:48+1000.