Taking the foundation spec, a consumer isn't supposed to send to an endpoint directly, it’s supposed to go via the ssp, eg :-
GET https://[proxy_server]/https://[provider_server]/[fhir_base]/Patient?identifier=[system]|[value]
Where the "https://[provider_server]/[fhir_base]" is supposed to have been retrieved from SDS via an LDAP query on a particular interactionid. The spec then says what params to append.
(And I believe our FHIR endpoints will reject requests which don't originate from the ssp).
Documents doesn’t support a practioner read – no interactionid
Even if these “foundation” resources were populated with there Foundation (+Appoiment) equivalent, a client shouldn’t be using these urls as it need to prefix the ssp (and as foundation/appoitments is a separate capability, it doesn’t mean that that agreement exists on the ssp).
Full Url in bundle questions
Taking the foundation spec, a consumer isn't supposed to send to an endpoint directly, it’s supposed to go via the ssp, eg :-
Where the "https://[provider_server]/[fhir_base]" is supposed to have been retrieved from SDS via an LDAP query on a particular interactionid. The spec then says what params to append.
(And I believe our FHIR endpoints will reject requests which don't originate from the ssp).
Taking example from
https://developer.nhs.uk/apis/gpconnect-documents-1-0-1/accessrecord_documents_development_fhir_examples_documents.html
"fullUrl": http://exampleGPSystem.co.uk/GP0001/STU3/1/gpconnect-documents/Patient/04603d77-1a4e-4d63-b246-d7504f8bd833
Documents doesn’t support a patient read – no interactionid
Documents doesn’t support a practioner role read – no interactionid
Documents doesn’t support a organisation read – no interactionid
Documents doesn’t support a practioner read – no interactionid
Even if these “foundation” resources were populated with there Foundation (+Appoiment) equivalent, a client shouldn’t be using these urls as it need to prefix the ssp (and as foundation/appoitments is a separate capability, it doesn’t mean that that agreement exists on the ssp).