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

Generated Narrative: CodeSystem KNHTS.CLMSTS

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

CodeDisplayDefinition
STS01 NEWActive
STS02 NOTIFIEDIdentification done and payor notified
STS03 PREAUTHORIZEDPre-authorization done.*
STS04 COMPLETEProvider has checked that all requirements are met and the claim is ready for submission. Done at the end of a visit / after discharge.
STS05 CANCELLEDCancelled at provider, before submission.
STS06 SUBMITTEDSubmitted to payer.
STS07 RECEIVEDReceived at payer.
STS08 APPROVEDApproved
STS09 REJECTEDThe payer has indicated that the claim will not be paid.
STS10 PAIDThe claim has been paid and the payee should expect to receive or have received a remittance.
STS11 EXPIREDExpired
STS12 QAThe claim is undergoing review.
" ] ; # fhir:url [ fhir:v "https://shr.tiberbuapps.com/fhir/CodeSystem/KNHTS.CLMSTS"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "KNHTS_CLMS"] ; # fhir:title [ fhir:v "KNHTS.CLMS CodeSystem for claim status"] ; # 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 Claim status"] ; # fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "12"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "STS01" ] ; fhir:display [ fhir:v "NEW" ] ; fhir:definition [ fhir:v "Active" ] ] [ fhir:code [ fhir:v "STS02" ] ; fhir:display [ fhir:v "NOTIFIED" ] ; fhir:definition [ fhir:v "Identification done and payor notified" ] ] [ fhir:code [ fhir:v "STS03" ] ; fhir:display [ fhir:v "PREAUTHORIZED" ] ; fhir:definition [ fhir:v "Pre-authorization done.*" ] ] [ fhir:code [ fhir:v "STS04" ] ; fhir:display [ fhir:v "COMPLETE" ] ; fhir:definition [ fhir:v "Provider has checked that all requirements are met and the claim is ready for submission. Done at the end of a visit / after discharge." ] ] [ fhir:code [ fhir:v "STS05" ] ; fhir:display [ fhir:v "CANCELLED" ] ; fhir:definition [ fhir:v "Cancelled at provider, before submission." ] ] [ fhir:code [ fhir:v "STS06" ] ; fhir:display [ fhir:v "SUBMITTED" ] ; fhir:definition [ fhir:v "Submitted to payer." ] ] [ fhir:code [ fhir:v "STS07" ] ; fhir:display [ fhir:v "RECEIVED" ] ; fhir:definition [ fhir:v "Received at payer." ] ] [ fhir:code [ fhir:v "STS08" ] ; fhir:display [ fhir:v "APPROVED" ] ; fhir:definition [ fhir:v "Approved" ] ] [ fhir:code [ fhir:v "STS09" ] ; fhir:display [ fhir:v "REJECTED" ] ; fhir:definition [ fhir:v "The payer has indicated that the claim will not be paid." ] ] [ fhir:code [ fhir:v "STS10" ] ; fhir:display [ fhir:v "PAID" ] ; fhir:definition [ fhir:v "The claim has been paid and the payee should expect to receive or have received a remittance." ] ] [ fhir:code [ fhir:v "STS11" ] ; fhir:display [ fhir:v "EXPIRED" ] ; fhir:definition [ fhir:v "Expired" ] ] [ fhir:code [ fhir:v "STS12" ] ; fhir:display [ fhir:v "QA" ] ; fhir:definition [ fhir:v "The claim is undergoing review." ] ] ) . # # -------------------------------------------------------------------------------------