Stream: Covid-19 Response
Topic: Marking Test Data
John Moehrke (May 01 2020 at 16:36):
There is security tags available to clearly mark data as being test data. See the discussion on the security pages of the fhir core http://build.fhir.org/secpriv-module.html#testData
John Moehrke (May 01 2020 at 16:37):
<security>
<!-- tagging examples as example data -->
<system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
<code value="HTEST"/>
<display value="test health data"/>
</security>
John Moehrke (May 01 2020 at 16:38):
FSH I think
meta.security = http://terminology.hl7.org/CodeSystem/v3-ActReason#HTEST
Keith Boone (May 02 2020 at 10:55):
Don't forget the leading * but otherwise looks right.
Last updated: Apr 12 2022 at 19:14 UTC