FHIR IG analytics| Package | ch.fhir.ig.ch-emr |
| Resource Type | Organization |
| Id | Organization-UC2-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 UC2-Organization-Hausarzt
Profile: CH Emergency Record Organization
identifier: GLN/7601009110849
type: Allgemeine Innere Medizin
name: Hausarztpraxis Dr. Müller
telecom: +41 44 555 12 34, info@praxis-zuerich.ch, https://www.praxis-zuerich.ch
address: Hausarztpraxis Dr. Müller Bahnhofstrasse 15 Bern 3025 CH
{
"resourceType": "Organization",
"id": "UC2-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"
}
],
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394802001",
"display": "General medicine"
}
],
"text": "Allgemeine Innere Medizin"
}
],
"name": "Hausarztpraxis Dr. Müller",
"telecom": [
{
"system": "phone",
"value": "+41 44 555 12 34",
"use": "work"
},
{
"system": "email",
"value": "info@praxis-zuerich.ch",
"use": "work"
},
{
"system": "url",
"value": "https://www.praxis-zuerich.ch",
"use": "work"
}
],
"address": [
{
"line": [
"Hausarztpraxis Dr. Müller",
"Bahnhofstrasse 15"
],
"city": "Bern",
"postalCode": "3025",
"country": "CH"
}
]
}