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

Active as of 2024-09-10

Raw json | Download


{
  "resourceType" : "ConceptMap",
  "id" : "LabComparator",
  "text" : {
    "status" : "generated",
    "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>"
  },
  "url" : "https://interop.esante.gouv.fr/ig/fhir/eds/ConceptMap/LabComparator",
  "version" : "0.1.0",
  "status" : "active",
  "date" : "2024-09-10T07:13:57+00:00",
  "publisher" : "ANS",
  "contact" : [
    {
      "name" : "ANS",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://esante.gouv.fr"
        }
      ]
    }
  ],
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "FR",
          "display" : "France"
        }
      ]
    }
  ],
  "group" : [
    {
      "source" : "http://hl7.org/fhir/quantity-comparator",
      "target" : "https://fhir-terminology.ohdsi.org",
      "element" : [
        {
          "code" : "<",
          "display" : "Less than",
          "target" : [
            {
              "code" : "4171756",
              "display" : "<",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "<=",
          "display" : "Less or Equal to",
          "target" : [
            {
              "code" : "4171754",
              "display" : "<=",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : ">=",
          "display" : "Greater or Equal to",
          "target" : [
            {
              "code" : "4171755",
              "display" : ">=",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : ">",
          "display" : "Greater than",
          "target" : [
            {
              "code" : "4172704",
              "display" : ">",
              "equivalence" : "equivalent"
            }
          ]
        }
      ]
    }
  ]
}