Logica COVID-19 FHIR Profile Library IG
0.13.1 - ci-build

Logica COVID-19 FHIR Profile Library IG - Local Development build (v0.13.1). See the Directory of published versions

COVID19 Undefined Lab Values code system - JSON Representation

(back to description)

Raw json

Source view


{
  "resourceType" : "CodeSystem",
  "id" : "covid19-lab-values-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://fhir.logicahealth.org/covid19/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></table></div>"
  },
  "url" : "http://fhir.logicahealth.org/covid19/CodeSystem/covid19-lab-values-cs",
  "version" : "0.13.1",
  "name" : "COVID19LabValuesCS",
  "title" : "COVID19 Undefined Lab Values code system",
  "status" : "active",
  "date" : "2021-08-09T20:08:14+00:00",
  "publisher" : "Logica",
  "contact" : [
    {
      "name" : "Logica",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.logicahealth.org/"
        }
      ]
    }
  ],
  "description" : "A set of laboratory result values that are not defined in any code system.",
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "equivalent",
      "display" : "equivalent"
    },
    {
      "code" : "invalid",
      "display" : "invalid"
    }
  ]
}