CH EPR FHIR (R4)
4.0.0-ci-build - DSTU3 Switzerland flag

CH EPR FHIR (R4), published by eHealth Suisse. This guide is not an authorized publication; it is the continuous build for version 4.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ehealthsuisse/ch-epr-mhealth/ and changes regularly. See the Directory of published versions

: CH PPQm Referenced Policy Set for Healthcare professionals (301) template - TTL Representation

Active as of 2024-04-02

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PpqmReferencedPolicySetHcp"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>urn:ietf:rfc:3986</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>urn:e-health-suisse:2015:policies:access-level:normal</td><td>Read normal</td></tr><tr><td>urn:e-health-suisse:2015:policies:access-level:restricted</td><td>Read restricted</td></tr><tr><td>urn:e-health-suisse:2015:policies:access-level:delegation-and-normal</td><td>Read normal with delegation</td></tr><tr><td>urn:e-health-suisse:2015:policies:access-level:delegation-and-restricted</td><td>Read restricted with delegation</td></tr><tr><td>urn:e-health-suisse:2015:policies:exclusion-list</td><td>Exclusion list</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir.ch/ig/ch-epr-fhir/ValueSet/PpqmReferencedPolicySetHcp"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.0.0-ci-build"] ; # 
  fhir:name [ fhir:v "PpqmReferencedPolicySetHcp"] ; # 
  fhir:title [ fhir:v "CH PPQm Referenced Policy Set for Healthcare professionals (301) template"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-04-02T13:24:19+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 "IDs of basis policy sets that may be referenced from templates 301.  Note that this value set intentionally does not contain IDs of all policy sets contained in the official stack, see [documentation](https://github.com/ehealthsuisse/ch-epr-adr-ppq/blob/main/docs/Policies.md)"] ; # 
  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:compose [
    ( fhir:include [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "urn:e-health-suisse:2015:policies:access-level:normal" ] ;
fhir:display [ fhir:v "Read normal" ]       ] [
fhir:code [ fhir:v "urn:e-health-suisse:2015:policies:access-level:restricted" ] ;
fhir:display [ fhir:v "Read restricted" ]       ] [
fhir:code [ fhir:v "urn:e-health-suisse:2015:policies:access-level:delegation-and-normal" ] ;
fhir:display [ fhir:v "Read normal with delegation" ]       ] [
fhir:code [ fhir:v "urn:e-health-suisse:2015:policies:access-level:delegation-and-restricted" ] ;
fhir:display [ fhir:v "Read restricted with delegation" ]       ] [
fhir:code [ fhir:v "urn:e-health-suisse:2015:policies:exclusion-list" ] ;
fhir:display [ fhir:v "Exclusion list" ]       ] )     ] )
  ] . #