@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ndhm-related-claim-relationship-code"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem ndhm-related-claim-relationship-code

This case-sensitive code system https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-related-claim-relationship-code defines the following codes:

CodeDisplayDefinition
enhancement EnhancementEnhancement in a claim process means asking for more money after realizing the initial estimate wasn't enough to cover the actual costs.
settlement SettlementSettlement in a claim is when the insurance pays the final agreed-upon amount to cover all the costs, marking the end of the reimbursement process.
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-related-claim-relationship-code"^^xsd:anyURI] ; # fhir:version [ fhir:v "6.5.0"] ; # fhir:name [ fhir:v "RelatedClaimRelationship"] ; # fhir:title [ fhir:v "Related Claim Relationship"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-07-05"^^xsd:date] ; # fhir:publisher [ fhir:v "National Resource Center for EHR Standards"] ; # fhir:contact ( [ fhir:name [ fhir:v "National Resource Center for EHR Standards" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://nrces.in/" ] ] ) ] ) ; # fhir:description [ fhir:v "This CodeSystem contains a set of codes that can be use to show the relationship between claims."] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "IN" ] ; fhir:display [ fhir:v "India" ] ] ) ] ) ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "enhancement" ] ; fhir:display [ fhir:v "Enhancement" ] ; fhir:definition [ fhir:v "Enhancement in a claim process means asking for more money after realizing the initial estimate wasn't enough to cover the actual costs." ] ] [ fhir:code [ fhir:v "settlement" ] ; fhir:display [ fhir:v "Settlement" ] ; fhir:definition [ fhir:v "Settlement in a claim is when the insurance pays the final agreed-upon amount to cover all the costs, marking the end of the reimbursement process." ] ] ) . # # -------------------------------------------------------------------------------------