Get a patient by ID

get

/Patient/{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 patient 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 : Patient
Type: object
Show Source
Nested Schema : address
Type: array
(USCDI) An address for the individual.
Show Source
Nested Schema : communication
Type: array
(USCDI) A language that may be used to communicate with the patient about their health.
Show Source
Nested Schema : identifier
Type: array
(USCDI) An identifier for this patient.
Show Source
Nested Schema : name
Type: array
(USCDI) A name associated with the patient.
Show Source
Nested Schema : telecom
Type: array
(USCDI) A contact detail for the individual.
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 : PatientCommunication
Type: object
Show Source
Nested Schema : language
(USCDI) The language that can be used to communicate with the patient about their health.
Match All
(USCDI) The language that can be used to communicate with the patient about their health.
Show Source
Nested Schema : CodeableConcept
Type: object
Show Source
Nested Schema : coding
Type: array
Show Source
Nested Schema : Coding
Type: object
Show Source
Nested Schema : Identifier
Type: object
Show Source
Nested Schema : HumanName
Type: object
Show Source
Nested Schema : ContactPointRequired
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