Retrieve Patient Groups for a patient

get

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

This endpoint returns the patient groups associated with a patient (row id)

Request

Supported Media Types
Path Parameters
Query Parameters
Security
Back to Top

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : PatientGroup
Type: object
Model for PatientGroup object in CDM.
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

400 Response

Invalid parameters supplied

404 Response

Patient group not found
Back to Top