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 Actor Identifier Type - 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 "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-fhir/ValueSet/PpqmActorIdentifierType"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.0.0-ci-build"] ; # 
  fhir:name [ fhir:v "PpqmActorIdentifierType"] ; # 
  fhir:title [ fhir:v "CH PPQm Actor Identifier Type"] ; # 
  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 "Actor Identifier Types for CH:PPQm"] ; # 
  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: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" ]       ] )     ] )
  ] . #