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

: restrict-patient-access-123 - JSON Representation

Raw json | Download

{
  "resourceType" : "Consent",
  "id" : "restrict-patient-access-123",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Consent restrict-patient-access-123</b></p><a name=\"restrict-patient-access-123\"> </a><a name=\"hcrestrict-patient-access-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 restrict-patient-access}\">Begränsa patientåtkomst till egen information</span></p><p><b>patient</b>: <a href=\"Patient/191212121212\">Patient/191212121212</a></p><p><b>dateTime</b>: 2025-11-24 14:30:00+0100</p><p><b>performer</b>: <a href=\"Practitioner/responsible-physician\">Practitioner/responsible-physician</a></p><p><b>policyRule</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode NOPATIENT}\">NOPATIENT</span></p><blockquote><p><b>provision</b></p><p><b>type</b>: Opt Out</p><p><b>period</b>: 2025-11-24 14:30:00+0100 --&gt; 2025-12-01 10:00:00+0100</p><h3>Actors</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Role</b></td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PAT}\">Patient</span></td><td><a href=\"Patient/191212121212\">Patient/191212121212</a></td></tr></table><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=\"Observation-pending-cancer-diagnosis.html\">Observation Pathology report final diagnosis</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" : "restrict-patient-access",
          "display" : "Begränsa patientåtkomst till egen information"
        }
      ]
    }
  ],
  "patient" : {
    "reference" : "Patient/191212121212"
  },
  "dateTime" : "2025-11-24T14:30:00+01:00",
  "performer" : [
    {
      "reference" : "Practitioner/responsible-physician"
    }
  ],
  "policyRule" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code" : "NOPATIENT"
      }
    ]
  },
  "provision" : {
    "type" : "deny",
    "period" : {
      "start" : "2025-11-24T14:30:00+01:00",
      "end" : "2025-12-01T10:00:00+01:00"
    },
    "actor" : [
      {
        "role" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "PAT",
              "display" : "Patient"
            }
          ]
        },
        "reference" : {
          "reference" : "Patient/191212121212"
        }
      }
    ],
    "data" : [
      {
        "meaning" : "related",
        "reference" : {
          🔗 "reference" : "Observation/pending-cancer-diagnosis"
        }
      }
    ]
  }
}