@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/ValueSet/SyntheaSelfHarmVS> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "SyntheaSelfHarmVS"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://SHIFT-Task-Force.github.io/sls-ri/StructureDefinition/SlsValueSet" ;
       fhir:index 0 ;
       fhir:link <http://SHIFT-Task-Force.github.io/sls-ri/StructureDefinition/SlsValueSet>
     ]
  ] ;
  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: ValueSet SyntheaSelfHarmVS</b></p><a name=\"SyntheaSelfHarmVS\"> </a><a name=\"hcSyntheaSelfHarmVS\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/SHIFT-Task-Force/sls-ri-ig/StructureDefinition-SlsValueSet.html\">SLS ValueSet Profile</a></p></div><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/86849004\">86849004</a></td><td style=\"color: #cccccc\">Suicidal poisoning</td></tr><tr><td><a href=\"http://snomed.info/id/287185009\">287185009</a></td><td style=\"color: #cccccc\">Attempted suicide by cutting or stabbing</td></tr><tr><td><a href=\"http://snomed.info/id/287182007\">287182007</a></td><td style=\"color: #cccccc\">Attempted suicide by suffocation</td></tr><tr><td><a href=\"http://snomed.info/id/50849002\">50849002</a></td><td style=\"color: #cccccc\">Emergency room admission</td></tr><tr><td><a href=\"http://snomed.info/id/90407005\">90407005</a></td><td style=\"color: #cccccc\">Evaluation of psychiatric state of patient</td></tr><tr><td><a href=\"http://snomed.info/id/74857009\">74857009</a></td><td style=\"color: #cccccc\">Hospital admission, short-term, 24 hours</td></tr><tr><td><a href=\"http://snomed.info/id/185347001\">185347001</a></td><td style=\"color: #cccccc\">Encounter for problem</td></tr><tr><td><a href=\"http://snomed.info/id/183401008\">183401008</a></td><td style=\"color: #cccccc\">Anti-suicide psychotherapy</td></tr><tr><td><a href=\"http://snomed.info/id/88848003\">88848003</a></td><td style=\"color: #cccccc\">Psychiatric follow-up</td></tr><tr><td><a href=\"http://snomed.info/id/287193009\">287193009</a></td><td style=\"color: #cccccc\">Suicide using firearm</td></tr><tr><td><a href=\"http://snomed.info/id/287191006\">287191006</a></td><td style=\"color: #cccccc\">Suicide by suffocation</td></tr><tr><td><a href=\"http://snomed.info/id/44301001\">44301001</a></td><td style=\"color: #cccccc\">Suicide</td></tr><tr><td><a href=\"http://snomed.info/id/29240004\">29240004</a></td><td style=\"color: #cccccc\">Autopsy examination</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "http://johnmoehrke.github.io/SLSValueSets/ValueSet/SyntheaSelfHarmVS"] ;
  fhir:ValueSet.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.48.39" ]
  ] ;
  fhir:ValueSet.version [ fhir:value "0.1.0"] ;
  fhir:ValueSet.name [ fhir:value "SyntheaSelfHarmVS"] ;
  fhir:ValueSet.title [ fhir:value "Synthea Codes for self_harm"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-09-16T18:22:38+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "John Moehrke"] ;
  fhir:ValueSet.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:ValueSet.description [ fhir:value "A ValueSet containing all clinical codes found in the sensitive Synthea module: self_harm.\n\nv3-ActCode#SDV"] ;
  fhir:ValueSet.useContext [
     fhir:index 0 ;
     fhir:UsageContext.code [
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/usage-context-type" ] ;
       fhir:Coding.code [ fhir:value "focus" ]
     ] ;
     fhir:UsageContext.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
         fhir:Coding.code [ fhir:value "SDV" ]
       ]
     ]
  ] ;
  fhir:ValueSet.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:ValueSet.compose [
     fhir:ValueSet.compose.inactive [ fhir:value "true"^^xsd:boolean ] ;
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "86849004" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "287185009" ]
       ], [
         fhir:index 2 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "287182007" ]
       ], [
         fhir:index 3 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "50849002" ]
       ], [
         fhir:index 4 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "90407005" ]
       ], [
         fhir:index 5 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "74857009" ]
       ], [
         fhir:index 6 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "185347001" ]
       ], [
         fhir:index 7 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "183401008" ]
       ], [
         fhir:index 8 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "88848003" ]
       ], [
         fhir:index 9 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "287193009" ]
       ], [
         fhir:index 10 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "287191006" ]
       ], [
         fhir:index 11 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "44301001" ]
       ], [
         fhir:index 12 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "29240004" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://johnmoehrke.github.io/SLSValueSets/ValueSet/SyntheaSelfHarmVS.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

