Skip to main content

Get patient identifier types

GET 

/api/lookup/patientidentifiertypes

Retrieves a list of patient identifier types and associated data. Example: Loyalty Number.

Response sample

{
"data": [{
"id": "b589feea-7f4e-4aca-8b93-55e0cababde9",
"text": "Membership No",
"type": "PatientIdentifierTypes",
"additionalData": {
"identifierType": 3,
"validationType": 2,
"isActive": true,
"sortPreference": 1,
"checkDigitType": 0 }}],
"meta": {
"warnings": [],
"information": []},
"links": {}
}

Request

Responses

Success: Request accepted.