醫查實作指引
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" : "ObservationLaboratory-min",
  "meta" : {
    "profile" : [
      🔗 "https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/observation-laboratory-imri"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>檢驗/特殊檢查</b></h3><p><b>檢驗/特殊檢查種類</b>:特殊檢查</p><p><b>特殊檢查狀態</b>:Final <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/observation-status\">ObservationStatus</a>#final)</span></p><p><b>特殊檢查</b>:心電圖(EKG)</p><p><b>特殊檢查結果</b>:Normal sinus rhythmwith sinus arrhythmia Voltage criteria for left ventricular hypertrophy Early repolarization</p><p><b>病人</b>:<a href=\"Patient-Patient-min.html\">Patient/Patient-min</a> \"安格斯\"</p><p><b>檢驗日期</b>:2023-09-07</p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "30954-2"
        }
      ],
      "text" : "特殊檢查"
    }
  ],
  "code" : {
    "text" : "心電圖(EKG)"
  },
  "subject" : {
    🔗 "reference" : "Patient/Patient-min"
  },
  "effectiveDateTime" : "2023-09-07",
  "valueString" : "Normal sinus rhythmwith sinus arrhythmia Voltage criteria for left ventricular hypertrophy Early repolarization"
}