FHIR IG analytics| Package | ch.fhir.ig.ch-vacd |
| Resource Type | Organization |
| Id | Organization-5-1-Organization.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization 5-1-Organization
Profile: CH Core Organization EPR
identifier: GLN/7601888888884
name: Gruppenpraxis CH
telecom: ph: tel:+41.32.234.55.66(Work), fax: fax:+41.32.234.55.67(Work), mailto:bereit@gruppenpraxis.ch, http://www.gruppenpraxis.ch
address: Doktorgasse 2 Musterhausen ZH 8888 CH
{
"resourceType": "Organization",
"id": "5-1-Organization",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization-epr"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:2.51.1.3",
"value": "7601888888884"
}
],
"name": "Gruppenpraxis CH",
"telecom": [
{
"system": "phone",
"value": "tel:+41.32.234.55.66",
"use": "work"
},
{
"system": "fax",
"value": "fax:+41.32.234.55.67",
"use": "work"
},
{
"system": "email",
"value": "mailto:bereit@gruppenpraxis.ch",
"use": "work"
},
{
"system": "url",
"value": "http://www.gruppenpraxis.ch",
"use": "work"
}
],
"address": [
{
"line": [
"Doktorgasse 2"
],
"city": "Musterhausen",
"state": "ZH",
"postalCode": "8888",
"country": "CH"
}
]
}