醫療保險理賠實作指引
1.0.0 - CI Build

醫療保險理賠實作指引 - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Observation-C1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "Observation-C1",
  "meta" : {
    "profile" : [
      🔗 "https://claim.cgh.org.tw/iclaim/StructureDefinition/observation-iclaim"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>檢驗檢查資料</b></h3><p><b>收件編號(檢驗單號)</b>:096H004 (https://www.cgh.org.tw)</p><p><b>狀態</b>:final <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/codesystem-observation-status.html\">ObservationStatus</a>#final)</span></p><p><b>檢驗類型</b>:Laboratory <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/codesystem-observation-category.html\">Observation Category Codes</a>#laboratory)</span></p><p><b>檢驗項目名稱</b>:CD3+CD4+ (T4 helper) cells/100 cells in Blood mononuclear cells <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://loinc.org\">LOINC實驗室檢驗檢查值集</a>#100856-4)</span></p><p><b>病人</b>: <a href=\"Patient-Patient-C1.html\">Patient/Patient-C1</a> \"郝美麗\"</p><p><b>採檢日期</b>:2023-08-07</p><p><b>報告日期</b>:2023-08-07 17:00:14+08:00</p><p><b>醫檢師</b>: <a href=\"PractitionerRole-PractitionerRole-tech.html\">PractitionerRole/PractitionerRole-tech</a> \"王大郎\"</p><p><b>報告者</b>: <a href=\"PractitionerRole-PractitionerRole-rep.html\">PractitionerRole/PractitionerRole-rep</a> \"陳健骨\"</p><p><b>檢驗部位</b>:Right wrist <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=9736006\">SNOMED CT Body Structures</a>#9736006)</span></p><p><b>檢驗值</b>:4000 /uL</p><p><b>H/L</b>:Off scale low <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/v3/ObservationInterpretation/cs.html\">v3 Code System ObservationInterpretation</a>#&lt;)</span></p><p><b>參考範圍</b>:</p><table class=\"grid\"><tr><td><b>參考最低值</b></td><td><b>參考最高值</b></td></tr><tr><td>4500</td><td>10000</td></tr></table><p><b>檢驗結果說明</b>:無</p></div>"
  },
  "identifier" : [
    {
      "system" : "https://www.cgh.org.tw",
      "value" : "096H004"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "100856-4",
        "display" : "CD3+CD4+ (T4 helper) cells/100 cells in Blood mononuclear cells"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/Patient-C1"
  },
  "effectiveDateTime" : "2023-08-07",
  "issued" : "2023-08-07T17:00:14+08:00",
  "performer" : [
    {
      🔗 "reference" : "PractitionerRole/PractitionerRole-tech"
    },
    {
      🔗 "reference" : "PractitionerRole/PractitionerRole-rep"
    }
  ],
  "valueQuantity" : {
    "value" : 4000,
    "unit" : "/uL",
    "system" : "http://unitsofmeasure.org"
  },
  "interpretation" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code" : "<"
        }
      ]
    }
  ],
  "note" : [
    {
      "text" : "無"
    }
  ],
  "bodySite" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "9736006"
      }
    ]
  },
  "referenceRange" : [
    {
      "low" : {
        "value" : 4500
      },
      "high" : {
        "value" : 10000
      }
    }
  ]
}