This page is part of the FHIR Specification (v5.0.0-snapshot1: Release 5 Snapshot #1). 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: N/A | Standards Status: Informative | Compartments: Not linked to any defined compartments |
Raw JSON (canonical form + also see JSON Format Specification)
General example, carton with blister pack and tablets inside
{
"resourceType": "PackagedProductDefinition",
"id": "example",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div><p>Resource "example" </p></div><p><b>identifier</b>: id: {PCID}</p><p><b>description</b>: ALU-PVC/PVDC BLISTERS. CARTONS OF 10 FILM-COATED TABLETS.</p><blockquote><p><b>package</b></p><p><b>type</b>: Carton <span> (packageitemcontainertype#Carton)</span></p><p><b>quantity</b>: 1</p><p><b>material</b>: Paperboard <span> (packageItemContainerMaterial#Paperboard)</span></p><p><b>manufacturer</b>: <a>Organization/example</a></p><blockquote><p><b>property</b></p><p><b>type</b>: height <span> ([not stated]#height)</span></p><p><b>value</b>: 50 mm</p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: width <span> ([not stated]#width)</span></p><p><b>value</b>: 45 mm</p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: depth <span> ([not stated]#depth)</span></p><p><b>value</b>: 23.5 mm</p></blockquote></blockquote></div>"
},
"identifier": [
{
"system": "http://ema.europa.eu/example/pcid",
"value": "{PCID}"
}
],
"description": "ALU-PVC/PVDC BLISTERS. CARTONS OF 10 FILM-COATED TABLETS.",
"package": {
"type": {
"coding": [
{
"system": "http://ema.europa.eu/example/packageitemcontainertype",
"code": "Carton"
}
]
},
"quantity": 1,
"material": [
{
"coding": [
{
"system": "http://ema.europa.eu/example/packageItemContainerMaterial",
"code": "Paperboard"
}
]
}
],
"manufacturer": [
{
"reference": "Organization/example"
}
],
"property": [
{
"type": {
"coding": [
{
"code": "height"
}
]
},
"valueQuantity": {
"value": 50,
"unit": "mm"
}
},
{
"type": {
"coding": [
{
"code": "width"
}
]
},
"valueQuantity": {
"value": 45,
"unit": "mm"
}
},
{
"type": {
"coding": [
{
"code": "depth"
}
]
},
"valueQuantity": {
"value": 23.5,
"unit": "mm"
}
}
],
"package": [
{
"type": {
"coding": [
{
"system": "http://ema.europa.eu/example/packageitemcontainertype",
"code": "Blister"
}
]
},
"quantity": 1,
"material": [
{
"coding": [
{
"system": "http://ema.europa.eu/example/packageItemContainerMaterial",
"code": "PVC"
}
]
},
{
"coding": [
{
"system": "http://ema.europa.eu/example/packageItemContainerMaterial",
"code": "PVDC"
}
]
},
{
"coding": [
{
"system": "http://ema.europa.eu/example/packageItemContainerMaterial",
"code": "alu"
}
]
}
],
"shelfLifeStorage": [
{
"type": {
"coding": [
{
"system": "http://ema.europa.eu/example/shelfLifeTypePlaceHolder",
"code": "ShelfLifeofPackagedMedicinalProduct"
}
]
},
"periodDuration": {
"value": 3,
"unit": "a"
},
"specialPrecautionsForStorage": [
{
"coding": [
{
"system": "http://ema.europa.eu/example/specialprecautionsforstorage",
"code": "none"
}
]
}
]
}
],
"manufacturer": [
{
"reference": "Organization/example"
}
],
"property": [
{
"type": {
"coding": [
{
"code": "height"
}
]
},
"valueQuantity": {
"value": 45,
"unit": "mm"
}
},
{
"type": {
"coding": [
{
"code": "width"
}
]
},
"valueQuantity": {
"value": 35,
"unit": "mm"
}
}
],
"containedItem": [
{
"item": {
"reference": {
"reference": "ManufacturedItemDefinition/tablet"
}
},
"amount": {
"value": 10
}
}
]
}
]
}
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.