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

Raw ttl | Download


@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-C1"] ; # 
  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>: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>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://www.cgh.org.tw"^^xsd:anyURI ] ;
fhir:value [ fhir:v "096H004" ]
  ] ) ; # 
  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-C1" ]
  ] ; # 
  fhir:effective [ fhir:v "2023-08-07"^^xsd:date] ; # 
  fhir:issued [ fhir:v "2023-08-07T17:00:14+08:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "PractitionerRole/PractitionerRole-tech" ]
  ] [
fhir:reference [ fhir:v "PractitionerRole/PractitionerRole-rep" ]
  ] ) ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "4000"^^xsd:decimal ] ;
fhir:unit [ fhir:v "/uL" ] ;
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:9736006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "9736006" ]     ] )
  ] ; # 
  fhir:referenceRange ( [
fhir:low [
fhir:value [ fhir:v "4500"^^xsd:decimal ]     ] ;
fhir:high [
fhir:value [ fhir:v "10000"^^xsd:decimal ]     ]
  ] ) . #