FHIR IG analytics| Package | tewhatuora.fhir.nz-shared-digital-health-record |
| Resource Type | Consent |
| Id | Consent-ConsentFacilityDenyExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Consent ConsentFacilityDenyExample
Profile: SDHRConsent
identifier: 93f28be6-4787-40f1-ae39-64233eb2cf7c (use: secondary, )
status: Active
scope: Privacy Consent
category: Consent for information sharing
patient: Sage Westbrook
| Authority | Uri |
| https://www.privacy.org.nz | https://www.privacy.org.nz/privacy-act-2020 |
provision
type: Opt In
period: 2023-10-04 --> (ongoing)
action: access
provision
Facility Participation: Facility opt out
Actors
Role Reference PROV https://api.hip.digital.health.nz/fhir/hpi/v1/Location/FZZ111-A
{
"resourceType": "Consent",
"id": "ConsentFacilityDenyExample",
"meta": {
"profile": [
"https://fhir-ig.digital.health.nz/sdhr/StructureDefinition/SDHRConsent"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "secondary",
"value": "93f28be6-4787-40f1-ae39-64233eb2cf7c"
}
],
"status": "active",
"scope": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
"code": "patient-privacy"
}
]
},
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "887031000000108",
"display": "Consent for information sharing"
}
]
}
],
"patient": {
"reference": "https://api.hip.digital.health.nz/fhir/nhi/v1/Patient/ZKC7284",
"type": "Patient",
"display": "Sage Westbrook"
},
"policy": [
{
"authority": "https://www.privacy.org.nz",
"uri": "https://www.privacy.org.nz/privacy-act-2020"
}
],
"provision": {
"type": "permit",
"period": {
"start": "2023-10-04"
},
"action": [
{
"coding": [
{
"code": "access"
}
]
}
],
"provision": [
{
"extension": [
{
"url": "https://fhir-ig.digital.health.nz/sdhr/StructureDefinition/facility-participation-extension",
"valueCodeableConcept": {
"coding": [
{
"code": "sdhr-facility-opt-out",
"display": "Facility opt out"
}
]
}
}
],
"actor": [
{
"role": {
"coding": [
{
"code": "PROV"
}
]
},
"reference": {
"reference": "https://api.hip.digital.health.nz/fhir/hpi/v1/Location/FZZ111-A"
}
}
]
}
]
}
}