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

Resource Prescription - Content 3.13

Status: Not an approved resource: exemplar developed by Pharmacy WG. Under consideration by the Patient Care work group

Directions provided by a prescribing practitioner for a specific medication to be administered (and possibly) supplied to an individual.

The resource name as it appears in a RESTful URL is /prescription/

Resource Content 3.13.1

UML Image

<Prescription xmlns="http://hl7.org/fhir">
 <identifier><!-- 0..* HumanId Prescription identification --></identifier>
 <status><!-- 1..1 code Status: Active|Completed --></status>
 <patient><!-- 1..1 Resource(Patient) Patient receiving medicine --></patient>
 <prescriber><!-- 1..1 Resource(Agent) Prescribing doctor --></prescriber>
 <prescribed><!-- 1..1 dateTime Date/time prescribed --></prescribed>
 <dispense>  <!-- 0..1 Details of included dispense request -->
  <repeats><!-- 0..1 integer Number of repeats --></repeats>
  <quantity><!-- 1..1 Quantity Quantity per repeat --></quantity>
  <dispenser><!-- 0..1 Resource(Agent|Organization) Person to fulfill the requested dispense --></dispenser>
 </dispense>
 <medicine>  <!-- 1..1 Prescribed medicine -->
  <identification><!-- 0..1 CodeableConcept Test and/or code(s) for medicine --></identification>
  <activeIngredient>  <!-- 0..* Active substance -->
   <identification><!-- 1..1 CodeableConcept Text and/or Code(s) for active ingredient --></identification>
   <quantity[x]><!-- 0..1 Ratio|code Relative quantity of active ingredient --></quantity[x]>
  </activeIngredient>
  <inactiveIngredient>  <!-- 0..* Inactive substance -->
   <identification><!-- 1..1 CodeableConcept Text and/or Code(s) for inactive ingredient --></identification>
   <quantity[x]><!-- 0..1 Ratio|code Relative quantity of inactive ingredient --></quantity[x]>
  </inactiveIngredient>
 </medicine>
 <administrationRequest>  <!-- 1..1 Instructions for use -->
  <description><!-- 0..1 string Textual instructions for use --></description>
  <totalPeriodicDose><!-- 0..1 Ratio Total periodic dose --></totalPeriodicDose>
  <start><!-- 0..1 dateTime Start date for administration --></start>
  <end><!-- 0..1 dateTime End date for administration --></end>
  <duration><!-- 0..1 Quantity Total duration of administration --></duration>
  <numberOfAdministrations><!-- 0..1 integer Maximum number of separate administrations --></numberOfAdministrations>
  <dosageInstruction>  <!-- 1..* Dosage instruction -->
   <precondition><!-- 0..* CodeableConcept Precondition for starting administration --></precondition>
   <prn><!-- 0..1 boolean As required : Yes|No --></prn>
   <additionalInstruction><!-- 0..* CodeableConcept Additional instructions --></additionalInstruction>
   <route><!-- 0..1 CodeableConcept Route of administration --></route>
   <dose[x]><!-- 1..1 Quantity|Range Dose per administration --></dose[x]>
   <rate><!-- 0..1 Quantity Flow-rate for IV --></rate>
   <schedule><!-- 1..* Schedule Schedule for administration --></schedule>
  </dosageInstruction>
 </administrationRequest>
 <reason><!-- 0..1 CodeableConcept Reason for prescription --></reason>
 <extension><!-- 0..* Extension  See Extensions  --></extension>
 <text><!-- 1..1 Narrative Text summary of resource (for human interpretation) --></text>
</Prescription>

Alternate definitions: Schema/Schematron, RDF (to do), XML, XMI (to do), Resource Profile

Terminology Bindings

PathDetailsStrength
Prescription.status The status of a prescription (see http://hl7.org/fhir/prescription-status for values)complete/required
Prescription.medicine.identification
Prescription.medicine.activeIngredient.identification
Prescription.medicine.inactiveIngredient.identification
G-Standaard (Netherlands), AMT (Australia)complete/preferred
Prescription.administrationRequest.dosageInstruction.precondition NHG Table 25bcomplete/preferred
Prescription.administrationRequest.dosageInstruction.additionalInstruction NHG Table 25bcomplete/preferred
Prescription.administrationRequest.dosageInstruction.route G-Standaard sub-table 0007complete/preferred
Prescription.reason ICD-10 or ICPC-1complete/preferred

Constraints

RESTful Transactions 3.13.2

TODO

There is no content model for the response, except for an HTTP status code.

Search Parameters 3.13.3

Search Parameters for RESTful searches. The standard parameters also apply. See Searching for more information.

$page : integerStarting offset of the first record to return in the search setsingle
$count : integerNumber of return records requested. The server is not bound to conformsingle
$id : tokenThe logical resource id associated with the resource (must be supported by all servers)single
patient : qtokenThe identity of a patient to list prescriptions forsingle
prescriber : qtokenThe identity of a prescriber to list prescriptions fromsingle
startdate : datedate equal to Return only prescriptions made starting from this date (inclusive) (prescribed)single
startdate-before : datedate before or equal to Return only prescriptions made starting from this date (inclusive) (prescribed)single
startdate-after : datedate after or equal to Return only prescriptions made starting from this date (inclusive) (prescribed)single
enddate : datedate equal to Return only prescriptions made before this date (inclusive) (prescribed)single
enddate-before : datedate before or equal to Return only prescriptions made before this date (inclusive) (prescribed)single
enddate-after : datedate after or equal to Return only prescriptions made before this date (inclusive) (prescribed)single
status : tokenstatus of the prescriptionunion
medicine : qtokencode or text in medicine or ingredientunion
reason : qtokencode or text in reason for prescriptionunion

(See Searching).


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