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
| 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
Description of Profiles, Differentials, Snapshots and how the different presentations work.
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | SupplyRequest | Request for a medication, substance or device | |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Resource | Contained, inline Resources | |
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() |
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 |
![]() ![]() ![]() |
SΣ | 1..1 | Identifier | The ID of a complete supply request, spanning multiple medicines/inventory items. |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . |
![]() ![]() ![]() ![]() |
Σ | 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 |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: https://eahp-official.github.io/EAHP_Interoperabillty/CodeSystem/eahp-supply-request-identifier-type-cs | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: RequestId | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() |
?!SΣ | 1..1 | code | draft | active | suspended + Binding: SupplyRequestStatus (required): Status of the supply request. |
![]() ![]() |
SΣ | 0..1 | code | routine | urgent | asap | stat Binding: RequestPriority (required): Identifies the level of importance to be assigned to actioning the request. |
![]() ![]() |
Σ | 1..1 | CodeableReference(Medication | InventoryItem) | Requested product must be a Medication or InventoryItem Binding: SNOMEDCTSupplyItem (example): The item that was requested. |
![]() ![]() |
Σ | 1..1 | EAHPLogisticalQuantity | The count of indivisible logistical units (e.g., pills, packs) requested. |
![]() ![]() |
SΣ | 0..1 | dateTime | When the request was made |
![]() ![]() |
Σ | 0..1 | Reference(Practitioner | Device | Organization) | Individual making the request |
![]() ![]() |
S | 0..1 | Reference(Location) | The automatic location representing the automation that should supply the medications |
![]() ![]() |
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. |
Documentation for this format | ||||
| 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. |
| 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
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | SupplyRequest | Request for a medication, substance or device | |
![]() ![]() |
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 |
![]() ![]() ![]() |
S | 1..1 | Identifier | The ID of a complete supply request, spanning multiple medicines/inventory items. |
![]() ![]() ![]() ![]() |
1..1 | CodeableConcept | Description of identifier Required Pattern: At least the following | |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: https://eahp-official.github.io/EAHP_Interoperabillty/CodeSystem/eahp-supply-request-identifier-type-cs | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: RequestId | |
![]() ![]() |
S | 1..1 | code | draft | active | suspended + |
![]() ![]() |
S | 0..1 | code | routine | urgent | asap | stat |
![]() ![]() |
1..1 | CodeableReference(Medication | InventoryItem) | Requested product must be a Medication or InventoryItem | |
![]() ![]() ![]() |
0..0 | Reference to a concept (by class) | ||
![]() ![]() |
1..1 | EAHPLogisticalQuantity | The count of indivisible logistical units (e.g., pills, packs) requested. | |
![]() ![]() |
S | 0..1 | dateTime | When the request was made |
![]() ![]() |
0..1 | Reference(Practitioner | Device | Organization) | Individual making the request | |
![]() ![]() |
S | 0..1 | Reference(Location) | The automatic location representing the automation that should supply the medications |
![]() ![]() |
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. |
Documentation for this format | ||||
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | SupplyRequest | Request for a medication, substance or device | |||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: AllLanguages (required): IETF language tag for a human language
| |||||
![]() ![]() |
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 | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() |
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 | ||||
![]() ![]() ![]() |
SΣ | 1..1 | Identifier | The ID of a complete supply request, spanning multiple medicines/inventory items. | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . | ||||
![]() ![]() ![]() ![]() |
Σ | 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 | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: https://eahp-official.github.io/EAHP_Interoperabillty/CodeSystem/eahp-supply-request-identifier-type-cs | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: RequestId | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | The namespace for the identifier value Example General: http://www.acme.com/identifiers/patient | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | The value that is unique Example General: 123456 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() |
?!SΣ | 1..1 | code | draft | active | suspended + Binding: SupplyRequestStatus (required): Status of the supply request. | ||||
![]() ![]() |
Σ | 0..* | Reference(Resource) | What other request is fulfilled by this supply request | ||||
![]() ![]() |
Σ | 0..1 | CodeableConcept | The kind of supply (central, non-stock, etc.) Binding: SupplyType (example): Category of supply request. | ||||
![]() ![]() |
SΣ | 0..1 | code | routine | urgent | asap | stat Binding: RequestPriority (required): Identifies the level of importance to be assigned to actioning the request. | ||||
![]() ![]() |
0..1 | Reference(Patient) | The patient for who the supply request is for | |||||
![]() ![]() |
Σ | 1..1 | CodeableReference(Medication | InventoryItem) | Requested product must be a Medication or InventoryItem Binding: SNOMEDCTSupplyItem (example): The item that was requested. | ||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
Σ | 0..1 | Reference() | Reference to a resource (by instance) | ||||
![]() ![]() |
Σ | 1..1 | EAHPLogisticalQuantity | The count of indivisible logistical units (e.g., pills, packs) requested. | ||||
![]() ![]() |
0..* | BackboneElement | Ordered item details | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Item detail Binding Description: (example): A code that identifies the device detail. | |||||
![]() ![]() ![]() |
0..1 | Value of detail | ||||||
![]() ![]() ![]() ![]() |
CodeableConcept | |||||||
![]() ![]() ![]() ![]() |
Quantity | |||||||
![]() ![]() ![]() ![]() |
Range | |||||||
![]() ![]() ![]() ![]() |
boolean | |||||||
![]() ![]() |
Σ | 0..1 | When the request should be fulfilled | |||||
![]() ![]() ![]() |
dateTime | |||||||
![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() |
Timing | |||||||
![]() ![]() |
SΣ | 0..1 | dateTime | When the request was made | ||||
![]() ![]() |
Σ | 0..1 | Reference(Practitioner | Device | Organization) | Individual making the request | ||||
![]() ![]() |
Σ | 0..* | Reference(Organization | HealthcareService) | Who is intended to fulfill the request | ||||
![]() ![]() |
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. | |||||
![]() ![]() |
S | 0..1 | Reference(Location) | The automatic location representing the automation that should supply the medications | ||||
![]() ![]() |
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. | ||||
Documentation for this format | ||||||||
| 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. |
| 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:
Key Elements View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | SupplyRequest | Request for a medication, substance or device | |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Resource | Contained, inline Resources | |
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() |
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 |
![]() ![]() ![]() |
SΣ | 1..1 | Identifier | The ID of a complete supply request, spanning multiple medicines/inventory items. |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . |
![]() ![]() ![]() ![]() |
Σ | 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 |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: https://eahp-official.github.io/EAHP_Interoperabillty/CodeSystem/eahp-supply-request-identifier-type-cs | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: RequestId | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() |
?!SΣ | 1..1 | code | draft | active | suspended + Binding: SupplyRequestStatus (required): Status of the supply request. |
![]() ![]() |
SΣ | 0..1 | code | routine | urgent | asap | stat Binding: RequestPriority (required): Identifies the level of importance to be assigned to actioning the request. |
![]() ![]() |
Σ | 1..1 | CodeableReference(Medication | InventoryItem) | Requested product must be a Medication or InventoryItem Binding: SNOMEDCTSupplyItem (example): The item that was requested. |
![]() ![]() |
Σ | 1..1 | EAHPLogisticalQuantity | The count of indivisible logistical units (e.g., pills, packs) requested. |
![]() ![]() |
SΣ | 0..1 | dateTime | When the request was made |
![]() ![]() |
Σ | 0..1 | Reference(Practitioner | Device | Organization) | Individual making the request |
![]() ![]() |
S | 0..1 | Reference(Location) | The automatic location representing the automation that should supply the medications |
![]() ![]() |
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. |
Documentation for this format | ||||
| 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. |
| 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
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | SupplyRequest | Request for a medication, substance or device | |
![]() ![]() |
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 |
![]() ![]() ![]() |
S | 1..1 | Identifier | The ID of a complete supply request, spanning multiple medicines/inventory items. |
![]() ![]() ![]() ![]() |
1..1 | CodeableConcept | Description of identifier Required Pattern: At least the following | |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: https://eahp-official.github.io/EAHP_Interoperabillty/CodeSystem/eahp-supply-request-identifier-type-cs | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: RequestId | |
![]() ![]() |
S | 1..1 | code | draft | active | suspended + |
![]() ![]() |
S | 0..1 | code | routine | urgent | asap | stat |
![]() ![]() |
1..1 | CodeableReference(Medication | InventoryItem) | Requested product must be a Medication or InventoryItem | |
![]() ![]() ![]() |
0..0 | Reference to a concept (by class) | ||
![]() ![]() |
1..1 | EAHPLogisticalQuantity | The count of indivisible logistical units (e.g., pills, packs) requested. | |
![]() ![]() |
S | 0..1 | dateTime | When the request was made |
![]() ![]() |
0..1 | Reference(Practitioner | Device | Organization) | Individual making the request | |
![]() ![]() |
S | 0..1 | Reference(Location) | The automatic location representing the automation that should supply the medications |
![]() ![]() |
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. |
Documentation for this format | ||||
Snapshot View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | SupplyRequest | Request for a medication, substance or device | |||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: AllLanguages (required): IETF language tag for a human language
| |||||
![]() ![]() |
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 | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() |
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 | ||||
![]() ![]() ![]() |
SΣ | 1..1 | Identifier | The ID of a complete supply request, spanning multiple medicines/inventory items. | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . | ||||
![]() ![]() ![]() ![]() |
Σ | 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 | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: https://eahp-official.github.io/EAHP_Interoperabillty/CodeSystem/eahp-supply-request-identifier-type-cs | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: RequestId | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | The namespace for the identifier value Example General: http://www.acme.com/identifiers/patient | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | The value that is unique Example General: 123456 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() |
?!SΣ | 1..1 | code | draft | active | suspended + Binding: SupplyRequestStatus (required): Status of the supply request. | ||||
![]() ![]() |
Σ | 0..* | Reference(Resource) | What other request is fulfilled by this supply request | ||||
![]() ![]() |
Σ | 0..1 | CodeableConcept | The kind of supply (central, non-stock, etc.) Binding: SupplyType (example): Category of supply request. | ||||
![]() ![]() |
SΣ | 0..1 | code | routine | urgent | asap | stat Binding: RequestPriority (required): Identifies the level of importance to be assigned to actioning the request. | ||||
![]() ![]() |
0..1 | Reference(Patient) | The patient for who the supply request is for | |||||
![]() ![]() |
Σ | 1..1 | CodeableReference(Medication | InventoryItem) | Requested product must be a Medication or InventoryItem Binding: SNOMEDCTSupplyItem (example): The item that was requested. | ||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
Σ | 0..1 | Reference() | Reference to a resource (by instance) | ||||
![]() ![]() |
Σ | 1..1 | EAHPLogisticalQuantity | The count of indivisible logistical units (e.g., pills, packs) requested. | ||||
![]() ![]() |
0..* | BackboneElement | Ordered item details | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Item detail Binding Description: (example): A code that identifies the device detail. | |||||
![]() ![]() ![]() |
0..1 | Value of detail | ||||||
![]() ![]() ![]() ![]() |
CodeableConcept | |||||||
![]() ![]() ![]() ![]() |
Quantity | |||||||
![]() ![]() ![]() ![]() |
Range | |||||||
![]() ![]() ![]() ![]() |
boolean | |||||||
![]() ![]() |
Σ | 0..1 | When the request should be fulfilled | |||||
![]() ![]() ![]() |
dateTime | |||||||
![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() |
Timing | |||||||
![]() ![]() |
SΣ | 0..1 | dateTime | When the request was made | ||||
![]() ![]() |
Σ | 0..1 | Reference(Practitioner | Device | Organization) | Individual making the request | ||||
![]() ![]() |
Σ | 0..* | Reference(Organization | HealthcareService) | Who is intended to fulfill the request | ||||
![]() ![]() |
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. | |||||
![]() ![]() |
S | 0..1 | Reference(Location) | The automatic location representing the automation that should supply the medications | ||||
![]() ![]() |
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. | ||||
Documentation for this format | ||||||||
| 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. |
| 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:
Other representations of profile: CSV, Excel, Schematron