Da Vinci Clinical Data Exchange (CDex) Implementation Guide Release 0.1.0

This page is part of the Da Vinci Clinical Documentation Exchange (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

JSON Format: Organization-cdex-example-provider

Raw json

{
  "resourceType" : "Organization",
  "id" : "cdex-example-provider",
  "meta" : {
    "versionId" : "3",
    "lastUpdated" : "2019-06-06T21:54:34.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-provider</p><p><b>meta</b>: </p><p><b>contained</b>: </p><p><b>identifier</b>: Good Health</p><p><b>telecom</b>: ph: 666-444-5555(WORK)</p><p><b>address</b>: 8866 S 17th St, Indianapolis, IN 46077, US(WORK)</p><p><b>endpoint</b>: unknown resource contained</p></div>"
  },
  "contained" : [
    {
      "resourceType" : "Endpoint",
      "id" : "cdex-provider-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/DaVinciCDexProvider/open/"
    }
  ],
  "identifier" : [
    {
      "system" : "http://www.GoodHelath.com/edi",
      "value" : "Good Health"
    }
  ],
  "telecom" : [
    {
      "id" : "1",
      "system" : "phone",
      "value" : "666-444-5555",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "id" : "1",
      "use" : "work",
      "type" : "postal",
      "text" : "8866 S 17th St, Indianapolis, IN 46077, US",
      "line" : [
        "8866 S 17th St"
      ],
      "city" : "Indianapolis",
      "state" : "IN",
      "postalCode" : "46077",
      "country" : "US"
    }
  ],
  "endpoint" : [
    {
      "reference" : "#cdex-provider-endpoint"
    }
  ]
}