COVID-19 FHIR Profile Library IG Informative Version
1.0.0 - Informative United States of America flag

COVID-19 FHIR Profile Library IG Informative Version, published by HL7 International - Clinical Information Modeling Initiative. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-COVID19Library-ig/ and changes regularly. See the Directory of published versions

: COVID19 Undefined Lab Values code system - JSON Representation

Active as of 2022-07-25

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "covid19-lab-values-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/covid19library/CodeSystem/covid19-lab-values-cs defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">equivalent<a name=\"covid19-lab-values-cs-equivalent\"> </a></td><td>equivalent</td></tr><tr><td style=\"white-space:nowrap\">invalid<a name=\"covid19-lab-values-cs-invalid\"> </a></td><td>invalid</td></tr><tr><td style=\"white-space:nowrap\">borderline<a name=\"covid19-lab-values-cs-borderline\"> </a></td><td>borderline</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/covid19library/CodeSystem/covid19-lab-values-cs",
  "version" : "1.0.0",
  "name" : "COVID19LabValuesCS",
  "title" : "COVID19 Undefined Lab Values code system",
  "status" : "active",
  "date" : "2022-07-25T12:22:40+00:00",
  "publisher" : "HL7 International - Clinical Information Modeling Initiative",
  "contact" : [
    {
      "name" : "HL7 International - Clinical Information Modeling Initiative",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/cimi"
        }
      ]
    },
    {
      "name" : "Logica",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.logicahealth.org/"
        }
      ]
    },
    {
      "name" : "HL7",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.hl7.org"
        }
      ]
    }
  ],
  "description" : "A set of laboratory result values that are not defined in any code system.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "copyright" : "HL7 International & Logica Health, all rights reserved Creative Commons License",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "equivalent",
      "display" : "equivalent"
    },
    {
      "code" : "invalid",
      "display" : "invalid"
    },
    {
      "code" : "borderline",
      "display" : "borderline"
    }
  ]
}