ManufacturedItemDefinition
The definition and characteristics of a medicinal manufactured item, such as a tablet or capsule, as contained in a packaged medicinal product.
Endpoints
dev
https://api.sandbox.ovok.com/fhir/R5/ManufacturedItemDefinition| Interaction | Method | Path |
|---|---|---|
| Read | GET | /fhir/R5/ManufacturedItemDefinition/[id] |
| Vread | GET | /fhir/R5/ManufacturedItemDefinition/[id]/_history/[vid] |
| Update | PUT | /fhir/R5/ManufacturedItemDefinition/[id] |
| Patch | PATCH | /fhir/R5/ManufacturedItemDefinition/[id] |
| Delete | DELETE | /fhir/R5/ManufacturedItemDefinition/[id] |
| Create | POST | /fhir/R5/ManufacturedItemDefinition |
| Search | GET | /fhir/R5/ManufacturedItemDefinition?... |
| History | GET | /fhir/R5/ManufacturedItemDefinition/[id]/_history |
| Type-history | GET | /fhir/R5/ManufacturedItemDefinition/_history |
Top-level elements
| Element | Type(s) | Cardinality | Description |
|---|---|---|---|
identifier | Identifier | 0..* | Unique identifier |
status | code | 1..1 | draft |
name | string | 0..1 | A descriptive name applied to this item |
manufacturedDoseForm | CodeableConcept | 1..1 | Dose form as manufactured (before any necessary transformation) |
unitOfPresentation | CodeableConcept | 0..1 | The “real-world” units in which the quantity of the item is described |
manufacturer | Reference | 0..* | Manufacturer of the item, one of several possible |
marketingStatus | MarketingStatus | 0..* | Allows specifying that an item is on the market for sale, or that it is not available, and the dates and locations associated |
ingredient | CodeableConcept | 0..* | The ingredients of this manufactured item. Only needed if these are not specified by incoming references from the Ingredient resource |
property | BackboneElement | 0..* | General characteristics of this item |
component | BackboneElement | 0..* | Physical parts of the manufactured item, that it is intrisically made from. This is distinct from the ingredients that are part of its chemical makeup |
Resource-specific search parameters
| Parameter | Type | Description |
|---|---|---|
dose-form | token | Dose form as manufactured and before any transformation into the pharmaceutical product |
identifier | token | Unique identifier |
ingredient | token | An ingredient of this item |
name | token | A descriptive name applied to this item |
status | token | The status of this item. Enables tracking the life-cycle of the content. |
Reference
- Official FHIR R5 spec:
ManufacturedItemDefinition - Maturity: Trial Use 2 (FMM 2).