FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Endpoint/example-ccda-xca (JSON)

Responsible Owner: Patient Administration Work GroupStandards Status: InformativeCompartments: No defined compartments

Raw JSON (canonical form + also see JSON Format Specification)

Example of an XCA CCDA Referral Exchange endpoint

{
  "resourceType" : "Endpoint",
  "id" : "example-ccda-xca",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\tExample of an XCA CCDA Referral Exchange Endpoint\n\t\t</div>"
  },
  "status" : "active",
  "connectionType" : [{
    "coding" : [{
      "system" : "https://profiles.ihe.net/ITI/mCSD/CodeSystem/MCSDEndpointTypes",
      "code" : "ihe-xca"
    }]
  },
  {
    "coding" : [{
      "system" : "https://profiles.ihe.net/ITI/mCSD/CodeSystem/MCSDEndpointTypes",
      "code" : "XCA-RespGateway-Query"
    }]
  },
  {
    "coding" : [{
      "system" : "https://profiles.ihe.net/ITI/mCSD/CodeSystem/MCSDEndpointTypes",
      "code" : "XCA-RespGateway-Retrieve"
    }]
  }],
  "name" : "XCA CCDA Referral Exchange Endpoint",
  "payload" : [{
    "type" : [{
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v3-HL7DocumentFormatCodes",
        "code" : "urn:hl7-org:sdwg:ccda-structuredBody:2.1"
      }]
    }],
    "mimeType" : ["application/pdf",
    "application/xml",
    "application/jpg"],
    "profileUri" : ["urn:hl7ii:2.16.840.1.113883.10.20.22.1.8:2015-08-01",
    "urn:hl7ii:2.16.840.1.113883.10.20.22.1.14:2015-08-01"]
  }],
  "address" : "https://acme.org/interfaces/services/ihe/IHEXCARespondingGateway"
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.