FHIR IG analytics| Package | johnmoehrke.ConsentAboutAI.example |
| Resource Type | Consent |
| Id | Consent-DenyCDS.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Consent DenyCDS
Security Label: test health data (Details: ActReason code HTEST = 'test health data')
| Role | Details |
| John Schmidt Other, DoB: 1923-07-25 ( http://example.org/mrn#123456) | |
| http://example.org/organizations/ex-organization |
This consent is made under the policy http://example.org/consent-policies#cds-consent-policy .
| Rule | What |
|---|---|
![]() | |
![]() ![]() |
|
{
"resourceType": "Consent",
"id": "DenyCDS",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"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://loinc.org",
"code": "64292-6",
"display": "Release of information consent"
}
]
},
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "IDSCL"
}
]
}
],
"patient": {
"reference": "Patient/ex-patient"
},
"dateTime": "2022-06-13",
"performer": [
{
"reference": "http://example.org/organizations/ex-organization"
}
],
"sourceReference": {
"reference": "http://example.org/documentreferences/ex-documentreference"
},
"policy": [
{
"uri": "http://example.org/consent-policies#cds-consent-policy"
}
],
"provision": {
"type": "deny",
"purpose": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "TREATDS"
}
]
}
}