John Moehrke XACML Consent Example
0.1.0 - ci-build International flag

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 - XML Representation

Active as of 2026-01-17

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="cs-health-sensitivity"/>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <url
       value="http://johnmoehrke.github.io/xacml-consent/CodeSystem/cs-health-sensitivity"/>
  <version value="0.1.0"/>
  <name value="CS_Health_Sensitivity"/>
  <title value="Health Information Sensitivity Categories"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2026-01-17T21:24:50+00:00"/>
  <publisher value="John Moehrke (Moehrke Research LLC)"/>
  <contact>
    <name value="John Moehrke (Moehrke Research LLC)"/>
    <telecom>
      <system value="url"/>
      <value value="http://healthcaresecprivacy.blogspot.com"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="JohnMoehrke@gmail.com"/>
    </telecom>
  </contact>
  <description
               value="Code system defining sensitivity categories for health information segmentation under California AB352.

Note 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."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="3"/>
  <concept>
    <code value="ABORTION"/>
    <display value="Abortion-related services"/>
    <definition
                value="Health information related to abortion services, including procedures, counseling, and follow-up care."/>
  </concept>
  <concept>
    <code value="GENDER_AFFIRMING_CARE"/>
    <display value="Gender-affirming care"/>
    <definition
                value="Health information related to gender-affirming care, including hormone therapy, surgeries, and counseling."/>
  </concept>
  <concept>
    <code value="CONTRACEPTION"/>
    <display value="Contraception"/>
    <definition
                value="Health information related to contraception methods, counseling, and management."/>
  </concept>
</CodeSystem>