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

FHIR IG Statistics: CodeSystem/ndhm-benefit-type

Packagendhm.in
TypeCodeSystem
Idndhm-benefit-type
FHIR VersionR4
Sourcehttps://nrces.in/ndhm/fhir/r4/https://nrces.in/ndhm/fhir/r4/6.5.0/CodeSystem-ndhm-benefit-type.html
URLhttps://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-benefit-type
Version6.5.0
Statusdraft
Date2023-07-05
NameBenefitType
TitleBenefit Type
Realmin
Authoritynational
DescriptionThis CodeSystem includes a collection of codes that can be used to categorize the type of benefits provided by an insurance.
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem ndhm-benefit-type

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

CodeDisplay
00 ICU
01 Blood
02 Oxygen
03 Room Rent

Source

{
  "resourceType": "CodeSystem",
  "id": "ndhm-benefit-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-benefit-type",
  "version": "6.5.0",
  "name": "BenefitType",
  "title": "Benefit Type",
  "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 includes a collection of codes that can be used to categorize the type of benefits provided by an insurance.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "IN",
          "display": "India"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "00",
      "display": "ICU"
    },
    {
      "code": "01",
      "display": "Blood"
    },
    {
      "code": "02",
      "display": "Oxygen"
    },
    {
      "code": "03",
      "display": "Room Rent"
    }
  ]
}