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

5.12.7 Resource Order - Formal Definitions

Formal definitions for the elements in the Order resource.

Order
DefinitionA request to perform an action.
Control1..1
AliasesRequest
Order.identifier
DefinitionIdentifiers assigned to this order by the orderer or by the receiver.
Control0..*
TypeIdentifier
Order.date
DefinitionWhen the order was made.
Control0..1
TypedateTime
Order.subject
DefinitionPatient this order is about.
Control0..1
TypeResource(Patient)
AliasesPatient
CommentsMay be left blank if the request reference identifies the patient, or if the request is not associated with a patient.
Order.source
DefinitionWho initiated the order.
Control0..1
TypeResource(Practitioner)
AliasesAuthor; Practitioner
Order.target
DefinitionWho is intended to fulfill the order.
Control0..1
TypeResource(Organization | Device | Practitioner)
Order.reason[x]
DefinitionText - why the order was made.
Control0..1
TypeCodeableConcept|Resource(Any)
Order.authority
DefinitionIf required by policy.
Control0..1
TypeResource(Any)
Commentsreference will be constrained when suitable targets exist.
To DoVerify RIM semantics.
Order.when
DefinitionWhen order should be fulfilled.
Control0..1
InvariantsDefined on this element
Inv-1: Provide a code or a schedule, but not both (xpath: exists(f:code) != exists(f:schedule))
Order.when.code
DefinitionCode specifies when request should be done. The code may simply be a priority code.
Control0..1
BindingRequestedTime: When a requested action should be performed. E.g. STAT, daily, evenings, etc.
TypeCodeableConcept
CommentsThis is usually a local code agreed in the context of the ordering workflow.
InvariantsAffect this element
Inv-1: Provide a code or a schedule, but not both (xpath: exists(f:code) != exists(f:schedule))
Order.when.schedule
DefinitionA formal schedule.
Control0..1
TypeSchedule
InvariantsAffect this element
Inv-1: Provide a code or a schedule, but not both (xpath: exists(f:code) != exists(f:schedule))
Order.detail
DefinitionWhat action is being ordered.
Control1..*
TypeResource(Any)

comments powered by Disqus