ShiftPrivacyExamples, published by SHIFT-Task-Force. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SHIFT-Task-Force/demo-fhir-data/ and changes regularly. See the Directory of published versions
: ValueSet - Example Sensitive Condition Codes - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleSensitiveConditionCodes"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ExampleSensitiveConditionCodes</b></p><a name=\"ExampleSensitiveConditionCodes\"> </a><a name=\"hcExampleSensitiveConditionCodes\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"ValueSet-ExampleSubstanceUseConditionCodes.html\">ValueSet - Example Substance Use Condition Codes</a></li><li>Import all the codes that are contained in <a href=\"ValueSet-ExampleBehavioralHealthConditionCodes.html\">ValueSet - Example Behavioral Health Condition Codes</a></li><li>Import all the codes that are contained in <a href=\"ValueSet-ExampleSexualityAndReproductiveHealthConditionCodes.html\">ValueSet - Example Sexuality and Reproductive Health Condition Codes</a></li></ul></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://SHIFT-Task-Force.github.io/demo-fhir-data/ValueSet/ExampleSensitiveConditionCodes"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.0.1"] ; #
fhir:name [ fhir:v "ExampleSensitiveConditionCodes"] ; #
fhir:title [ fhir:v "ValueSet - Example Sensitive Condition Codes"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-09-16T13:48:16+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "SHIFT-Task-Force"] ; #
fhir:contact ( [
fhir:name [ fhir:v "SHIFT-Task-Force" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://shift-project.org" ] ] )
] ) ; #
fhir:description [ fhir:v "Example set of codes representing sensitive conditions requiring special privacy protections"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
( fhir:valueSet [
fhir:v "http://SHIFT-Task-Force.github.io/demo-fhir-data/ValueSet/ExampleSubstanceUseConditionCodes"^^xsd:anyURI ;
fhir:link <http://SHIFT-Task-Force.github.io/demo-fhir-data/ValueSet/ExampleSubstanceUseConditionCodes> ] ) ] [
( fhir:valueSet [
fhir:v "http://SHIFT-Task-Force.github.io/demo-fhir-data/ValueSet/ExampleBehavioralHealthConditionCodes"^^xsd:anyURI ;
fhir:link <http://SHIFT-Task-Force.github.io/demo-fhir-data/ValueSet/ExampleBehavioralHealthConditionCodes> ] ) ] [
( fhir:valueSet [
fhir:v "http://SHIFT-Task-Force.github.io/demo-fhir-data/ValueSet/ExampleSexualityAndReproductiveHealthConditionCodes"^^xsd:anyURI ;
fhir:link <http://SHIFT-Task-Force.github.io/demo-fhir-data/ValueSet/ExampleSexualityAndReproductiveHealthConditionCodes> ] ) ] )
] . #