Stream: implementers
Topic: Value in System for security labels
Ellen Gregusson (Mar 20 2020 at 15:44):
In order to tag resources with security information we are using security labels "Confidentiality Classification" and "Sensitivity Category" and are usure about what values to put in system. For the first we are using http://terminology.hl7.org/CodeSystem/v3-Confidentiality as system, but for the second the code system http://terminology.hl7.org/CodeSystem/v3-ActCode does not seem right since the code system includes a lot of codes not relevant.
Which values should we use for system in order to say something about the security label?
Ellen Gregusson (Mar 26 2020 at 16:04):
We have been looking around the hl7 pages and have found on page https://www.hl7.org/fhir/terminologies.html#system that system value is ValueSet.codeSystem.system.
For security labels I have found the following hierarchy of value sets and codesystem:
- http://hl7.org/fhir/ValueSet/security-labels
- http://terminology.hl7.org/ValueSet/v3-InformationSensitivityPolicy
- http://terminology.hl7.org/CodeSystem/v3-ActCode
How do I create the system value for this?
Lloyd McKenzie (Mar 26 2020 at 16:12):
The code system is "http://terminology.hl7.org/odeSystem/v3-ActCode". You never put a value set identifier in Coding.system
Ellen Gregusson (Mar 26 2020 at 16:22):
How do I tell implementers that only the codes defined in the value set http://terminology.hl7.org/ValueSet/v3-InformationSensitivityPolicy can be used? The code system http://terminology.hl7.org/CodeSystem/v3-ActCode has very many codes.
Lloyd McKenzie (Mar 26 2020 at 16:26):
Declare a binding to the desired value set in your profile
Ellen Gregusson (Mar 26 2020 at 16:32):
Thanks!
Last updated: Apr 12 2022 at 19:14 UTC