FHIR IG analytics| Package | ch.fhir.ig.ch-emr |
| Resource Type | Organization |
| Id | Organization-UC4-Organization-Hausarzt.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization UC4-Organization-Hausarzt
Profile: CH Emergency Record Organization
identifier: GLN/7601009110849
active: true
name: Hausarztpraxis Dr. med. Klaus Weber
telecom: +41 61 271 88 88, info@hausarzt-basel.ch
address: Steinenvorstadt 71 Basel 4051 CH
{
"resourceType": "Organization",
"id": "UC4-Organization-Hausarzt",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-emr/StructureDefinition/ch-emr-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:2.51.1.3",
"value": "7601009110849"
}
],
"active": true,
"name": "Hausarztpraxis Dr. med. Klaus Weber",
"telecom": [
{
"system": "phone",
"value": "+41 61 271 88 88",
"use": "work"
},
{
"system": "email",
"value": "info@hausarzt-basel.ch",
"use": "work"
}
],
"address": [
{
"line": [
"Steinenvorstadt 71"
],
"city": "Basel",
"postalCode": "4051",
"country": "CH"
}
]
}