@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/CodeSystem/service-request-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "service-request-cs"] ; # 
  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 service-request-cs</b></p><a name=\"service-request-cs\"> </a><a name=\"hcservice-request-cs\"> </a><p>This  code system <code>https://fhir.slade360.co.ke/fhir/CodeSystem/service-request-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></tr><tr><td style=\"white-space:nowrap\">laboratory-procedure<a name=\"service-request-cs-laboratory-procedure\"> </a></td><td>Laboratory procedure</td></tr><tr><td style=\"white-space:nowrap\">imaging<a name=\"service-request-cs-imaging\"> </a></td><td>Imaging</td></tr><tr><td style=\"white-space:nowrap\">counselling<a name=\"service-request-cs-counselling\"> </a></td><td>Counselling</td></tr><tr><td style=\"white-space:nowrap\">education<a name=\"service-request-cs-education\"> </a></td><td>Education</td></tr><tr><td style=\"white-space:nowrap\">surgical-procedure<a name=\"service-request-cs-surgical-procedure\"> </a></td><td>Surgical procedure</td></tr><tr><td style=\"white-space:nowrap\">referral<a name=\"service-request-cs-referral\"> </a></td><td>Referral</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://fhir.slade360.co.ke/fhir/CodeSystem/service-request-cs"^^xsd:anyURI ;
     fhir:l <https://fhir.slade360.co.ke/fhir/CodeSystem/service-request-cs>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "SGHIServiceRequestCS"] ; # 
  fhir:title [ fhir:v "SGHI Service Request CodeSystem"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2026-05-21T09:38:13+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 "A custom CodeSystem defining different elements of service requests."] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "laboratory-procedure" ] ;
     fhir:display [ fhir:v "Laboratory procedure" ]
  ] [
     fhir:code [ fhir:v "imaging" ] ;
     fhir:display [ fhir:v "Imaging" ]
  ] [
     fhir:code [ fhir:v "counselling" ] ;
     fhir:display [ fhir:v "Counselling" ]
  ] [
     fhir:code [ fhir:v "education" ] ;
     fhir:display [ fhir:v "Education" ]
  ] [
     fhir:code [ fhir:v "surgical-procedure" ] ;
     fhir:display [ fhir:v "Surgical procedure" ]
  ] [
     fhir:code [ fhir:v "referral" ] ;
     fhir:display [ fhir:v "Referral" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

