FHIR IG analytics| Package | ch.fhir.ig.ch-emr |
| Resource Type | Organization |
| Id | Organization-EX-Organization-GynPraxis.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization EX-Organization-GynPraxis
Profile: CH Emergency Record Organization
identifier: GLN/7601009110849
type: Gynäkologische Praxis
name: Gynäkologie Praxis Basel
telecom: +41 61 265 25 25, info@gynpraxis-basel.ch, https://www.gynpraxis-basel.ch
address: Gynäkologie Praxis Basel Petersgraben 4 Basel 4051 CH
{
"resourceType": "Organization",
"id": "EX-Organization-GynPraxis",
"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": "394579002",
"display": "Gynecology service"
}
],
"text": "Gynäkologische Praxis"
}
],
"name": "Gynäkologie Praxis Basel",
"telecom": [
{
"system": "phone",
"value": "+41 61 265 25 25",
"use": "work"
},
{
"system": "email",
"value": "info@gynpraxis-basel.ch",
"use": "work"
},
{
"system": "url",
"value": "https://www.gynpraxis-basel.ch",
"use": "work"
}
],
"address": [
{
"line": [
"Gynäkologie Praxis Basel",
"Petersgraben 4"
],
"city": "Basel",
"postalCode": "4051",
"country": "CH"
}
]
}