This page is part of the Da Vinci - Member Attribution (ATR) List (v0.1.0: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions
Source view
{
"resourceType" : "Organization",
"id" : "MulticareProviderOrg",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<p> <b> Generated Narrative with Details</b> </p> \n\t<p> <b> Example Provider Organization : </b> Provider (e.g Multicare) </p> \n\t</div>"
},
"identifier" : [
{
"system" : "http://hl7.org.fhir/sid/us-npi",
"value" : "1144221847"
}
],
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/organization-type",
"code" : "prov",
"display" : "Healthcare Provider"
}
]
}
],
"name" : "Multicare Healthcare Inc",
"telecom" : [
{
"system" : "phone",
"value" : "(+1) 734-677-7777"
},
{
"system" : "email",
"value" : "info@multicare.org"
}
],
"address" : [
{
"line" : [
"3300 Washtenaw Avenue, Suite 227"
],
"city" : "Seattle",
"state" : "WA",
"postalCode" : "01002",
"country" : "USA"
}
]
}