FHIR IG analytics| Package | ch.fhir.ig.ch-vacd |
| Resource Type | Organization |
| Id | Organization-TC-ORG-GSK.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-GSK
Profile: CH Core Organization
identifier: GLN/7601001000674
name: GlaxoSmithKline AG
telecom: ph: tel:+41 31 862 21 11(Work), fax: fax:+41 31 862 22 00(Work), mailto:swiss.info@gsk.com, https://www.gsk.com
address: Talstrasse 3-5 Münchenbuchsee BE 3053 CH
{
"resourceType": "Organization",
"id": "TC-ORG-GSK",
"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": "GlaxoSmithKline AG",
"telecom": [
{
"system": "phone",
"value": "tel:+41 31 862 21 11",
"use": "work"
},
{
"system": "fax",
"value": "fax:+41 31 862 22 00",
"use": "work"
},
{
"system": "email",
"value": "mailto:swiss.info@gsk.com",
"use": "work"
},
{
"system": "url",
"value": "https://www.gsk.com",
"use": "work"
}
],
"address": [
{
"line": [
"Talstrasse 3-5"
],
"city": "Münchenbuchsee",
"state": "BE",
"postalCode": "3053",
"country": "CH"
}
]
}