FHIR IG analytics| Package | ch.fhir.ig.ch-core |
| Resource Type | Organization |
| Id | Organization-ClaimProvider.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization ClaimProvider
Profile: CH Core Organization
identifier: urn:oid:2.16.756.5.30.1.123.100.2.1.1/Y604801, GLN/7601000234438
name: Klinik für Psychiatrie
telecom: ph: 061 956 99 00
address: Spitalgasse 17b5 Basel BS 4000
{
"resourceType": "Organization",
"id": "ClaimProvider",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:2.16.756.5.30.1.123.100.2.1.1",
"value": "Y604801"
},
{
"system": "urn:oid:2.51.1.3",
"value": "7601000234438"
}
],
"name": "Klinik für Psychiatrie",
"telecom": [
{
"system": "phone",
"value": "061 956 99 00"
}
],
"address": [
{
"line": [
"Spitalgasse 17b5"
],
"city": "Basel",
"state": "BS",
"postalCode": "4000"
}
]
}