@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://fhir.kisumuhealth.co.ke/ValueSet/KCHIPBloodGroupVS> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "KCHIPBloodGroupVS"] ; # 
  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: ValueSet KCHIPBloodGroupVS</b></p><a name=\"KCHIPBloodGroupVS\"> </a><a name=\"hcKCHIPBloodGroupVS\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-KCHIPCodes.html\"><code>http://fhir.kisumuhealth.co.ke/CodeSystem/KCHIPCodes</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.1.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-KCHIPCodes.html#KCHIPCodes-blood-group-a-pos\">blood-group-a-pos</a></td><td style=\"color: #cccccc\">A Positive (A+)</td></tr><tr><td><a href=\"CodeSystem-KCHIPCodes.html#KCHIPCodes-blood-group-a-neg\">blood-group-a-neg</a></td><td style=\"color: #cccccc\">A Negative (A-)</td></tr><tr><td><a href=\"CodeSystem-KCHIPCodes.html#KCHIPCodes-blood-group-b-pos\">blood-group-b-pos</a></td><td style=\"color: #cccccc\">B Positive (B+)</td></tr><tr><td><a href=\"CodeSystem-KCHIPCodes.html#KCHIPCodes-blood-group-b-neg\">blood-group-b-neg</a></td><td style=\"color: #cccccc\">B Negative (B-)</td></tr><tr><td><a href=\"CodeSystem-KCHIPCodes.html#KCHIPCodes-blood-group-ab-pos\">blood-group-ab-pos</a></td><td style=\"color: #cccccc\">AB Positive (AB+)</td></tr><tr><td><a href=\"CodeSystem-KCHIPCodes.html#KCHIPCodes-blood-group-ab-neg\">blood-group-ab-neg</a></td><td style=\"color: #cccccc\">AB Negative (AB-)</td></tr><tr><td><a href=\"CodeSystem-KCHIPCodes.html#KCHIPCodes-blood-group-o-pos\">blood-group-o-pos</a></td><td style=\"color: #cccccc\">O Positive (O+)</td></tr><tr><td><a href=\"CodeSystem-KCHIPCodes.html#KCHIPCodes-blood-group-o-neg\">blood-group-o-neg</a></td><td style=\"color: #cccccc\">O Negative (O-)</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "http://fhir.kisumuhealth.co.ke/ValueSet/KCHIPBloodGroupVS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "KCHIPBloodGroupVS"] ; # 
  fhir:title [ fhir:v "KCHIP Blood Group and Rh Factor"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-06-16T20:08:11+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "intellisoftkenya"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "intellisoftkenya" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.intellisoftkenya.com/" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Combined ABO blood group and Rh factor result"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://fhir.kisumuhealth.co.ke/CodeSystem/KCHIPCodes"^^xsd:anyURI ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "blood-group-a-pos" ]
       ] [
         fhir:code [ fhir:v "blood-group-a-neg" ]
       ] [
         fhir:code [ fhir:v "blood-group-b-pos" ]
       ] [
         fhir:code [ fhir:v "blood-group-b-neg" ]
       ] [
         fhir:code [ fhir:v "blood-group-ab-pos" ]
       ] [
         fhir:code [ fhir:v "blood-group-ab-neg" ]
       ] [
         fhir:code [ fhir:v "blood-group-o-pos" ]
       ] [
         fhir:code [ fhir:v "blood-group-o-neg" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

