Trial Use 4
Clinical — Medications
This resource is primarily used for the identification and definition of a medication, including ingredients, for the purposes of prescribing, dispensing, and administering a medication as well as for making statements about medication use.
Endpoints
devhttps://api.sandbox.ovok.com/fhir/R5/Medication
| Interaction | Method | Path |
|---|
| Read | GET | /fhir/R5/Medication/[id] |
| Vread | GET | /fhir/R5/Medication/[id]/_history/[vid] |
| Update | PUT | /fhir/R5/Medication/[id] |
| Patch | PATCH | /fhir/R5/Medication/[id] |
| Delete | DELETE | /fhir/R5/Medication/[id] |
| Create | POST | /fhir/R5/Medication |
| Search | GET | /fhir/R5/Medication?... |
| History | GET | /fhir/R5/Medication/[id]/_history |
| Type-history | GET | /fhir/R5/Medication/_history |
Top-level elements
| Element | Type(s) | Cardinality | Description |
|---|
identifier | Identifier | 0..* | Business identifier for this medication |
code | CodeableConcept | 0..1 | Codes that identify this medication |
status | code | 0..1 | active |
marketingAuthorizationHolder | Reference | 0..1 | Organization that has authorization to market medication |
doseForm | CodeableConcept | 0..1 | powder |
totalVolume | Quantity | 0..1 | When the specified product code does not infer a package size, this is the specific amount of drug in the product |
ingredient | BackboneElement | 0..* | Active or inactive ingredient |
batch | BackboneElement | 0..1 | Details about packaged medications |
definition | Reference | 0..1 | Knowledge about this medication |
Resource-specific search parameters
| Parameter | Type | Description |
|---|
code | token | Event or incident that occurred or was averted |
| | |
expiration-date | date | Returns medications in a batch with this expiration date |
form | token | Returns medications for a specific dose form |
identifier | token | Account number |
| | |
ingredient | reference | Returns medications for this ingredient reference |
ingredient-code | token | Returns medications for this ingredient code |
lot-number | token | Returns medications in a batch with this lot number |
marketingauthorizationholder | reference | Returns medications made or sold for this marketing authorization holder |
serial-number | token | Returns medications in a batch with this lot number |
status | token | Returns medications for this status |
Reference
- Official FHIR R5 spec:
Medication
- Maturity: Trial Use 4 (FMM 4).