Organization

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

Read an establishment or a department

Http Interactions documentation.

Example 1

  • Fetch a department with an id 24

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

Example 2

  • Fetch an establishment with an id bb1682da-b744-4fa6-b8a5-d00f0eaa88a9

Route ➔ {domain}/neo-atlas/fhir/Organization/bb1682da-b744-4fa6-b8a5-d00f0eaa88a9

Example 3

  • Fetch a department with an id 666 but it is non-existent.

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

akinox-fhir-organization-get-example-3