同意書實作指引(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

: Consent-個人資料蒐集、處理及利用告知事項 - JSON Representation

Raw json | Download


{
  "resourceType" : "Consent",
  "id" : "con-personalData-example",
  "meta" : {
    "profile" : [
      "http://hitstdio.ntunhs.edu.tw/consentForm/StructureDefinition/Consent-doltc-pdcpua"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>個人資料蒐集、處理及利用告知事項</b></h3><p><b>同意書識別碼</b>:urn:uuid:94013711-6bbe-4bfa-b31e-a77bfba2f73b (https://www.tph.mohw.gov.tw/)</p><p><b>同意書的狀態</b>:active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"http://hl7.org/fhir/R4/valueset-consent-state-codes.html\">ConsentState</a>#active)</span></p><p><b>同意書的規模</b>:Privacy Consent <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://terminology.hl7.org/5.0.0/CodeSystem-consentscope.html\">Consent Scope Codes</a>#patient-privacy)</span></p><p><b>同意書的類別</b>:個人資料蒐集、處理及利用告知事項 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-consent-category.html\">Consent Category</a>#PDCPUA)</span></p><p><b>病人</b>:<a href=\"Patient-pat-example.html\">Patient/pat-example</a> \"陳加玲\"</p><p><b>日期</b>:2021-12-01</p><p><b>同意政策和規則的機構</b>:<a href=\"Organization-doltc-example.html\">Organization/doltc-example</a> \"長期照顧司籌備辦公室\"</p><p><b>參照的文件</b>:<a href=\"DocumentReference-doc-example.html\">DocumentReference/doc-example</a></p><p><b>政策規則</b>:個人資料保護法 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-policy-rule.html\">同意書政策依據</a>#personal-data-protection-act)</span></p><p><b>個人資料蒐集、處理及利用告知事項</b>:<br/>本單位針對進入本場所之民眾進行實名登記,在您提供個人資料前,依據個人資料保護法告知下列事項:<br/>一、蒐集之目的:為提供據點服務(認知促進、緩和失智及家屬課程)。<br/>二、蒐集之個人資料項目:姓名、身分證字號、出生年月日、性別等。<br/>三、個人資料利用之期間:本單位服務期間。<br/>四、個人資料利用之對象及方式:參與本單位服務之民眾,提供相關公務機關進行統計及分析。<br/>五、當事人就其個人資料得依個人資料保護法規定向蒐集之機關行使權利,包括查詢或請求閱覽、請求製給複製本、請求補充或更正、請求蒐集、處理或利用、請求刪除,及行使方式。<br/>六、當事人若不同意提供個人資料,可能無法使用本單位提供之部分服務。<br/>七、當事人或受告知人若同意提供健保卡進行報到,則表示了解上開所述告知事項,並同意提供個人資料予本單位。</p><h4>Provisions</h4><p><b>類型</b>:Opt In <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/valueset-consent-provision-type.html\">ConsentProvisionType</a>#permit)</span></p><p><b>Action</b>:Collect <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://terminology.hl7.org/5.0.0/CodeSystem-consentaction.html\">Consent Action Codes</a>#collect)</span></p><p><b>SecurityLabel</b>:normal (Details: http://terminology.hl7.org/CodeSystem/v3-Confidentiality code N = 'normal', stated as 'null')</p><p><b>Class</b>:ITI BPPC (Details: http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode code urn:ihe:iti:bppc:2007 = 'urn:ihe:iti:bppc:2007', stated as 'ITI BPPC')</p><p><b>Code</b>:Consent Document <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://loinc.org/\">LOINC</a>#59284-0)</span></p></div>"
  },
  "identifier" : [
    {
      "system" : "https://www.tph.mohw.gov.tw/",
      "value" : "urn:uuid:656cd59f-f34d-4b62-a7da-42ed7b2882c1"
    }
  ],
  "status" : "active",
  "scope" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/consentscope",
        "code" : "patient-privacy"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hitstdio.ntunhs.edu.tw/consentForm/CodeSystem/consent-category",
          "code" : "PDCPUA"
        }
      ]
    }
  ],
  "patient" : {
    "reference" : "Patient/pat-example"
  },
  "dateTime" : "2021-12-01",
  "performer" : [
    {
      "reference" : "Organization/doltc-example"
    }
  ],
  "sourceReference" : {
    "reference" : "DocumentReference/doc-example"
  },
  "policyRule" : {
    "coding" : [
      {
        "system" : "http://hitstdio.ntunhs.edu.tw/consentForm/CodeSystem/policy-rule",
        "code" : "personal-data-protection-act"
      }
    ],
    "text" : "個人資料蒐集、處理及利用告知事項:本單位針對進入本場所之民眾進行實名登記,在您提供個人資料前,依據個人資料保護法告知下列事項:\t一、蒐集之目的:為提供據點服務(認知促進、緩和失智及家屬課程)。二、蒐集之個人資料項目:姓名、身分證字號、出生年月日、性別等。三、個人資料利用之期間:本單位服務期間。四、個人資料利用之對象及方式:參與本單位服務之民眾,提供相關公務機關進行統計及分析。五、當事人就其個人資料得依個人資料保護法規定向蒐集之機關行使權利,包括查詢或請求閱覽、請求製給複製本、請求補充或更正、請求蒐集、處理或利用、請求刪除,及行使方式。六、當事人若不同意提供個人資料,可能無法使用本單位提供之部分服務。七、當事人或受告知人若同意提供健保卡進行報到,則表示了解上開所述告知事項,並同意提供個人資料予本單位。"
  },
  "provision" : {
    "type" : "permit",
    "action" : [
      {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/consentaction",
            "code" : "collect"
          }
        ]
      }
    ],
    "securityLabel" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code" : "N"
      }
    ],
    "code" : [
      {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "59284-0"
          }
        ]
      }
    ]
  }
}