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

FHIR IG Statistics: CodeSystem/ndhm-reason-code

Packagendhm.in
TypeCodeSystem
Idndhm-reason-code
FHIR VersionR4
Sourcehttps://nrces.in/ndhm/fhir/r4/https://nrces.in/ndhm/fhir/r4/6.5.0/CodeSystem-ndhm-reason-code.html
URLhttps://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-reason-code
Version6.5.0
Statusdraft
Date2024-09-20
NameReasonCode
TitleReason Code
Realmin
Authoritynational
DescriptionThis CodeSystem contains codes to captures reasons associated with task processing.
Contentcomplete

Resources that use this resource

ValueSet
ndhm-reason-codeReason Code

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem ndhm-reason-code

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

CodeDisplay
partialpayment Reprocess request due to partial payment by payer
erroneousclaim Reprocess request due to erroneous claim submission by provider
claimrejected Reprocess request due to claim rejected by payer
referred Referred to another hospital
erroneousregistration Beneficiary registered by mistakenly for a given policy
wrongdiagnosis Additional facts were diagnosed during treatment.
treatmentplanchanged Treatment plan changed during hospitalization.

Source

{
  "resourceType": "CodeSystem",
  "id": "ndhm-reason-code",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-reason-code",
  "version": "6.5.0",
  "name": "ReasonCode",
  "title": "Reason Code",
  "status": "draft",
  "experimental": false,
  "date": "2024-09-20",
  "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 codes to captures reasons associated with task processing.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "IN",
          "display": "India"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 7,
  "concept": [
    {
      "code": "partialpayment",
      "display": "Reprocess request due to partial payment by payer"
    },
    {
      "code": "erroneousclaim",
      "display": "Reprocess request due to erroneous claim submission by provider"
    },
    {
      "code": "claimrejected",
      "display": "Reprocess request due to claim rejected by payer"
    },
    {
      "code": "referred",
      "display": "Referred to another hospital"
    },
    {
      "code": "erroneousregistration",
      "display": "Beneficiary registered by mistakenly for a given policy"
    },
    {
      "code": "wrongdiagnosis",
      "display": "Additional facts were diagnosed during treatment."
    },
    {
      "code": "treatmentplanchanged",
      "display": "Treatment plan changed during hospitalization."
    }
  ]
}