Publication Build: This will be filled in by the publication tooling
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"
}
}