醫查實作指引
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" : "Observation",
  "id" : "ObservationImpression-min",
  "meta" : {
    "profile" : [
      🔗 "https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/observation-impression-imri"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>住院臆斷</b></h3><p><b>分類</b>:Hospital admission diagnosis Narrative - Reported <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://loinc.org\">LOINC Codes</a>#46241-6)</span></p><p><b>住院臆斷狀態</b>:Preliminary <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/observation-status\">ObservationStatus</a>#preliminary)</span></p><p><b>住院臆斷項目</b>:Physical findings of Hemorrhoid <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://loinc.orgs\">LOINC臨床分類值集</a>#32438-4)</span></p><p><b>住院臆斷</b>:Prolapsed mixed hemorrhoids</p><p><b>病人</b>:<a href=\"Patient-Patient-min.html\">Patient/Patient-min</a> \"安格斯\"</p><p><b>檢驗日期</b>:2023-09-07</p></div>"
  },
  "status" : "preliminary",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "46241-6",
          "display" : "Hospital admission diagnosis Narrative - Reported"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "32438-4",
        "display" : "Physical findings of Hemorrhoid"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/Patient-min"
  },
  "effectiveDateTime" : "2023-09-07",
  "valueString" : "Prolapsed mixed hemorrhoids"
}