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 (Burgers MC Cardiology)
{ "resourceType": "Organization", "id": "f002", "name": "Burgers UMC Cardiology unit", "type": { "coding": [ { "system": "http://hl7.org/fhir/organization-type", "code": "dept", "display": "Hospital Department" } ] }, "telecom": [ { "system": "phone", "value": "022-655 2320" } ], "address": [ { "line": [ "South Wing, floor 2" ] } ], "partOf": { "reference": "Organization/f001" }, "contact": [ { "purpose": { "coding": [ { "system": "http://hl7.org/fhir/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" ] } } ], "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.