Cross Border Data Exchange IG
1.0.0 - CI Build International flag

Cross Border Data Exchange IG, published by IEHR-Workgroup. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/InteropEHRate-project/cross-border-data-exchange/ and changes regularly. See the Directory of published versions

: BioSignalCategories ValueSet-IEHR - TTL Representation

Draft as of 2024-04-08

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 "BioSignalCategories-IEHR"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v2-0074.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0074</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v2-0074.html#v2-0074-EC\">EC</a></td><td>Electrocardiac (e.g., EKG, EEC, Holter)</td><td>Electrocardiac (e.g., EKG,  EEC, Holter)</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v2-0074.html#v2-0074-EN\">EN</a></td><td>Electroneuro (EEG, EMG,EP,PSG)</td><td>Electroneuro (EEG, EMG,EP,PSG)</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://interopehrate.eu/fhir/ValueSet/BioSignalCategories-IEHR"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "BioSignalCategoriesValueSetIEHR"] ; # 
  fhir:title [ fhir:v "BioSignalCategories ValueSet-IEHR"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2024-04-08T11:29:03+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "IEHR-Workgroup"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/Special/committees/IEHR-Workgroup" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "ValueSet containing only codes for categorizing of DiagnosticReports that are used for bio signals."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "EC" ] ;
fhir:display [ fhir:v "Electrocardiac (e.g., EKG, EEC, Holter)" ]       ] [
fhir:code [ fhir:v "EN" ] ;
fhir:display [ fhir:v "Electroneuro (EEG, EMG,EP,PSG)" ]       ] )     ] )
  ] . #