John Moehrke XACML Consent Example, published by John Moehrke (Moehrke Research LLC). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/xacml-consent/ and changes regularly. See the Directory of published versions
: Health Information Sensitivity Categories - 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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "cs-health-sensitivity"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cs-health-sensitivity</b></p><a name=\"cs-health-sensitivity\"> </a><a name=\"hccs-health-sensitivity\"> </a><p>This case-sensitive code system <code>http://johnmoehrke.github.io/xacml-consent/CodeSystem/cs-health-sensitivity</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">ABORTION<a name=\"cs-health-sensitivity-ABORTION\"> </a></td><td>Abortion-related services</td><td>Health information related to abortion services, including procedures, counseling, and follow-up care.</td></tr><tr><td style=\"white-space:nowrap\">GENDER_AFFIRMING_CARE<a name=\"cs-health-sensitivity-GENDER_AFFIRMING_CARE\"> </a></td><td>Gender-affirming care</td><td>Health information related to gender-affirming care, including hormone therapy, surgeries, and counseling.</td></tr><tr><td style=\"white-space:nowrap\">CONTRACEPTION<a name=\"cs-health-sensitivity-CONTRACEPTION\"> </a></td><td>Contraception</td><td>Health information related to contraception methods, counseling, and management.</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://johnmoehrke.github.io/xacml-consent/CodeSystem/cs-health-sensitivity"^^xsd:anyURI ;
fhir:l <http://johnmoehrke.github.io/xacml-consent/CodeSystem/cs-health-sensitivity>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "CS_Health_Sensitivity"] ; #
fhir:title [ fhir:v "Health Information Sensitivity Categories"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2026-01-17T21:24:50+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "John Moehrke (Moehrke Research LLC)"] ; #
fhir:contact ( [
fhir:name [ fhir:v "John Moehrke (Moehrke Research LLC)" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://healthcaresecprivacy.blogspot.com" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "JohnMoehrke@gmail.com" ] ] )
] ) ; #
fhir:description [ fhir:v "Code system defining sensitivity categories for health information segmentation under California AB352.\n\nNote did not use HL7 v2-ActCodes as two of the three categories are not represented there, and the GENDER code may be more broad than GENDER_AFFIRMING_CARE as intended here."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm> ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "ABORTION" ] ;
fhir:display [ fhir:v "Abortion-related services" ] ;
fhir:definition [ fhir:v "Health information related to abortion services, including procedures, counseling, and follow-up care." ]
] [
fhir:code [ fhir:v "GENDER_AFFIRMING_CARE" ] ;
fhir:display [ fhir:v "Gender-affirming care" ] ;
fhir:definition [ fhir:v "Health information related to gender-affirming care, including hormone therapy, surgeries, and counseling." ]
] [
fhir:code [ fhir:v "CONTRACEPTION" ] ;
fhir:display [ fhir:v "Contraception" ] ;
fhir:definition [ fhir:v "Health information related to contraception methods, counseling, and management." ]
] ) . #