FHIR IG analytics| Package | ch.fhir.ig.ch-vacd |
| Resource Type | Organization |
| Id | Organization-TC-ORG-MSD.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-MSD
Profile: CH Core Organization
identifier: GLN/7601001000674
name: MSD Merck Sharp & Dohme AG
telecom: ph: tel:+41 58 618 30 30(Work), mailto:msd.kundendienst@msd.com, https://www.msd.ch
address: Werftestrasse 4 Lucerne LU 6005 CH
{
"resourceType": "Organization",
"id": "TC-ORG-MSD",
"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": "7601001000674"
}
],
"name": "MSD Merck Sharp & Dohme AG",
"telecom": [
{
"system": "phone",
"value": "tel:+41 58 618 30 30",
"use": "work"
},
{
"system": "email",
"value": "mailto:msd.kundendienst@msd.com",
"use": "work"
},
{
"system": "url",
"value": "https://www.msd.ch",
"use": "work"
}
],
"address": [
{
"line": [
"Werftestrasse 4"
],
"city": "Lucerne",
"state": "LU",
"postalCode": "6005",
"country": "CH"
}
]
}