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

FHIR IG Statistics: CodeSystem/ndhm-form-code

Packagendhm.in
TypeCodeSystem
Idndhm-form-code
FHIR VersionR4
Sourcehttps://nrces.in/ndhm/fhir/r4/https://nrces.in/ndhm/fhir/r4/6.5.0/CodeSystem-ndhm-form-code.html
URLhttps://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-form-code
Version6.5.0
Statusdraft
Date2024-09-20
NameFormCode
TitleForm Code
Realmin
Authoritynational
DescriptionThis CodeSystem contains codes which specify type of document attached with as form.
Contentcomplete

Resources that use this resource

ValueSet
ndhm-form-codeForm Code

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem ndhm-form-code

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

CodeDisplay
preauthapproval Approval letter for Pre-authorisation
claimapproval Approval letter for claim settlement
preauthdenial Rejection letter for Pre-authorisation
claimdenial Rejection letter for claim
feedbackletter Patient feedback form
policydocument Policy Document with terms and conditions
dischargeapproval Provisional approval of claim for the discharge

Source

{
  "resourceType": "CodeSystem",
  "id": "ndhm-form-code",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-form-code",
  "version": "6.5.0",
  "name": "FormCode",
  "title": "Form 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 which specify type of document attached with as form.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "IN",
          "display": "India"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 7,
  "concept": [
    {
      "code": "preauthapproval",
      "display": "Approval letter for Pre-authorisation"
    },
    {
      "code": "claimapproval",
      "display": "Approval letter for claim settlement"
    },
    {
      "code": "preauthdenial",
      "display": "Rejection letter for Pre-authorisation"
    },
    {
      "code": "claimdenial",
      "display": "Rejection letter for claim"
    },
    {
      "code": "feedbackletter",
      "display": "Patient feedback form"
    },
    {
      "code": "policydocument",
      "display": "Policy Document with terms and conditions"
    },
    {
      "code": "dischargeapproval",
      "display": "Provisional approval of claim for the discharge"
    }
  ]
}