Stream: implementers
Topic: Condition Sensitivity
Josh Haskins (Oct 04 2019 at 16:02):
Hi, I'm trying to figure out how to represent sensitivity for the Condition resource. Our source system has a toggle to indicate if it is sensitive or not. This then stops any conditions with the toggle set to true to be excluded from any reports and care plan overview. I haven't been able to figure out how to represent this within the Condition resource. What would be the best method for achieving this? Thank you!
Jean Duteau (Oct 04 2019 at 16:12):
There isn't a field specifically in the Condition resource that represents this so it's the Extension route for this concept.
Grahame Grieve (Oct 04 2019 at 20:39):
actually it sounds like a security label - a code in Resource.meta.security - maybe one of the confidentiality codes, or from this list: http://hl7.org/fhir/v3/InformationSensitivityPolicy/vs.html
Josh Haskins (Oct 04 2019 at 20:47):
Thank you @Grahame Grieve, that is exactly what I am looking for.
Last updated: Apr 12 2022 at 19:14 UTC