CH EPR FHIR (R4), published by eHealth Suisse. This guide is not an authorized publication; it is the continuous build for version 4.0.1-ballot-2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ehealthsuisse/ch-epr-fhir/ and changes regularly. See the Directory of published versions
: CH PPQm Policy Set Template ID - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "PpqmPolicySetTemplateId"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem PpqmPolicySetTemplateId</b></p><a name=\"PpqmPolicySetTemplateId\"> </a><a name=\"hcPpqmPolicySetTemplateId\"> </a><a name=\"PpqmPolicySetTemplateId-en-US\"> </a><p>This case-sensitive code system <code>http://fhir.ch/ig/ch-epr-fhir/CodeSystem/PpqmPolicySetTemplateId</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">201<a name=\"PpqmPolicySetTemplateId-201\"> </a></td><td>Template 201 -- Full access for the patient</td></tr><tr><td style=\"white-space:nowrap\">202<a name=\"PpqmPolicySetTemplateId-202\"> </a></td><td>Template 202 -- Read access in emergency mode</td></tr><tr><td style=\"white-space:nowrap\">203<a name=\"PpqmPolicySetTemplateId-203\"> </a></td><td>Template 203 -- Default provision level</td></tr><tr><td style=\"white-space:nowrap\">301<a name=\"PpqmPolicySetTemplateId-301\"> </a></td><td>Template 301 -- Read access for a healthcare professional without delegation</td></tr><tr><td style=\"white-space:nowrap\">302<a name=\"PpqmPolicySetTemplateId-302\"> </a></td><td>Template 302 -- Read access for a group of healthcare professionals</td></tr><tr><td style=\"white-space:nowrap\">303<a name=\"PpqmPolicySetTemplateId-303\"> </a></td><td>Template 303 -- Full access for a representative</td></tr><tr><td style=\"white-space:nowrap\">304<a name=\"PpqmPolicySetTemplateId-304\"> </a></td><td>Template 304 -- Read access for a healthcare professional with delegation</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://fhir.ch/ig/ch-epr-fhir/CodeSystem/PpqmPolicySetTemplateId"^^xsd:anyURI] ; #
fhir:version [ fhir:v "4.0.1-ballot-2"] ; #
fhir:name [ fhir:v "PpqmPolicySetTemplateId"] ; #
fhir:title [ fhir:v "CH PPQm Policy Set Template ID"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-11-19T12:10:13+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "eHealth Suisse"] ; #
fhir:contact ( [
fhir:name [ fhir:v "eHealth Suisse" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.e-health-suisse.ch" ] ] )
] ) ; #
fhir:description [ fhir:v "Code system for Policy Set Template IDs"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CH" ] ] )
] ) ; #
fhir:copyright [ fhir:v "CC0-1.0"] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "201" ] ;
fhir:display [ fhir:v "201" ] ;
fhir:definition [ fhir:v "Template 201 -- Full access for the patient" ]
] [
fhir:code [ fhir:v "202" ] ;
fhir:display [ fhir:v "202" ] ;
fhir:definition [ fhir:v "Template 202 -- Read access in emergency mode" ]
] [
fhir:code [ fhir:v "203" ] ;
fhir:display [ fhir:v "203" ] ;
fhir:definition [ fhir:v "Template 203 -- Default provision level" ]
] [
fhir:code [ fhir:v "301" ] ;
fhir:display [ fhir:v "301" ] ;
fhir:definition [ fhir:v "Template 301 -- Read access for a healthcare professional without delegation" ]
] [
fhir:code [ fhir:v "302" ] ;
fhir:display [ fhir:v "302" ] ;
fhir:definition [ fhir:v "Template 302 -- Read access for a group of healthcare professionals" ]
] [
fhir:code [ fhir:v "303" ] ;
fhir:display [ fhir:v "303" ] ;
fhir:definition [ fhir:v "Template 303 -- Full access for a representative" ]
] [
fhir:code [ fhir:v "304" ] ;
fhir:display [ fhir:v "304" ] ;
fhir:definition [ fhir:v "Template 304 -- Read access for a healthcare professional with delegation" ]
] ) . #