Hello, I’ve started looking at the new Organisation Data Terminology - FHIR API (R4).
The documents here https://digital.nhs.uk/developer/api-catalogue/organisation-data-terminology mention a _revinclude parameter to expand the resultset to include Relationships. Unfortunately it doesn’t mention what the parameter value should be.
I’ve tried the usual “true”, 1, “yes” etc.
Any ideas?
Hi James
We can share a couple examples of the use of revinclude:
This call returns Organization information for A81060 along with all relationships where it appears as the “primary-organization”.
https://api.service.nhs.uk/organisation-data-terminology-api/fhir/Organization?identifier=A81060&_revinclude=OrganizationAffiliation:primary-organization
And this call returns the Organization information for A81060 along with all relationships where it appears as a “participating-organization”.
https://api.service.nhs.uk/organisation-data-terminology-api/fhir/Organization?identifier=A81060&_revinclude=OrganizationAffiliation:participating-organization
Do they help?
Thanks
Laura