Get a patient by ID

get

/Patient/{id}

Note: The FHIR API endpoints described below are available for customers to deploy and use. Developers are welcome and encouraged to develop against the specifications in anticipation of customer deployment.

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

The successful retrieve response.
Body ()
Root Schema : Patient
Type: object
The patient demographics and administrative information returned by read and search.
Show Source
Nested Schema : PrimitiveElementForPatient
Type: object
Show Source
Nested Schema : address
Type: array
The patient addresses.
Show Source
Nested Schema : communication
Type: array
The languages used to communicate.
Show Source
Nested Schema : contact
Type: array
The related-person contacts.
Show Source
Nested Schema : extension
Type: array
The supported patient extensions.
Show Source
Nested Schema : generalPractitioner
Type: array
The general practitioners and organizations.
Show Source
Nested Schema : identifier
Type: array
The patient and person identifiers.
Show Source
Nested Schema : CodeableConcept
Type: object
Show Source
Nested Schema : meta
Type: object
Show Source
Nested Schema : name
Type: array
The official, preferred, and premarital names.
Show Source
Nested Schema : telecom
Type: array
The patient contact points.
Show Source
Nested Schema : Narrative
Type: object
Show Source
Nested Schema : extension
Type: array
Show Source
Nested Schema : ExtensionForPatient
Type: object
The FHIR extension, including supported US Core and Oracle patient extensions.
Show Source
Nested Schema : extension
Type: array
Show Source
Nested Schema : CodeableConceptForPatient
Type: object
Show Source
Nested Schema : Coding
Type: object
Show Source
Nested Schema : ReferenceForPatient
Type: object
Show Source
Nested Schema : coding
Type: array
Show Source
Nested Schema : extension
Type: array
Show Source
Nested Schema : Extension
Type: object
Show Source
Nested Schema : Address
Type: object
Show Source
Nested Schema : line
Type: array
Show Source
Nested Schema : Period
Type: object
Show Source
Nested Schema : CommunicationForPatient
Type: object
Show Source
Nested Schema : ContactForPatient
Type: object
Show Source
Nested Schema : HumanName
Type: object
Show Source
Nested Schema : relationship
Type: array
Show Source
Nested Schema : telecom
Type: array
Show Source
Nested Schema : given
Type: array
Show Source
Nested Schema : prefix
Type: array
Show Source
Nested Schema : suffix
Type: array
Show Source
Nested Schema : ContactPointForPatient
Type: object
Show Source
Nested Schema : extension
Type: array
Show Source
Nested Schema : IdentifierForPatient
Type: object
Show Source
Nested Schema : coding
Type: array
The terminology codings or data-absent-reason coding.
Show Source
Nested Schema : security
Type: array
Show Source
Nested Schema : HumanNameForPatient
Type: object
Show Source
Nested Schema : extension
Type: array
Show Source
Nested Schema : given
Type: array
Show Source
Nested Schema : prefix
Type: array
Show Source
Nested Schema : suffix
Type: array
Show Source

Default Response

An OperationOutcome describing any error that occurred.
Body ()
Root Schema : OperationOutcome
Type: object
The FHIR OperationOutcome.
Show Source
Nested Schema : issue
Type: array
The OperationOutcome issues.
Show Source
Nested Schema : OperationOutcomeIssue
Type: object
Show Source
Nested Schema : CodeableConcept
Type: object
Show Source
Nested Schema : expression
Type: array
Show Source
Nested Schema : coding
Type: array
The terminology codings or data-absent-reason coding.
Show Source
Nested Schema : Coding
Type: object
Show Source
Back to Top