Stream: implementers
Topic: Sensitive Results
Julia Davis (Sep 24 2018 at 23:12):
Hi all,
I am currently working on a project mapping HL7 ORU messages to FHIR resources.
We have a lab which uses OBX-13 - User defined access checks to determine whether individual results contain sensitive information and therefore viewing is restricted.
I am trying to find where in the Observation resource I would map this data.
Any help greatly appreciated.
Thanks
Julia
Eric Haas (Sep 24 2018 at 23:39):
Observation.meta.security. @John Moehrke care to elaborate
Eric Haas (Sep 24 2018 at 23:44):
do you mean ABx sensitivity information btw? Because that works too...as in only the infectious disease control officer gets access to some observations.
John Moehrke (Sep 25 2018 at 00:22):
see http://build.fhir.org/security-labels.html
John Moehrke (Sep 25 2018 at 00:23):
as Eric mentions the .meta element is in all resources. It is where security labels would be carried.
Julia Davis (Sep 25 2018 at 01:23):
@Eric Haas Yes, that is what we need, the lab is using OBX-13 for sending this. We are trying to find where we should map this to in FHIR
Julia Davis (Sep 25 2018 at 01:43):
@John Moehrke many thanks, we will look into this, we were just expecting a "matching" data item and didn't look in meta data
Last updated: Apr 12 2022 at 19:14 UTC