Difference between revisions of "Confidentiality Usage"

From Hiasobi - FHIR
Jump to: navigation, search
Line 1: Line 1:
 
Confidentiality (security) for resource content is managed as metadata
 
Confidentiality (security) for resource content is managed as metadata
 +
 +
[http://hl7.org/fhir/DSTU2/resource.html#Meta]
 +
 +
Represented as security labels:
 +
 +
[http://hl7.org/fhir/DSTU2/security-labels.html]
 +
 +
 +
In Hiasobi usage security is applied for 'confidentiality' on '''Condition''' or '''Procedures''' resources (as supported by the clinical systems)
 +
 +
There are two codes used:
 +
* Confidential: Code = "R", System = "[http://hl7.org/fhir/v3/Confidentiality]", Display = "restricted"
 +
* Normal:  Code = "N", System = "[http://hl7.org/fhir/v3/Confidentiality]", Display = "normal"
 +
 +
These are applied on every '''Condition''' and '''Procedure''' resource '''Meta'''  element.

Revision as of 22:10, 23 July 2016

Confidentiality (security) for resource content is managed as metadata

[1]

Represented as security labels:

[2]


In Hiasobi usage security is applied for 'confidentiality' on Condition or Procedures resources (as supported by the clinical systems)

There are two codes used:

  • Confidential: Code = "R", System = "[3]", Display = "restricted"
  • Normal: Code = "N", System = "[4]", Display = "normal"

These are applied on every Condition and Procedure resource Meta element.