SGHI FHIR Profile Implementation Guide
0.1.0 - ci-build

SGHI FHIR Profile Implementation Guide, published by Kathurima Kimathi. 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/savannahghi/sil_fhir_profile_ig/ and changes regularly. See the Directory of published versions

: CIEL to FHIR Code Map - TTL Representation

Active as of 2025-09-17

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:ConceptMap ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CIELtoFHIRRiskAssessmentMap"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConceptMap CIELtoFHIRRiskAssessmentMap</b></p><a name=\"CIELtoFHIRRiskAssessmentMap\"> </a><a name=\"hcCIELtoFHIRRiskAssessmentMap\"> </a><p>Mapping from (not specified) to (not specified)</p><br/><p><b>Group 1 </b>Mapping from <code>https://CIELterminology.org</code> to <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-risk-probability.html\">Risk Probability</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>1064 (Not At Risk)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>negligible (Negligible likelihood)</td></tr><tr><td>166675 (Low Risk)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>low (Low likelihood)</td></tr><tr><td>166674 (High Risk)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>high (High likelihood)</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://fhir.slade360.co.ke/fhir/ConceptMap/CIELtoFHIRRiskAssessmentMap"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:title [ fhir:v "CIEL to FHIR Code Map"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2025-09-17T11:42:20+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:group ( [
fhir:source [
fhir:v "https://CIELterminology.org"^^xsd:anyURI ;
fhir:link <https://CIELterminology.org>     ] ;
fhir:target [
fhir:v "http://terminology.hl7.org/CodeSystem/risk-probability"^^xsd:anyURI ;
fhir:link <http://terminology.hl7.org/CodeSystem/risk-probability>     ] ;
    ( fhir:element [
fhir:code [ fhir:v "1064" ] ;
fhir:display [ fhir:v "Not At Risk" ] ;
      ( fhir:target [
fhir:code [ fhir:v "negligible" ] ;
fhir:display [ fhir:v "Negligible likelihood" ] ;
fhir:relationship [ fhir:v "equivalent" ]       ] )     ] [
fhir:code [ fhir:v "166675" ] ;
fhir:display [ fhir:v "Low Risk" ] ;
      ( fhir:target [
fhir:code [ fhir:v "low" ] ;
fhir:display [ fhir:v "Low likelihood" ] ;
fhir:relationship [ fhir:v "equivalent" ]       ] )     ] [
fhir:code [ fhir:v "166674" ] ;
fhir:display [ fhir:v "High Risk" ] ;
      ( fhir:target [
fhir:code [ fhir:v "high" ] ;
fhir:display [ fhir:v "High likelihood" ] ;
fhir:relationship [ fhir:v "equivalent" ]       ] )     ] )
  ] ) . #