CH Core (R4)
2.0.0 - STU 2

This page is part of the CH Core (R4) (v2.0.0: STU 2) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Consent for Swiss EPR with Encounter exclusions - JSON Representation

Raw json | Download


{
  "resourceType" : "Consent",
  "id" : "EncounterExcludedForEpr",
  "meta" : {
    "profile" : [
      "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-consent-epr"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: active</p><p><b>scope</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/consentscope patient-privacy}\">Privacy Consent</span></p><p><b>category</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-ActCode IDSCL}\">information disclosure</span></p><p><b>patient</b>: <a href=\"Patient-ElisabethBroennimannByBFH.html\">Elisabeth Broennimann. Generated Summary: Elisabeth Brönnimann-Bertholet ; Phone: +41 32 321 61 11, elisabeth@broennimann.today; gender: female; birthDate: 1937-05-03; <span title=\"Codes: {http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus 2}, {http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}\">verheiratet</span></a></p><p><b>dateTime</b>: 2020-12-28</p><p><b>organization</b>: <span>Stammgemeinschaft XYZ</span></p><h3>Policies</h3><table class=\"grid\"><tr><td>-</td><td><b>Authority</b></td></tr><tr><td>*</td><td><a href=\"https://www.admin.ch/opc/de/classified-compilation/20111795/index.html\">https://www.admin.ch/opc/de/classified-compilation/20111795/index.html</a></td></tr></table><p><b>policyRule</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/consentpolicycodes ch-epr}\">ch-epr</span></p><blockquote><p><b>provision</b></p><p><b>type</b>: deny</p><h3>Data</h3><table class=\"grid\"><tr><td>-</td><td><b>Meaning</b></td><td><b>Reference</b></td></tr><tr><td>*</td><td>instance</td><td><a href=\"Encounter-EncounterAccidentBroennimann.html\">Generated Summary: Visit number: 12345; status: finished; <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}\">inpatient encounter</span>; <span title=\"Codes: {http://fhir.ch/ig/ch-core/CodeSystem/bfs-medstats-18-admittype 1}\">Notfall (Behandlung innerhalb von 12 Std. unabdingbar)</span>; period: 20 Dec 2020, 15:00:00 --&gt; 22 Dec 2020, 15:15:00</a></td></tr></table></blockquote></div>"
  },
  "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"
        }
      }
    ]
  }
}