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

: Condition-C1 - 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:Condition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Condition-C1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://claim.cgh.org.tw/iclaim/StructureDefinition/condition-iclaim"^^xsd:anyURI ;
fhir:link <https://claim.cgh.org.tw/iclaim/StructureDefinition/condition-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>:1080108642</p><p><b>臨床狀態</b>:Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/codesystem-condition-clinical.html\">ConditionClinicalStatusCodes</a>#active)</span></p><p><b>病情、問題或診斷類別</b>:Encounter Diagnosis <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/valueset-condition-category.html\">Condition Category Codes</a>#encounter-diagnosis)</span></p><p><b>病情、問題或診斷識別</b>:手其他部位扭傷及拉傷 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://twcore.mohw.gov.tw/ig/twcore/CodeSystem-icd-9-cm-2001-tw.html\">NHIICD9CM</a>#842.19)</span></p><p><b>病人</b>:<a href=\"Patient-Patient-C1.html\">Patient/Patient-C1</a> \"郝美麗\"</p><p><b>就醫(Encounter)紀錄</b>:<a href=\"Encounter-Encounter-C1.html\">Encounter/Encounter-C1</a></p><p><b>記錄日期</b>:2023-08-07</p><p><b>主治醫師</b>:<a href=\"PractitionerRole-PractitionerRole-pri.html\">PractitionerRole/PractitionerRole-pri</a> \"陳健骨\"</p><p><b>負責醫師(院長)</b>:<a href=\"PractitionerRole-PractitionerRole-res.html\">PractitionerRole/PractitionerRole-res</a> \"邱榮一\"</p><p><b>診斷報告</b>:<a href=\"DiagnosticReport-DiagnosticReport-C1.html\">DiagnosticReport/DiagnosticReport-C1</a></p><p><b>醫療摘要</b>:手扭傷後,關節局部腫脹,關節彎曲受限,伸不直或彎曲不了</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "1080108642" ]
  ] ) ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "remission" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "encounter-diagnosis" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-9-cm-2001-tw"^^xsd:anyURI ] ;
fhir:code [ fhir:v "842.19" ] ;
fhir:display [ fhir:v "手其他部位扭傷及拉傷" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Patient-C1" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/Encounter-C1" ]
  ] ; # 
  fhir:recordedDate [ fhir:v "2023-08-07"^^xsd:date] ; # 
  fhir:recorder [
fhir:reference [ fhir:v "PractitionerRole/PractitionerRole-pri" ]
  ] ; # 
  fhir:asserter [
fhir:reference [ fhir:v "PractitionerRole/PractitionerRole-res" ]
  ] ; # 
  fhir:stage ( [
    ( fhir:assessment [
fhir:reference [ fhir:v "DiagnosticReport/DiagnosticReport-C1" ]     ] )
  ] ) ; # 
  fhir:note ( [
fhir:text [ fhir:v "手扭傷後,關節局部腫脹,關節彎曲受限,伸不直或彎曲不了" ]
  ] ) . #