FHIR IG analytics| Package | ch.fhir.ig.ch-core |
| Resource Type | Consent |
| Id | Consent-EncounterExcludedForEpr.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Consent EncounterExcludedForEpr
Profile: CH Core EPR-Consent
status: Active
scope: Privacy Consent
category: information disclosure
patient: Elisabeth Broennimann
dateTime: 2020-12-28
organization: Stammgemeinschaft XYZ
| Authority |
| https://www.admin.ch/opc/de/classified-compilation/20111795/index.html |
policyRule: CH EPR Consent
provision
type: Opt Out
Data
{
"resourceType": "Consent",
"id": "EncounterExcludedForEpr",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-epr-consent"
]
},
"text": {
"status": "generated",
"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/ElisabethBroennimannByBFH",
"display": "Elisabeth Broennimann"
},
"dateTime": "2020-12-28",
"organization": [
{
"display": "Stammgemeinschaft XYZ"
}
],
"policy": [
{
"authority": "https://www.admin.ch/opc/de/classified-compilation/20111795/index.html"
}
],
"policyRule": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentpolicycodes",
"code": "ch-epr"
}
]
},
"provision": {
"type": "deny",
"data": [
{
"meaning": "instance",
"reference": {
"reference": "Encounter/EncounterAccidentBroennimann",
"type": "Encounter"
}
}
]
}
}