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" : "CambiaPayer",
"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 Payer Organization : </b> Payer (e.g Cambia) </p> \n\t</div>"
},
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/organization-type",
"code" : "pay",
"display" : "Payer"
}
]
}
],
"name" : "Cambia Health Solutions",
"telecom" : [
{
"system" : "phone",
"value" : "(+1) 503-677-7777"
},
{
"system" : "email",
"value" : "info@cambiahealth.com"
}
],
"address" : [
{
"line" : [
"123 Market St"
],
"city" : "Portland",
"state" : "OR",
"postalCode" : "05002",
"country" : "USA"
}
]
}