This page is part of the Risk Based Contracts Member Attribution List FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Organization",
"id" : "1",
"meta" : {
"versionId" : "3",
"lastUpdated" : "2019-06-06T03:04:12.348-04:00"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n Example Organization\n <br/>\n\t\t\t\t3300 Washtenaw Avenue, Suite 227\n <br/>\n\t\t\t\tAnn Arbor, MI 48104\n <br/>\n\t\t\t\tUSA\n <br/>\n\t\t\t\t(+1) 734-677-7777 (phone)\n <br/>\n\t\t\t\t(+1) 734-677-6622 (fax)\n <br/>\n\t\t\t\tE-mail: \n <a href=\"mailto:hq@HL7.org\">hq@HL7.org</a>\n \n </div>"
},
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/organization-type",
"code" : "dept",
"display" : "Hospital Department"
}
]
}
],
"name" : "Example Organization",
"alias" : [
"My Organization"
],
"telecom" : [
{
"system" : "phone",
"value" : "(+1) 734-677-7777"
},
{
"system" : "fax",
"value" : "(+1) 734-677-6622"
},
{
"system" : "email",
"value" : "hq@HL7.org"
}
],
"address" : [
{
"line" : [
"3300 Washtenaw Avenue, Suite 227"
],
"city" : "Ann Arbor",
"state" : "MI",
"postalCode" : "48104",
"country" : "USA"
}
]
}