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

This page is part of the Da Vinci Health Record Exchange (v1.1.0: STU 1.1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, 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"
  }
}