醫查實作指引
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" : "ProcedureHospitalCourse-min",
  "meta" : {
    "profile" : [
      🔗 "https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/procedurehospitalcourse-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>:Hospital course Narrative <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://loinc.org\">LOINC</a>#8648-8)</span></p><p><b>住院治療經過代碼</b>:Hospital course Narrative <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://loinc.org\">LOINC</a>#8648-8)</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>:After admission, prepare operation work-up was done. The surgical method of laparoscopic cholecystectomy was done on 10/20/2023. Post operative wound pain could tolerance under analgesic drug. During the hospitalization, vital signs were stable, post operative wound appeared: no oozing, no redness or other infection signs were noted, no tenderness. To education of wound care, discharge today and outpatient department follow up was arrange.</p></div>"
  },
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "8648-8"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/Patient-min"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/Encounter-min"
  },
  "note" : [
    {
      "text" : "After admission, prepare operation work-up was done. The surgical method of laparoscopic cholecystectomy was done on 10/20/2023. Post operative wound pain could tolerance under analgesic drug. During the hospitalization, vital signs were stable, post operative wound appeared: no oozing, no redness or other infection signs were noted, no tenderness. To education of wound care, discharge today and outpatient department follow up was arrange."
    }
  ]
}