FHIR IG analytics| Package | ch.fhir.ig.ch-epr-fhir |
| Resource Type | Organization |
| Id | Organization-PraxisP.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization PraxisP
Profile: CH mCSD Organization
identifier: LDAP/uid=CommunityA:00000001001,OU=HCRegulatedOrganization,DC=HPD,O=BAG,C=ch, Uniform Resource Identifier (URI)/urn:oid:2.16.10.89.210
active: true
type: Ambulatory care site, General medicine
name: Praxis P
telecom: fax: +41 71 271 22 99, +41 71 271 22 33
address: Praxis P 47 Langgasse St. Gallen SG 9000 CH (work)
{
"resourceType": "Organization",
"id": "PraxisP",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/CH.mCSD.Organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:ietf:rfc:4514",
"value": "uid=CommunityA:00000001001,OU=HCRegulatedOrganization,DC=HPD,O=BAG,C=ch"
},
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.10.89.210"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "35971002",
"display": "Ambulatory care site"
}
]
},
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394802001",
"display": "General medicine"
}
]
}
],
"name": "Praxis P",
"telecom": [
{
"system": "fax",
"value": "+41 71 271 22 99"
},
{
"system": "phone",
"value": "+41 71 271 22 33"
}
],
"address": [
{
"use": "work",
"line": [
"Praxis P",
"47 Langgasse"
],
"city": "St. Gallen",
"state": "SG",
"postalCode": "9000",
"country": "CH"
}
]
}