@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "KNHTS.PRCRL"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem KNHTS.PRCRL

This case-insensitive code system https://shr.tiberbuapps.com/fhir/CodeSystem/KNHTS.PRCRL defines the following codes:

CodeDisplayDefinition
PRCRL01 DOCTORDoctor
PRCRL02 NURSENurse
PRCRL03 PHARMACISTPharmacist
PRCRL04 RESEARCHERResearcher
PRCRL05 TEACHERTeacher/educator
PRCRL06 DENTISTDentist
PRCRL07 PHYSIOPhysiotherapist
PRCRL08 SPEECHSpeechtherapist
PRCRL09 ICTICT professional
" ] ; # fhir:url [ fhir:v "https://shr.tiberbuapps.com/fhir/CodeSystem/KNHTS.PRCRL"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "KNHTS_PRACTITIONER_ROLE"] ; # fhir:title [ fhir:v "KNHTS.PRCRL CodeSystem for Practitioner Role"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-09-06T09:59:02+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 "http://example.org/example-publisher" ] ] ) ] ) ; # fhir:description [ fhir:v "CodeSystem for KNHTS Practitioner Role"] ; # fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "9"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "PRCRL01" ] ; fhir:display [ fhir:v "DOCTOR" ] ; fhir:definition [ fhir:v "Doctor" ] ] [ fhir:code [ fhir:v "PRCRL02" ] ; fhir:display [ fhir:v "NURSE" ] ; fhir:definition [ fhir:v "Nurse" ] ] [ fhir:code [ fhir:v "PRCRL03" ] ; fhir:display [ fhir:v "PHARMACIST" ] ; fhir:definition [ fhir:v "Pharmacist" ] ] [ fhir:code [ fhir:v "PRCRL04" ] ; fhir:display [ fhir:v "RESEARCHER" ] ; fhir:definition [ fhir:v "Researcher" ] ] [ fhir:code [ fhir:v "PRCRL05" ] ; fhir:display [ fhir:v "TEACHER" ] ; fhir:definition [ fhir:v "Teacher/educator" ] ] [ fhir:code [ fhir:v "PRCRL06" ] ; fhir:display [ fhir:v "DENTIST" ] ; fhir:definition [ fhir:v "Dentist" ] ] [ fhir:code [ fhir:v "PRCRL07" ] ; fhir:display [ fhir:v "PHYSIO" ] ; fhir:definition [ fhir:v "Physiotherapist" ] ] [ fhir:code [ fhir:v "PRCRL08" ] ; fhir:display [ fhir:v "SPEECH" ] ; fhir:definition [ fhir:v "Speechtherapist" ] ] [ fhir:code [ fhir:v "PRCRL09" ] ; fhir:display [ fhir:v "ICT" ] ; fhir:definition [ fhir:v "ICT professional" ] ] ) . # # -------------------------------------------------------------------------------------