醫療保險理賠實作指引
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-C2 - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "Observation-C2",
  "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>:096H005 (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-C2.html\">Patient/Patient-C2</a> \"康美女\"</p><p><b>採檢日期</b>:2023-08-08</p><p><b>報告日期</b>:2023-08-08 17:00:14+08:00</p><p><b>醫檢師</b>: <a href=\"PractitionerRole-PractitionerRole-tech2.html\">PractitionerRole/PractitionerRole-tech2</a> \"王二郎\"</p><p><b>報告者</b>: <a href=\"PractitionerRole-PractitionerRole-rep2.html\">PractitionerRole/PractitionerRole-rep2</a> \"王建胃\"</p><p><b>檢驗部位</b>:Submucosa of anal canal <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=7892006\">SNOMED CT Body Structures</a>#7892006)</span></p><p><b>檢驗值</b>:4 HPF</p><p><b>H/L</b>:Off scale high <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>#&gt;)</span></p><p><b>參考範圍</b>:</p><table class=\"grid\"><tr><td><b>參考最低值</b></td><td><b>參考最高值</b></td></tr><tr><td>0</td><td>3</td></tr></table><p><b>檢驗結果說明</b>:無</p></div>"
  },
  "identifier" : [
    {
      "system" : "https://www.cgh.org.tw",
      "value" : "096H005"
    }
  ],
  "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-C2"
  },
  "effectiveDateTime" : "2023-08-08",
  "issued" : "2023-08-08T17:00:14+08:00",
  "performer" : [
    {
      🔗 "reference" : "PractitionerRole/PractitionerRole-tech2"
    },
    {
      🔗 "reference" : "PractitionerRole/PractitionerRole-rep2"
    }
  ],
  "valueQuantity" : {
    "value" : 4,
    "unit" : "HPF",
    "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" : "7892006"
      }
    ]
  },
  "referenceRange" : [
    {
      "low" : {
        "value" : 0
      },
      "high" : {
        "value" : 3
      }
    }
  ]
}