FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/ndhm-related-claim-relationship-code

Packagendhm.in
TypeCodeSystem
Idndhm-related-claim-relationship-code
FHIR VersionR4
Sourcehttps://nrces.in/ndhm/fhir/r4/https://nrces.in/ndhm/fhir/r4/6.5.0/CodeSystem-ndhm-related-claim-relationship-code.html
URLhttps://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-related-claim-relationship-code
Version6.5.0
Statusdraft
Date2023-07-05
NameRelatedClaimRelationship
TitleRelated Claim Relationship
Realmin
Authoritynational
DescriptionThis CodeSystem contains a set of codes that can be use to show the relationship between claims.
Contentcomplete

Resources that use this resource

ValueSet
ndhm-related-claim-relationship-codeRelated Claim Relationship

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

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.

Source

{
  "resourceType": "CodeSystem",
  "id": "ndhm-related-claim-relationship-code",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-related-claim-relationship-code",
  "version": "6.5.0",
  "name": "RelatedClaimRelationship",
  "title": "Related Claim Relationship",
  "status": "draft",
  "experimental": false,
  "date": "2023-07-05",
  "publisher": "National Resource Center for EHR Standards",
  "contact": [
    {
      "name": "National Resource Center for EHR Standards",
      "telecom": [
        {
          "system": "url",
          "value": "https://nrces.in/"
        }
      ]
    }
  ],
  "description": "This CodeSystem contains a set of codes that can be use to show the relationship between claims.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "IN",
          "display": "India"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "enhancement",
      "display": "Enhancement",
      "definition": "Enhancement in a claim process means asking for more money after realizing the initial estimate wasn't enough to cover the actual costs."
    },
    {
      "code": "settlement",
      "display": "Settlement",
      "definition": "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."
    }
  ]
}