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

Generated Narrative: CodeSystem KNHTS.TSKCD

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

CodeDisplayDefinition
TSKCD01 CANCELCancel the focal resource
TSKCD02 NULLIFYNullify the focal resource
TSKCD03 POLLPoll the focal resource
TSKCD04 RELEASERelease the focal resource
TSKCD05 REPROCESSReprocess the focal resource
TSKCD06 STATUSCheck status of the focal resource
" ] ; # fhir:url [ fhir:v "https://shr.tiberbuapps.com/fhir/CodeSystem/KNHTS.TSKCD"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "KNHTS_TASK_CODE"] ; # fhir:title [ fhir:v "KNHTS.TSKSTAT CodeSystem for Task Code"] ; # 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 Task Code"] ; # fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "TSKCD01" ] ; fhir:display [ fhir:v "CANCEL" ] ; fhir:definition [ fhir:v "Cancel the focal resource" ] ] [ fhir:code [ fhir:v "TSKCD02" ] ; fhir:display [ fhir:v "NULLIFY" ] ; fhir:definition [ fhir:v "Nullify the focal resource" ] ] [ fhir:code [ fhir:v "TSKCD03" ] ; fhir:display [ fhir:v "POLL" ] ; fhir:definition [ fhir:v "Poll the focal resource" ] ] [ fhir:code [ fhir:v "TSKCD04" ] ; fhir:display [ fhir:v "RELEASE" ] ; fhir:definition [ fhir:v "Release the focal resource" ] ] [ fhir:code [ fhir:v "TSKCD05" ] ; fhir:display [ fhir:v "REPROCESS" ] ; fhir:definition [ fhir:v "Reprocess the focal resource" ] ] [ fhir:code [ fhir:v "TSKCD06" ] ; fhir:display [ fhir:v "STATUS" ] ; fhir:definition [ fhir:v "Check status of the focal resource" ] ] ) . # # -------------------------------------------------------------------------------------