Da Vinci Health Record Exchange (HRex)
1.1.0 - STU 1.1 United States of America flag

Da Vinci Health Record Exchange (HRex), published by HL7 International / Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-ehrx/ and changes regularly. See the Directory of published versions

Binary: Example Wellknown endpoint

This is an example showing what the contents of a .well-known file might look like when following the guidance provided in the Endpoint Discovery part of this IG.

    
{
  "identifier" : {
    "system" : "http://example.org/NamingSystem/payer-identifiers",
    "value" : "12345"
  },
  "endpoints": {
    "davinci_crd_hook_endpoint" : "http://example.org/foo/bar/crd",
    "davinci_dtr_qpackage_endpoint" : "http://example.org/foo/bar/dtr",
    "davinci_pas_sumission_endpoint" : "http://example.org/foo/bar/pas2",
    "something_else" : "http://example.org/anotheruri"
  }
}