0.0.1 - 0.0.1

EAHPInteroperabilityIG - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: SupplyRequest EAHP Interoperability

Official URL: https://eahp-official.github.io/EAHP_Interoperabillty/StructureDefinition/SupplyRequestEAHPInteroperability Version: 0.0.1
Draft as of 2026-05-13 Computable Name: SupplyRequestEAHPInteroperability

SupplyRequest profile for EAHP Interoperability SIG.

Usages:

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. SupplyRequest 0..* SupplyRequest Request for a medication, substance or device
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
.... identifier:requestId SΣ 1..1 Identifier The ID of a complete supply request, spanning multiple medicines/inventory items.
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... type Σ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://eahp-official.github.io/EAHP_Interoperabillty/CodeSystem/eahp-supply-request-identifier-type-cs
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: RequestId
....... display 0..1 string Representation defined by the system
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
... status ?!SΣ 1..1 code draft | active | suspended +
Binding: SupplyRequestStatus (required): Status of the supply request.
... priority SΣ 0..1 code routine | urgent | asap | stat
Binding: RequestPriority (required): Identifies the level of importance to be assigned to actioning the request.
... item Σ 1..1 CodeableReference(Medication | InventoryItem) Requested product must be a Medication or InventoryItem
Binding: SNOMEDCTSupplyItem (example): The item that was requested.
... quantity Σ 1..1 EAHPLogisticalQuantity The count of indivisible logistical units (e.g., pills, packs) requested.
... authoredOn SΣ 0..1 dateTime When the request was made
... requester Σ 0..1 Reference(Practitioner | Device | Organization) Individual making the request
... deliverFrom S 0..1 Reference(Location) The automatic location representing the automation that should supply the medications
... deliverTo S 0..1 Reference(Organization | Location) The destination of the supply request. If it must be delivered to an automation, this must be a location linked with the device representing the automation.

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
SupplyRequest.identifier:requestId.​use Base required IdentifierUse 📍5.0.0 FHIR Std.
SupplyRequest.identifier:requestId.​type Base extensible Identifier Type Codes 📍5.0.0 FHIR Std.
SupplyRequest.status Base required Supply Request Status 📍5.0.0 FHIR Std.
SupplyRequest.priority Base required RequestPriority 📍5.0.0 FHIR Std.
SupplyRequest.item Base example SNOMED CT Supply Item 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error SupplyRequest If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error SupplyRequest If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error SupplyRequest If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error SupplyRequest If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice SupplyRequest A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from SupplyRequest

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. SupplyRequest 0..* SupplyRequest Request for a medication, substance or device
... Slices for identifier S 1..* Identifier List of identifiers , should contain at least a request header id and a line header id. The couple (request header id, line header id) must be unique.
Slice: Unordered, Open by pattern:type
.... identifier:requestId S 1..1 Identifier The ID of a complete supply request, spanning multiple medicines/inventory items.
..... type 1..1 CodeableConcept Description of identifier
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://eahp-official.github.io/EAHP_Interoperabillty/CodeSystem/eahp-supply-request-identifier-type-cs
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: RequestId
... status S 1..1 code draft | active | suspended +
... priority S 0..1 code routine | urgent | asap | stat
.... concept 0..0 Reference to a concept (by class)
... quantity 1..1 EAHPLogisticalQuantity The count of indivisible logistical units (e.g., pills, packs) requested.
... authoredOn S 0..1 dateTime When the request was made
... requester 0..1 Reference(Practitioner | Device | Organization) Individual making the request
... deliverFrom S 0..1 Reference(Location) The automatic location representing the automation that should supply the medications
... deliverTo S 0..1 Reference(Organization | Location) The destination of the supply request. If it must be delivered to an automation, this must be a location linked with the device representing the automation.

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. SupplyRequest 0..* SupplyRequest Request for a medication, substance or device
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... Slices for identifier SΣ 1..* Identifier List of identifiers , should contain at least a request header id and a line header id. The couple (request header id, line header id) must be unique.
Slice: Unordered, Open by pattern:type
.... identifier:requestId SΣ 1..1 Identifier The ID of a complete supply request, spanning multiple medicines/inventory items.
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... type Σ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://eahp-official.github.io/EAHP_Interoperabillty/CodeSystem/eahp-supply-request-identifier-type-cs
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: RequestId
....... display 0..1 string Representation defined by the system
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... system Σ 0..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
..... value ΣC 0..1 string The value that is unique
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... status ?!SΣ 1..1 code draft | active | suspended +
Binding: SupplyRequestStatus (required): Status of the supply request.
... basedOn Σ 0..* Reference(Resource) What other request is fulfilled by this supply request
... category Σ 0..1 CodeableConcept The kind of supply (central, non-stock, etc.)
Binding: SupplyType (example): Category of supply request.
... priority SΣ 0..1 code routine | urgent | asap | stat
Binding: RequestPriority (required): Identifies the level of importance to be assigned to actioning the request.
... deliverFor 0..1 Reference(Patient) The patient for who the supply request is for
... item Σ 1..1 CodeableReference(Medication | InventoryItem) Requested product must be a Medication or InventoryItem
Binding: SNOMEDCTSupplyItem (example): The item that was requested.
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... reference Σ 0..1 Reference() Reference to a resource (by instance)
... quantity Σ 1..1 EAHPLogisticalQuantity The count of indivisible logistical units (e.g., pills, packs) requested.
... parameter 0..* BackboneElement Ordered item details
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... code 0..1 CodeableConcept Item detail
Binding Description: (example): A code that identifies the device detail.
.... value[x] 0..1 Value of detail
..... valueCodeableConcept CodeableConcept
..... valueQuantity Quantity
..... valueRange Range
..... valueBoolean boolean
... occurrence[x] Σ 0..1 When the request should be fulfilled
.... occurrenceDateTime dateTime
.... occurrencePeriod Period
.... occurrenceTiming Timing
... authoredOn SΣ 0..1 dateTime When the request was made
... requester Σ 0..1 Reference(Practitioner | Device | Organization) Individual making the request
... supplier Σ 0..* Reference(Organization | HealthcareService) Who is intended to fulfill the request
... reason 0..* CodeableReference(Condition | Observation | DiagnosticReport | DocumentReference) The reason why the supply item was requested
Binding: SupplyRequestReason (example): The reason why the supply item was requested.
... deliverFrom S 0..1 Reference(Location) The automatic location representing the automation that should supply the medications
... deliverTo S 0..1 Reference(Organization | Location) The destination of the supply request. If it must be delivered to an automation, this must be a location linked with the device representing the automation.

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
SupplyRequest.language Base required All Languages 📍5.0.0 FHIR Std.
SupplyRequest.identifier:requestId.​use Base required IdentifierUse 📍5.0.0 FHIR Std.
SupplyRequest.identifier:requestId.​type Base extensible Identifier Type Codes 📍5.0.0 FHIR Std.
SupplyRequest.status Base required Supply Request Status 📍5.0.0 FHIR Std.
SupplyRequest.category Base example Supply Type 📍5.0.0 FHIR Std.
SupplyRequest.priority Base required RequestPriority 📍5.0.0 FHIR Std.
SupplyRequest.item Base example SNOMED CT Supply Item 📍5.0.0 FHIR Std.
SupplyRequest.parameter.​code Base example Not State Unknown
SupplyRequest.reason Base example Supply Request Reason 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error SupplyRequest If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error SupplyRequest If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error SupplyRequest If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error SupplyRequest If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice SupplyRequest A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from SupplyRequest

