FHIR IG analytics| Package | hl7.fhir.uv.pharm-quality |
| Resource Type | MedicinalProductDefinition |
| Id | MedicinalProductDefinition-medicinalproductdefinition-drug-product-pq-ex1.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicinalProductDefinition
Resource MedicinalProductDefinition "medicinalproductdefinition-drug-product-pq-ex1"
description: Textual description of the product
combinedPharmaceuticalDoseForm: Gastro-resistant tablet (standardterms.edqm.eu#10225000)
route: Oral use (standardterms.edqm.eu#20053000)
name
productName: Stelbat Tablets, 20mg
type: Proprietary (Product Name Type - example#Proprietary)
Parts
Part Type 20mg Strength part (Product Name Part Type#StrengthPart)
{
"resourceType": "MedicinalProductDefinition",
"id": "medicinalproductdefinition-drug-product-pq-ex1",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/MedicinalProductDefinition-drug-product-pq"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"description": "Textual description of the product",
"combinedPharmaceuticalDoseForm": {
"coding": [
{
"system": "http://standardterms.edqm.eu",
"code": "10225000",
"display": "Gastro-resistant tablet"
}
]
},
"route": [
{
"coding": [
{
"system": "http://standardterms.edqm.eu",
"code": "20053000",
"display": "Oral use"
}
]
}
],
"name": [
{
"productName": "Stelbat Tablets, 20mg",
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/pharm-quality/CodeSystem/cs-productNameType-pq-example",
"code": "Proprietary",
"display": "Proprietary"
}
]
},
"part": [
{
"part": "20mg",
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/medicinal-product-name-part-type",
"code": "StrengthPart",
"display": "Strength part"
}
]
}
}
]
}
]
}