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

FHIR IG Statistics: CodeSystem/prescription

Packagetw.gov.mohw.emr
TypeCodeSystem
Idprescription
FHIR VersionR4
Sourcehttps://twcore.mohw.gov.tw/ig/emr/https://twcore.mohw.gov.tw/ig/emr/0.2.0/CodeSystem-prescription.html
URLhttps://twcore.mohw.gov.tw/ig/emr/CodeSystem/prescription
Version0.2.0
Statusactive
Date2023-10-30
NameTypeOfPrescription
Title處方箋種類註記
Realmtw
Authoritynational
Description用於處方箋種類註記
Copyright衛生福利部
Contentcomplete

Resources that use this resource

ValueSet
medicationrequest-prescription處方箋種類註記值集

Resources that this resource uses

No resources found


Narrative

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:

CodeDisplay
A 一般處方箋:處方用藥,一次給予7日(含)以下之用藥量
B 慢性病處方箋
C 慢性病連續處方箋
D 管制藥品專用處方箋(一般)
E 管制藥品專用處方箋(慢箋)
F 管制藥品專用處方箋(慢連箋)

Source

{
  "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": "管制藥品專用處方箋(慢連箋)"
    }
  ]
}