FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetw.gov.mohw.cdc.thas
Resource TypeQuestionnaire
IdQuestionnaire-OPER.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/THASFHIR/ig/Questionnaire-OPER.html
URLhttps://cdc.gov.tw/thas/Questionnaire/OPER
Statusactive
Date2026-09-01
NameQuestionnaireOPER
TitleQuestionnaire-OPER
Realmtw
Authoritynational

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: 调查问卷 OPER

Structure
LinkIDTextCardinalityTypeDescription & Constraintsdoco
.. QuestionnaireOPERQuestionnairehttps://cdc.gov.tw/thas/Questionnaire/OPER
... AnnOperMonth手術年月。YYYY-MM1..1date
... Batch_NO上傳批號。1. 編碼方式為上傳資料時之西元年月日+3碼流水號,如:20180126001。 2. 同一次上傳資料之上傳批號需相同。 3. 不同手術年月之資料應以不同上傳批號上傳;若因前次上傳失敗需重新上傳,需以新的上傳批號上傳。1..1string
... TOTALCOUNT上傳總筆數1..1integer
... OPER手術個案1..*group
.... CHID病歷號碼1..1string
.... PID身分證號。只能包含英數1..1string
.... PNAME病人姓名0..1string
.... Pgender性別1..1choiceValue Set: HL7-Administrative Gender OPER值集
.... PBirthday出生日期。格式為YYYY-MM-DD。1..1date
.... Procedure_code術式分類1..1choiceValue Set: CDC-手術型式值集
.... AnnOperDate手術日期。格式為YYYY-MM-DD。1..1date
.... ICD_10_PCSICD10 處置碼0..1choiceValue Set: 臺灣健保署2023年中文版ICD-10-PCS值集
.... Outpatient門診手術。true:是 | false:否1..1boolean
.... AnnIHDate門診/住院日期。格式為YYYY-MM-DD。1..1date
.... AWouCode傷口分類。W01:清潔 | W02:清潔、污染 | W03:污染 | W04:髒及感染 | W05:未知。1..1choiceOptions: 5 options
.... AnnGenAna全身麻醉。true:是 | false:否1..1boolean
.... AUSACode美國麻醉醫師協會分類代碼。 當全身麻醉=true時,此欄位必填。 AN01:正常健康病人 | AN02:具有輕度系統性疾病的人 | AN03:具有重度系統性疾病的人 | AN04:具有重度系統性疾病,其嚴重度足以威脅生命的人 | AN05:不論是否接受手術,預期無法存活超過24小時的垂危病人 | AN06:接受器官摘除以供移植的腦死病人。0..1choiceOptions: 6 options
.... AnnUrgOpe緊急手術。true:是 | false:否1..1boolean
.... AnnTra外傷。true:是 | false:否1..1boolean
.... AnnLapSco微創手術/內視鏡。ICD10 處置碼(ICD_10_PCS)的第5碼若為「4」則請帶入true。true:是 | false:否1..1boolean
.... ClosureTech縫合方式。1:皮膚縫合 | 2:未進行皮膚縫合1..1choiceOptions: 2 options
.... AnnOperTime手術執行時間。填入手術執行分鐘數。1..1integer

doco Documentation for this format

Options Sets

Answer options for AWouCode

  • W01
  • W02
  • W03
  • W04
  • W05

Answer options for AUSACode

  • AN01
  • AN02
  • AN03
  • AN04
  • AN05
  • AN06

Answer options for ClosureTech

  • 1
  • 2

Source1

