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

Active as of 2026-01-17

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "cs-health-sensitivity",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "http://johnmoehrke.github.io/xacml-consent/CodeSystem/cs-health-sensitivity",
  "version" : "0.1.0",
  "name" : "CS_Health_Sensitivity",
  "title" : "Health Information Sensitivity Categories",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-01-17T21:24:50+00:00",
  "publisher" : "John Moehrke (Moehrke Research LLC)",
  "contact" : [
    {
      "name" : "John Moehrke (Moehrke Research LLC)",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://healthcaresecprivacy.blogspot.com"
        },
        {
          "system" : "email",
          "value" : "JohnMoehrke@gmail.com"
        }
      ]
    }
  ],
  "description" : "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.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "ABORTION",
      "display" : "Abortion-related services",
      "definition" : "Health information related to abortion services, including procedures, counseling, and follow-up care."
    },
    {
      "code" : "GENDER_AFFIRMING_CARE",
      "display" : "Gender-affirming care",
      "definition" : "Health information related to gender-affirming care, including hormone therapy, surgeries, and counseling."
    },
    {
      "code" : "CONTRACEPTION",
      "display" : "Contraception",
      "definition" : "Health information related to contraception methods, counseling, and management."
    }
  ]
}