FHIR IG analytics| Package | tw.gov.mohw.nhi.empd |
| Resource Type | CodeSystem |
| Id | CodeSystem-SelfpayStatus-cs.json |
| FHIR Version | R4 |
| Source | https://nhicore.nhi.gov.tw/empd/0.1.0/CodeSystem-SelfpayStatus-cs.html |
| URL | https://nhicore.nhi.gov.tw/empd/CodeSystem/SelfpayStatus-cs |
| Version | 0.1.0 |
| Status | active |
| Date | 2024-02-22 |
| Name | SelfpayStatusCodeSystem |
| Title | 自費註記 |
| Realm | tw |
| Authority | national |
| Description | 用於表示自費或非自費註記 |
| Copyright | 衛生福利部 |
| Content | complete |
| ValueSet | |
| SelfpayStatus-vs | 自費註記值集 |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem SelfpayStatus-cs
This case-sensitive code system https://nhicore.nhi.gov.tw/empd/CodeSystem/SelfpayStatus-cs defines the following codes:
| Code | Display |
| 00 | 自費 |
| 01 | 非自費 |
{
"resourceType": "CodeSystem",
"id": "SelfpayStatus-cs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://nhicore.nhi.gov.tw/empd/CodeSystem/SelfpayStatus-cs",
"version": "0.1.0",
"name": "SelfpayStatusCodeSystem",
"title": "自費註記",
"status": "active",
"experimental": false,
"date": "2024-02-22",
"publisher": "NHI",
"contact": [
{
"name": "NHI",
"telecom": [
{
"system": "url",
"value": "https://www.nhi.gov.tw/en/mp-2.html"
}
]
}
],
"description": "用於表示自費或非自費註記",
"copyright": "衛生福利部",
"caseSensitive": true,
"content": "complete",
"count": 2,
"concept": [
{
"code": "00",
"display": "自費"
},
{
"code": "01",
"display": "非自費"
}
]
}