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
@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 "block-inner-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 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>"^^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 "inner-block" ] ;
fhir:display [ fhir:v "Inre spärr" ] ] )
] ) ; #
fhir:patient [
fhir:l fhir:Patient/191212121212 ;
fhir:reference [ fhir:v "Patient/191212121212" ]
] ; #
fhir:dateTime [ fhir:v "2025-11-20T10:00:00+01:00"^^xsd:dateTime] ; #
fhir:organization ( [
fhir:l fhir:Organization/caregiver-0000 ;
fhir:reference [ fhir:v "Organization/caregiver-0000" ] ;
fhir:display [ fhir:v "Region Västra Götaland" ]
] ) ; #
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 "OPTOUT" ] ] )
] ; #
fhir:provision [
fhir:type [ fhir:v "deny" ] ;
( fhir:data [
fhir:meaning [ fhir:v "related" ] ;
fhir:reference [
fhir:l fhir:Condition/blocked-diagnosis ;
fhir:reference [ fhir:v "Condition/blocked-diagnosis" ] ] ] )
] . #
IG © 2025+ Inera AB. Package se.inera.core#0.2.0 based on FHIR 4.0.1. Generated 2025-12-16
Links: Table of Contents |
QA Report