This page is part of the Da Vinci Payer Data Exchange (v2.1.0-ballot: STU2.1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Consent",
"id" : "no-consent-1",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-provider-consent"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Consent no-consent-1</b></p><a name=\"no-consent-1\"> </a><a name=\"hcno-consent-1\"> </a><a name=\"no-consent-1-en-US\"> </a><p><b>status</b>: Active</p><p><b>scope</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentscope patient-privacy}\">Privacy Consent</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode IDSCL}\">information disclosure</span></p><p><b>patient</b>: <a href=\"Patient-1.html\">Johnny Appleseed Male, DoB: 1986-01-01 ( Member Number)</a></p><p><b>performer</b>: <a href=\"Patient-1.html\">Johnny Appleseed Male, DoB: 1986-01-01 ( Member Number)</a></p><p><b>organization</b>: <a href=\"Organization-Payer1-1.html\">Organization Payer 1</a></p><p><b>policyRule</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentpolicycodes cric}\">Common Rule Informed Consent</span></p><blockquote><p><b>provision</b></p><p><b>type</b>: Opt Out</p><p><b>period</b>: 2024-06-11 --> (ongoing)</p><h3>Actors</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Role</b></td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type performer}\">Performer</span></td><td>My Health Plan (Identifier: <a href=\"http://terminology.hl7.org/5.3.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/0123456789)</td></tr></table><p><b>action</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentaction disclose}\">Disclose</span></p></blockquote></div>"
},
"status" : "active",
"scope" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/consentscope",
"code" : "patient-privacy"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "IDSCL"
}
]
}
],
"patient" : {
🔗 "reference" : "Patient/1"
},
"performer" : [
{
🔗 "reference" : "Patient/1"
}
],
"organization" : [
{
🔗 "reference" : "Organization/Payer1-1"
}
],
"policyRule" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/consentpolicycodes",
"code" : "cric",
"display" : "Common Rule Informed Consent"
}
]
},
"provision" : {
"type" : "deny",
"period" : {
"start" : "2024-06-11"
},
"actor" : [
{
"role" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code" : "performer"
}
]
},
"reference" : {
"identifier" : {
"system" : "http://hl7.org/fhir/sid/us-npi",
"value" : "0123456789"
},
"display" : "My Health Plan"
}
}
],
"action" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/consentaction",
"code" : "disclose"
}
]
}
]
}
}