FHIR IG analytics| Package | hl7.fhir.us.davinci-pdex.r4 |
| Resource Type | Consent |
| Id | Consent-no-consent-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Consent no-consent-1
Profile: PDex Provider Access Consent Profile
status: Active
scope: Privacy Consent
category: information disclosure
patient: Johnny Appleseed Male, DoB: 1986-01-01 ( Member Number)
performer: Johnny Appleseed Male, DoB: 1986-01-01 ( Member Number)
organization: Organization Payer 1
policyRule: Common Rule Informed Consent
provision
type: Opt Out
period: 2024-06-11 --> (ongoing)
Actors
Role Reference Performer My Health Plan (Identifier: NPI/0123456789) action: Disclose
{
"resourceType": "Consent",
"id": "no-consent-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-provider-consent"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}
]
}
}