FHIR IG analytics| Package | johnmoehrke.xacml-consent.example |
| Resource Type | CodeSystem |
| Id | CodeSystem-cs-health-sensitivity.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/JohnMoehrke/xacml-consent/CodeSystem-cs-health-sensitivity.html |
| URL | http://johnmoehrke.github.io/xacml-consent/CodeSystem/cs-health-sensitivity |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-02-11T17:02:27+00:00 |
| Name | CS_Health_Sensitivity |
| Title | Health Information Sensitivity Categories |
| Realm | uv |
| Description | 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. |
| Content | complete |
| ValueSet | |
| vs-ab352-segmentation-tags | AB352 Segmentation Tags |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem cs-health-sensitivity
This case-sensitive code system http://johnmoehrke.github.io/xacml-consent/CodeSystem/cs-health-sensitivity defines the following codes:
{
"resourceType": "CodeSystem",
"id": "cs-health-sensitivity",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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-02-11T17:02:27+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."
}
]
}