Organization
The Organization resource represents organizational units available to Open Aidn integrations.
Open Aidn currently exposes selected fields from the base HL7 FHIR R4 Organization resource. A formal Aidn profile may be published later.
Standards and profiles
- HL7 FHIR R4: Organization
Endpoints
| Method | Path | Required scope | Description |
|---|---|---|---|
GET |
/Organization/{id} |
organization.read |
Read one Organization by ID. |
Response fields
Open Aidn may expand the response over time, but integrations should currently expect data in these fields:
| Field | Description |
|---|---|
id |
Organization identifier. |
name |
Organization name. |
partOf.reference |
Reference to parent organization when available. |
identifier |
BRREG organization identifier when available. |
Example read
GET /Organization/<ORGANIZATION_ID> HTTP/1.1
Host: <OPEN_AIDN_FHIR_HOST>
Accept: application/fhir+json
Authorization: Bearer <ACCESS_TOKEN>
The response is a FHIR Organization resource when the ID is known and accessible.