醫查實作指引
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" : "Encounter",
  "id" : "Encounter-min",
  "meta" : {
    "profile" : [
      🔗 "https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/encounter-imri"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>就醫資料</b></h3><p><b>就醫現況</b>:Finished</p><p><b>就醫分類</b>:pre-admission <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://terminology.hl7.org/4.0.0/ValueSet-v3-ActEncounterCode.html\">ActEncounterCode</a>#PRENC)</span></p><p><b>出院科別</b>:Colorectal Surgery <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#408464004)</span></p><p><b>病人</b>:<a href=\"Patient-Patient-min.html\">Patient/Patient-min</a> \"安格斯\"</p><p><b>出院狀況</b>:改門診治療</p><p><b>出院床號</b>:<a href=\"Location-Location-min.html\">Location/Location-min</a> \"4012S\"</p><b>醫師</b>:<a href=\"Practitioner-Practitioner-min.html\">Practitioner/Practitioner-min</a> \"劉伊詩\"<p><b>住院日期</b>:2023-09-06 17:00:14-0800</p><p><b>出院日期</b>:2023-09-12 18:00:14-0800</p></div>"
  },
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "PRENC"
  },
  "serviceType" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "408464004",
        "display" : "Colorectal Surgery"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/Patient-min"
  },
  "participant" : [
    {
      "individual" : {
        🔗 "reference" : "Practitioner/Practitioner-min"
      }
    }
  ],
  "period" : {
    "start" : "2023-09-06T17:00:14+08:00",
    "end" : "2023-09-12T18:00:14+08:00"
  },
  "hospitalization" : {
    "destination" : {
      🔗 "reference" : "Location/Location-min"
    },
    "dischargeDisposition" : {
      "text" : "改門診治療"
    }
  }
}