FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/covid19-lab-values-cs

Packagehl7.fhir.us.covid19library
TypeCodeSystem
Idcovid19-lab-values-cs
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/covid19library/https://build.fhir.org/ig/HL7/fhir-COVID19Library-ig/CodeSystem-covid19-lab-values-cs.html
URLhttp://hl7.org/fhir/us/covid19library/CodeSystem/covid19-lab-values-cs
Version1.0.0
Statusactive
Date2022-07-25T12:22:40+00:00
NameCOVID19LabValuesCS
TitleCOVID19 Undefined Lab Values code system
Realmus
Authorityhl7
DescriptionA set of laboratory result values that are not defined in any code system.
CopyrightHL7 International & Logica Health, all rights reserved Creative Commons License
Contentcomplete

Resources that use this resource

ValueSet
covid19-pos-neg-eqvsPositive/Negative Value Set
covid19-pos-neg-inv-incl-vsCOVID19 Positive, Negative, Invalid, Inconclusive value set
covid19-pos-neg-inv-vsCOVID19 Positive Negative Invalid value set
covid19-pos-neg-susp-inv-vsCOVID19 Positive Negative Suspected Invalid value set
covid19-react-nonreact-borderline-inv-value-setReactive, Non-reactive, Borderline, Invalid value set
covid19-react-nonreact-inv-vsCOVID19 Reactive, Non-reactive, Invalid value set
det-notdet-equivocal-invalid-vsDetected, Not-detected, Equivocal, Invalid value set
det-notdet-inconclusive-invalid-vsDetected, Not-detected, Inconclusive, Invalid value set

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This code system http://hl7.org/fhir/us/covid19library/CodeSystem/covid19-lab-values-cs defines the following codes:

CodeDisplay
equivalent equivalent
invalid invalid
borderline borderline

Source

{
  "resourceType": "CodeSystem",
  "id": "covid19-lab-values-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}