@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://nshr-uat.sha.go.ke/fhir/CodeSystem/laterality-codes-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "laterality-codes-cs"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem laterality-codes-cs</b></p><a name=\"laterality-codes-cs\"> </a><a name=\"hclaterality-codes-cs\"> </a><p>This case-sensitive code system <code>https://nshr-uat.sha.go.ke/fhir/CodeSystem/laterality-codes-cs</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\">LEFT<a name=\"laterality-codes-cs-LEFT\"> </a></td><td>Left</td><td>Lesion / tumour is on the left side.</td></tr><tr><td style=\"white-space:nowrap\">RIGHT<a name=\"laterality-codes-cs-RIGHT\"> </a></td><td>Right</td><td>Lesion / tumour is on the right side.</td></tr><tr><td style=\"white-space:nowrap\">BILATERAL<a name=\"laterality-codes-cs-BILATERAL\"> </a></td><td>Bilateral</td><td>Tumour affects both sides.</td></tr><tr><td style=\"white-space:nowrap\">MIDLINE<a name=\"laterality-codes-cs-MIDLINE\"> </a></td><td>Midline</td><td>Tumour crosses the midline.</td></tr><tr><td style=\"white-space:nowrap\">UNILATERAL-UNSPECIFIED<a name=\"laterality-codes-cs-UNILATERAL-UNSPECIFIED\"> </a></td><td>Unilateral — Unspecified</td><td>One side affected; side not specified.</td></tr><tr><td style=\"white-space:nowrap\">NOT-APPLICABLE<a name=\"laterality-codes-cs-NOT-APPLICABLE\"> </a></td><td>Not Applicable</td><td>Laterality is not applicable to this site.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://nshr-uat.sha.go.ke/fhir/CodeSystem/laterality-codes-cs"^^xsd:anyURI ;
     fhir:l <https://nshr-uat.sha.go.ke/fhir/CodeSystem/laterality-codes-cs>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "LateralityCodesCS"] ; # 
  fhir:title [ fhir:v "Kenya Laterality Code System"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-06-04T14:49:30+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Digital Health Agency (DHA), Kenya"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Digital Health Agency (DHA), Kenya" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://dha.go.ke" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "info@dha.go.ke" ]
     ] )
  ] [
     fhir:name [ fhir:v "Digital Health Agency Kenya – FHIR Team" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "info@dha.go.ke" ] ;
       fhir:use [ fhir:v "work" ]
     ] [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://dha.go.ke" ] ;
       fhir:use [ fhir:v "work" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes indicating the side of the body affected by the malignancy or treatment."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "KE" ] ;
       fhir:display [ fhir:v "Kenya" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "LEFT" ] ;
     fhir:display [ fhir:v "Left" ] ;
     fhir:definition [ fhir:v "Lesion / tumour is on the left side." ]
  ] [
     fhir:code [ fhir:v "RIGHT" ] ;
     fhir:display [ fhir:v "Right" ] ;
     fhir:definition [ fhir:v "Lesion / tumour is on the right side." ]
  ] [
     fhir:code [ fhir:v "BILATERAL" ] ;
     fhir:display [ fhir:v "Bilateral" ] ;
     fhir:definition [ fhir:v "Tumour affects both sides." ]
  ] [
     fhir:code [ fhir:v "MIDLINE" ] ;
     fhir:display [ fhir:v "Midline" ] ;
     fhir:definition [ fhir:v "Tumour crosses the midline." ]
  ] [
     fhir:code [ fhir:v "UNILATERAL-UNSPECIFIED" ] ;
     fhir:display [ fhir:v "Unilateral — Unspecified" ] ;
     fhir:definition [ fhir:v "One side affected; side not specified." ]
  ] [
     fhir:code [ fhir:v "NOT-APPLICABLE" ] ;
     fhir:display [ fhir:v "Not Applicable" ] ;
     fhir:definition [ fhir:v "Laterality is not applicable to this site." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

