Untitled

 avatar
unknown
plain_text
a year ago
5.6 kB
4
Indexable
AZ with change
[‘LNA’, ‘CC’, ‘CNA’’,LPN’, ‘RN, ‘HHA’, ‘CRT’, ‘RRT’]
[
    {
        "value": "LICENSED_NURSE_ASSISTANT",
        "label": "LNA",
        "license_group_code": "NURSE"
    },
    {
        "value": "CERTIFIED_CAREGIVER",
        "label": "CC",
        "license_group_code": "NURSE"
    },
    {
        "value": "CERT_NURSE_ASSIST",
        "label": "CNA",
        "license_group_code": "NURSE"
    },
    {
        "value": "LPN_NURSE",
        "label": "LPN",
        "license_group_code": "NURSE"
    },
    {
        "value": "REG_NURSE",
        "label": "RN",
        "license_group_code": "NURSE"
    },
    {
        "value": "HOME_HEALTH_AIDE",
        "label": "HHA",
        "license_group_code": "NURSE"
    },
    {
        "value": "CERTIFIED_RESPIRATORY_THERAPIST",
        "label": "CRT",
        "license_group_code": "RESPIRATORY_THERAPIST"
    },
    {
        "value": "REGISTERED_RESPIRATORY_THERAPIST",
        "label": "RRT",
        "license_group_code": "RESPIRATORY_THERAPIST"
    },
    {
        "value": "CERTIFIED_OCCUPATIONAL_THERAPY_ASSISTANT",
        "label": "COTA",
        "license_group_code": "OCCUPATIONAL_THERAPIST"
    },
    {
        "value": "OCCUPATIONAL_THERAPIST",
        "label": "OT",
        "license_group_code": "OCCUPATIONAL_THERAPIST"
    }
]

AZ without change

[
    {
        "label": "CNA (Certified Nursing Assistant)",
        "value": "CNA",
        "group": "Nurse"
    },
    {
        "label": "LPN",
        "value": "LPN",
        "group": "Nurse"
    },
    {
        "label": "RN",
        "value": "RN",
        "group": "Nurse"
    },
    {
        "value": "LNA",
        "label": "LNA (AZ only)",
        "group": "Nurse"
    },
    {
        "value": "CC",
        "label": "Certified Caregiver (AZ only)",
        "group": "Nurse"
    },
    {
        "label": "HHA",
        "value": "HHA",
        "group": "Nurse"
    },
    {
        "label": "CRT",
        "value": "CRT",
        "group": "Therapist"
    },
    {
        "label": "RRT",
        "value": "RRT",
        "group": "Therapist"
    }
]
OH with change
[STNA, LPN, RN, HHA, CRT, RRT]
[
    {
        "value": "STATE_TESTED_NURSE_ASSIST",
        "label": "STNA",
        "license_group_code": "NURSE"
    },
    {
        "value": "LPN_NURSE",
        "label": "LPN",
        "license_group_code": "NURSE"
    },
    {
        "value": "REG_NURSE",
        "label": "RN",
        "license_group_code": "NURSE"
    },
    {
        "value": "HOME_HEALTH_AIDE",
        "label": "HHA",
        "license_group_code": "NURSE"
    },
    {
        "value": "CERTIFIED_RESPIRATORY_THERAPIST",
        "label": "CRT",
        "license_group_code": "RESPIRATORY_THERAPIST"
    },
    {
        "value": "REGISTERED_RESPIRATORY_THERAPIST",
        "label": "RRT",
        "license_group_code": "RESPIRATORY_THERAPIST"
    },
    {
        "value": "CERTIFIED_OCCUPATIONAL_THERAPY_ASSISTANT",
        "label": "COTA",
        "license_group_code": "OCCUPATIONAL_THERAPIST"
    },
    {
        "value": "OCCUPATIONAL_THERAPIST",
        "label": "OT",
        "license_group_code": "OCCUPATIONAL_THERAPIST"
    }
]

OH without change
[LPN, RN, STNA, HHA, CRT, RRT]
[
    {
        "label": "LPN",
        "value": "LPN",
        "group": "Nurse"
    },
    {
        "label": "RN",
        "value": "RN",
        "group": "Nurse"
    },
    {
        "label": "STNA",
        "value": "STNA",
        "group": "Nurse"
    },
    {
        "label": "HHA",
        "value": "HHA",
        "group": "Nurse"
    },
    {
        "label": "CRT",
        "value": "CRT",
        "group": "Therapist"
    },
    {
        "label": "RRT",
        "value": "RRT",
        "group": "Therapist"
    }
]

MD with change
[CNA, GNA, LPN, RN, HHA, CRT, RRT
[
    {
        "value": "CERT_NURSE_ASSIST",
        "label": "CNA",
        "license_group_code": "NURSE"
    },
    {
        "value": "GERI_NURSE_ASSIST",
        "label": "GNA",
        "license_group_code": "NURSE"
    },
    {
        "value": "LPN_NURSE",
        "label": "LPN",
        "license_group_code": "NURSE"
    },
    {
        "value": "REG_NURSE",
        "label": "RN",
        "license_group_code": "NURSE"
    },
    {
        "value": "HOME_HEALTH_AIDE",
        "label": "HHA",
        "license_group_code": "NURSE"
    },
    {
        "value": "CERTIFIED_RESPIRATORY_THERAPIST",
        "label": "CRT",
        "license_group_code": "RESPIRATORY_THERAPIST"
    },
    {
        "value": "REGISTERED_RESPIRATORY_THERAPIST",
        "label": "RRT",
        "license_group_code": "RESPIRATORY_THERAPIST"
    },
    {
        "value": "CERTIFIED_OCCUPATIONAL_THERAPY_ASSISTANT",
        "label": "COTA",
        "license_group_code": "OCCUPATIONAL_THERAPIST"
    },
    {
        "value": "OCCUPATIONAL_THERAPIST",
        "label": "OT",
        "license_group_code": "OCCUPATIONAL_THERAPIST"
    }
]

MD without change

[
    {
        "label": "CNA (Certified Nursing Assistant)",
        "value": "CNA",
        "group": "Nurse"
    },
    {
        "label": "LPN",
        "value": "LPN",
        "group": "Nurse"
    },
    {
        "label": "RN",
        "value": "RN",
        "group": "Nurse"
    },
    {
        "label": "GNA (Geriatric Nursing Assistant)",
        "value": "GNA",
        "group": "Nurse"
    },
    {
        "label": "HHA",
        "value": "HHA",
        "group": "Nurse"
    },
    {
        "label": "CRT",
        "value": "CRT",
        "group": "Therapist"
    },
    {
        "label": "RRT",
        "value": "RRT",
        "group": "Therapist"
    }
]
Editor is loading...
Leave a Comment