Practitioner

The Practitioner resource represents healthcare personnel referenced by other Open Aidn resources.

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

Standards and profiles

Endpoints

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

Response fields

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

Field Description
id Practitioner identifier.
name Practitioner name.
identifier HPR identifier when available.

Example read

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

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

Back to the homepage