@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 -------------------------------------------------------------------

<http://localhost:8085/fhir/CodeSystem/ambulance-case-rejection-reason> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ambulance-case-rejection-reason"] ; # 
  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 ambulance-case-rejection-reason</b></p><a name=\"ambulance-case-rejection-reason\"> </a><a name=\"hcambulance-case-rejection-reason\"> </a><p>This  code system <code>http://localhost:8085/fhir/CodeSystem/ambulance-case-rejection-reason</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\">MECHANICAL-ISSUE<a name=\"ambulance-case-rejection-reason-MECHANICAL-ISSUE\"> </a></td><td>Mechanical Issue</td><td>Ambulance is unavailable due to mechanical problems.</td></tr><tr><td style=\"white-space:nowrap\">INSUFFICIENT-MEDICAL-EQUIPMENT<a name=\"ambulance-case-rejection-reason-INSUFFICIENT-MEDICAL-EQUIPMENT\"> </a></td><td>Insufficient Medical Equipment</td><td>Required medical equipment is not available.</td></tr><tr><td style=\"white-space:nowrap\">DEPLETED-MEDICAL-SUPPLIES<a name=\"ambulance-case-rejection-reason-DEPLETED-MEDICAL-SUPPLIES\"> </a></td><td>Depleted Medical Supplies</td><td>Medical supplies are depleted.</td></tr><tr><td style=\"white-space:nowrap\">HEAVY-TRAFFIC<a name=\"ambulance-case-rejection-reason-HEAVY-TRAFFIC\"> </a></td><td>Heavy Traffic</td><td>Response is delayed or impossible due to traffic congestion.</td></tr><tr><td style=\"white-space:nowrap\">WEATHER-CONDITIONS<a name=\"ambulance-case-rejection-reason-WEATHER-CONDITIONS\"> </a></td><td>Weather Conditions</td><td>Adverse weather prevents safe operation.</td></tr><tr><td style=\"white-space:nowrap\">ENVIRONMENTAL-HAZARDS<a name=\"ambulance-case-rejection-reason-ENVIRONMENTAL-HAZARDS\"> </a></td><td>Environmental Hazards</td><td>Environmental hazards make response unsafe.</td></tr><tr><td style=\"white-space:nowrap\">SAFETY-CONCERNS<a name=\"ambulance-case-rejection-reason-SAFETY-CONCERNS\"> </a></td><td>Safety Concerns</td><td>Security or safety risks prevent response.</td></tr><tr><td style=\"white-space:nowrap\">STAFFING-ISSUES<a name=\"ambulance-case-rejection-reason-STAFFING-ISSUES\"> </a></td><td>Staffing Issues</td><td>Insufficient or unavailable staff.</td></tr><tr><td style=\"white-space:nowrap\">OTHER<a name=\"ambulance-case-rejection-reason-OTHER\"> </a></td><td>Other</td><td>Other unspecified reason.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://localhost:8085/fhir/CodeSystem/ambulance-case-rejection-reason"^^xsd:anyURI ;
     fhir:l <http://localhost:8085/fhir/CodeSystem/ambulance-case-rejection-reason>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "AmbulanceCaseRejectionReasonCS"] ; # 
  fhir:title [ fhir:v "Ambulance Case Rejection Reason"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2026-05-31T11:35:58+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Digital Health Agency of Kenya"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Digital Health Agency of Kenya" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.dha.go.ke" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "interoperability@dha.go.ke" ]
     ] )
  ] [
     fhir:name [ fhir:v "Digital Health Agency of Kenya – Interoperability Team" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "interoperability@dha.go.ke" ] ;
       fhir:use [ fhir:v "work" ]
     ] [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.dha.go.ke" ] ;
       fhir:use [ fhir:v "work" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Defines reasons for rejecting an ambulance case."] ; # 
  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:copyright [ fhir:v "Copyright © 2024+ Digital Health Agency of Kenya. This content is licensed under Creative Commons Zero v1.0 Universal (CC0 1.0). No rights reserved.\n"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "9"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "MECHANICAL-ISSUE" ] ;
     fhir:display [ fhir:v "Mechanical Issue" ] ;
     fhir:definition [ fhir:v "Ambulance is unavailable due to mechanical problems." ]
  ] [
     fhir:code [ fhir:v "INSUFFICIENT-MEDICAL-EQUIPMENT" ] ;
     fhir:display [ fhir:v "Insufficient Medical Equipment" ] ;
     fhir:definition [ fhir:v "Required medical equipment is not available." ]
  ] [
     fhir:code [ fhir:v "DEPLETED-MEDICAL-SUPPLIES" ] ;
     fhir:display [ fhir:v "Depleted Medical Supplies" ] ;
     fhir:definition [ fhir:v "Medical supplies are depleted." ]
  ] [
     fhir:code [ fhir:v "HEAVY-TRAFFIC" ] ;
     fhir:display [ fhir:v "Heavy Traffic" ] ;
     fhir:definition [ fhir:v "Response is delayed or impossible due to traffic congestion." ]
  ] [
     fhir:code [ fhir:v "WEATHER-CONDITIONS" ] ;
     fhir:display [ fhir:v "Weather Conditions" ] ;
     fhir:definition [ fhir:v "Adverse weather prevents safe operation." ]
  ] [
     fhir:code [ fhir:v "ENVIRONMENTAL-HAZARDS" ] ;
     fhir:display [ fhir:v "Environmental Hazards" ] ;
     fhir:definition [ fhir:v "Environmental hazards make response unsafe." ]
  ] [
     fhir:code [ fhir:v "SAFETY-CONCERNS" ] ;
     fhir:display [ fhir:v "Safety Concerns" ] ;
     fhir:definition [ fhir:v "Security or safety risks prevent response." ]
  ] [
     fhir:code [ fhir:v "STAFFING-ISSUES" ] ;
     fhir:display [ fhir:v "Staffing Issues" ] ;
     fhir:definition [ fhir:v "Insufficient or unavailable staff." ]
  ] [
     fhir:code [ fhir:v "OTHER" ] ;
     fhir:display [ fhir:v "Other" ] ;
     fhir:definition [ fhir:v "Other unspecified reason." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

