Inera Core Implementation Guide
0.2.0 - ci-build Sweden

Inera Core Implementation Guide - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: block-inner-123 - JSON Representation

Raw json | Download

{
  "resourceType" : "Consent",
  "id" : "block-inner-123",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Consent block-inner-123</b></p><a name=\"block-inner-123\"> </a><a name=\"hcblock-inner-123\"> </a><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:{https://inera.se/fhir/core/CodeSystem/consent-category-se inner-block}\">Inre spärr</span></p><p><b>patient</b>: <a href=\"Patient/191212121212\">Patient/191212121212</a></p><p><b>dateTime</b>: 2025-11-20 10:00:00+0100</p><p><b>organization</b>: <a href=\"Organization-caregiver-0000.html\">Region Västra Götaland</a></p><p><b>policyRule</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode OPTOUT}\">op-out</span></p><blockquote><p><b>provision</b></p><p><b>type</b>: Opt Out</p><h3>Data</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Meaning</b></td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td>Related</td><td><a href=\"Condition-blocked-diagnosis.html\">Condition Depressiv episod, ospecificerad</a></td></tr></table></blockquote></div>"
  },
  "status" : "active",
  "scope" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/consentscope",
        "code" : "patient-privacy"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "https://inera.se/fhir/core/CodeSystem/consent-category-se",
          "code" : "inner-block",
          "display" : "Inre spärr"
        }
      ]
    }
  ],
  "patient" : {
    "reference" : "Patient/191212121212"
  },
  "dateTime" : "2025-11-20T10:00:00+01:00",
  "organization" : [
    {
      🔗 "reference" : "Organization/caregiver-0000",
      "display" : "Region Västra Götaland"
    }
  ],
  "policyRule" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code" : "OPTOUT"
      }
    ]
  },
  "provision" : {
    "type" : "deny",
    "data" : [
      {
        "meaning" : "related",
        "reference" : {
          🔗 "reference" : "Condition/blocked-diagnosis"
        }
      }
    ]
  }
}