CH EPR PPQm (R4)
2.0.0 - draft Switzerland flag

This page is part of the CH EPR PPQm (R4) (v2.0.0: DSTU 2 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: PPQm Policy Set Template ID - TTL Representation

Active as of 2023-12-20

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>This case-sensitive code system <code>http://fhir.ch/ig/ch-epr-ppqm/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</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></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir.ch/ig/ch-epr-ppqm/CodeSystem/PpqmPolicySetTemplateId"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.0.0"] ; # 
  fhir:name [ fhir:v "PpqmPolicySetTemplateId"] ; # 
  fhir:title [ fhir:v "PPQm Policy Set Template ID"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-12-20T11:34:01+01: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 "http://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 "CHE" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "CC0-1.0"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^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" ]
  ] [
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" ]
  ] ) . #