醫查實作指引
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" : "ObservationPhysicalExamination-min",
  "meta" : {
    "profile" : [
      🔗 "https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/observation-physical-examination-imri"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>理學檢查發現</b></h3><p><b>分類</b>:Exam <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/observation-category\">Observation Category Codes</a>#exam)</span></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>:Inspection of mouth <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT體檢值集</a>#39868003)</span></p><p><b>理學檢查發現結果</b>:oral lesion: No</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://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "exam"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "39868003",
        "display" : "Inspection of mouth"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/Patient-min"
  },
  "effectiveDateTime" : "2023-09-07",
  "valueString" : "oral lesion: No"
}