Organization

Important note : The information provided is from local testing and is not valid.

Http Interactions documentation.

Example 1

  • Search for an establishement with an identifier COUTA4.

Route ➔ {domain}/neo-atlas/fhir/Organization?identifier=COUTA4

Example 2

  • Search for all departments with a parent identifier organization COUTA4.

Route ➔ {domain}/neo-atlas/fhir/Organization?partof.identifier=COUTA4

Example 3

  • Search for a specific establishement with the identifier COUTA4 and every department who is linked to it as well.

Route ➔ {domain}/neo-atlas/fhir/Organization?identifier=COUTA4&partof.identifier=COUTA4

Example 4

  • Search with no parameters and it returns an empty bundle.

Route ➔ {domain}/neo-atlas/fhir/Organization

akinox-fhir-organization-search-example-4