CH Consent IG (R5)
1.2.3 - ci-build Switzerland flag

CH Consent IG (R5), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 1.2.3 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-consent-r5/ and changes regularly. See the Directory of published versions

: General Consent accepted - JSON Representation

Raw json | Download

{
  "resourceType" : "Consent",
  "id" : "GC-accepted",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ch/ig/ch-consent-r5/StructureDefinition/CHCoreConsent"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Consent GC-accepted</b></p><a name=\"GC-accepted\"> </a><a name=\"hcGC-accepted\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-CHCoreConsent.html\">CH Core Consent</a></p></div><p><b>status</b>: Active</p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 59284-0}\">Consent Document</span></p><p><b>subject</b>: <a href=\"Patient/MaxMuster\">Patient/MaxMuster</a></p><p><b>date</b>: 2025-03-17</p><p><b>period</b>: 2025-03-17 --&gt; (ongoing)</p><p><b>grantor</b>: <a href=\"Patient/MaxMuster\">Patient/MaxMuster</a></p><p><b>grantee</b>: <a href=\"Organization/SpitalSeeblick\">SpitalSeeblick</a></p><p><b>manager</b>: <a href=\"HealthcareService-healthcareService-DemoCIS.html\">DemoCIS</a></p><p><b>controller</b>: <a href=\"Organization/SpitalSeeblick\">SpitalSeeblick</a></p><h3>PolicyBases</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Url</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"https://www.unimedsuisse.ch/de/projekte/generalkonsent\">https://www.unimedsuisse.ch/de/projekte/generalkonsent</a></td></tr></table><p><b>decision</b>: Deny</p><h3>Provisions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Purpose</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://terminology.hl7.org/6.4.0/CodeSystem-v3-ActReason.html#v3-ActReason-HRESCH\">ActReason HRESCH</a>: healthcare research</td><td><span title=\"Codes:{http://fhir.ch/ig/ch-core/CodeSystem/ConsentProvisionCodesCS GC}\">GC</span></td></tr></table></div>"
  },
  "status" : "active",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "59284-0"
        }
      ]
    }
  ],
  "subject" : {
    "reference" : "Patient/MaxMuster"
  },
  "date" : "2025-03-17",
  "period" : {
    "start" : "2025-03-17"
  },
  "grantor" : [
    {
      "reference" : "Patient/MaxMuster",
      "type" : "Patient",
      "identifier" : {
        "system" : "urn:oid:2.999.1.2.3.4",
        "value" : "8733"
      }
    }
  ],
  "grantee" : [
    {
      "reference" : "Organization/SpitalSeeblick",
      "type" : "Organization",
      "identifier" : {
        "system" : "urn:oid:2.51.1.3",
        "value" : "7601000618306"
      },
      "display" : "SpitalSeeblick"
    }
  ],
  "manager" : [
    {
      🔗 "reference" : "HealthcareService/healthcareService-DemoCIS",
      "type" : "HealthcareService",
      "identifier" : {
        "system" : "urn:oid:2.16.756.5.30.1",
        "value" : "DemoCIS"
      },
      "display" : "DemoCIS"
    }
  ],
  "controller" : [
    {
      "reference" : "Organization/SpitalSeeblick",
      "type" : "Organization",
      "identifier" : {
        "system" : "urn:oid:2.51.1.3",
        "value" : "7601000618306"
      },
      "display" : "SpitalSeeblick"
    }
  ],
  "policyBasis" : {
    "url" : "https://www.unimedsuisse.ch/de/projekte/generalkonsent"
  },
  "decision" : "deny",
  "provision" : [
    {
      "purpose" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
          "code" : "HRESCH"
        }
      ],
      "code" : [
        {
          "coding" : [
            {
              "system" : "http://fhir.ch/ig/ch-core/CodeSystem/ConsentProvisionCodesCS",
              "code" : "GC"
            }
          ]
        }
      ]
    }
  ]
}