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

: CH ELM Observation Interpretation Codes - 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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ch-elm-observation-interpretation-codes"] ; # 
  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/ValueSet/ch-elm-observation-interpretation-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0-trialuse"] ; # 
  fhir:name [ fhir:v "ChElmObservationInterpretationCodes"] ; # 
  fhir:title [ fhir:v "CH ELM Observation Interpretation Codes"] ; # 
  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 "This CH ELM value set includes the codes for the qualitative interpretation of the observation values (susceptible/resistant)."] ; # 
  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 "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "POS" ] ;
fhir:display [ fhir:v "Positive" ]       ] [
fhir:code [ fhir:v "NEG" ] ;
fhir:display [ fhir:v "Negative" ]       ] [
fhir:code [ fhir:v "R" ] ;
fhir:display [ fhir:v "Resistant" ]       ] [
fhir:code [ fhir:v "S" ] ;
fhir:display [ fhir:v "Susceptible" ]       ] )     ] )
  ] . #