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-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-fhir/ and changes regularly. See the Directory of published versions
: CH PPQm Referenced Policy Set for Emergency Access (202) and HCP Group (302) templates - 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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "PpqmReferencedPolicySetGroupEmergency"] ; #
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: ValueSet PpqmReferencedPolicySetGroupEmergency</b></p><a name=\"PpqmReferencedPolicySetGroupEmergency\"> </a><a name=\"hcPpqmReferencedPolicySetGroupEmergency\"> </a><a name=\"PpqmReferencedPolicySetGroupEmergency-en-US\"> </a><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></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "http://fhir.ch/ig/ch-epr-fhir/ValueSet/PpqmReferencedPolicySetGroupEmergency"^^xsd:anyURI] ; #
fhir:version [ fhir:v "4.0.1-ci-build"] ; #
fhir:name [ fhir:v "PpqmReferencedPolicySetGroupEmergency"] ; #
fhir:title [ fhir:v "CH PPQm Referenced Policy Set for Emergency Access (202) and HCP Group (302) templates"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-10-29T18:05:33+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 202 and 302"] ; #
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" ] ] ) ] )
] . #