Healthcare code set table
The Healthcare code set [sn_hcls_code_set] table stores the details of code sets available in your ServiceNow instance.
Key features
- Enables HL7-based data tables including healthcare specialties, services, procedures, encounters.
- Enables grouping of all HL7 data into code sets with attributes type, code, and name.
- By default, supports the following HL7-based data tables:
Role required to configure the table: sn_hcls.admin.
For more information, see Healthcare and Life Sciences data model.
| Field | Data type | Description |
|---|---|---|
| Code | String | Code value including symbols, expressions, or both. |
| Code system ID | String | Identifier of the system that holds the code set. |
| Code system name | String | Name of the system that holds the code set. |
| External identifier | String | Identifier of the record in an electronic medical record \(EMR\) system. |
| Name | String | Name to identify the code. |
| Type | Choice list | Common language including set of identifiers, names, and codes for identifying health measurements, observations, and documents. The following types are available by default: - Allergy Intolerance - Body site - Care specialty - Condition - Encounter - Language code - Medication code - Medication form code - Observation - Practitioner type - Procedure - Priority - Service category - Service type For more information about the available code sets, see value sets all types defined in the FHIR specifications. |
Parent Topic:Healthcare and Life Sciences data model tables