醫查實作指引
0.1.0 - CI Build

醫查實作指引 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 病人主訴範例 - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Condition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ConditionChiefComplaint-min"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/conditionchiefcomplaint-imri"^^xsd:anyURI ;
fhir:link <https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/conditionchiefcomplaint-imri>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>病人主訴</b></h3><p><b>臨床狀態</b>:Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/condition-clinical\">ConditionClinicalStatusCodes</a>#active)</span></p><p><b>病情、問題或診斷分類</b>:Chief complaint Narrative - Reported <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://loinc.org\">Condition Category Codes</a>#10154-3)</span></p><p><b>病人</b>:<a href=\"Patient-Patient-min.html\">Patient/Patient-min</a> \"安格斯\"</p><p><b>就醫事件</b>:<a href=\"Encounter-Encounter-min.html\">Encounter/Encounter-min</a></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-10-cm-2021-tw\">臺灣2021年中文版ICD-10-CM</a>#K62.5)</span></p><p><b>病人主訴</b>:Anal pain with anal bleeding for few days</p></div>"
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
a loinc:10154-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10154-3" ] ;
fhir:display [ fhir:v "Chief complaint Narrative - Reported" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-cm-2021-tw"^^xsd:anyURI ] ;
fhir:code [ fhir:v "K62.5" ] ;
fhir:display [ fhir:v "肛門及直腸出血" ]     ] ) ;
fhir:text [ fhir:v "肛門及直腸出血" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Patient-min" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/Encounter-min" ]
  ] ; # 
  fhir:note ( [
fhir:text [ fhir:v "Anal pain with anal bleeding for few days" ]
  ] ) . #