This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R5 R4B R4 R3 R2
Real-world organization example (ENT)
{
"resourceType": "Organization",
"id": "f003",
"name": "Burgers UMC Ear,Nose,Throat unit",
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/organization-type",
"code": "dept",
"display": "Hospital Department"
}
]
},
"telecom": [
{
"system": "phone",
"value": "022-655 6780"
}
],
"address": [
{
"line": [
"West Wing, floor 5"
]
}
],
"partOf": {
"reference": "Organization/f001"
},
"contact": [
{
"purpose": {
"coding": [
{
"system": "http://hl7.org/fhir/contactentity-type",
"code": "ADMIN"
}
]
},
"name": {
"text": "mr. F. de Hond"
},
"telecom": [
{
"system": "phone",
"value": "022-655 7654"
},
{
"system": "email",
"value": "KNO@burgersumc.nl"
},
{
"system": "fax",
"value": "022-655 0998"
}
],
"address": {
"line": [
"West Wing, floor 5"
]
}
}
],
"active": true
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.