@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://johnmoehrke.github.io/SLSValueSets/CodeSystem/AB352HealthSensitivityCs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "AB352HealthSensitivityCs"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem AB352HealthSensitivityCs</b></p><a name=\"AB352HealthSensitivityCs\"> </a><a name=\"hcAB352HealthSensitivityCs\"> </a><p>This case-sensitive code system <code>http://johnmoehrke.github.io/SLSValueSets/CodeSystem/AB352HealthSensitivityCs</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=\"AB352HealthSensitivityCs-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=\"AB352HealthSensitivityCs-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=\"AB352HealthSensitivityCs-CONTRACEPTION\"> </a></td><td>Contraception</td><td>Health information related to contraception methods, counseling, and management.</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "http://johnmoehrke.github.io/SLSValueSets/CodeSystem/AB352HealthSensitivityCs"] ;
  fhir:CodeSystem.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ] ;
     fhir:Identifier.value [ fhir:value "urn:oid:1.3.6.1.4.1.66281.18.16.1" ]
  ] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "AB352HealthSensitivityCs"] ;
  fhir:CodeSystem.title [ fhir:value "Health Information Sensitivity Categories"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-09-16T18:22:38+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "John Moehrke"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "John Moehrke" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "http://johnmoehrke.github.io" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:ContactDetail.name [ fhir:value "John Moehrke (himself)" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "JohnMoehrke@gmail.com" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "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:CodeSystem.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:Coding.code [ fhir:value "001" ]
     ]
  ] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "ABORTION" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Abortion-related services" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Health information related to abortion services, including procedures, counseling, and follow-up care." ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "GENDER_AFFIRMING_CARE" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Gender-affirming care" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Health information related to gender-affirming care, including hormone therapy, surgeries, and counseling." ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "CONTRACEPTION" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Contraception" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Health information related to contraception methods, counseling, and management." ]
  ] .

# - ontology header ------------------------------------------------------------

<http://johnmoehrke.github.io/SLSValueSets/CodeSystem/AB352HealthSensitivityCs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

