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 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Consent ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "restrict-patient-access-123"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:scope [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/consentscope"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/consentscope>       ] ;
fhir:code [ fhir:v "patient-privacy" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [
fhir:v "https://inera.se/fhir/core/CodeSystem/consent-category-se"^^xsd:anyURI ;
fhir:l <https://inera.se/fhir/core/CodeSystem/consent-category-se>       ] ;
fhir:code [ fhir:v "restrict-patient-access" ] ;
fhir:display [ fhir:v "Begränsa patientåtkomst till egen information" ]     ] )
  ] ) ; # 
  fhir:patient [
fhir:l fhir:Patient/191212121212 ;
fhir:reference [ fhir:v "Patient/191212121212" ]
  ] ; # 
  fhir:dateTime [ fhir:v "2025-11-24T14:30:00+01:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:l fhir:Practitioner/responsible-physician ;
fhir:reference [ fhir:v "Practitioner/responsible-physician" ]
  ] ) ; # 
  fhir:policyRule [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActCode>       ] ;
fhir:code [ fhir:v "NOPATIENT" ]     ] )
  ] ; # 
  fhir:provision [
fhir:type [ fhir:v "deny" ] ;
fhir:period [
fhir:start [ fhir:v "2025-11-24T14:30:00+01:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2025-12-01T10:00:00+01:00"^^xsd:dateTime ]     ] ;
    ( fhir:actor [
fhir:role [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ParticipationType>           ] ;
fhir:code [ fhir:v "PAT" ] ;
fhir:display [ fhir:v "Patient" ]         ] )       ] ;
fhir:reference [
fhir:l fhir:Patient/191212121212 ;
fhir:reference [ fhir:v "Patient/191212121212" ]       ]     ] ) ;
    ( fhir:data [
fhir:meaning [ fhir:v "related" ] ;
fhir:reference [
fhir:l fhir:Observation/pending-cancer-diagnosis ;
fhir:reference [ fhir:v "Observation/pending-cancer-diagnosis" ]       ]     ] )
  ] . #