FHIR IG analytics| Package | fhir.astp.bhp |
| Resource Type | Consent |
| Id | Consent-SDOHCC-ConsentInformationDisclosure-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Consent SDOHCC-ConsentInformationDisclosure-example-1
status: Active
scope: Primary HIPAA Consent
category: Information Disclosure
patient: James Wolff
date: 2024-02-01
organization: Organization Florida Mental Health Provider Associates
content
Attachments
ContentType Data text/plain Tm8gYWN0aXZpdHkgcmVzdHJpY3Rpb24sIHJlZ3VsYXIgZGlldCwgZm9sbG93IHVwIGluIHR3byB0byB0aHJlZSB3ZWVrcyB3aXRoIHByaW1hcnkgY2FyZSBwcm92aWRlci4=
policyRule: HIPAA Authorization
{
"resourceType": "Consent",
"id": "SDOHCC-ConsentInformationDisclosure-example-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Consent"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"scope": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
"code": "patient-privacy",
"display": "Privacy Consent"
}
]
},
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "IDSCL",
"display": "information disclosure"
}
]
}
],
"patient": {
"reference": "Patient/bh-patient-example",
"display": "James Wolff"
},
"dateTime": "2024-02-01",
"organization": [
{
"reference": "Organization/mh-provider-example-1"
}
],
"sourceAttachment": {
"contentType": "text/plain",
"data": "Tm8gYWN0aXZpdHkgcmVzdHJpY3Rpb24sIHJlZ3VsYXIgZGlldCwgZm9sbG93IHVwIGluIHR3byB0byB0aHJlZSB3ZWVrcyB3aXRoIHByaW1hcnkgY2FyZSBwcm92aWRlci4="
},
"policyRule": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentpolicycodes",
"code": "hipaa-auth",
"display": "HIPAA Authorization"
}
]
}
}