Location

The Location resource represents departments and locations used by Open Aidn care services.

Open Aidn currently exposes selected fields from the base HL7 FHIR R4 Location resource. A formal Aidn profile may be published later.

Standards and profiles

Endpoints

Method Path Required scope Description
GET /Location/{id} location.read Read one Location by ID.

Response fields

Open Aidn may expand the response over time, but integrations should currently expect data in these fields:

Field Description
id Location identifier.
name Location or department name.
telecom Work phone number when available.
managingOrganization.reference Reference to the parent organization when available.

Example read

GET /Location/<LOCATION_ID> HTTP/1.1
Host: <OPEN_AIDN_FHIR_HOST>
Accept: application/fhir+json
Authorization: Bearer <ACCESS_TOKEN>

The response is a FHIR Location resource when the ID is known and accessible.

Back to the homepage