CH ELM (R4)
1.0.0-trialuse - trial-use Switzerland flag

This page is part of the Observations of notifiable communicable infectious diseases (v1.0.0-trialuse: STU 1 Draft) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Document Recipient implementing Publish Option - TTL Representation

Active as of 2023-09-13

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:CapabilityStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ch-elm-documentrecipient"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir.ch/ig/ch-elm/CapabilityStatement/ch-elm-documentrecipient"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0-trialuse"] ; # 
  fhir:name [ fhir:v "CH_ELM_CapabilityStatement_DocumentRecipient"] ; # 
  fhir:title [ fhir:v "Document Recipient implementing  Publish Option"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-09-13T14:45:41+02:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Federal Office of Public Health FOPH"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Federal Office of Public Health FOPH" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.bag.admin.ch/bag/en/home/das-bag/kontakt-standort.html" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Document Recipient implementing  Publish"] ; # 
  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:kind [ fhir:v "requirements"] ; # 
  fhir:fhirVersion [ fhir:v "4.0.1"] ; # 
  fhir:format ( [ fhir:v "application/fhir+xml"] [ fhir:v "application/fhir+json"] ) ; # 
  fhir:rest ( [
fhir:mode [ fhir:v "server" ] ;
fhir:security [
fhir:description [ fhir:v "TLS with client ceritifcare required" ]     ] ;
    ( fhir:resource [
fhir:type [ fhir:v "DocumentReference" ] ;
fhir:profile [
fhir:v "http://fhir.ch/ig/ch-elm/StructureDefinition/PublishDocumentReference"^^xsd:anyURI ;
fhir:link <http://fhir.ch/ig/ch-elm/StructureDefinition/PublishDocumentReference>       ] ;
      ( fhir:interaction [
fhir:code [ fhir:v "create" ]       ] [
fhir:code [ fhir:v "read" ]       ] )     ] )
  ] ) . #