FHIR IG analytics| Package | fhir.deep6.ai |
| Resource Type | Consent |
| Id | Consent-consent-confidential-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Consent consent-confidential-example
Profile: Tempus Patient Consent
status: Active
scope: Privacy Consent
category: Consent Document
dateTime: 2015-11-18
organization: Organization Acme Labs
policyRule: op-out
| Type | Action | DataPeriod |
| Opt Out | Use | 2015-11-18 --> (ongoing) |
{
"resourceType": "Consent",
"id": "consent-confidential-example",
"meta": {
"profile": [
"http://deep6.ai/fhir/StructureDefinition/tempus-patient-consent-1.0.0"
]
},
"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",
"display": "Consent Document"
}
]
}
],
"patient": {
"reference": "Patient/patient-example"
},
"dateTime": "2015-11-18",
"organization": [
{
"reference": "Organization/acme-lab"
}
],
"policyRule": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "OPTOUT"
}
]
},
"provision": {
"type": "deny",
"action": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentaction",
"code": "use",
"display": "Use"
}
]
}
],
"dataPeriod": {
"start": "2015-11-18"
}
}
}