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.2.0-snapshot 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
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.
{
"resourceType" : "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/HRexWellknownDefinition",
"identifier" : {
"system" : "http://example.org/NamingSystem/payer-identifiers",
"value" : "12345"
},
"endpoints" : {
"davinci_crd_hook_endpoint#1.1" : "http://example.org/foo/bar/crd",
"davinci_crd_hook_endpoint#1.2" : "http://example.org/foo/bar/crdnew",
"davinci_dtr_qpackage_endpoint#1.2" : "http://example.org/foo/bar/dtr",
"davinci_pas_submission_endpoint#1.2" : "http://example.org/foo/bar/pas2",
"something_else" : "http://example.org/anotheruri"
}
}