@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 -------------------------------------------------------------------

<https://nshr-uat.sha.go.ke/fhir/CodeSystem/approach-site-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "approach-site-cs"] ;
  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: CodeSystem approach-site-cs</b></p><a name=\"approach-site-cs\"> </a><a name=\"hcapproach-site-cs\"> </a><p>This case-sensitive code system <code>https://nshr-uat.sha.go.ke/fhir/CodeSystem/approach-site-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\">SKIN-STRUCTURE<a name=\"approach-site-cs-SKIN-STRUCTURE\"> </a></td><td>Skin structure</td></tr><tr><td style=\"white-space:nowrap\">SUBCUTANEOUS-TISSUE<a name=\"approach-site-cs-SUBCUTANEOUS-TISSUE\"> </a></td><td>Subcutaneous tissue</td></tr><tr><td style=\"white-space:nowrap\">MUSCLE-STRUCTURE<a name=\"approach-site-cs-MUSCLE-STRUCTURE\"> </a></td><td>Muscle structure</td></tr><tr><td style=\"white-space:nowrap\">VEIN<a name=\"approach-site-cs-VEIN\"> </a></td><td>Vein</td></tr><tr><td style=\"white-space:nowrap\">ARTERY<a name=\"approach-site-cs-ARTERY\"> </a></td><td>Artery</td></tr><tr><td style=\"white-space:nowrap\">NASAL-CAVITY<a name=\"approach-site-cs-NASAL-CAVITY\"> </a></td><td>Nasal cavity</td></tr><tr><td style=\"white-space:nowrap\">ORAL-CAVITY<a name=\"approach-site-cs-ORAL-CAVITY\"> </a></td><td>Oral cavity</td></tr><tr><td style=\"white-space:nowrap\">EYE<a name=\"approach-site-cs-EYE\"> </a></td><td>Eye</td></tr><tr><td style=\"white-space:nowrap\">EAR<a name=\"approach-site-cs-EAR\"> </a></td><td>Ear</td></tr><tr><td style=\"white-space:nowrap\">RECTUM<a name=\"approach-site-cs-RECTUM\"> </a></td><td>Rectum</td></tr><tr><td style=\"white-space:nowrap\">VAGINA<a name=\"approach-site-cs-VAGINA\"> </a></td><td>Vagina</td></tr><tr><td style=\"white-space:nowrap\">URINARY-BLADDER<a name=\"approach-site-cs-URINARY-BLADDER\"> </a></td><td>Urinary bladder</td></tr><tr><td style=\"white-space:nowrap\">LUNG<a name=\"approach-site-cs-LUNG\"> </a></td><td>Lung</td></tr><tr><td style=\"white-space:nowrap\">SPINAL-CANAL<a name=\"approach-site-cs-SPINAL-CANAL\"> </a></td><td>Spinal canal</td></tr><tr><td style=\"white-space:nowrap\">PERITONEAL-CAVITY<a name=\"approach-site-cs-PERITONEAL-CAVITY\"> </a></td><td>Peritoneal cavity</td></tr><tr><td style=\"white-space:nowrap\">ABDOMEN<a name=\"approach-site-cs-ABDOMEN\"> </a></td><td>Abdomen</td></tr><tr><td style=\"white-space:nowrap\">LEFT-ARM<a name=\"approach-site-cs-LEFT-ARM\"> </a></td><td>Left arm</td></tr><tr><td style=\"white-space:nowrap\">RIGHT-ARM<a name=\"approach-site-cs-RIGHT-ARM\"> </a></td><td>Right arm</td></tr><tr><td style=\"white-space:nowrap\">UPPER-ARM<a name=\"approach-site-cs-UPPER-ARM\"> </a></td><td>Upper arm</td></tr><tr><td style=\"white-space:nowrap\">THIGH<a name=\"approach-site-cs-THIGH\"> </a></td><td>Thigh</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://nshr-uat.sha.go.ke/fhir/CodeSystem/approach-site-cs"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "ApproachSiteCS"] ;
  fhir:CodeSystem.title [ fhir:value "Approach Site Codes CodeSystem"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-07-20T11:03:05+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "Digital Health Agency (DHA), Kenya"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Digital Health Agency (DHA), Kenya" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://dha.go.ke" ]
     ], [
       fhir:index 1 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "info@dha.go.ke" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:ContactDetail.name [ fhir:value "Digital Health Agency Kenya – FHIR Team" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "info@dha.go.ke" ] ;
       fhir:ContactPoint.use [ fhir:value "work" ]
     ], [
       fhir:index 1 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://dha.go.ke" ] ;
       fhir:ContactPoint.use [ fhir:value "work" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "Body site codes for site of medication administration. Source: MOH-KENYA OCL APPROACH-SITE-CODES."] ;
  fhir:CodeSystem.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "KE" ] ;
       fhir:Coding.display [ fhir:value "Kenya" ]
     ]
  ] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "20"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "SKIN-STRUCTURE" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Skin structure" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "SUBCUTANEOUS-TISSUE" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Subcutaneous tissue" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "MUSCLE-STRUCTURE" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Muscle structure" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "VEIN" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Vein" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "ARTERY" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Artery" ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "NASAL-CAVITY" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Nasal cavity" ]
  ], [
     fhir:index 6 ;
     fhir:CodeSystem.concept.code [ fhir:value "ORAL-CAVITY" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Oral cavity" ]
  ], [
     fhir:index 7 ;
     fhir:CodeSystem.concept.code [ fhir:value "EYE" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Eye" ]
  ], [
     fhir:index 8 ;
     fhir:CodeSystem.concept.code [ fhir:value "EAR" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Ear" ]
  ], [
     fhir:index 9 ;
     fhir:CodeSystem.concept.code [ fhir:value "RECTUM" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Rectum" ]
  ], [
     fhir:index 10 ;
     fhir:CodeSystem.concept.code [ fhir:value "VAGINA" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Vagina" ]
  ], [
     fhir:index 11 ;
     fhir:CodeSystem.concept.code [ fhir:value "URINARY-BLADDER" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Urinary bladder" ]
  ], [
     fhir:index 12 ;
     fhir:CodeSystem.concept.code [ fhir:value "LUNG" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Lung" ]
  ], [
     fhir:index 13 ;
     fhir:CodeSystem.concept.code [ fhir:value "SPINAL-CANAL" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Spinal canal" ]
  ], [
     fhir:index 14 ;
     fhir:CodeSystem.concept.code [ fhir:value "PERITONEAL-CAVITY" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Peritoneal cavity" ]
  ], [
     fhir:index 15 ;
     fhir:CodeSystem.concept.code [ fhir:value "ABDOMEN" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Abdomen" ]
  ], [
     fhir:index 16 ;
     fhir:CodeSystem.concept.code [ fhir:value "LEFT-ARM" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Left arm" ]
  ], [
     fhir:index 17 ;
     fhir:CodeSystem.concept.code [ fhir:value "RIGHT-ARM" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Right arm" ]
  ], [
     fhir:index 18 ;
     fhir:CodeSystem.concept.code [ fhir:value "UPPER-ARM" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Upper arm" ]
  ], [
     fhir:index 19 ;
     fhir:CodeSystem.concept.code [ fhir:value "THIGH" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Thigh" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://nshr-uat.sha.go.ke/fhir/CodeSystem/approach-site-cs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

