SupplyRequest
A record of a non-patient specific request for a medication, substance, device, certain types of biologically derived product, and nutrition product used in the healthcare setting.
Endpoints
dev
https://api.sandbox.ovok.com/fhir/R5/SupplyRequest| Interaction | Method | Path |
|---|---|---|
| Read | GET | /fhir/R5/SupplyRequest/[id] |
| Vread | GET | /fhir/R5/SupplyRequest/[id]/_history/[vid] |
| Update | PUT | /fhir/R5/SupplyRequest/[id] |
| Patch | PATCH | /fhir/R5/SupplyRequest/[id] |
| Delete | DELETE | /fhir/R5/SupplyRequest/[id] |
| Create | POST | /fhir/R5/SupplyRequest |
| Search | GET | /fhir/R5/SupplyRequest?... |
| History | GET | /fhir/R5/SupplyRequest/[id]/_history |
| Type-history | GET | /fhir/R5/SupplyRequest/_history |
Top-level elements
| Element | Type(s) | Cardinality | Description |
|---|---|---|---|
identifier | Identifier | 0..* | Business Identifier for SupplyRequest |
status | code | 0..1 | draft |
basedOn | Reference | 0..* | What other request is fulfilled by this supply request |
category | CodeableConcept | 0..1 | The kind of supply (central, non-stock, etc.) |
priority | code | 0..1 | routine |
deliverFor | Reference | 0..1 | The patient for who the supply request is for |
item | CodeableReference | 1..1 | Medication, Substance, or Device requested to be supplied |
quantity | Quantity | 1..1 | The requested amount of the item indicated |
parameter | BackboneElement | 0..* | Ordered item details |
occurrence[x] | dateTime / Period / Timing | 0..1 | When the request should be fulfilled |
authoredOn | dateTime | 0..1 | When the request was made |
requester | Reference | 0..1 | Individual making the request |
supplier | Reference | 0..* | Who is intended to fulfill the request |
reason | CodeableReference | 0..* | The reason why the supply item was requested |
deliverFrom | Reference | 0..1 | The origin of the supply |
deliverTo | Reference | 0..1 | The destination of the supply |
Resource-specific search parameters
| Parameter | Type | Description |
|---|---|---|
category | token | The kind of supply (central, non-stock, etc.) |
date | date | When the event occurred |
identifier | token | Account number |
patient | reference | The entity that caused the expenses |
requester | reference | Individual making the request |
status | token | draft |
subject | reference | The destination of the supply |
supplier | reference | Who is intended to fulfill the request |
Reference
- Official FHIR R5 spec:
SupplyRequest - Maturity: Trial Use 1 (FMM 1).