@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://fhir.slade360.co.ke/fhir/ValueSet/self-harm-risk> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "self-harm-risk"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet self-harm-risk</b></p><a name=\"self-harm-risk\"> </a><a name=\"hcself-harm-risk\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-inpatient-assessment-answer-codesystem.html\"><code>https://fhir.slade360.co.ke/fhir/CodeSystem/inpatient-assessment-answer-codesystem</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version &#x1F4E6;0.1.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-inpatient-assessment-answer-codesystem.html#inpatient-assessment-answer-codesystem-self-harm-none\">self-harm-none</a></td><td>No current risk identified</td><td>No current risk of self-harm identified on assessment.</td></tr><tr><td><a href=\"CodeSystem-inpatient-assessment-answer-codesystem.html#inpatient-assessment-answer-codesystem-self-harm-passive\">self-harm-passive</a></td><td>Passive thoughts, no plan</td><td>Passive thoughts of self-harm or of being better off dead, with no plan or intent.</td></tr><tr><td><a href=\"CodeSystem-inpatient-assessment-answer-codesystem.html#inpatient-assessment-answer-codesystem-self-harm-active-plan\">self-harm-active-plan</a></td><td>Active thoughts with a plan</td><td>Active thoughts of self-harm together with a plan.</td></tr><tr><td><a href=\"CodeSystem-inpatient-assessment-answer-codesystem.html#inpatient-assessment-answer-codesystem-self-harm-recent-act\">self-harm-recent-act</a></td><td>Recent act of self-harm</td><td>A recent act of self-harm, whether or not intent to die was expressed.</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "https://fhir.slade360.co.ke/fhir/ValueSet/self-harm-risk"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "SGHISelfHarmRisk"] ; # 
  fhir:title [ fhir:v "SGHI Self-Harm Risk"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-09-15T11:40:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Kathurima Kimathi"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Kathurima Kimathi" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.linkedin.com/in/kathurima-kimathi/" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "kathurimakimathi415@gmail.com" ]
     ] )
  ] [
     fhir:name [ fhir:v "Oscar John" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "oscarjohnotieno@gmail.com" ] ;
       fhir:use [ fhir:v "work" ]
     ] )
  ] [
     fhir:name [ fhir:v "Kennedy Omondi" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "kennankole@gmail.com" ] ;
       fhir:use [ fhir:v "work" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The risk of self-harm identified on a mental health assessment. Extracted as a RiskAssessment whose qualitativeRisk carries both an HL7 risk-probability code and the answer itself, because four answers map onto five probability concepts and two of them share one."] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "https://fhir.slade360.co.ke/fhir/CodeSystem/inpatient-assessment-answer-codesystem"^^xsd:anyURI ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "self-harm-none" ] ;
         fhir:display [ fhir:v "No current risk identified" ]
       ] [
         fhir:code [ fhir:v "self-harm-passive" ] ;
         fhir:display [ fhir:v "Passive thoughts, no plan" ]
       ] [
         fhir:code [ fhir:v "self-harm-active-plan" ] ;
         fhir:display [ fhir:v "Active thoughts with a plan" ]
       ] [
         fhir:code [ fhir:v "self-harm-recent-act" ] ;
         fhir:display [ fhir:v "Recent act of self-harm" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

