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

FHIR IG Statistics: CodeSystem/ndhm-plan-type

Packagendhm.in
TypeCodeSystem
Idndhm-plan-type
FHIR VersionR4
Sourcehttps://nrces.in/ndhm/fhir/r4/https://nrces.in/ndhm/fhir/r4/6.5.0/CodeSystem-ndhm-plan-type.html
URLhttps://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-plan-type
Version6.5.0
Statusdraft
Date2023-07-05
NamePlanType
TitlePlan Type
Realmin
Authoritynational
Description This CodeSystem contains a set of codes that can be utilized to categorize the type of insurance plans.
Contentcomplete

Resources that use this resource

ValueSet
ndhm-plan-typePlan Type

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem ndhm-plan-type

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

CodeDisplay
01 Individual
02 Individual Floater
03 Group
04 Group Floater
05 Declaration
06 Declaration Floater
07 Declaration with Group Organiser
08 Declaration Floater with Group Organiser
99 Any Other Cover Type

Source

{
  "resourceType": "CodeSystem",
  "id": "ndhm-plan-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-plan-type",
  "version": "6.5.0",
  "name": "PlanType",
  "title": "Plan 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 contains a set of codes that can be utilized to categorize the type of insurance plans.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "IN",
          "display": "India"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 9,
  "concept": [
    {
      "code": "01",
      "display": "Individual"
    },
    {
      "code": "02",
      "display": "Individual Floater"
    },
    {
      "code": "03",
      "display": "Group"
    },
    {
      "code": "04",
      "display": "Group Floater"
    },
    {
      "code": "05",
      "display": "Declaration"
    },
    {
      "code": "06",
      "display": "Declaration Floater"
    },
    {
      "code": "07",
      "display": "Declaration with Group Organiser"
    },
    {
      "code": "08",
      "display": "Declaration Floater with Group Organiser"
    },
    {
      "code": "99",
      "display": "Any Other Cover Type"
    }
  ]
}