FHIR IG analytics| Package | ch.fhir.ig.ch-core |
| Resource Type | Organization |
| Id | Organization-GruppenpraxisCH.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization GruppenpraxisCH
Profiles: CH Core Organization, CH Core Organization EPR
identifier: GLN/7601000201041
name: Gruppenpraxis CH
telecom: +41322345566, fax: +41322346677(Work), bereit@gruppenpraxis.ch, http://www.gruppenpraxis.ch
address: Doktorgasse 2 Musterhausen 8888 CH (work)
{
"resourceType": "Organization",
"id": "GruppenpraxisCH",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization",
"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": "7601000201041"
}
],
"name": "Gruppenpraxis CH",
"telecom": [
{
"system": "phone",
"value": "+41322345566",
"use": "work"
},
{
"system": "fax",
"value": "+41322346677",
"use": "work"
},
{
"system": "email",
"value": "bereit@gruppenpraxis.ch",
"use": "work"
},
{
"system": "url",
"value": "http://www.gruppenpraxis.ch",
"use": "work"
}
],
"address": [
{
"use": "work",
"line": [
"Doktorgasse",
"2"
],
"city": "Musterhausen",
"postalCode": "8888",
"country": "CH"
}
]
}