FHIR IG analytics| Package | fhir.deep6.ai |
| Resource Type | Consent |
| Id | Consent-consent-example-Out.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Consent consent-example-Out
status: Active
scope: Privacy Consent
category: Consent Document
patient: P. van de Heuvel
dateTime: 2015-11-18
organization: Organization/f001
source:
policyRule: op-out
provision
Actors
Role Reference custodian Organization/f001
{
"resourceType": "Consent",
"id": "consent-example-Out",
"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": "59284-0"
}
]
}
],
"patient": {
"reference": "Patient/f001",
"display": "P. van de Heuvel"
},
"dateTime": "2015-11-18",
"organization": [
{
"reference": "Organization/f001"
}
],
"sourceAttachment": {
"title": "The terms of the consent in lawyer speak."
},
"policyRule": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "OPTOUT"
}
]
},
"provision": {
"actor": [
{
"role": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "CST"
}
]
},
"reference": {
"reference": "Organization/f001"
}
}
]
}
}