| Package | tw.gov.mohw.emr |
| Resource Type | CodeSystem |
| Id | prescription |
| FHIR Version | R4 |
| Source | https://twcore.mohw.gov.tw/ig/emr/https://twcore.mohw.gov.tw/ig/emr/0.2.0/CodeSystem-prescription.html |
| URL | https://twcore.mohw.gov.tw/ig/emr/CodeSystem/prescription |
| Version | 0.2.0 |
| Status | active |
| Date | 2023-10-30 |
| Name | TypeOfPrescription |
| Title | 處方箋種類註記 |
| Realm | tw |
| Authority | national |
| Description | 用於處方箋種類註記 |
| Copyright | 衛生福利部 |
| Content | complete |
| ValueSet | |
| medicationrequest-prescription | 處方箋種類註記值集 |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem prescription
This case-sensitive code system https://twcore.mohw.gov.tw/ig/emr/CodeSystem/prescription defines the following codes:
| Code | Display |
| A | 一般處方箋:處方用藥,一次給予7日(含)以下之用藥量 |
| B | 慢性病處方箋 |
| C | 慢性病連續處方箋 |
| D | 管制藥品專用處方箋(一般) |
| E | 管制藥品專用處方箋(慢箋) |
| F | 管制藥品專用處方箋(慢連箋) |
{
"resourceType": "CodeSystem",
"id": "prescription",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://twcore.mohw.gov.tw/ig/emr/CodeSystem/prescription",
"version": "0.2.0",
"name": "TypeOfPrescription",
"title": "處方箋種類註記",
"status": "active",
"experimental": false,
"date": "2023-10-30",
"publisher": "衛生福利部",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "https://www.mohw.gov.tw/mp-1.html"
}
]
}
],
"description": "用於處方箋種類註記",
"copyright": "衛生福利部",
"caseSensitive": true,
"content": "complete",
"count": 6,
"concept": [
{
"code": "A",
"display": "一般處方箋:處方用藥,一次給予7日(含)以下之用藥量"
},
{
"code": "B",
"display": "慢性病處方箋"
},
{
"code": "C",
"display": "慢性病連續處方箋"
},
{
"code": "D",
"display": "管制藥品專用處方箋(一般)"
},
{
"code": "E",
"display": "管制藥品專用處方箋(慢箋)"
},
{
"code": "F",
"display": "管制藥品專用處方箋(慢連箋)"
}
]
}