同意書實作指引(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 "consent-category"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Properties</b></p><p><b>This code system  defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>PolicySource</td><td>string</td><td>資料提供單位</td></tr><tr><td>Scenario</td><td>string</td><td>使用情境</td></tr></table><p><b>Concepts</b></p><p>This code system <code>http://hitstdio.ntunhs.edu.tw/consentForm/CodeSystem/consent-category</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><td><b>PolicySource</b></td><td><b>Scenario</b></td></tr><tr><td style=\"white-space:nowrap\">AFFT<a name=\"consent-category-AFFT\"> </a></td><td>切結書</td><td>Affidavit</td><td>長照司</td><td>長照機構</td></tr><tr><td style=\"white-space:nowrap\">LTCNA<a name=\"consent-category-LTCNA\"> </a></td><td>長期照顧需要評估結果通知單</td><td>Long term care needs assessment</td><td>長照司</td><td>長照機構</td></tr><tr><td style=\"white-space:nowrap\">PDCPUA<a name=\"consent-category-PDCPUA\"> </a></td><td>個人資料蒐集、處理及利用告知事項</td><td>Personal data collection, processing and use agreement</td><td>長照司</td><td>長照機構</td></tr><tr><td style=\"white-space:nowrap\">CMAF<a name=\"consent-category-CMAF\"> </a></td><td>個案服務管理申請書</td><td>Case management application form</td><td>長照司</td><td>長照機構</td></tr><tr><td style=\"white-space:nowrap\">CFK7-12Y<a name=\"consent-category-CFK7-12Y\"> </a></td><td>兒童版同意書(7-12歲)</td><td>Consent form for kids who are ranged from 7 to 12 year-old</td><td>國健署</td><td>研究同意書</td></tr><tr><td style=\"white-space:nowrap\">CFS7-20Y<a name=\"consent-category-CFS7-20Y\"> </a></td><td>受試者同意書(7足歲-20足歲)</td><td>Consent form for subjects who are ranged from 7 to 20 year-old</td><td>國健署</td><td>研究同意書</td></tr><tr><td style=\"white-space:nowrap\">CFPC<a name=\"consent-category-CFPC\"> </a></td><td>安寧療護意願書</td><td>Consent form for palliative care</td><td>醫事司</td><td>安寧療護</td></tr><tr><td style=\"white-space:nowrap\">CFOD<a name=\"consent-category-CFOD\"> </a></td><td>器官捐贈同意書</td><td>Consent form for organ donation</td><td>醫事司</td><td>器官捐贈</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hitstdio.ntunhs.edu.tw/consentForm/CodeSystem/consent-category"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ConsentCategory"] ; # 
  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 "8"^^xsd:nonNegativeInteger] ; # 
  fhir:property ( [
fhir:code [ fhir:v "PolicySource" ] ;
fhir:description [ fhir:v "資料提供單位" ] ;
fhir:type [ fhir:v "string" ]
  ] [
fhir:code [ fhir:v "Scenario" ] ;
fhir:description [ fhir:v "使用情境" ] ;
fhir:type [ fhir:v "string" ]
  ] ) ; # 
  fhir:concept ( [
fhir:code [ fhir:v "AFFT" ] ;
fhir:display [ fhir:v "切結書" ] ;
fhir:definition [ fhir:v "Affidavit" ] ;
    ( fhir:property [
fhir:code [ fhir:v "PolicySource" ] ;
fhir:value [ fhir:v "長照司" ]     ] [
fhir:code [ fhir:v "Scenario" ] ;
fhir:value [ fhir:v "長照機構" ]     ] )
  ] [
fhir:code [ fhir:v "LTCNA" ] ;
fhir:display [ fhir:v "長期照顧需要評估結果通知單" ] ;
fhir:definition [ fhir:v "Long term care needs assessment" ] ;
    ( fhir:property [
fhir:code [ fhir:v "PolicySource" ] ;
fhir:value [ fhir:v "長照司" ]     ] [
fhir:code [ fhir:v "Scenario" ] ;
fhir:value [ fhir:v "長照機構" ]     ] )
  ] [
fhir:code [ fhir:v "PDCPUA" ] ;
fhir:display [ fhir:v "個人資料蒐集、處理及利用告知事項" ] ;
fhir:definition [ fhir:v "Personal data collection, processing and use agreement" ] ;
    ( fhir:property [
fhir:code [ fhir:v "PolicySource" ] ;
fhir:value [ fhir:v "長照司" ]     ] [
fhir:code [ fhir:v "Scenario" ] ;
fhir:value [ fhir:v "長照機構" ]     ] )
  ] [
fhir:code [ fhir:v "CMAF" ] ;
fhir:display [ fhir:v "個案服務管理申請書" ] ;
fhir:definition [ fhir:v "Case management application form" ] ;
    ( fhir:property [
fhir:code [ fhir:v "PolicySource" ] ;
fhir:value [ fhir:v "長照司" ]     ] [
fhir:code [ fhir:v "Scenario" ] ;
fhir:value [ fhir:v "長照機構" ]     ] )
  ] [
fhir:code [ fhir:v "CFK7-12Y" ] ;
fhir:display [ fhir:v "兒童版同意書(7-12歲)" ] ;
fhir:definition [ fhir:v "Consent form for kids who are ranged from 7 to 12 year-old" ] ;
    ( fhir:property [
fhir:code [ fhir:v "PolicySource" ] ;
fhir:value [ fhir:v "國健署" ]     ] [
fhir:code [ fhir:v "Scenario" ] ;
fhir:value [ fhir:v "研究同意書" ]     ] )
  ] [
fhir:code [ fhir:v "CFS7-20Y" ] ;
fhir:display [ fhir:v "受試者同意書(7足歲-20足歲)" ] ;
fhir:definition [ fhir:v "Consent form for subjects who are ranged from 7 to 20 year-old" ] ;
    ( fhir:property [
fhir:code [ fhir:v "PolicySource" ] ;
fhir:value [ fhir:v "國健署" ]     ] [
fhir:code [ fhir:v "Scenario" ] ;
fhir:value [ fhir:v "研究同意書" ]     ] )
  ] [
fhir:code [ fhir:v "CFPC" ] ;
fhir:display [ fhir:v "安寧療護意願書" ] ;
fhir:definition [ fhir:v "Consent form for palliative care" ] ;
    ( fhir:property [
fhir:code [ fhir:v "PolicySource" ] ;
fhir:value [ fhir:v "醫事司" ]     ] [
fhir:code [ fhir:v "Scenario" ] ;
fhir:value [ fhir:v "安寧療護" ]     ] )
  ] [
fhir:code [ fhir:v "CFOD" ] ;
fhir:display [ fhir:v "器官捐贈同意書" ] ;
fhir:definition [ fhir:v "Consent form for organ donation" ] ;
    ( fhir:property [
fhir:code [ fhir:v "PolicySource" ] ;
fhir:value [ fhir:v "醫事司" ]     ] [
fhir:code [ fhir:v "Scenario" ] ;
fhir:value [ fhir:v "器官捐贈" ]     ] )
  ] ) . #