FHIR IG analytics| Package | ch.fhir.ig.ch-epr-mhealth |
| 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
Resource Organization "PraxisP"
Profile: CH mCSD Organization
identifier: id: uid=CommunityA:00000001001,OU=HCRegulatedOrganization,DC=HPD,O=BAG,C=ch, id: #urn:oid:2.16.10.89.210
active: true
type: Ambulatory care site (SNOMED CT#35971002), General medicine (SNOMED CT#394802001)
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-mhealth/StructureDefinition/CH.mCSD.Organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"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"
}
]
}