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

FHIR IG Statistics: CodeSystem/nhi-apply-type

Packagetw.gov.mohw.nhi.ngs
TypeCodeSystem
Idnhi-apply-type
FHIR VersionR4
Sourcehttps://nhicore.nhi.gov.tw/ngs/https://build.fhir.org/ig/TWNHIFHIR/ngs/CodeSystem-nhi-apply-type.html
URLhttps://nhicore.nhi.gov.tw/ngs/CodeSystem/nhi-apply-type
Version1.0.0
Statusactive
Date2025-04-30
NameNHIApplyType
TitleNHI-健保NGS-申報類別
Realmtw
Authoritynational
Description臺灣衛生福利部中央健康保險署「申報類別」代碼,代碼出版日期:2025-04-30,資料所屬單位:臺灣衛生福利部中央健康保險署。
Contentcomplete

Resources that use this resource

ValueSet
nhi-apply-typeNHI-健保NGS-申報類別值集

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem nhi-apply-type

This case-sensitive code system https://nhicore.nhi.gov.tw/ngs/CodeSystem/nhi-apply-type defines the following codes:

CodeDisplay
1 送核
2 送核補件
3 申復
4 爭議審議
5 申復補件

Source

{
  "resourceType": "CodeSystem",
  "id": "nhi-apply-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://nhicore.nhi.gov.tw/ngs/CodeSystem/nhi-apply-type",
  "version": "1.0.0",
  "name": "NHIApplyType",
  "title": "NHI-健保NGS-申報類別",
  "status": "active",
  "experimental": false,
  "date": "2025-04-30",
  "publisher": "Example Publisher",
  "contact": [
    {
      "name": "Example Publisher",
      "telecom": [
        {
          "system": "url",
          "value": "http://example.org/example-publisher"
        }
      ]
    }
  ],
  "description": "臺灣衛生福利部中央健康保險署「申報類別」代碼,代碼出版日期:2025-04-30,資料所屬單位:臺灣衛生福利部中央健康保險署。",
  "caseSensitive": true,
  "content": "complete",
  "count": 5,
  "concept": [
    {
      "code": "1",
      "display": "送核"
    },
    {
      "code": "2",
      "display": "送核補件"
    },
    {
      "code": "3",
      "display": "申復"
    },
    {
      "code": "4",
      "display": "爭議審議"
    },
    {
      "code": "5",
      "display": "申復補件"
    }
  ]
}