同意書實作指引(Consent Form IG)
0.1.0 - CI Build

This page is part of the 同意書實作指引 (v0.1.0: Releases Ballot 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: 同意書政策依據 - TTL Representation

Active as of 2022-12-20

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "policy-rule"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hitstdio.ntunhs.edu.tw/consentForm/CodeSystem/policy-rule</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">dementia-plan<a name=\"policy-rule-dementia-plan\"> </a></td><td>失智症防治照護政策綱領暨行動方案2.0</td><td>參照至https://1966.gov.tw/LTC/cp-4020-42469-201.html</td></tr><tr><td style=\"white-space:nowrap\">LTC-payment<a name=\"policy-rule-LTC-payment\"> </a></td><td>長期照顧服務申請及給付辦法</td><td>參照至https://law.moj.gov.tw/LawClass/LawAll.aspx?pcode=L0070059</td></tr><tr><td style=\"white-space:nowrap\">personal-data-protection-act<a name=\"policy-rule-personal-data-protection-act\"> </a></td><td>個人資料保護法</td><td>參照至https://law.moj.gov.tw/LawClass/LawAll.aspx?pcode=I0050021</td></tr><tr><td style=\"white-space:nowrap\">LTC-services-act<a name=\"policy-rule-LTC-services-act\"> </a></td><td>長期照顧服務法</td><td>參照至https://law.moj.gov.tw/LawClass/LawAll.aspx?pcode=L0070040</td></tr><tr><td style=\"white-space:nowrap\">NAHSIT<a name=\"policy-rule-NAHSIT\"> </a></td><td>國民營養健康調查</td><td>參照至https://www.hpa.gov.tw/Pages/List.aspx?nodeid=3998</td></tr><tr><td style=\"white-space:nowrap\">hospice-palliative-care-act<a name=\"policy-rule-hospice-palliative-care-act\"> </a></td><td>安寧緩和醫療條例</td><td>參照至https://law.moj.gov.tw/LawClass/LawAll.aspx?pcode=L0020066</td></tr><tr><td style=\"white-space:nowrap\">human-organ-transplant-act<a name=\"policy-rule-human-organ-transplant-act\"> </a></td><td>人體器官移植條例</td><td>參照至https://law.moj.gov.tw/LawClass/LawAll.aspx?pcode=L0020024</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hitstdio.ntunhs.edu.tw/consentForm/CodeSystem/policy-rule"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "PolicyRule"] ; # 
  fhir:title [ fhir:v "同意書政策依據"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2022-12-20"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "ABC科技股份有限公司"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.infopro.tw" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "同意書政策依據"] ; # 
  fhir:copyright [ fhir:v "*衛生福利部(待決議)*"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "dementia-plan" ] ;
fhir:display [ fhir:v "失智症防治照護政策綱領暨行動方案2.0" ] ;
fhir:definition [ fhir:v "參照至https://1966.gov.tw/LTC/cp-4020-42469-201.html" ]
  ] [
fhir:code [ fhir:v "LTC-payment" ] ;
fhir:display [ fhir:v "長期照顧服務申請及給付辦法" ] ;
fhir:definition [ fhir:v "參照至https://law.moj.gov.tw/LawClass/LawAll.aspx?pcode=L0070059" ]
  ] [
fhir:code [ fhir:v "personal-data-protection-act" ] ;
fhir:display [ fhir:v "個人資料保護法" ] ;
fhir:definition [ fhir:v "參照至https://law.moj.gov.tw/LawClass/LawAll.aspx?pcode=I0050021" ]
  ] [
fhir:code [ fhir:v "LTC-services-act" ] ;
fhir:display [ fhir:v "長期照顧服務法" ] ;
fhir:definition [ fhir:v "參照至https://law.moj.gov.tw/LawClass/LawAll.aspx?pcode=L0070040" ]
  ] [
fhir:code [ fhir:v "NAHSIT" ] ;
fhir:display [ fhir:v "國民營養健康調查" ] ;
fhir:definition [ fhir:v "參照至https://www.hpa.gov.tw/Pages/List.aspx?nodeid=3998" ]
  ] [
fhir:code [ fhir:v "hospice-palliative-care-act" ] ;
fhir:display [ fhir:v "安寧緩和醫療條例" ] ;
fhir:definition [ fhir:v "參照至https://law.moj.gov.tw/LawClass/LawAll.aspx?pcode=L0020066" ]
  ] [
fhir:code [ fhir:v "human-organ-transplant-act" ] ;
fhir:display [ fhir:v "人體器官移植條例" ] ;
fhir:definition [ fhir:v "參照至https://law.moj.gov.tw/LawClass/LawAll.aspx?pcode=L0020024" ]
  ] ) . #