醫查實作指引
0.1.0 - CI Build

醫查實作指引 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 處置/手術範例 - JSON Representation

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "Procedure-min",
  "meta" : {
    "profile" : [
      🔗 "https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/procedure-imri"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>處置/手術</b></h3><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>:Surgical operation note description Narrative <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://loinc.org\">LOINC</a>#8724-7)</span></p><p><b>處置/手術的識別碼</b>:開放性痔靜脈叢部分切除術 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-pcs-2021-tw\">臺灣2021年中文版ICD-10-PCS</a>#06BY0ZC)</span></p><p><b>病人</b>:<a href=\"Patient-Patient-min.html\">Patient/Patient-min</a> \"安格斯\"</p><p><b>就醫事件</b>:<a href=\"Encounter-Encounter-min.html\">Encounter/Encounter-min</a></p><p><b>處置/手術日期</b>:2023-09-08 11:25:11-08:00</p></div>"
  },
  "status" : "completed",
  "category" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "8724-7",
        "display" : "Surgical operation note description Narrative"
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-pcs-2021-tw",
        "code" : "06BY0ZC",
        "display" : "開放性痔靜脈叢部分切除術"
      }
    ],
    "text" : "開放性痔靜脈叢部分切除術"
  },
  "subject" : {
    🔗 "reference" : "Patient/Patient-min"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/Encounter-min"
  },
  "performedDateTime" : "2023-09-08T11:25:11+08:00"
}