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

: Encounter-C3-1 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Encounter-C3-1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://claim.cgh.org.tw/iclaim/StructureDefinition/encounter-iclaim"^^xsd:anyURI ;
fhir:link <https://claim.cgh.org.tw/iclaim/StructureDefinition/encounter-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>:1286483 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://www.cgh.org.tw\">國泰醫療財團法人國泰綜合醫院</a>)</span></p><p><b>就醫現況</b>:finished <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/codesystem-encounter-status.html\">EncounterStatus</a>#finished)</span></p><p><b>病人來源</b>:home health <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://terminology.hl7.org/5.1.0/CodeSystem-v3-ActCode.html\">ActEncounterCode</a>#HH)</span></p><p><b>特殊診斷類別</b>:燒燙傷病房 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-cathay-particulardiagnosis-values.html\">CathayParticularDiagnosis</a>#B)</span></p><p><b>應診科別</b>:整形外科 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-nhi-department-values.html\">Department</a>#15)</span></p><p><b>病人</b>:<a href=\"Patient-Patient-C3.html\">Patient/Patient-C3</a> \"玳健康\"</p><p><b>開單醫師</b>:<a href=\"PractitionerRole-PractitionerRole-rec.html\">PractitionerRole/PractitionerRole-rec</a> \"王大郎\"</p><p><b>就醫的開始和結束時間</b>:2023-08-10 17:00:14-0500 --&gt; 2023-08-15 18:00:14-0500</p><p><b>就醫天數</b>:6天 <span style=\"background: LightGoldenRodYellow\">(Details: UCUM code d = 'd')</span></p><p><b>此次就醫是哪次就醫的一部份</b>:<a href=\"Encounter-Encounter-C3.html\">Encounter/Encounter-C3</a></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://www.cgh.org.tw"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1286483" ]
  ] ) ; # 
  fhir:status [ fhir:v "finished"] ; # 
  fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HH" ]
  ] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://claim.cgh.org.tw/iclaim/CodeSystem/cathay-particulardiagnosis-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "B" ]     ] )
  ] ) ; # 
  fhir:serviceType [
    ( fhir:coding [
fhir:system [ fhir:v "https://claim.cgh.org.tw/iclaim/CodeSystem/nhi-department-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "15" ] ;
fhir:display [ fhir:v "整形外科" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Patient-C3" ]
  ] ; # 
  fhir:participant ( [
fhir:individual [
fhir:reference [ fhir:v "PractitionerRole/PractitionerRole-rec" ]     ]
  ] ) ; # 
  fhir:period [
fhir:start [ fhir:v "2023-08-10T17:00:14-05:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2023-08-15T18:00:14-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:length [
fhir:value [ fhir:v "6"^^xsd:decimal ] ;
fhir:unit [ fhir:v "days" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "d" ]
  ] ; # 
  fhir:partOf [
fhir:reference [ fhir:v "Encounter/Encounter-C3" ]
  ] . #