This page is part of the Risk Based Contracts Member Attribution List FHIR IG (v2.0.0-ballot: STU2 Release 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
: PRovider Organization Example - JSON Representation
Raw json | Download
{
"resourceType" : "Organization",
"id" : "2",
"meta" : {
"versionId" : "1"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">A human-readable rendering of the Organization</div>"
},
"identifier" : [
{
"system" : "urn:oid:2.16.840.1.113883.3.19.2.3",
"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"
]
}
}
]
}