This page is part of the FHIR Specification (v4.5.0: R5 Preview #3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B
Biomedical Research and Regulation Work Group | Maturity Level: 1 | Trial Use | Security Category: Anonymous | Compartments: Not linked to any defined compartments |
A medically related item or items, in a container or package.
A medically related item or items of any type, in a container or package, representing the unit that has been prepared for sale, supply or similar use. These can include packaged medications, devices and other items such as food, biologicals, raw materials, medical fluids, gases etc. This resource represents the whole package of items, and all the packaging within, rather than the individual items themselves. In some cases a "product" exists at a logically higher level, which has a variety of available packages associated with it, typically of different sizes.
This resource is referenced by MedicinalProductDefinition and RegulatedAuthorization.
This resource does not implement any patterns.
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
PackagedProductDefinition | ΣTU | DomainResource | A medically related item or items, in a container or package Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension | |
identifier | Σ | 0..* | Identifier | Unique identifier |
name | Σ | 0..1 | string | A name for this package. Typically what it would be listed as in a drug formulary or catalogue, inventory etc |
type | Σ | 0..1 | CodeableConcept | A high level category e.g. medicinal product, raw material, shipping/transport container, etc |
subject | Σ | 0..* | Reference(MedicinalProductDefinition) | The product that this is a pack for |
status | Σ | 0..1 | CodeableConcept | The status within the lifecycle of this item. A high level status, this is not intended to duplicate details carried elsewhere such as legal status, or authorization or marketing status PublicationStatus (Preferred) |
statusDate | Σ | 0..1 | dateTime | The date at which the given status became applicable |
description | Σ | 0..1 | markdown | Textual description. Note that this is not the name of the package or product |
legalStatusOfSupply | Σ | 0..1 | CodeableConcept | The legal status of supply of the packaged item as classified by the regulator |
marketingStatus | Σ | 0..* | MarketingStatus | Marketing information |
characteristic | Σ | 0..* | CodeableConcept | Allows the key features to be recorded, such as "hospital pack", "nurse prescribable", "calendar pack" |
copackagedIndicator | Σ | 0..1 | boolean | States whether a drug product is supplied with another item such as a diluent or adjuvant |
marketingAuthorization | Σ | 0..1 | Reference(RegulatedAuthorization) | An authorization for this package type |
manufacturer | Σ | 0..* | Reference(Organization) | Manufacturer of this package type |
batchIdentifier | Σ | 0..* | BackboneElement | Batch numbering |
outerPackaging | Σ | 1..1 | Identifier | A number appearing on the outer packaging of a specific batch |
immediatePackaging | Σ | 0..1 | Identifier | A number appearing on the immediate packaging (and not the outer packaging) |
package | Σ | 0..* | BackboneElement | A packaging item, as a container for medically related items, possibly with other packaging items within |
identifier | Σ | 0..* | Identifier | Including possibly Data Carrier Identifier |
type | Σ | 0..1 | CodeableConcept | The physical type of the container of the items |
quantity | Σ | 0..1 | integer | The quantity of this level of packaging in the package that contains it. If specified, the outermost level is always 1 |
material | Σ | 0..* | CodeableConcept | Material type of the package item |
alternateMaterial | Σ | 0..* | CodeableConcept | A possible alternate material for the packaging |
shelfLifeStorage | Σ | 0..* | ProductShelfLife | Shelf Life and storage information |
manufacturer | Σ | 0..* | Reference(Organization) | Manufacturer of this package Item |
property | Σ | 0..* | BackboneElement | General characteristics of this item |
type | Σ | 1..1 | CodeableConcept | A code expressing the type of characteristic |
value[x] | Σ | 0..1 | A value for the characteristic | |
valueCodeableConcept | CodeableConcept | |||
valueQuantity | Quantity | |||
valueDate | date | |||
valueBoolean | boolean | |||
valueAttachment | Attachment | |||
containedItem | Σ | 0..* | BackboneElement | The item(s) within the packaging |
item | Σ | 0..* | Reference(ManufacturedItemDefinition | DeviceDefinition | BiologicallyDerivedProduct | NutritionProduct) | The actual item(s) of medication, as manufactured, or a device (typically, but not necessarily, a co-packaged one), or other medically related item (such as food, biologicals, raw materials, medical fluids, gases etc.), as contained in the package |
amount[x] | Σ | 0..1 | The number of this type of item within this packaging | |
amountQuantity | Quantity | |||
amountInteger | integer | |||
package | Σ | 0..* | see package | Allows containers within containers |
Documentation for this format |
UML Diagram (Legend)
XML Template
<PackagedProductDefinition xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier Unique identifier --></identifier> <name value="[string]"/><!-- 0..1 A name for this package. Typically what it would be listed as in a drug formulary or catalogue, inventory etc --> <type><!-- 0..1 CodeableConcept A high level category e.g. medicinal product, raw material, shipping/transport container, etc --></type> <subject><!-- 0..* Reference(MedicinalProductDefinition) The product that this is a pack for --></subject> <status><!-- 0..1 CodeableConcept The status within the lifecycle of this item. A high level status, this is not intended to duplicate details carried elsewhere such as legal status, or authorization or marketing status --></status> <statusDate value="[dateTime]"/><!-- 0..1 The date at which the given status became applicable --> <description value="[markdown]"/><!-- 0..1 Textual description. Note that this is not the name of the package or product --> <legalStatusOfSupply><!-- 0..1 CodeableConcept The legal status of supply of the packaged item as classified by the regulator --></legalStatusOfSupply> <marketingStatus><!-- 0..* MarketingStatus Marketing information --></marketingStatus> <characteristic><!-- 0..* CodeableConcept Allows the key features to be recorded, such as "hospital pack", "nurse prescribable", "calendar pack" --></characteristic> <copackagedIndicator value="[boolean]"/><!-- 0..1 States whether a drug product is supplied with another item such as a diluent or adjuvant --> <marketingAuthorization><!-- 0..1 Reference(RegulatedAuthorization) An authorization for this package type --></marketingAuthorization> <manufacturer><!-- 0..* Reference(Organization) Manufacturer of this package type --></manufacturer> <batchIdentifier> <!-- 0..* Batch numbering --> <outerPackaging><!-- 1..1 Identifier A number appearing on the outer packaging of a specific batch --></outerPackaging> <immediatePackaging><!-- 0..1 Identifier A number appearing on the immediate packaging (and not the outer packaging) --></immediatePackaging> </batchIdentifier> <package> <!-- 0..* A packaging item, as a container for medically related items, possibly with other packaging items within --> <identifier><!-- 0..* Identifier Including possibly Data Carrier Identifier --></identifier> <type><!-- 0..1 CodeableConcept The physical type of the container of the items --></type> <quantity value="[integer]"/><!-- 0..1 The quantity of this level of packaging in the package that contains it. If specified, the outermost level is always 1 --> <material><!-- 0..* CodeableConcept Material type of the package item --></material> <alternateMaterial><!-- 0..* CodeableConcept A possible alternate material for the packaging --></alternateMaterial> <shelfLifeStorage><!-- 0..* ProductShelfLife Shelf Life and storage information --></shelfLifeStorage> <manufacturer><!-- 0..* Reference(Organization) Manufacturer of this package Item --></manufacturer> <property> <!-- 0..* General characteristics of this item --> <type><!-- 1..1 CodeableConcept A code expressing the type of characteristic --></type> <value[x]><!-- 0..1 CodeableConcept|Quantity|date|boolean|Attachment A value for the characteristic --></value[x]> </property> <containedItem> <!-- 0..* The item(s) within the packaging --> <item><!-- 0..* Reference(BiologicallyDerivedProduct|DeviceDefinition| ManufacturedItemDefinition|NutritionProduct) The actual item(s) of medication, as manufactured, or a device (typically, but not necessarily, a co-packaged one), or other medically related item (such as food, biologicals, raw materials, medical fluids, gases etc.), as contained in the package --></item> <amount[x]><!-- 0..1 Quantity|integer The number of this type of item within this packaging --></amount[x]> </containedItem> <package><!-- 0..* Content as for PackagedProductDefinition.package Allows containers within containers --></package> </package> </PackagedProductDefinition>
JSON Template
{ "resourceType" : "PackagedProductDefinition", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : [{ Identifier }], // Unique identifier "name" : "<string>", // A name for this package. Typically what it would be listed as in a drug formulary or catalogue, inventory etc "type" : { CodeableConcept }, // A high level category e.g. medicinal product, raw material, shipping/transport container, etc "subject" : [{ Reference(MedicinalProductDefinition) }], // The product that this is a pack for "status" : { CodeableConcept }, // The status within the lifecycle of this item. A high level status, this is not intended to duplicate details carried elsewhere such as legal status, or authorization or marketing status "statusDate" : "<dateTime>", // The date at which the given status became applicable "description" : "<markdown>", // Textual description. Note that this is not the name of the package or product "legalStatusOfSupply" : { CodeableConcept }, // The legal status of supply of the packaged item as classified by the regulator "marketingStatus" : [{ MarketingStatus }], // Marketing information "characteristic" : [{ CodeableConcept }], // Allows the key features to be recorded, such as "hospital pack", "nurse prescribable", "calendar pack" "copackagedIndicator" : <boolean>, // States whether a drug product is supplied with another item such as a diluent or adjuvant "marketingAuthorization" : { Reference(RegulatedAuthorization) }, // An authorization for this package type "manufacturer" : [{ Reference(Organization) }], // Manufacturer of this package type "batchIdentifier" : [{ // Batch numbering "outerPackaging" : { Identifier }, // R! A number appearing on the outer packaging of a specific batch "immediatePackaging" : { Identifier } // A number appearing on the immediate packaging (and not the outer packaging) }], "package" : [{ // A packaging item, as a container for medically related items, possibly with other packaging items within "identifier" : [{ Identifier }], // Including possibly Data Carrier Identifier "type" : { CodeableConcept }, // The physical type of the container of the items "quantity" : <integer>, // The quantity of this level of packaging in the package that contains it. If specified, the outermost level is always 1 "material" : [{ CodeableConcept }], // Material type of the package item "alternateMaterial" : [{ CodeableConcept }], // A possible alternate material for the packaging "shelfLifeStorage" : [{ ProductShelfLife }], // Shelf Life and storage information "manufacturer" : [{ Reference(Organization) }], // Manufacturer of this package Item "property" : [{ // General characteristics of this item "type" : { CodeableConcept }, // R! A code expressing the type of characteristic // value[x]: A value for the characteristic. One of these 5: "valueCodeableConcept" : { CodeableConcept } "valueQuantity" : { Quantity } "valueDate" : "<date>" "valueBoolean" : <boolean> "valueAttachment" : { Attachment } }], "containedItem" : [{ // The item(s) within the packaging "item" : [{ Reference(BiologicallyDerivedProduct|DeviceDefinition| ManufacturedItemDefinition|NutritionProduct) }], // The actual item(s) of medication, as manufactured, or a device (typically, but not necessarily, a co-packaged one), or other medically related item (such as food, biologicals, raw materials, medical fluids, gases etc.), as contained in the package // amount[x]: The number of this type of item within this packaging. One of these 2: "amountQuantity" : { Quantity } "amountInteger" : <integer> }], "package" : [{ Content as for PackagedProductDefinition.package }] // Allows containers within containers }] }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:PackagedProductDefinition; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:PackagedProductDefinition.identifier [ Identifier ], ... ; # 0..* Unique identifier fhir:PackagedProductDefinition.name [ string ]; # 0..1 A name for this package. Typically what it would be listed as in a drug formulary or catalogue, inventory etc fhir:PackagedProductDefinition.type [ CodeableConcept ]; # 0..1 A high level category e.g. medicinal product, raw material, shipping/transport container, etc fhir:PackagedProductDefinition.subject [ Reference(MedicinalProductDefinition) ], ... ; # 0..* The product that this is a pack for fhir:PackagedProductDefinition.status [ CodeableConcept ]; # 0..1 The status within the lifecycle of this item. A high level status, this is not intended to duplicate details carried elsewhere such as legal status, or authorization or marketing status fhir:PackagedProductDefinition.statusDate [ dateTime ]; # 0..1 The date at which the given status became applicable fhir:PackagedProductDefinition.description [ markdown ]; # 0..1 Textual description. Note that this is not the name of the package or product fhir:PackagedProductDefinition.legalStatusOfSupply [ CodeableConcept ]; # 0..1 The legal status of supply of the packaged item as classified by the regulator fhir:PackagedProductDefinition.marketingStatus [ MarketingStatus ], ... ; # 0..* Marketing information fhir:PackagedProductDefinition.characteristic [ CodeableConcept ], ... ; # 0..* Allows the key features to be recorded, such as "hospital pack", "nurse prescribable", "calendar pack" fhir:PackagedProductDefinition.copackagedIndicator [ boolean ]; # 0..1 States whether a drug product is supplied with another item such as a diluent or adjuvant fhir:PackagedProductDefinition.marketingAuthorization [ Reference(RegulatedAuthorization) ]; # 0..1 An authorization for this package type fhir:PackagedProductDefinition.manufacturer [ Reference(Organization) ], ... ; # 0..* Manufacturer of this package type fhir:PackagedProductDefinition.batchIdentifier [ # 0..* Batch numbering fhir:PackagedProductDefinition.batchIdentifier.outerPackaging [ Identifier ]; # 1..1 A number appearing on the outer packaging of a specific batch fhir:PackagedProductDefinition.batchIdentifier.immediatePackaging [ Identifier ]; # 0..1 A number appearing on the immediate packaging (and not the outer packaging) ], ...; fhir:PackagedProductDefinition.package [ # 0..* A packaging item, as a container for medically related items, possibly with other packaging items within fhir:PackagedProductDefinition.package.identifier [ Identifier ], ... ; # 0..* Including possibly Data Carrier Identifier fhir:PackagedProductDefinition.package.type [ CodeableConcept ]; # 0..1 The physical type of the container of the items fhir:PackagedProductDefinition.package.quantity [ integer ]; # 0..1 The quantity of this level of packaging in the package that contains it. If specified, the outermost level is always 1 fhir:PackagedProductDefinition.package.material [ CodeableConcept ], ... ; # 0..* Material type of the package item fhir:PackagedProductDefinition.package.alternateMaterial [ CodeableConcept ], ... ; # 0..* A possible alternate material for the packaging fhir:PackagedProductDefinition.package.shelfLifeStorage [ ProductShelfLife ], ... ; # 0..* Shelf Life and storage information fhir:PackagedProductDefinition.package.manufacturer [ Reference(Organization) ], ... ; # 0..* Manufacturer of this package Item fhir:PackagedProductDefinition.package.property [ # 0..* General characteristics of this item fhir:PackagedProductDefinition.package.property.type [ CodeableConcept ]; # 1..1 A code expressing the type of characteristic # PackagedProductDefinition.package.property.value[x] : 0..1 A value for the characteristic. One of these 5 fhir:PackagedProductDefinition.package.property.valueCodeableConcept [ CodeableConcept ] fhir:PackagedProductDefinition.package.property.valueQuantity [ Quantity ] fhir:PackagedProductDefinition.package.property.valueDate [ date ] fhir:PackagedProductDefinition.package.property.valueBoolean [ boolean ] fhir:PackagedProductDefinition.package.property.valueAttachment [ Attachment ] ], ...; fhir:PackagedProductDefinition.package.containedItem [ # 0..* The item(s) within the packaging fhir:PackagedProductDefinition.package.containedItem.item [ Reference(BiologicallyDerivedProduct|DeviceDefinition|ManufacturedItemDefinition| NutritionProduct) ], ... ; # 0..* The actual item(s) of medication, as manufactured, or a device (typically, but not necessarily, a co-packaged one), or other medically related item (such as food, biologicals, raw materials, medical fluids, gases etc.), as contained in the package # PackagedProductDefinition.package.containedItem.amount[x] : 0..1 The number of this type of item within this packaging. One of these 2 fhir:PackagedProductDefinition.package.containedItem.amountQuantity [ Quantity ] fhir:PackagedProductDefinition.package.containedItem.amountInteger [ integer ] ], ...; fhir:PackagedProductDefinition.package.package [ See PackagedProductDefinition.package ], ... ; # 0..* Allows containers within containers ], ...; ]
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
PackagedProductDefinition | ΣTU | DomainResource | A medically related item or items, in a container or package Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension | |
identifier | Σ | 0..* | Identifier | Unique identifier |
name | Σ | 0..1 | string | A name for this package. Typically what it would be listed as in a drug formulary or catalogue, inventory etc |
type | Σ | 0..1 | CodeableConcept | A high level category e.g. medicinal product, raw material, shipping/transport container, etc |
subject | Σ | 0..* | Reference(MedicinalProductDefinition) | The product that this is a pack for |
status | Σ | 0..1 | CodeableConcept | The status within the lifecycle of this item. A high level status, this is not intended to duplicate details carried elsewhere such as legal status, or authorization or marketing status PublicationStatus (Preferred) |
statusDate | Σ | 0..1 | dateTime | The date at which the given status became applicable |
description | Σ | 0..1 | markdown | Textual description. Note that this is not the name of the package or product |
legalStatusOfSupply | Σ | 0..1 | CodeableConcept | The legal status of supply of the packaged item as classified by the regulator |
marketingStatus | Σ | 0..* | MarketingStatus | Marketing information |
characteristic | Σ | 0..* | CodeableConcept | Allows the key features to be recorded, such as "hospital pack", "nurse prescribable", "calendar pack" |
copackagedIndicator | Σ | 0..1 | boolean | States whether a drug product is supplied with another item such as a diluent or adjuvant |
marketingAuthorization | Σ | 0..1 | Reference(RegulatedAuthorization) | An authorization for this package type |
manufacturer | Σ | 0..* | Reference(Organization) | Manufacturer of this package type |
batchIdentifier | Σ | 0..* | BackboneElement | Batch numbering |
outerPackaging | Σ | 1..1 | Identifier | A number appearing on the outer packaging of a specific batch |
immediatePackaging | Σ | 0..1 | Identifier | A number appearing on the immediate packaging (and not the outer packaging) |
package | Σ | 0..* | BackboneElement | A packaging item, as a container for medically related items, possibly with other packaging items within |
identifier | Σ | 0..* | Identifier | Including possibly Data Carrier Identifier |
type | Σ | 0..1 | CodeableConcept | The physical type of the container of the items |
quantity | Σ | 0..1 | integer | The quantity of this level of packaging in the package that contains it. If specified, the outermost level is always 1 |
material | Σ | 0..* | CodeableConcept | Material type of the package item |
alternateMaterial | Σ | 0..* | CodeableConcept | A possible alternate material for the packaging |
shelfLifeStorage | Σ | 0..* | ProductShelfLife | Shelf Life and storage information |
manufacturer | Σ | 0..* | Reference(Organization) | Manufacturer of this package Item |
property | Σ | 0..* | BackboneElement | General characteristics of this item |
type | Σ | 1..1 | CodeableConcept | A code expressing the type of characteristic |
value[x] | Σ | 0..1 | A value for the characteristic | |
valueCodeableConcept | CodeableConcept | |||
valueQuantity | Quantity | |||
valueDate | date | |||
valueBoolean | boolean | |||
valueAttachment | Attachment | |||
containedItem | Σ | 0..* | BackboneElement | The item(s) within the packaging |
item | Σ | 0..* | Reference(ManufacturedItemDefinition | DeviceDefinition | BiologicallyDerivedProduct | NutritionProduct) | The actual item(s) of medication, as manufactured, or a device (typically, but not necessarily, a co-packaged one), or other medically related item (such as food, biologicals, raw materials, medical fluids, gases etc.), as contained in the package |
amount[x] | Σ | 0..1 | The number of this type of item within this packaging | |
amountQuantity | Quantity | |||
amountInteger | integer | |||
package | Σ | 0..* | see package | Allows containers within containers |
Documentation for this format |
XML Template
<PackagedProductDefinition xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier Unique identifier --></identifier> <name value="[string]"/><!-- 0..1 A name for this package. Typically what it would be listed as in a drug formulary or catalogue, inventory etc --> <type><!-- 0..1 CodeableConcept A high level category e.g. medicinal product, raw material, shipping/transport container, etc --></type> <subject><!-- 0..* Reference(MedicinalProductDefinition) The product that this is a pack for --></subject> <status><!-- 0..1 CodeableConcept The status within the lifecycle of this item. A high level status, this is not intended to duplicate details carried elsewhere such as legal status, or authorization or marketing status --></status> <statusDate value="[dateTime]"/><!-- 0..1 The date at which the given status became applicable --> <description value="[markdown]"/><!-- 0..1 Textual description. Note that this is not the name of the package or product --> <legalStatusOfSupply><!-- 0..1 CodeableConcept The legal status of supply of the packaged item as classified by the regulator --></legalStatusOfSupply> <marketingStatus><!-- 0..* MarketingStatus Marketing information --></marketingStatus> <characteristic><!-- 0..* CodeableConcept Allows the key features to be recorded, such as "hospital pack", "nurse prescribable", "calendar pack" --></characteristic> <copackagedIndicator value="[boolean]"/><!-- 0..1 States whether a drug product is supplied with another item such as a diluent or adjuvant --> <marketingAuthorization><!-- 0..1 Reference(RegulatedAuthorization) An authorization for this package type --></marketingAuthorization> <manufacturer><!-- 0..* Reference(Organization) Manufacturer of this package type --></manufacturer> <batchIdentifier> <!-- 0..* Batch numbering --> <outerPackaging><!-- 1..1 Identifier A number appearing on the outer packaging of a specific batch --></outerPackaging> <immediatePackaging><!-- 0..1 Identifier A number appearing on the immediate packaging (and not the outer packaging) --></immediatePackaging> </batchIdentifier> <package> <!-- 0..* A packaging item, as a container for medically related items, possibly with other packaging items within --> <identifier><!-- 0..* Identifier Including possibly Data Carrier Identifier --></identifier> <type><!-- 0..1 CodeableConcept The physical type of the container of the items --></type> <quantity value="[integer]"/><!-- 0..1 The quantity of this level of packaging in the package that contains it. If specified, the outermost level is always 1 --> <material><!-- 0..* CodeableConcept Material type of the package item --></material> <alternateMaterial><!-- 0..* CodeableConcept A possible alternate material for the packaging --></alternateMaterial> <shelfLifeStorage><!-- 0..* ProductShelfLife Shelf Life and storage information --></shelfLifeStorage> <manufacturer><!-- 0..* Reference(Organization) Manufacturer of this package Item --></manufacturer> <property> <!-- 0..* General characteristics of this item --> <type><!-- 1..1 CodeableConcept A code expressing the type of characteristic --></type> <value[x]><!-- 0..1 CodeableConcept|Quantity|date|boolean|Attachment A value for the characteristic --></value[x]> </property> <containedItem> <!-- 0..* The item(s) within the packaging --> <item><!-- 0..* Reference(BiologicallyDerivedProduct|DeviceDefinition| ManufacturedItemDefinition|NutritionProduct) The actual item(s) of medication, as manufactured, or a device (typically, but not necessarily, a co-packaged one), or other medically related item (such as food, biologicals, raw materials, medical fluids, gases etc.), as contained in the package --></item> <amount[x]><!-- 0..1 Quantity|integer The number of this type of item within this packaging --></amount[x]> </containedItem> <package><!-- 0..* Content as for PackagedProductDefinition.package Allows containers within containers --></package> </package> </PackagedProductDefinition>
JSON Template
{ "resourceType" : "PackagedProductDefinition", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : [{ Identifier }], // Unique identifier "name" : "<string>", // A name for this package. Typically what it would be listed as in a drug formulary or catalogue, inventory etc "type" : { CodeableConcept }, // A high level category e.g. medicinal product, raw material, shipping/transport container, etc "subject" : [{ Reference(MedicinalProductDefinition) }], // The product that this is a pack for "status" : { CodeableConcept }, // The status within the lifecycle of this item. A high level status, this is not intended to duplicate details carried elsewhere such as legal status, or authorization or marketing status "statusDate" : "<dateTime>", // The date at which the given status became applicable "description" : "<markdown>", // Textual description. Note that this is not the name of the package or product "legalStatusOfSupply" : { CodeableConcept }, // The legal status of supply of the packaged item as classified by the regulator "marketingStatus" : [{ MarketingStatus }], // Marketing information "characteristic" : [{ CodeableConcept }], // Allows the key features to be recorded, such as "hospital pack", "nurse prescribable", "calendar pack" "copackagedIndicator" : <boolean>, // States whether a drug product is supplied with another item such as a diluent or adjuvant "marketingAuthorization" : { Reference(RegulatedAuthorization) }, // An authorization for this package type "manufacturer" : [{ Reference(Organization) }], // Manufacturer of this package type "batchIdentifier" : [{ // Batch numbering "outerPackaging" : { Identifier }, // R! A number appearing on the outer packaging of a specific batch "immediatePackaging" : { Identifier } // A number appearing on the immediate packaging (and not the outer packaging) }], "package" : [{ // A packaging item, as a container for medically related items, possibly with other packaging items within "identifier" : [{ Identifier }], // Including possibly Data Carrier Identifier "type" : { CodeableConcept }, // The physical type of the container of the items "quantity" : <integer>, // The quantity of this level of packaging in the package that contains it. If specified, the outermost level is always 1 "material" : [{ CodeableConcept }], // Material type of the package item "alternateMaterial" : [{ CodeableConcept }], // A possible alternate material for the packaging "shelfLifeStorage" : [{ ProductShelfLife }], // Shelf Life and storage information "manufacturer" : [{ Reference(Organization) }], // Manufacturer of this package Item "property" : [{ // General characteristics of this item "type" : { CodeableConcept }, // R! A code expressing the type of characteristic // value[x]: A value for the characteristic. One of these 5: "valueCodeableConcept" : { CodeableConcept } "valueQuantity" : { Quantity } "valueDate" : "<date>" "valueBoolean" : <boolean> "valueAttachment" : { Attachment } }], "containedItem" : [{ // The item(s) within the packaging "item" : [{ Reference(BiologicallyDerivedProduct|DeviceDefinition| ManufacturedItemDefinition|NutritionProduct) }], // The actual item(s) of medication, as manufactured, or a device (typically, but not necessarily, a co-packaged one), or other medically related item (such as food, biologicals, raw materials, medical fluids, gases etc.), as contained in the package // amount[x]: The number of this type of item within this packaging. One of these 2: "amountQuantity" : { Quantity } "amountInteger" : <integer> }], "package" : [{ Content as for PackagedProductDefinition.package }] // Allows containers within containers }] }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:PackagedProductDefinition; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:PackagedProductDefinition.identifier [ Identifier ], ... ; # 0..* Unique identifier fhir:PackagedProductDefinition.name [ string ]; # 0..1 A name for this package. Typically what it would be listed as in a drug formulary or catalogue, inventory etc fhir:PackagedProductDefinition.type [ CodeableConcept ]; # 0..1 A high level category e.g. medicinal product, raw material, shipping/transport container, etc fhir:PackagedProductDefinition.subject [ Reference(MedicinalProductDefinition) ], ... ; # 0..* The product that this is a pack for fhir:PackagedProductDefinition.status [ CodeableConcept ]; # 0..1 The status within the lifecycle of this item. A high level status, this is not intended to duplicate details carried elsewhere such as legal status, or authorization or marketing status fhir:PackagedProductDefinition.statusDate [ dateTime ]; # 0..1 The date at which the given status became applicable fhir:PackagedProductDefinition.description [ markdown ]; # 0..1 Textual description. Note that this is not the name of the package or product fhir:PackagedProductDefinition.legalStatusOfSupply [ CodeableConcept ]; # 0..1 The legal status of supply of the packaged item as classified by the regulator fhir:PackagedProductDefinition.marketingStatus [ MarketingStatus ], ... ; # 0..* Marketing information fhir:PackagedProductDefinition.characteristic [ CodeableConcept ], ... ; # 0..* Allows the key features to be recorded, such as "hospital pack", "nurse prescribable", "calendar pack" fhir:PackagedProductDefinition.copackagedIndicator [ boolean ]; # 0..1 States whether a drug product is supplied with another item such as a diluent or adjuvant fhir:PackagedProductDefinition.marketingAuthorization [ Reference(RegulatedAuthorization) ]; # 0..1 An authorization for this package type fhir:PackagedProductDefinition.manufacturer [ Reference(Organization) ], ... ; # 0..* Manufacturer of this package type fhir:PackagedProductDefinition.batchIdentifier [ # 0..* Batch numbering fhir:PackagedProductDefinition.batchIdentifier.outerPackaging [ Identifier ]; # 1..1 A number appearing on the outer packaging of a specific batch fhir:PackagedProductDefinition.batchIdentifier.immediatePackaging [ Identifier ]; # 0..1 A number appearing on the immediate packaging (and not the outer packaging) ], ...; fhir:PackagedProductDefinition.package [ # 0..* A packaging item, as a container for medically related items, possibly with other packaging items within fhir:PackagedProductDefinition.package.identifier [ Identifier ], ... ; # 0..* Including possibly Data Carrier Identifier fhir:PackagedProductDefinition.package.type [ CodeableConcept ]; # 0..1 The physical type of the container of the items fhir:PackagedProductDefinition.package.quantity [ integer ]; # 0..1 The quantity of this level of packaging in the package that contains it. If specified, the outermost level is always 1 fhir:PackagedProductDefinition.package.material [ CodeableConcept ], ... ; # 0..* Material type of the package item fhir:PackagedProductDefinition.package.alternateMaterial [ CodeableConcept ], ... ; # 0..* A possible alternate material for the packaging fhir:PackagedProductDefinition.package.shelfLifeStorage [ ProductShelfLife ], ... ; # 0..* Shelf Life and storage information fhir:PackagedProductDefinition.package.manufacturer [ Reference(Organization) ], ... ; # 0..* Manufacturer of this package Item fhir:PackagedProductDefinition.package.property [ # 0..* General characteristics of this item fhir:PackagedProductDefinition.package.property.type [ CodeableConcept ]; # 1..1 A code expressing the type of characteristic # PackagedProductDefinition.package.property.value[x] : 0..1 A value for the characteristic. One of these 5 fhir:PackagedProductDefinition.package.property.valueCodeableConcept [ CodeableConcept ] fhir:PackagedProductDefinition.package.property.valueQuantity [ Quantity ] fhir:PackagedProductDefinition.package.property.valueDate [ date ] fhir:PackagedProductDefinition.package.property.valueBoolean [ boolean ] fhir:PackagedProductDefinition.package.property.valueAttachment [ Attachment ] ], ...; fhir:PackagedProductDefinition.package.containedItem [ # 0..* The item(s) within the packaging fhir:PackagedProductDefinition.package.containedItem.item [ Reference(BiologicallyDerivedProduct|DeviceDefinition|ManufacturedItemDefinition| NutritionProduct) ], ... ; # 0..* The actual item(s) of medication, as manufactured, or a device (typically, but not necessarily, a co-packaged one), or other medically related item (such as food, biologicals, raw materials, medical fluids, gases etc.), as contained in the package # PackagedProductDefinition.package.containedItem.amount[x] : 0..1 The number of this type of item within this packaging. One of these 2 fhir:PackagedProductDefinition.package.containedItem.amountQuantity [ Quantity ] fhir:PackagedProductDefinition.package.containedItem.amountInteger [ integer ] ], ...; fhir:PackagedProductDefinition.package.package [ See PackagedProductDefinition.package ], ... ; # 0..* Allows containers within containers ], ...; ]
See the Profiles & Extensions and the alternate definitions: Master Definition XML + JSON, XML Schema/Schematron + JSON Schema, ShEx (for Turtle) + see the extensions, the spreadsheet version & the dependency analysis a
Path | Definition | Type | Reference |
---|---|---|---|
PackagedProductDefinition.status | Identifies the level of importance to be assigned to actioning the request. | Preferred | PublicationStatus |
Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Expression | In Common |
biological | reference | A biologically derived product within this packaged product | PackagedProductDefinition.package.containedItem.item.where(resolve() is BiologicallyDerivedProduct) (BiologicallyDerivedProduct) | |
contained-item | reference | Any of the contained items within this packaged product | PackagedProductDefinition.package.containedItem.item (ManufacturedItemDefinition, BiologicallyDerivedProduct, NutritionProduct, DeviceDefinition) | |
device | reference | A device within this packaged product | PackagedProductDefinition.package.containedItem.item.where(resolve() is DeviceDefinition) (DeviceDefinition) | |
identifier | token | Unique identifier | PackagedProductDefinition.identifier | |
manufactured-item | reference | A manufactured item of medication within this packaged product | PackagedProductDefinition.package.containedItem.item.where(resolve() is ManufacturedItemDefinition) (ManufacturedItemDefinition) | |
medication | reference | A manufactured item of medication within this packaged product | PackagedProductDefinition.package.containedItem.item.where(resolve() is ManufacturedItemDefinition) (ManufacturedItemDefinition) | |
name N | token | A name for this package. Typically what it would be listed as in a drug formulary or catalogue, inventory etc | PackagedProductDefinition.name | |
nutrition | reference | A nutrition product within this packaged product | PackagedProductDefinition.package.containedItem.item.where(resolve() is NutritionProduct) (NutritionProduct) | |
status | token | The status within the lifecycle of this item. A high level status, this is not intended to duplicate details carried elsewhere such as legal status, or authorization or marketing status | PackagedProductDefinition.status | |
subject | reference | The product that this is a pack for | PackagedProductDefinition.subject (MedicinalProductDefinition) |