FHIR IG analytics| Package | hl7.fhir.uv.order-catalog |
| Resource Type | PackagedProductDefinition |
| Id | PackagedProductDefinition-example-drug-package-clarithromycin.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PackagedProductDefinition example-drug-package-clarithromycin
Language: en-US
name: Package for CLARITHROMYCINE GENERIC-LAB 25 mg/ml, granules for oral suspension in 100 ml HDPE bottle
type: Medicinal product pack
status: Active
statusDate: 2010-03-01
containedItemQuantity: 1 vial, 3 syringe for oral administration
description:
1 high density polyethylene (HDPE) bottle of 100 ml with 3 syringes for oral administration
{
"resourceType": "PackagedProductDefinition",
"id": "example-drug-package-clarithromycin",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/order-catalog/StructureDefinition/DrugPackage"
]
},
"language": "en-US",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": "Package for CLARITHROMYCINE GENERIC-LAB 25 mg/ml, granules for oral suspension in 100 ml HDPE bottle",
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/package-type",
"code": "MedicinalProductPack",
"display": "Medicinal product pack"
}
]
},
"status": {
"coding": [
{
"system": "http://hl7.org/fhir/publication-status",
"code": "active",
"display": "Active"
}
]
},
"statusDate": "2010-03-01",
"containedItemQuantity": [
{
"value": 1,
"unit": "vial"
},
{
"value": 3,
"unit": "syringe for oral administration"
}
],
"description": "1 high density polyethylene (HDPE) bottle of 100 ml with 3 syringes for oral administration"
}