@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.et/core/CodeSystem/key-population-type-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "key-population-type-cs"] ; # 
  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 key-population-type-cs</b></p><a name=\"key-population-type-cs\"> </a><a name=\"hckey-population-type-cs\"> </a><p>This  code system <code>http://fhir.et/core/CodeSystem/key-population-type-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\">sex-worker<a name=\"key-population-type-cs-sex-worker\"> </a></td><td>Sex worker</td></tr><tr><td style=\"white-space:nowrap\">pwid<a name=\"key-population-type-cs-pwid\"> </a></td><td>People who inject drugs</td></tr><tr><td style=\"white-space:nowrap\">prisoner<a name=\"key-population-type-cs-prisoner\"> </a></td><td>Prisoner</td></tr><tr><td style=\"white-space:nowrap\">widowed<a name=\"key-population-type-cs-widowed\"> </a></td><td>Client is widowed</td></tr><tr><td style=\"white-space:nowrap\">divorced<a name=\"key-population-type-cs-divorced\"> </a></td><td>Client is divorced</td></tr><tr><td style=\"white-space:nowrap\">truckdriver<a name=\"key-population-type-cs-truckdriver\"> </a></td><td>Long distance truck drivers</td></tr><tr><td style=\"white-space:nowrap\">Dailylabourer<a name=\"key-population-type-cs-Dailylabourer\"> </a></td><td>Daily labourers</td></tr><tr><td style=\"white-space:nowrap\">humanitarinsettings<a name=\"key-population-type-cs-humanitarinsettings\"> </a></td><td>People in humanitarina settigns</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://fhir.et/core/CodeSystem/key-population-type-cs"^^xsd:anyURI ;
     fhir:l <http://fhir.et/core/CodeSystem/key-population-type-cs>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "KeyPopulationTypeCS"] ; # 
  fhir:title [ fhir:v "Key Population Type Codes"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-05-09T14:33:41+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "MOH Ethiopia"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "MOH Ethiopia" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://moh.gov.et" ]
     ] )
  ] ) ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "8"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "sex-worker" ] ;
     fhir:display [ fhir:v "Sex worker" ]
  ] [
     fhir:code [ fhir:v "pwid" ] ;
     fhir:display [ fhir:v "People who inject drugs" ]
  ] [
     fhir:code [ fhir:v "prisoner" ] ;
     fhir:display [ fhir:v "Prisoner" ]
  ] [
     fhir:code [ fhir:v "widowed" ] ;
     fhir:display [ fhir:v "Client is widowed" ]
  ] [
     fhir:code [ fhir:v "divorced" ] ;
     fhir:display [ fhir:v "Client is divorced" ]
  ] [
     fhir:code [ fhir:v "truckdriver" ] ;
     fhir:display [ fhir:v "Long distance truck drivers" ]
  ] [
     fhir:code [ fhir:v "Dailylabourer" ] ;
     fhir:display [ fhir:v "Daily labourers" ]
  ] [
     fhir:code [ fhir:v "humanitarinsettings" ] ;
     fhir:display [ fhir:v "People in humanitarina settigns" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

