FHIR IG analytics| Package | ch.fhir.ig.ch-vacd |
| Resource Type | Organization |
| Id | Organization-TC-ORG-PFIZER.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization TC-ORG-PFIZER
Profile: CH Core Organization
identifier: GLN/7601001010604
name: Pfizer AG
telecom: ph: tel:+41 800 562 825(Work), fax: fax:+41 44 583 07 00(Work), mailto:customer.ch@pfizer.com, https://www.pfizer.ch
address: Schärenmoosstrasse 99 Postfach Zürich ZH 8052 CH
{
"resourceType": "Organization",
"id": "TC-ORG-PFIZER",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:2.51.1.3",
"value": "7601001010604"
}
],
"name": "Pfizer AG",
"telecom": [
{
"system": "phone",
"value": "tel:+41 800 562 825",
"use": "work"
},
{
"system": "fax",
"value": "fax:+41 44 583 07 00",
"use": "work"
},
{
"system": "email",
"value": "mailto:customer.ch@pfizer.com",
"use": "work"
},
{
"system": "url",
"value": "https://www.pfizer.ch",
"use": "work"
}
],
"address": [
{
"line": [
"Schärenmoosstrasse 99",
"Postfach"
],
"city": "Zürich",
"state": "ZH",
"postalCode": "8052",
"country": "CH"
}
]
}