FHIR IG analytics| Package | hl7.fhir.us.davinci-atr |
| Resource Type | Organization |
| Id | Organization-2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Organization",
"id": "2",
"meta": {
"versionId": "1"
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org",
"value": "666666"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "dept",
"display": "Hospital Department"
}
]
}
],
"name": "Burgers UMC Cardiology unit",
"telecom": [
{
"system": "phone",
"value": "022-655 2320"
}
],
"address": [
{
"line": [
"South Wing, floor 2"
]
}
],
"contact": [
{
"purpose": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/contactentity-type",
"code": "ADMIN"
}
]
},
"name": {
"text": "mevr. D. de Haan"
},
"telecom": [
{
"system": "phone",
"value": "022-655 2321"
},
{
"system": "email",
"value": "cardio@burgersumc.nl"
},
{
"system": "fax",
"value": "022-655 2322"
}
],
"address": {
"line": [
"South Wing, floor 2"
]
}
}
]
}