Difference between revisions of "Data Consent Status"

From Hiasobi - FHIR
Jump to: navigation, search
Line 3: Line 3:
 
Consent information is included in the Patient.meta.security element:
 
Consent information is included in the Patient.meta.security element:
  
Coding system [http://oridashi.com.au/CodeSystem/consent]
+
 
 
ABSTAIN - no indication or positive participation
 
ABSTAIN - no indication or positive participation
 
OPTOUT - consent withdrawn for data/SMS contact
 
OPTOUT - consent withdrawn for data/SMS contact
  
{| class="wikitable"
+
{| class="wikitable"  
|+ Caption: example table
+
|+ Caption: Coding system [http://oridashi.com.au/CodeSystem/consent]
|-
+
|-SMSABSTAIN|SMS Consent Abstain
! header1
+
|-SMSABSTAIN|SMS Consent Abstain
! header2
+
|-SMSOPTOUT|SMS Consent Opt-out-
! header3
+
|-MDPIPQIABSTAIN|MD PIP QI Abstain-
|-
+
|-MDPIPQIOPTOUT|MD PIP QI Opt-out-
| row1cell1
+
|-MDDATAABSTAIN|MD Data Research Abstain-
| row1cell2
+
|-MDDATAAOPTOUT|MD Data Research Opt-out-
| row1cell3
+
|-
+
| row2cell1
+
| row2cell2
+
| row2cell3
+
 
|}
 
|}
  
{| class="wikitable"
 
|-SMSABSTAIN|SMS Consent Abstain-|
 
|-SMSOPTOUT|SMS Consent Opt-out-|
 
|-MDPIPQIABSTAIN|MD PIP QI Abstain-|
 
|-MDPIPQIOPTOUT|MD PIP QI Opt-out-|
 
|-MDDATAABSTAIN|MD Data Research Abstain-|
 
|-MDDATAAOPTOUT|MD Data Research Opt-out-|
 
}
 
  
  

Revision as of 14:24, 13 May 2021

Consent information is included in the

Consent information is included in the Patient.meta.security element:


ABSTAIN - no indication or positive participation OPTOUT - consent withdrawn for data/SMS contact

Caption: Coding system [1]


   {
       "resourceType": "Patient",
       "id": "B4E2EA83C3AD4443A9A0D2DF96E40E03.72", 
       "meta": {
            "versionId": "20210512024623",
            "lastUpdated": "2021-05-12T02:46:23.577+00:00",
            "security": [
                     {
                           "system": "http://oridashi.com.au/CodeSystem/consent",
                           "code": "SMSABSTAIN",
                           "display": "SMS Consent Abstain"
                     },
                     {
                           "system": "http://oridashi.com.au/CodeSystem/consent",
                           "code": "MDPIPQIABSTAIN",
                           "display": "MD PIP QI Abstain"
                     },
                     {
                          "system": "http://oridashi.com.au/CodeSystem/consent",
                          "code": "MDDATAABSTAIN",
                          "display": "MD Data Abstain"
                     }
             ]
        }
    }