This page is part of the Da Vinci Clinical Documentation Exchange (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
JSON Format: Organization-cdex-example-payer
Raw json
{
"resourceType" : "Organization",
"id" : "cdex-example-payer",
"meta" : {
"versionId" : "3",
"lastUpdated" : "2019-06-06T21:54:53.000-04:00"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: cdex-example-payer</p><p><b>meta</b>: </p><p><b>contained</b>: </p><p><b>identifier</b>: CDex Payer</p><p><b>telecom</b>: ph: 800-444-5555(WORK)</p><p><b>address</b>: 111 Monument Cir, Indianapolis, IN 46077, US(WORK)</p><p><b>endpoint</b>: unknown resource contained</p></div>"
},
"contained" : [
{
"resourceType" : "Endpoint",
"id" : "cdex-payer-endpoint",
"status" : "active",
"connectionType" : {
"system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
"code" : "hl7-fhir-rest"
},
"payloadType" : [
{
"text" : "FHIR"
}
],
"payloadMimeType" : [
"application/fhir+xml",
"application/fhir+json"
],
"address" : "https://api-v8-r4.hspconsortium.org/DaVinciCDexPayer/open/"
}
],
"identifier" : [
{
"system" : "http://www.example.com/cdex-payer",
"value" : "CDex Payer"
}
],
"telecom" : [
{
"id" : "1",
"system" : "phone",
"value" : "800-444-5555",
"use" : "work"
}
],
"address" : [
{
"id" : "1",
"use" : "work",
"type" : "postal",
"text" : "111 Monument Cir, Indianapolis, IN 46077, US",
"line" : [
"111 Monument Cir"
],
"city" : "Indianapolis",
"state" : "IN",
"postalCode" : "46077",
"country" : "US"
}
],
"endpoint" : [
{
"reference" : "#cdex-payer-endpoint"
}
]
}