Summary

Mandatory: 4 elements
Must-Support: 7 elements
Prohibited: 1 element

Structures

This structure refers to these other structures:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of SupplyRequest.identifier

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. SupplyRequest 0..* SupplyRequest Request for a medication, substance or device
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
.... identifier:requestId SΣ 1..1 Identifier The ID of a complete supply request, spanning multiple medicines/inventory items.
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... type Σ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://eahp-official.github.io/EAHP_Interoperabillty/CodeSystem/eahp-supply-request-identifier-type-cs
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: RequestId
....... display 0..1 string Representation defined by the system
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
... status ?!SΣ 1..1 code draft | active | suspended +
Binding: SupplyRequestStatus (required): Status of the supply request.
... priority SΣ 0..1 code routine | urgent | asap | stat
Binding: RequestPriority (required): Identifies the level of importance to be assigned to actioning the request.
... item Σ 1..1 CodeableReference(Medication | InventoryItem) Requested product must be a Medication or InventoryItem
Binding: SNOMEDCTSupplyItem (example): The item that was requested.
... quantity Σ 1..1 EAHPLogisticalQuantity The count of indivisible logistical units (e.g., pills, packs) requested.
... authoredOn SΣ 0..1 dateTime When the request was made
... requester Σ 0..1 Reference(Practitioner | Device | Organization) Individual making the request
... deliverFrom S 0..1 Reference(Location) The automatic location representing the automation that should supply the medications
... deliverTo S 0..1 Reference(Organization | Location) The destination of the supply request. If it must be delivered to an automation, this must be a location linked with the device representing the automation.

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
SupplyRequest.identifier:requestId.​use Base required IdentifierUse 📍5.0.0 FHIR Std.
SupplyRequest.identifier:requestId.​type Base extensible Identifier Type Codes 📍5.0.0 FHIR Std.
SupplyRequest.status Base required Supply Request Status 📍5.0.0 FHIR Std.
SupplyRequest.priority Base required RequestPriority 📍5.0.0 FHIR Std.
SupplyRequest.item Base example SNOMED CT Supply Item 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error SupplyRequest If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error SupplyRequest If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error SupplyRequest If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error SupplyRequest If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice SupplyRequest A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

Differential View

