FHIR IG analytics| Package | hl7.fhir.uv.emedicinal-product-info |
| Resource Type | PackagedProductDefinition |
| Id | PackagedProductDefinition-ppd-epi-type2-example-paracetamol.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PackagedProductDefinition ppd-epi-type2-example-paracetamol
Language: en
Profile: PackagedProductDefinition (ePI)
identifier: http://example.org/identifier/ppd-epi-type2-example-paracetamol
status: Active
packaging
type: Box
quantity: 1
packaging
type: Blister
containedItem
Items
Reference ManufacturedItemDefinition: identifier = http://example.org/identifier#mid-epi-type2-example-paracetamol; status = active; manufacturedDoseForm = Tablet; unitOfPresentation = Tablet amount: 30 Tablet
{
"resourceType": "PackagedProductDefinition",
"id": "ppd-epi-type2-example-paracetamol",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/PackagedProductDefinition-uv-epi"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/identifier",
"value": "ppd-epi-type2-example-paracetamol"
}
],
"packageFor": [
{
"reference": "MedicinalProductDefinition/mpd-epi-type2-example-paracetamol"
}
],
"status": {
"coding": [
{
"system": "http://hl7.org/fhir/publication-status",
"code": "active",
"display": "Active"
}
]
},
"packaging": {
"type": {
"coding": [
{
"system": "https://spor.ema.europa.eu/rmswi",
"code": "100000073498",
"display": "Box"
}
]
},
"quantity": 1,
"packaging": [
{
"type": {
"coding": [
{
"system": "https://spor.ema.europa.eu/rmswi",
"code": "100000073496",
"display": "Blister"
}
]
},
"containedItem": [
{
"item": {
"reference": {
"reference": "ManufacturedItemDefinition/mid-epi-type2-example-paracetamol"
}
},
"amount": {
"value": 30,
"unit": "Tablet",
"system": "http://standardterms.edqm.eu"
}
}
]
}
]
}
}