電子病歷交換單張實作指引(EMR-IG)
0.1.0 - ci-build

This page is part of the 電子病歷交換單張實作指引(EMR-IG) (v0.1.0: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: 處方箋種類註記 - JSON Representation

Active as of 2023-10-30

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "prescription",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem prescription</b></p><a name=\"prescription\"> </a><a name=\"hcprescription\"> </a><a name=\"prescription-en-US\"> </a><p>This case-sensitive code system <code>https://twcore.mohw.gov.tw/ig/emr/CodeSystem/prescription</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">A<a name=\"prescription-A\"> </a></td><td>一般處方箋:處方用藥,一次給予7日(含)以下之用藥量</td></tr><tr><td style=\"white-space:nowrap\">B<a name=\"prescription-B\"> </a></td><td>慢性病處方箋</td></tr><tr><td style=\"white-space:nowrap\">C<a name=\"prescription-C\"> </a></td><td>慢性病連續處方箋</td></tr><tr><td style=\"white-space:nowrap\">D<a name=\"prescription-D\"> </a></td><td>管制藥品專用處方箋(一般)</td></tr><tr><td style=\"white-space:nowrap\">E<a name=\"prescription-E\"> </a></td><td>管制藥品專用處方箋(慢箋)</td></tr><tr><td style=\"white-space:nowrap\">F<a name=\"prescription-F\"> </a></td><td>管制藥品專用處方箋(慢連箋)</td></tr></table></div>"
  },
  "url" : "https://twcore.mohw.gov.tw/ig/emr/CodeSystem/prescription",
  "version" : "0.1.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" : "管制藥品專用處方箋(慢連箋)"
    }
  ]
}