Draft
Other
A report of inventory or stock items.
Endpoints
devhttps://api.sandbox.ovok.com/fhir/R5/InventoryReport
| Interaction | Method | Path |
|---|
| Read | GET | /fhir/R5/InventoryReport/[id] |
| Vread | GET | /fhir/R5/InventoryReport/[id]/_history/[vid] |
| Update | PUT | /fhir/R5/InventoryReport/[id] |
| Patch | PATCH | /fhir/R5/InventoryReport/[id] |
| Delete | DELETE | /fhir/R5/InventoryReport/[id] |
| Create | POST | /fhir/R5/InventoryReport |
| Search | GET | /fhir/R5/InventoryReport?... |
| History | GET | /fhir/R5/InventoryReport/[id]/_history |
| Type-history | GET | /fhir/R5/InventoryReport/_history |
Top-level elements
| Element | Type(s) | Cardinality | Description |
|---|
identifier | Identifier | 0..* | Business identifier for the report |
status | code | 1..1 | draft |
countType | code | 1..1 | snapshot |
operationType | CodeableConcept | 0..1 | addition |
operationTypeReason | CodeableConcept | 0..1 | The reason for this count - regular count, ad-hoc count, new arrivals, etc |
reportedDateTime | dateTime | 1..1 | When the report has been submitted |
reporter | Reference | 0..1 | Who submits the report |
reportingPeriod | Period | 0..1 | The period the report refers to |
inventoryListing | BackboneElement | 0..* | An inventory listing section (grouped by any of the attributes) |
note | Annotation | 0..* | A note associated with the InventoryReport |
Resource-specific search parameters
| Parameter | Type | Description |
|---|
identifier | token | Search by identifier |
item | token | Search by items in inventory report |
item-reference | reference | Search by items in inventory report |
status | token | Search by status |
Reference