Kenya Emmergency FHIR Implementation Guide (IG)
0.1.0 - ci-build

Kenya Emmergency FHIR Implementation Guide (IG), published by Intellisoft Consulting Ltd.. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/Kenya-Emmergency-FHIR-IG/ and changes regularly. See the Directory of published versions

: Assessment Types - TTL Representation

Active as of 2025-12-18

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "assessment-types"] ; # 
  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 assessment-types</b></p><a name=\"assessment-types\"> </a><a name=\"hcassessment-types\"> </a><p>This  code system <code>https://ilm-hie.dha.go.ke/ocl/orgs/MOH-KENYA/CodeSystem/ASSESSMENT-TYPES</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\">GLASGOW-COMA-SCALE<a name=\"assessment-types-GLASGOW-COMA-SCALE\"> </a></td><td>Glasgow Coma Scale</td><td>Assessment of level of consciousness using GCS.</td></tr><tr><td style=\"white-space:nowrap\">HEAD<a name=\"assessment-types-HEAD\"> </a></td><td>Head</td><td>Assessment of the head region.</td></tr><tr><td style=\"white-space:nowrap\">NECK<a name=\"assessment-types-NECK\"> </a></td><td>Neck</td><td>Assessment of the neck region.</td></tr><tr><td style=\"white-space:nowrap\">CHEST<a name=\"assessment-types-CHEST\"> </a></td><td>Chest</td><td>Assessment of the chest region.</td></tr><tr><td style=\"white-space:nowrap\">BACK-AND-SPINE<a name=\"assessment-types-BACK-AND-SPINE\"> </a></td><td>Back and Spine</td><td>Assessment of the back and spine region.</td></tr><tr><td style=\"white-space:nowrap\">ABDOMEN<a name=\"assessment-types-ABDOMEN\"> </a></td><td>Abdomen</td><td>Assessment of the abdominal region.</td></tr><tr><td style=\"white-space:nowrap\">PELVIS<a name=\"assessment-types-PELVIS\"> </a></td><td>Pelvis</td><td>Assessment of the pelvic region.</td></tr><tr><td style=\"white-space:nowrap\">UPPER-EXTREMITIES<a name=\"assessment-types-UPPER-EXTREMITIES\"> </a></td><td>Upper Extremities</td><td>Assessment of the upper limbs.</td></tr><tr><td style=\"white-space:nowrap\">LOWER-EXTREMITIES<a name=\"assessment-types-LOWER-EXTREMITIES\"> </a></td><td>Lower Extremities</td><td>Assessment of the lower limbs.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://ilm-hie.dha.go.ke/ocl/orgs/MOH-KENYA/CodeSystem/ASSESSMENT-TYPES"^^xsd:anyURI ;
fhir:l <https://ilm-hie.dha.go.ke/ocl/orgs/MOH-KENYA/CodeSystem/ASSESSMENT-TYPES>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "AssessmentTypesCS"] ; # 
  fhir:title [ fhir:v "Assessment Types"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2025-12-18T14:12:07+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Intellisoft Consulting Ltd."] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Intellisoft Consulting Ltd." ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://example.org/example-publisher" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Specifies types of clinical assessments for patient evaluation."] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "9"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "GLASGOW-COMA-SCALE" ] ;
fhir:display [ fhir:v "Glasgow Coma Scale" ] ;
fhir:definition [ fhir:v "Assessment of level of consciousness using GCS." ]
  ] [
fhir:code [ fhir:v "HEAD" ] ;
fhir:display [ fhir:v "Head" ] ;
fhir:definition [ fhir:v "Assessment of the head region." ]
  ] [
fhir:code [ fhir:v "NECK" ] ;
fhir:display [ fhir:v "Neck" ] ;
fhir:definition [ fhir:v "Assessment of the neck region." ]
  ] [
fhir:code [ fhir:v "CHEST" ] ;
fhir:display [ fhir:v "Chest" ] ;
fhir:definition [ fhir:v "Assessment of the chest region." ]
  ] [
fhir:code [ fhir:v "BACK-AND-SPINE" ] ;
fhir:display [ fhir:v "Back and Spine" ] ;
fhir:definition [ fhir:v "Assessment of the back and spine region." ]
  ] [
fhir:code [ fhir:v "ABDOMEN" ] ;
fhir:display [ fhir:v "Abdomen" ] ;
fhir:definition [ fhir:v "Assessment of the abdominal region." ]
  ] [
fhir:code [ fhir:v "PELVIS" ] ;
fhir:display [ fhir:v "Pelvis" ] ;
fhir:definition [ fhir:v "Assessment of the pelvic region." ]
  ] [
fhir:code [ fhir:v "UPPER-EXTREMITIES" ] ;
fhir:display [ fhir:v "Upper Extremities" ] ;
fhir:definition [ fhir:v "Assessment of the upper limbs." ]
  ] [
fhir:code [ fhir:v "LOWER-EXTREMITIES" ] ;
fhir:display [ fhir:v "Lower Extremities" ] ;
fhir:definition [ fhir:v "Assessment of the lower limbs." ]
  ] ) . #