CH ELM (R4)
1.14.1 - release Switzerland flag

CH ELM (R4), published by Federal Office of Public Health FOPH. This guide is not an authorized publication; it is the continuous build for version 1.14.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ahdis/ch-elm/ and changes regularly. See the Directory of published versions

: SearchParameter-ch-elm-status - TTL Representation

Active as of 2026-07-01

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 -------------------------------------------------------------------

<http://hl7.org/fhir/SearchParameter/SearchParameter-ch-elm-status> a fhir:SearchParameter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "SearchParameter-ch-elm-status"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter SearchParameter-ch-elm-status</b></p><a name=\"SearchParameter-ch-elm-status\"> </a><a name=\"hcSearchParameter-ch-elm-status\"> </a><h2>elmstatus</h2><p>Parameter <code>elm-status</code>:<code>token</code></p><div><p>Status of the processing of the document referenced by the DocumentReference</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/documentreference.html\">DocumentReference</a></td></tr><tr><td>Expression</td><td><code>DocumentReference.extension.where(url='http://fhir.ch/ig/ch-elm/StructureDefinition/ch-ext-elm-status').value</code></td></tr><tr><td>Processing Mode</td><td>Normal</td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: The parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
  ] ;
  fhir:SearchParameter.url [ fhir:value "http://fhir.ch/ig/ch-elm/SearchParameter/SearchParameter-ch-elm-status"] ;
  fhir:SearchParameter.version [ fhir:value "1.14.1"] ;
  fhir:SearchParameter.name [ fhir:value "elmstatus"] ;
  fhir:SearchParameter.status [ fhir:value "active"] ;
  fhir:SearchParameter.date [ fhir:value "2026-07-01T16:10:31+00:00"^^xsd:dateTime] ;
  fhir:SearchParameter.publisher [ fhir:value "Federal Office of Public Health FOPH"] ;
  fhir:SearchParameter.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Federal Office of Public Health FOPH" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.bag.admin.ch/bag/en/home/das-bag/kontakt-standort.html" ]
     ]
  ] ;
  fhir:SearchParameter.description [ fhir:value "Status of the processing of the document referenced by the DocumentReference"] ;
  fhir:SearchParameter.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "CH" ]
     ]
  ] ;
  fhir:SearchParameter.code [ fhir:value "elm-status"] ;
  fhir:SearchParameter.base [
     fhir:value "DocumentReference" ;
     fhir:index 0
  ] ;
  fhir:SearchParameter.type [ fhir:value "token"] ;
  fhir:SearchParameter.expression [ fhir:value "DocumentReference.extension.where(url='http://fhir.ch/ig/ch-elm/StructureDefinition/ch-ext-elm-status').value"] ;
  fhir:SearchParameter.xpathUsage [ fhir:value "normal"] ;
  fhir:SearchParameter.multipleAnd [ fhir:value "true"^^xsd:boolean] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/SearchParameter/SearchParameter-ch-elm-status.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/SearchParameter/SearchParameter-ch-elm-status.ttl> .