醫查實作指引
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" : "ProcedureAnesthesiaMode-min",
  "meta" : {
    "profile" : [
      🔗 "https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/procedure-anesthesiamode-imri"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>麻醉模式</b></h3><p><b>手術</b>:<a href=\"Procedure-Procedure-pro.html\">Procedure/Procedure-pro</a></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>:Administration of anesthesia <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">ProcedureCategoryCodes(SNOMEDCT)</a>#399097000)</span></p><p><b>麻醉模式</b>:全身麻醉 (Operative general anesthesia) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SCTAnesthesia</a>#274507007)</span></p><p><b>病人</b>:<a href=\"Patient-Patient-min.html\">Patient/Patient-min</a> \"安格斯\"</p><p><b>麻醉日期</b>:2023-09-08 11:25:11-08:00</p><p><b>麻醉醫師</b>:<a href=\"PractitionerRole-PractitionerRole-anesthesia.html\">PractitionerRole/PractitionerRole-anesthesia</a> \"黃依昇\"</p></div>"
  },
  "partOf" : [
    {
      🔗 "reference" : "Procedure/Procedure-pro"
    }
  ],
  "status" : "completed",
  "category" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "399097000"
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "274507007",
        "display" : "Operative general anesthesia"
      }
    ],
    "text" : "全身麻醉"
  },
  "subject" : {
    🔗 "reference" : "Patient/Patient-min"
  },
  "performedDateTime" : "2023-09-08T11:25:11+08:00",
  "performer" : [
    {
      "actor" : {
        🔗 "reference" : "PractitionerRole/PractitionerRole-anesthesia",
        "display" : "黃依昇"
      }
    }
  ]
}