Search code examples
hl7-fhirdstu2-fhirhapi-fhir

Modelling services provided at location of an organization


Using FHIR resources (dstu2), how can I send in the response, the healthcare services provided at a particular location when search location request is made?

Following is the location resource that I use which has no provision to send services in response. (http://hl7.org/fhir/DSTU2/location.html)

In my use-case, I have to send out location details and as part of those details, I have to send out the services offered by that location. How can I combine these two resources in my response ? I already know services that location offers but there is no place holder to send this info in response if I use location resource as my response


Solution

  • Use the HealthcareService resource. You can do a query on HealthcareService, filtering by Location.