醫療保險理賠實作指引 - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Observation-C2"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://claim.cgh.org.tw/iclaim/StructureDefinition/observation-iclaim"^^xsd:anyURI ;
fhir:link <https://claim.cgh.org.tw/iclaim/StructureDefinition/observation-iclaim> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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&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>#>)</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>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://www.cgh.org.tw"^^xsd:anyURI ] ;
fhir:value [ fhir:v "096H005" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "laboratory" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:100856-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "100856-4" ] ;
fhir:display [ fhir:v "CD3+CD4+ (T4 helper) cells/100 cells in Blood mononuclear cells" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/Patient-C2" ]
] ; #
fhir:effective [ fhir:v "2023-08-08"^^xsd:date] ; #
fhir:issued [ fhir:v "2023-08-08T17:00:14+08:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "PractitionerRole/PractitionerRole-tech2" ]
] [
fhir:reference [ fhir:v "PractitionerRole/PractitionerRole-rep2" ]
] ) ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "4"^^xsd:decimal ] ;
fhir:unit [ fhir:v "HPF" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ]
] ; #
fhir:interpretation ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ] ;
fhir:code [ fhir:v ">" ] ] )
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "無" ]
] ) ; #
fhir:bodySite [
( fhir:coding [
a sct:7892006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "7892006" ] ] )
] ; #
fhir:referenceRange ( [
fhir:low [
fhir:value [ fhir:v "0"^^xsd:decimal ] ] ;
fhir:high [
fhir:value [ fhir:v "3"^^xsd:decimal ] ]
] ) . #
IG © 2023+ 國泰金控. Package tw.cathay.fhir.iclaim#1.0.0 based on FHIR 4.0.1. Generated 2024-07-23
Links: Table of Contents |
QA Report