Get a practitioner by ID

get

/Practitioner/{id}

Note: The FHIR API endpoints described below are currently pending production deployment for electronic health record (EHR) environments. Developers are welcome and encouraged to develop against the specifications in anticipation of production availability, which will be announced at a later date.

Retrieves an individual practitioner by the associated ID.

Request

Path Parameters
Header Parameters

There's no request body for this operation.

Back to Top

Response

200 Response

Successful retrieve response.
Body ()
Root Schema : Practitioner
Type: object
Show Source
Nested Schema : address
Type: array
The addresses of the practitioner.
Show Source
Nested Schema : identifier
Type: array
An identifier for the person as this agent.
Show Source
Nested Schema : name
Type: array
The names associated with the practitioner.
Show Source
Nested Schema : telecom
Type: array
A contact detail for the practitioner that applies to all roles.
Show Source
Nested Schema : Address
Type: object
Show Source
Nested Schema : line
Type: array
The street name, number, direction, P.O. Box, and so on.
Show Source
Nested Schema : Identifier
Type: object
Show Source
Nested Schema : HumanName
Type: object
Show Source
Nested Schema : ContactPoint
Type: object
Show Source

Default Response

An OperationOutcome describing any error that occurred.
Body ()
Root Schema : OperationOutcome
Type: object
Show Source
Nested Schema : issue
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top