FHIR IG analytics| Package | hl7.fhir.uv.emedicinal-product-info |
| Resource Type | AdministrableProductDefinition |
| Id | AdministrableProductDefinition-apd-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: AdministrableProductDefinition apd-epi-type2-example-paracetamol
Language: en
Profile: AdministrableProductDefinition (ePI)
identifier: http://example.org/identifier/apd-epi-type2-example-paracetamol
status: Active
administrableDoseForm: Tablet
unitOfPresentation: Tablet
property
type: Shape
value: Round
property
type: Color
value: White
property
type: Flavor
value: None
property
type: Image
value: Tablet Image
| Code |
| Oral use |
{
"resourceType": "AdministrableProductDefinition",
"id": "apd-epi-type2-example-paracetamol",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/AdministrableProductDefinition-uv-epi"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/identifier",
"value": "apd-epi-type2-example-paracetamol"
}
],
"status": "active",
"formOf": [
{
"reference": "MedicinalProductDefinition/mpd-epi-type2-example-paracetamol"
}
],
"administrableDoseForm": {
"coding": [
{
"system": "https://spor.ema.europa.eu/rmswi",
"code": "100000073664",
"display": "Tablet"
}
]
},
"unitOfPresentation": {
"coding": [
{
"system": "https://spor.ema.europa.eu/rmswi",
"code": "200000002152",
"display": "Tablet"
}
]
},
"producedFrom": [
{
"reference": "ManufacturedItemDefinition/mid-epi-type2-example-paracetamol"
}
],
"property": [
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig",
"code": "shape",
"display": "Shape"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "https://spor.ema.europa.eu/rmswi",
"code": "100000073670",
"display": "Round"
}
]
}
},
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig",
"code": "color",
"display": "Color"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "https://spor.ema.europa.eu/rmswi",
"code": "100000073586",
"display": "White"
}
]
}
},
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig",
"code": "flavor",
"display": "Flavor"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "https://spor.ema.europa.eu/rmswi",
"code": "100000000000",
"display": "None"
}
]
}
},
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig",
"code": "image",
"display": "Image"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "https://spor.ema.europa.eu/rmswi",
"code": "100000000000",
"display": "Tablet Image"
}
]
}
}
],
"routeOfAdministration": [
{
"code": {
"coding": [
{
"system": "https://spor.ema.europa.eu/rmswi",
"code": "100000073619",
"display": "Oral use"
}
]
}
}
]
}