@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 -------------------------------------------------------------------

<https://twcore.mohw.gov.tw/ig/twcore/AllergyIntolerance/all-cat-example> a fhir:AllergyIntolerance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "all-cat-example"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<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/allergyintolerance-clinical\">AllergyIntoleranceClinicalStatusCodes</a>#active)</span></p><p><b>驗證狀態</b>：Confirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/allergyintolerance-verification\">AllergyIntoleranceVerificationStatusCodes</a>#confirmed)</span></p><p><b>根本原因或運作機制</b>：Allergy <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/allergy-intolerance-type\">AllergyIntoleranceType</a>#allergy)</span></p><p><b>確定的物質的類別</b>：Environment <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/allergy-intolerance-category\">AllergyIntoleranceCategory</a>#environment)</span></p><p><b>嚴重程度</b>：High Risk <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/allergy-intolerance-criticality\">AllergyIntoleranceCriticality</a>#high)</span></p><p><b>過敏或不耐症的識別</b>：患者對貓毛過敏，可能導致打噴嚏、呼吸急促(Allergy to animal protein) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#717234006)</span></p><p><b>過敏或不耐症被識別的時間</b>：2023-12-05T14:00:00</p><p><b>病人</b>：<a href=\"Patient-pat-example.html\">Patient/pat-example</a> \"陳加玲\"</p><p><b>紀錄者</b>：<a href=\"Practitioner-pra-dr-example.html\">Practitioner/pra-dr-example</a> \"王依昇\"</p><p><b>被記錄的日期</b>：2023-12-05T15:30:00</p><p><b>關於過敏的資訊來源</b>：<a href=\"Practitioner-pra-nurse-example.html\">Practitioner/pra-nurse-example</a> \"陳莉\"</p><p><b>最後一次已知反應發生的日期與時間</b>：2023-12-05T15:30:00</p><p><b>暴露於此過敏或不耐症物質的不良反應</b>：</p><blockquote><p><b>與此事件相關的臨床症狀/體徵</b>：Upper respiratory tract hypersensitivity reaction <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#490008)</span></p><p><b>對整個過敏事件的描述</b>：打噴嚏、呼吸急促</p><p><b>嚴重程度</b>：Mild <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/reaction-event-severity\">AllergyIntoleranceSeverity</a>#mild)</span></p><p><b>如何接觸到該物質</b>：呼吸道途徑(Respiratory tract route) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#447694001)</span></p><p><b>備註</b>：患者接觸貓毛後出現打噴嚏和呼吸急促，症狀於2023年12月5日下午3:30發作</p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:clinicalStatus [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical>
       ] ;
       fhir:code [ fhir:v "active" ] ;
       fhir:display [ fhir:v "Active" ]
     ] ) ;
     fhir:text [ fhir:v "Active" ]
  ] ; # 
  fhir:verificationStatus [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/allergyintolerance-verification>
       ] ;
       fhir:code [ fhir:v "confirmed" ] ;
       fhir:display [ fhir:v "Confirmed" ]
     ] ) ;
     fhir:text [ fhir:v "Confirmed" ]
  ] ; # 
  fhir:type [ fhir:v "allergy"] ; # 
  fhir:category ( [ fhir:v "environment"] ) ; # 
  fhir:criticality [ fhir:v "high"] ; # 
  fhir:code [
     fhir:coding ( [
       a sct:717234006 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "717234006" ] ;
       fhir:display [ fhir:v "Allergy to animal protein" ]
     ] ) ;
     fhir:text [ fhir:v "對貓毛過敏" ]
  ] ; # 
  fhir:patient [
     fhir:l <https://twcore.mohw.gov.tw/ig/twcore/Patient/pat-example> ;
     fhir:reference [ fhir:v "Patient/pat-example" ] ;
     fhir:display [ fhir:v "陳加玲" ]
  ] ; # 
  fhir:onset [
     a fhir:DateTime ;
     fhir:v "2023-12-05T14:00:00+08:00"^^xsd:dateTime
  ] ; # 
  fhir:recordedDate [ fhir:v "2023-12-05T15:30:00+08:00"^^xsd:dateTime] ; # 
  fhir:recorder [
     fhir:l <https://twcore.mohw.gov.tw/ig/twcore/Practitioner/pra-dr-example> ;
     fhir:reference [ fhir:v "Practitioner/pra-dr-example" ] ;
     fhir:display [ fhir:v "王依昇" ]
  ] ; # 
  fhir:asserter [
     fhir:l <https://twcore.mohw.gov.tw/ig/twcore/Practitioner/pra-nurse-example> ;
     fhir:reference [ fhir:v "Practitioner/pra-nurse-example" ] ;
     fhir:display [ fhir:v "陳莉" ]
  ] ; # 
  fhir:lastOccurrence [ fhir:v "2023-12-05T15:30:00+08:00"^^xsd:dateTime] ; # 
  fhir:note ( [
     fhir:text [ fhir:v "患者對貓毛過敏，可能導致打噴嚏、呼吸急促" ]
  ] ) ; # 
  fhir:reaction ( [
     fhir:manifestation ( [
       fhir:coding ( [
         a sct:490008 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "490008" ] ;
         fhir:display [ fhir:v "Upper respiratory tract hypersensitivity reaction" ]
       ] )
     ] ) ;
     fhir:description [ fhir:v "打噴嚏、呼吸急促" ] ;
     fhir:severity [ fhir:v "mild" ] ;
     fhir:exposureRoute [
       fhir:coding ( [
         a sct:447694001 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "447694001" ] ;
         fhir:display [ fhir:v "Respiratory tract route" ]
       ] ) ;
       fhir:text [ fhir:v "呼吸道途徑" ]
     ] ;
     fhir:note ( [
       fhir:text [ fhir:v "患者接觸貓毛後出現打噴嚏和呼吸急促，症狀於2023年12月5日下午3:30發作" ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

