Guide d'implémentation du GT Standards et Interopérabilité pour les EDS
0.1.0 - ci-build France flag

Guide d'implémentation du GT Standards et Interopérabilité pour les EDS - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: LabComparator - TTL Representation

Active as of 2024-09-10

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:ConceptMap ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "LabComparator"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConceptMap LabComparator</b></p><a name=\"LabComparator\"> </a><a name=\"hcLabComparator\"> </a><a name=\"LabComparator-fr-FR\"> </a><p>Mapping from (not specified) to (not specified)</p><br/><p><b>Group 1 </b>Mapping from <a href=\"http://hl7.org/fhir/R4/codesystem-quantity-comparator.html\">QuantityComparator</a> to <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-OMOP.html\">OHDSI Standardized Vocabularies</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>&lt; (Less than)</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>4171756 (&lt;)</td></tr><tr><td>&lt;= (Less or Equal to)</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>4171754 (&lt;=)</td></tr><tr><td>&gt;= (Greater or Equal to)</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>4171755 (&gt;=)</td></tr><tr><td>&gt; (Greater than)</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>4172704 (&gt;)</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://interop.esante.gouv.fr/ig/fhir/eds/ConceptMap/LabComparator"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2024-09-10T07:10:31+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "ANS"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "ANS" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://esante.gouv.fr" ]     ] )
  ] ) ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FR" ] ;
fhir:display [ fhir:v "France" ]     ] )
  ] ) ; # 
  fhir:group ( [
fhir:source [ fhir:v "http://hl7.org/fhir/quantity-comparator"^^xsd:anyURI ] ;
fhir:target [ fhir:v "https://fhir-terminology.ohdsi.org"^^xsd:anyURI ] ;
    ( fhir:element [
fhir:code [ fhir:v "<" ] ;
fhir:display [ fhir:v "Less than" ] ;
      ( fhir:target [
fhir:code [ fhir:v "4171756" ] ;
fhir:display [ fhir:v "<" ] ;
fhir:equivalence [ fhir:v "equivalent" ]       ] )     ] [
fhir:code [ fhir:v "<=" ] ;
fhir:display [ fhir:v "Less or Equal to" ] ;
      ( fhir:target [
fhir:code [ fhir:v "4171754" ] ;
fhir:display [ fhir:v "<=" ] ;
fhir:equivalence [ fhir:v "equivalent" ]       ] )     ] [
fhir:code [ fhir:v ">=" ] ;
fhir:display [ fhir:v "Greater or Equal to" ] ;
      ( fhir:target [
fhir:code [ fhir:v "4171755" ] ;
fhir:display [ fhir:v ">=" ] ;
fhir:equivalence [ fhir:v "equivalent" ]       ] )     ] [
fhir:code [ fhir:v ">" ] ;
fhir:display [ fhir:v "Greater than" ] ;
      ( fhir:target [
fhir:code [ fhir:v "4172704" ] ;
fhir:display [ fhir:v ">" ] ;
fhir:equivalence [ fhir:v "equivalent" ]       ] )     ] )
  ] ) . #