FHIR IG analytics| Package | ch.fhir.ig.ch-core |
| Resource Type | Organization |
| Id | Organization-ClaimBiller.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization ClaimBiller
Profile: CH Core Organization
identifier: urn:oid:2.16.756.5.35/CHE108791452, urn:oid:2.16.756.5.30.1.123.100.2.1.1/Y604801, GLN/7601022050702
name: Biller AG
telecom: ph: 061 956 99 00, info@biller.ch
address: Billerweg 128 Frenkendorf 4414
{
"resourceType": "Organization",
"id": "ClaimBiller",
"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.35",
"value": "CHE108791452"
},
{
"system": "urn:oid:2.16.756.5.30.1.123.100.2.1.1",
"value": "Y604801"
},
{
"system": "urn:oid:2.51.1.3",
"value": "7601022050702"
}
],
"name": "Biller AG",
"telecom": [
{
"system": "phone",
"value": "061 956 99 00"
},
{
"system": "email",
"value": "info@biller.ch"
}
],
"address": [
{
"line": [
"Billerweg 128"
],
"city": "Frenkendorf",
"postalCode": "4414"
}
]
}