Project
>
Touchworks
>
User databases
>
Works
>
Tables
> dbo.FHIR_Security_Label
Touchworks 25.2
[dbo].[FHIR_Security_Label]
MS_Description
FHIR Security Labels
Columns
Key
Name
Data Type
Max Length (Bytes)
Nullability
Identity
Default
Description
ID
[dbo].[uniqueid]
9
NOT NULL
1 - 1
Surrogate auto-generated unique primary key value.
FHIRCodeSystem
varchar(255)
255
NOT NULL
FHIR Security Label System name
EntryCode
varchar(255)
255
NOT NULL
FHIR Security Label Code
EntryName
varchar(255)
255
NOT NULL
FHIR Security Label Display Name
FHIRCodeSystemURL
varchar(255)
255
NOT NULL
FHIR Security Label URL
CreatedDTTM
datetime
8
NOT NULL
(getdate())
Date and time when record is created