Find dimensions

get

/ohfapi/cg/v3.3/dimension/{dimensiontype}

This end point find the matching dimension for the dimension type, in the dimension tables. Either of Code or Name is required. If the operator is null, then it defaults to equals. If limit is null then defaults to 100.The API returns the matching dimensions for the code / name provided.

Request

Supported Media Types
Path Parameters
  • Dimension Type
    Allowed Values: [ "Diagnosis", "Procedure", "Medication", "Observation", "Consent", "History", "PatientHistory", "Specimen", "Encounter" ]
Query Parameters
Security
Back to Top

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : items
Type: object

400 Response

Invalid parameters supplied

404 Response

No data found
Back to Top