This structure is derived from SupplyRequest

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. SupplyRequest 0..* SupplyRequest Request for a medication, substance or device
... Slices for identifier S 1..* Identifier List of identifiers , should contain at least a request header id and a line header id. The couple (request header id, line header id) must be unique.
Slice: Unordered, Open by pattern:type
.... identifier:requestId S 1..1 Identifier The ID of a complete supply request, spanning multiple medicines/inventory items.
..... type 1..1 CodeableConcept Description of identifier
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://eahp-official.github.io/EAHP_Interoperabillty/CodeSystem/eahp-supply-request-identifier-type-cs
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: RequestId
... status S 1..1 code draft | active | suspended +
... priority S 0..1 code routine | urgent | asap | stat
.... concept 0..0 Reference to a concept (by class)
... quantity 1..1 EAHPLogisticalQuantity The count of indivisible logistical units (e.g., pills, packs) requested.
... authoredOn S 0..1 dateTime When the request was made
... requester 0..1 Reference(Practitioner | Device | Organization) Individual making the request
... deliverFrom S 0..1 Reference(Location) The automatic location representing the automation that should supply the medications
... deliverTo S 0..1 Reference(Organization | Location) The destination of the supply request. If it must be delivered to an automation, this must be a location linked with the device representing the automation.

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. SupplyRequest 0..* SupplyRequest Request for a medication, substance or device
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... Slices for identifier SΣ 1..* Identifier List of identifiers , should contain at least a request header id and a line header id. The couple (request header id, line header id) must be unique.
Slice: Unordered, Open by pattern:type
.... identifier:requestId SΣ 1..1 Identifier The ID of a complete supply request, spanning multiple medicines/inventory items.
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... type Σ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://eahp-official.github.io/EAHP_Interoperabillty/CodeSystem/eahp-supply-request-identifier-type-cs
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: RequestId
....... display 0..1 string Representation defined by the system
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... system Σ 0..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
..... value ΣC 0..1 string The value that is unique
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... status ?!SΣ 1..1 code draft | active | suspended +
Binding: SupplyRequestStatus (required): Status of the supply request.
... basedOn Σ 0..* Reference(Resource) What other request is fulfilled by this supply request
... category Σ 0..1 CodeableConcept The kind of supply (central, non-stock, etc.)
Binding: SupplyType (example): Category of supply request.
... priority SΣ 0..1 code routine | urgent | asap | stat
Binding: RequestPriority (required): Identifies the level of importance to be assigned to actioning the request.
... deliverFor 0..1 Reference(Patient) The patient for who the supply request is for
... item Σ 1..1 CodeableReference(Medication | InventoryItem) Requested product must be a Medication or InventoryItem
Binding: SNOMEDCTSupplyItem (example): The item that was requested.
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... reference Σ 0..1 Reference() Reference to a resource (by instance)
... quantity Σ 1..1 EAHPLogisticalQuantity The count of indivisible logistical units (e.g., pills, packs) requested.
... parameter 0..* BackboneElement Ordered item details
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... code 0..1 CodeableConcept Item detail
Binding Description: (example): A code that identifies the device detail.
.... value[x] 0..1 Value of detail
..... valueCodeableConcept CodeableConcept
..... valueQuantity Quantity
..... valueRange Range
..... valueBoolean boolean
... occurrence[x] Σ 0..1 When the request should be fulfilled
.... occurrenceDateTime dateTime
.... occurrencePeriod Period
.... occurrenceTiming Timing
... authoredOn SΣ 0..1 dateTime When the request was made
... requester Σ 0..1 Reference(Practitioner | Device | Organization) Individual making the request
... supplier Σ 0..* Reference(Organization | HealthcareService) Who is intended to fulfill the request
... reason 0..* CodeableReference(Condition | Observation | DiagnosticReport | DocumentReference) The reason why the supply item was requested
Binding: SupplyRequestReason (example): The reason why the supply item was requested.
... deliverFrom S 0..1 Reference(Location) The automatic location representing the automation that should supply the medications
... deliverTo S 0..1 Reference(Organization | Location) The destination of the supply request. If it must be delivered to an automation, this must be a location linked with the device representing the automation.

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
SupplyRequest.language Base required All Languages 📍5.0.0 FHIR Std.
SupplyRequest.identifier:requestId.​use Base required IdentifierUse 📍5.0.0 FHIR Std.
SupplyRequest.identifier:requestId.​type Base extensible Identifier Type Codes 📍5.0.0 FHIR Std.
SupplyRequest.status Base required Supply Request Status 📍5.0.0 FHIR Std.
SupplyRequest.category Base example Supply Type 📍5.0.0 FHIR Std.
SupplyRequest.priority Base required RequestPriority 📍5.0.0 FHIR Std.
SupplyRequest.item Base example SNOMED CT Supply Item 📍5.0.0 FHIR Std.
SupplyRequest.parameter.​code Base example Not State Unknown
SupplyRequest.reason Base example Supply Request Reason 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error SupplyRequest If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error SupplyRequest If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error SupplyRequest If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error SupplyRequest If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice SupplyRequest A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from SupplyRequest

Summary

Mandatory: 4 elements
Must-Support: 7 elements
Prohibited: 1 element

Structures

This structure refers to these other structures:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of SupplyRequest.identifier

 

Other representations of profile: CSV, Excel, Schematron