FHIR IG analytics| Package | hl7.fhir.uv.emedicinal-product-info |
| Resource Type | Organization |
| Id | Organization-org-epi-type3-example-pharma.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization org-epi-type3-example-pharma
Language: en
Profile: Organization (ePI)
identifier: https://spor.ema.europa.eu/omswi/LOC-100000000
active: true
type: Marketing authorisation holder
name: WonderPharma Inc.
| Telecom | Address |
| +420 123 456 789, info@wonderpharma.example.com, https://www.wonderpharma.example.com | WonderPharma Inc., 123 Pharma Way, Prague 10, 102 37, Czech Republic |
{
"resourceType": "Organization",
"id": "org-epi-type3-example-pharma",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Organization-uv-epi"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://spor.ema.europa.eu/omswi",
"value": "LOC-100000000"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "https://spor.ema.europa.eu/rmswi",
"code": "220000000034",
"display": "Marketing authorisation holder"
}
]
}
],
"name": "WonderPharma Inc.",
"contact": [
{
"telecom": [
{
"system": "phone",
"value": "+420 123 456 789"
},
{
"system": "email",
"value": "info@wonderpharma.example.com"
},
{
"system": "url",
"value": "https://www.wonderpharma.example.com"
}
],
"address": {
"type": "both",
"text": "WonderPharma Inc., 123 Pharma Way, Prague 10, 102 37, Czech Republic",
"line": [
"123 Pharma Way"
],
"city": "Prague",
"district": "Prague 10",
"state": "Central Bohemia",
"postalCode": "102 37",
"country": "CZ"
}
}
]
}