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 Actor Identifier Type - 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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PpqmActorIdentifierType"] ; # 
  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:epr-spid</td><td>EPR-SPID</td></tr><tr><td>urn:e-health-suisse:representative-id</td><td>Representative ID</td></tr><tr><td>urn:gs1:gln</td><td>GLN</td></tr><tr><td>urn:oasis:names:tc:xspa:1.0:subject:organization-id</td><td>Organization ID</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir.ch/ig/ch-epr-ppqm/ValueSet/PpqmActorIdentifierType"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.0.0"] ; # 
  fhir:name [ fhir:v "PpqmActorIdentifierType"] ; # 
  fhir:title [ fhir:v "PPQm Actor Identifier Type"] ; # 
  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 "Actor Identifier Types for PPQm"] ; # 
  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:compose [
    ( fhir:include [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "urn:e-health-suisse:2015:epr-spid" ] ;
fhir:display [ fhir:v "EPR-SPID" ]       ] [
fhir:code [ fhir:v "urn:e-health-suisse:representative-id" ] ;
fhir:display [ fhir:v "Representative ID" ]       ] [
fhir:code [ fhir:v "urn:gs1:gln" ] ;
fhir:display [ fhir:v "GLN" ]       ] [
fhir:code [ fhir:v "urn:oasis:names:tc:xspa:1.0:subject:organization-id" ] ;
fhir:display [ fhir:v "Organization ID" ]       ] )     ] )
  ] . #