FHIR Data Segmentation for Privacy
1.0.0 - trial-use International flag

FHIR Data Segmentation for Privacy, published by HL7 Security Working Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-security-label-ds4p/ and changes regularly. See the Directory of published versions

: Simple use of inline security labels on a reference - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "I001"] ; # 
  fhir:meta [
    ( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PROCESSINLINELABEL" ]     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Immunization</b><a name=\"I001\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Immunization &quot;I001&quot; </p><p style=\"margin-bottom: 0px\">Security Labels: <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode http://terminology.hl7.org/CodeSystem/v3-ActCode}\">http://terminology.hl7.org/CodeSystem/v3-ActCode</span></p></div><p><b>status</b>: completed</p><p><b>vaccineCode</b>: COVID-19 vaccine <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.1.0/CodeSystem-CVX.html\">Vaccine Administered Code Set (CVX)</a>#212 &quot;COVID-19 vaccine, vector-nr, rS-Ad26, PF, 0.5 mL&quot;)</span></p><p><b>patient</b>: <a href=\"Patient-P001.html\">Patient/P001: John Doe</a></p><p><b>occurrence</b>: 2021-03-29</p></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/cvx"^^xsd:anyURI ] ;
fhir:code [ fhir:v "212" ] ;
fhir:display [ fhir:v "COVID-19 vaccine, vector-nr, rS-Ad26, PF, 0.5 mL" ]     ] ) ;
fhir:text [ fhir:v "COVID-19 vaccine" ]
  ] ; # 
  fhir:patient [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-inline-sec-label"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationValue"^^xsd:anyURI ] ;
fhir:code [ fhir:v "UNCERTREL" ] ;
fhir:display [ fhir:v "uncertain reliability" ]       ]     ] [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-inline-sec-label"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationValue"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PATRPT" ] ;
fhir:display [ fhir:v "patient reported" ]       ]     ] ) ;
fhir:reference [ fhir:v "Patient/P001" ] ;
fhir:display [ fhir:v "John Doe" ]
  ] ; # 
  fhir:occurrence [ fhir:v "2021-03-29"^^xsd:date] . #