@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 -------------------------------------------------------------------

<https://fhir-ig.digitalhealth.gov.ng/CodeSystem/nigeria-facility-type> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "nigeria-facility-type"] ; # 
  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 nigeria-facility-type</b></p><a name=\"nigeria-facility-type\"> </a><a name=\"hcnigeria-facility-type\"> </a><p>This case-sensitive code system <code>https://fhir-ig.digitalhealth.gov.ng/CodeSystem/nigeria-facility-type</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\">outreach<a name=\"nigeria-facility-type-outreach\"> </a></td><td>Outreach Post</td><td>A temporary or mobile health service site established to deliver essential healthcare to underserved or remote populations.</td></tr><tr><td style=\"white-space:nowrap\">phc-center-l1<a name=\"nigeria-facility-type-phc-center-l1\"> </a></td><td>PHC Center Level 1</td><td>A basic primary healthcare facility providing preventive and promotive services, often staffed by community health workers.</td></tr><tr><td style=\"white-space:nowrap\">phc-center-l2<a name=\"nigeria-facility-type-phc-center-l2\"> </a></td><td>PHC Center Level 2</td><td>A primary healthcare facility with limited diagnostic and treatment services, typically staffed by nurses, CHEWs, or junior medical personnel.</td></tr><tr><td style=\"white-space:nowrap\">phc-center-l3<a name=\"nigeria-facility-type-phc-center-l3\"> </a></td><td>PHC Center Level 3</td><td>An advanced primary healthcare facility offering comprehensive outpatient care, minor/light procedures, and referral support, often with a resident medical officer.</td></tr><tr><td style=\"white-space:nowrap\">hospital<a name=\"nigeria-facility-type-hospital\"> </a></td><td>Secondary Hospital</td><td>A referral facility providing specialized care, inpatient services, and emergency response, staffed by medical officers and specialists.</td></tr><tr><td style=\"white-space:nowrap\">tertiary<a name=\"nigeria-facility-type-tertiary\"> </a></td><td>Tertiary Facility</td><td>A highly specialized hospital offering advanced diagnostic, therapeutic, and surgical care, often affiliated with teaching or research institutions.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://fhir-ig.digitalhealth.gov.ng/CodeSystem/nigeria-facility-type"^^xsd:anyURI ;
     fhir:l <https://fhir-ig.digitalhealth.gov.ng/CodeSystem/nigeria-facility-type>
  ] ; # 
  fhir:version [ fhir:v "0.0.0"] ; # 
  fhir:name [ fhir:v "NGFacilityTypeCS"] ; # 
  fhir:title [ fhir:v "NG Facility Type CS"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-04-20T00:41:38+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "NDHI"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "NDHI" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://digitalhealth.gov.ng" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "emeka2015@gmail.com" ]
     ] )
  ] [
     fhir:name [ fhir:v "Nigeria Digital in Health Initiative." ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "emeka2015@gmail.com" ] ;
       fhir:use [ fhir:v "work" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A standardized classification system used to describe the type or level of health facility within a healthcare delivery system, based on the scope of services provided, staffing, infrastructure, and administrative role."] ; # 
  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 "NG" ] ;
       fhir:display [ fhir:v "Nigeria" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "outreach" ] ;
     fhir:display [ fhir:v "Outreach Post" ] ;
     fhir:definition [ fhir:v "A temporary or mobile health service site established to deliver essential healthcare to underserved or remote populations." ]
  ] [
     fhir:code [ fhir:v "phc-center-l1" ] ;
     fhir:display [ fhir:v "PHC Center Level 1" ] ;
     fhir:definition [ fhir:v "A basic primary healthcare facility providing preventive and promotive services, often staffed by community health workers." ]
  ] [
     fhir:code [ fhir:v "phc-center-l2" ] ;
     fhir:display [ fhir:v "PHC Center Level 2" ] ;
     fhir:definition [ fhir:v "A primary healthcare facility with limited diagnostic and treatment services, typically staffed by nurses, CHEWs, or junior medical personnel." ]
  ] [
     fhir:code [ fhir:v "phc-center-l3" ] ;
     fhir:display [ fhir:v "PHC Center Level 3" ] ;
     fhir:definition [ fhir:v "An advanced primary healthcare facility offering comprehensive outpatient care, minor/light procedures, and referral support, often with a resident medical officer." ]
  ] [
     fhir:code [ fhir:v "hospital" ] ;
     fhir:display [ fhir:v "Secondary Hospital" ] ;
     fhir:definition [ fhir:v "A referral facility providing specialized care, inpatient services, and emergency response, staffed by medical officers and specialists." ]
  ] [
     fhir:code [ fhir:v "tertiary" ] ;
     fhir:display [ fhir:v "Tertiary Facility" ] ;
     fhir:definition [ fhir:v "A highly specialized hospital offering advanced diagnostic, therapeutic, and surgical care, often affiliated with teaching or research institutions." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

