This page is part of the Da Vinci Health Record Exchange (v1.2.0: STU 1.2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Instance of logical model Da Vinci .well-known File Definition
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"
}
}