{
  "resourceType": "Questionnaire",
  "id": "OPER",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://cdc.gov.tw/thas/Questionnaire/OPER",
  "name": "QuestionnaireOPER",
  "title": "Questionnaire-OPER",
  "status": "active",
  "date": "2026-09-01",
  "publisher": "衛福部疾病管制署",
  "contact": [
    {
      "name": "衛福部疾病管制署",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.cdc.gov.tw"
        }
      ]
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "TW"
        }
      ]
    }
  ],
  "item": [
    {
      "linkId": "AnnOperMonth",
      "text": "手術年月。YYYY-MM",
      "type": "date",
      "required": true
    },
    {
      "linkId": "Batch_NO",
      "text": "上傳批號。1. 編碼方式為上傳資料時之西元年月日+3碼流水號,如:20180126001。\n2. 同一次上傳資料之上傳批號需相同。\n3. 不同手術年月之資料應以不同上傳批號上傳;若因前次上傳失敗需重新上傳,需以新的上傳批號上傳。",
      "type": "string",
      "required": true
    },
    {
      "linkId": "TOTALCOUNT",
      "text": "上傳總筆數",
      "type": "integer",
      "required": true
    },
    {
      "linkId": "OPER",
      "text": "手術個案",
      "type": "group",
      "required": true,
      "repeats": true,
      "item": [
        {
          "linkId": "CHID",
          "text": "病歷號碼",
          "type": "string",
          "required": true
        },
        {
          "linkId": "PID",
          "text": "身分證號。只能包含英數",
          "type": "string",
          "required": true
        },
        {
          "linkId": "PNAME",
          "text": "病人姓名",
          "type": "string"
        },
        {
          "linkId": "Pgender",
          "text": "性別",
          "type": "choice",
          "required": true,
          "answerValueSet": "https://cdc.gov.tw/thas/ValueSet/administrative-gender-oper"
        },
        {
          "linkId": "PBirthday",
          "text": "出生日期。格式為YYYY-MM-DD。",
          "type": "date",
          "required": true
        },
        {
          "linkId": "Procedure_code",
          "text": "術式分類",
          "type": "choice",
          "required": true,
          "answerValueSet": "https://cdc.gov.tw/thas/ValueSet/9135-procedure-type"
        },
        {
          "linkId": "AnnOperDate",
          "text": "手術日期。格式為YYYY-MM-DD。",
          "type": "date",
          "required": true
        },
        {
          "linkId": "ICD_10_PCS",
          "text": "ICD10 處置碼",
          "type": "choice",
          "answerValueSet": "https://twcore.mohw.gov.tw/ig/twcore/ValueSet/icd-10-pcs-2023-tw"
        },
        {
          "linkId": "Outpatient",
          "text": "門診手術。true:是 | false:否",
          "type": "boolean",
          "required": true
        },
        {
          "linkId": "AnnIHDate",
          "text": "門診/住院日期。格式為YYYY-MM-DD。",
          "type": "date",
          "required": true
        },
        {
          "linkId": "AWouCode",
          "text": "傷口分類。W01:清潔 | W02:清潔、污染 | W03:污染 | W04:髒及感染 | W05:未知。",
          "type": "choice",
          "required": true,
          "answerOption": [
            {
              "valueString": "W01"
            },
            {
              "valueString": "W02"
            },
            {
              "valueString": "W03"
            },
            {
              "valueString": "W04"
            },
            {
              "valueString": "W05"
            }
          ]
        },
        {
          "linkId": "AnnGenAna",
          "text": "全身麻醉。true:是 | false:否",
          "type": "boolean",
          "required": true
        },
        {
          "linkId": "AUSACode",
          "text": "美國麻醉醫師協會分類代碼。  \n當全身麻醉=true時,此欄位必填。\nAN01:正常健康病人 | AN02:具有輕度系統性疾病的人 | AN03:具有重度系統性疾病的人 | AN04:具有重度系統性疾病,其嚴重度足以威脅生命的人 | AN05:不論是否接受手術,預期無法存活超過24小時的垂危病人 | AN06:接受器官摘除以供移植的腦死病人。",
          "type": "choice",
          "answerOption": [
            {
              "valueString": "AN01"
            },
            {
              "valueString": "AN02"
            },
            {
              "valueString": "AN03"
            },
            {
              "valueString": "AN04"
            },
            {
              "valueString": "AN05"
            },
            {
              "valueString": "AN06"
            }
          ]
        },
        {
          "linkId": "AnnUrgOpe",
          "text": "緊急手術。true:是 | false:否",
          "type": "boolean",
          "required": true
        },
        {
          "linkId": "AnnTra",
          "text": "外傷。true:是 | false:否",
          "type": "boolean",
          "required": true
        },
        {
          "linkId": "AnnLapSco",
          "text": "微創手術/內視鏡。ICD10 處置碼(ICD_10_PCS)的第5碼若為「4」則請帶入true。true:是 | false:否",
          "type": "boolean",
          "required": true
        },
        {
          "linkId": "ClosureTech",
          "text": "縫合方式。1:皮膚縫合 | 2:未進行皮膚縫合",
          "type": "choice",
          "required": true,
          "answerOption": [
            {
              "valueString": "1"
            },
            {
              "valueString": "2"
            }
          ]
        },
        {
          "linkId": "AnnOperTime",
          "text": "手術執行時間。填入手術執行分鐘數。",
          "type": "integer",
          "required": true
        }
      ]
    }
  ]
}