FHIR IG analytics| Package | swiss.mednet.fhir |
| Resource Type | Organization |
| Id | Organization-mni-organization-example2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization mni-organization-example2
identifier: GLN/7601003002294
type: Insurance Company
name: Sanitas
telecom: ph: 044 298 63 00(Work), info@sanitas.com
address: Jägergasse 3 Postfach Zürich 8021 CH (work)
{
"resourceType": "Organization",
"id": "mni-organization-example2",
"meta": {
"profile": [
"https://mednet.swiss/fhir/StructureDefinition/mni-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:2.51.1.3",
"value": "7601003002294"
}
],
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "ins",
"display": "Insurance Company"
}
]
}
],
"name": "Sanitas",
"telecom": [
{
"system": "phone",
"value": "044 298 63 00",
"use": "work"
},
{
"system": "email",
"value": "info@sanitas.com",
"use": "work"
}
],
"address": [
{
"use": "work",
"line": [
"Jägergasse 3",
"Postfach"
],
"city": "Zürich",
"postalCode": "8021",
"country": "CH"
}
]
}