@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ClaimsStatusVS"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: ValueSet ClaimsStatusVS

  • Include these codes as defined in https://shr.tiberbuapps.com/fhir/CodeSystem/KNHTS.CLMSTS
    CodeDisplayDefinition
    STS01NEWActive
    STS02NOTIFIEDIdentification done and payor notified
    STS03PREAUTHORIZEDPre-authorization done.*
    STS04COMPLETEProvider has checked that all requirements are met and the claim is ready for submission. Done at the end of a visit / after discharge.
    STS05CANCELLEDCancelled at provider, before submission.
    STS06SUBMITTEDSubmitted to payer.
    STS07RECEIVEDReceived at payer.
    STS08APPROVEDApproved
    STS09REJECTEDThe payer has indicated that the claim will not be paid.
    STS10PAIDThe claim has been paid and the payee should expect to receive or have received a remittance.
    STS11EXPIREDExpired
    STS12QAThe claim is undergoing review.
" ] ; # fhir:url [ fhir:v "https://shr.tiberbuapps.com/fhir/ValueSet/ClaimsStatusVS"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "KNHTSCLMVS"] ; # fhir:title [ fhir:v "Claims 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 "Claims status"] ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "https://shr.tiberbuapps.com/fhir/CodeSystem/KNHTS.CLMSTS"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "STS01" ] ] [ fhir:code [ fhir:v "STS02" ] ] [ fhir:code [ fhir:v "STS03" ] ] [ fhir:code [ fhir:v "STS04" ] ] [ fhir:code [ fhir:v "STS05" ] ] [ fhir:code [ fhir:v "STS06" ] ] [ fhir:code [ fhir:v "STS07" ] ] [ fhir:code [ fhir:v "STS08" ] ] [ fhir:code [ fhir:v "STS09" ] ] [ fhir:code [ fhir:v "STS10" ] ] [ fhir:code [ fhir:v "STS11" ] ] [ fhir:code [ fhir:v "STS12" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------