@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/visit-category-codesystem> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "visit-category-codesystem"] ; # 
  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 visit-category-codesystem</b></p><a name=\"visit-category-codesystem\"> </a><a name=\"hcvisit-category-codesystem\"> </a><p>This  code system <code>https://fhir.slade360.co.ke/fhir/CodeSystem/visit-category-codesystem</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">New<a name=\"visit-category-codesystem-New\"> </a></td><td>A first-time visit by a patient who has not been seen before</td></tr><tr><td style=\"white-space:nowrap\">Review<a name=\"visit-category-codesystem-Review\"> </a></td><td>A follow-up visit to assess progress or review a previous consultation</td></tr><tr><td style=\"white-space:nowrap\">Returning<a name=\"visit-category-codesystem-Returning\"> </a></td><td>A patient who has been seen before but is coming back after a period of absence</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "https://fhir.slade360.co.ke/fhir/CodeSystem/visit-category-codesystem"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "SGHIVisitCategoryCodeSystem"] ; # 
  fhir:title [ fhir:v "SGHI Visit Category Code System"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  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 "A code system enumerating the different category types used across SGHI's environment."] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "New" ] ;
     fhir:display [ fhir:v "New" ] ;
     fhir:definition [ fhir:v "A first-time visit by a patient who has not been seen before" ]
  ] [
     fhir:code [ fhir:v "Review" ] ;
     fhir:display [ fhir:v "Review" ] ;
     fhir:definition [ fhir:v "A follow-up visit to assess progress or review a previous consultation" ]
  ] [
     fhir:code [ fhir:v "Returning" ] ;
     fhir:display [ fhir:v "Returning" ] ;
     fhir:definition [ fhir:v "A patient who has been seen before but is coming back after a period of absence" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

