Retrieve Demographics for a Patient Identifier

get

/ohfapi/cg/v3.3/patientapi/patients/identifier/{id}

This endpoint supports the retrieval of Patient Demographics for a Patient Identifier. It returns Patient Demographic information like Name, Telecom, Marital Status, Gender, Deceased Date, Birth Date, Address and other Demographics associated information for the patient.

Request

Supported Media Types
Path Parameters
Security
Back to Top

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : Patient
Type: object
Model for a Patient object in CDM.
Show Source
Nested Schema : Address
Type: object
Model for a postal address.
Show Source
Nested Schema : LinkedReference
Type: object
Show Source
Nested Schema : CodeableConcept
Type: object
Model that represents a value as a reference to one or more terminologies or ontologies or defined by the provision of text.
Show Source
Nested Schema : identifiers
Type: array
A list of identifiers assigned to this patient
Show Source
Nested Schema : HumanName
Type: object
Model for a name of a human with text and parts information.
Show Source
Nested Schema : Telecom
Type: object
Show Source
Nested Schema : line
Type: array
Street name, number, direction & P.O. Box etc.
Show Source
Nested Schema : coding
Type: array
Read Only: true
Code(s) defined by a terminology system.
Show Source
Nested Schema : Coding
Type: object
Model for a reference to a code defined by a terminology system.
Show Source
Nested Schema : Identifier
Type: object
Identifier assigned by a given system
Show Source
Nested Schema : given
Type: array
Given names (not always 'first'). Includes middle names.
Show Source

400 Response

Invalid parameters supplied

404 Response

Patient(s) not found
Back to Top