Difference between revisions of "Data Consent Status"

From Hiasobi - FHIR
Jump to: navigation, search
Line 6: Line 6:
 
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"
 +
|+ Caption: example table
 +
|-
 +
! header1
 +
! header2
 +
! header3
 +
|-
 +
| row1cell1
 +
| row1cell2
 +
| row1cell3
 +
|-
 +
| row2cell1
 +
| row2cell2
 +
| row2cell3
 +
|}
  
 
{| class="wikitable"
 
{| class="wikitable"

Revision as of 14:23, 13 May 2021

Consent information is included in the

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

Coding system [1] ABSTAIN - no indication or positive participation OPTOUT - consent withdrawn for data/SMS contact

Caption: example table
header1 header2 header3
row1cell1 row1cell2 row1cell3
row2cell1 row2cell2 row2cell3
} { "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" } ] } }