-1

I would like to know what FHIR resource has to be used for bringing the list of specialities that are available for an organisation. These specialities are encounter specific so the response must be returned along with its encounter information based on the organisation.

Is that advisable to use List resource in FHIR?

1 Answers1

0

If you search a FHIR server for a 'collection' of resources (like Encounter, HealthcareService or any other) the standard response would be a Bundle rather than a List.

Jaime
  • 5,770
  • 4
  • 23
  • 50