臺灣中醫實作指引
0.1.0 - ci-build

臺灣中醫實作指引, published by 衛生福利部國家中醫藥研究所. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/nricmig/Nricm_TWCMIG/ and changes regularly. See the Directory of published versions

: 脫臼整復處置範例 - JSON Representation

Raw json | Download

{
  "resourceType" : "Procedure",
  "id" : "ProcedureTWCM-pro",
  "meta" : {
    "profile" : [
      🔗 "https://www.nricm.edu.tw/twcm/StructureDefinition/procedure-twcm"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>處置或手術基本資料</b></h3><p><b>處置類別</b>:Dis <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-twcm-procedurecategory.html\">中醫處置分類值集</a>#Dis)</span></p><p><b>處置或手術狀態</b>:completed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/event-status\">EventStatus</a>#completed)</span></p><p><b>處置健保碼</b>:E09 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-service-payment-tw\">臺灣健保署醫療服務給付項目</a>#E09)</span></p><p><b>處置說明</b>:高度複雜性傷科-起始次-3.脫臼整復復位-起始次-另開內服藥</p><p><b>脫臼整復部位</b>:F</p><p><b>脫臼整復處理方法</b>:端、提法</p><p><b>脫臼整復的補充說明</b>:包紮</p><p><b>病人</b>:<a href=\"Patient-PatientTWCM-min.html\">Patient/PatientTWCM-min</a> &quot;陳美真&quot;</p></div>"
  },
  "status" : "completed",
  "category" : {
    "coding" : [
      {
        "system" : "https://www.nricm.edu.tw/twcm/CodeSystem/twcm-procedurecategory",
        "code" : "Dis"
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-service-payment-tw",
        "code" : "E09",
        "display" : "高度複雜性傷科-起始次-3.脫臼整復復位-起始次-另開內服藥"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/PatientTWCM-min"
  },
  "bodySite" : [
    {
      "extension" : [
        {
          "url" : "https://www.nricm.edu.tw/twcm/StructureDefinition/approach-twcm",
          "valueCodeableConcept" : {
            "text" : "端、提法"
          }
        },
        {
          "url" : "https://www.nricm.edu.tw/twcm/StructureDefinition/description-twcm",
          "valueCodeableConcept" : {
            "text" : "包紮"
          }
        }
      ],
      "coding" : [
        {
          "system" : "https://www.nricm.edu.tw/twcm/CodeSystem/twcm-treatmentregion",
          "code" : "CG"
        }
      ],
      "text" : "F"
    }
  ]
}