COVID19 Case Reporting
0.1.0 - CI Build International flag

COVID19 Case Reporting - Local Development build (v0.1.0). See the Directory of published versions

: Lab Result Task Output - JSON Representation

Active as of 2023-04-04

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "cs-lab-task-output",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://openhie.org/fhir/covid19-casereporting/CodeSystem/cs-lab-task-output</code> 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\">Result<a name=\"cs-lab-task-output-Result\"> </a></td><td>Covid19 Test Result</td></tr></table></div>"
  },
  "url" : "http://openhie.org/fhir/covid19-casereporting/CodeSystem/cs-lab-task-output",
  "version" : "0.1.0",
  "name" : "CSLabTaskOutput",
  "title" : "Lab Result Task Output",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-04-04T11:04:38+00:00",
  "publisher" : "Jembi Health Systems",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.jembi.org"
        },
        {
          "system" : "email",
          "value" : "info@jembi.org"
        }
      ]
    }
  ],
  "description" : "Custom code system to support the need to indicate that a COVID19 result was documented by the lab",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 1,
  "concept" : [
    {
      "code" : "Result",
      "display" : "Covid19 Test Result"
    }
  ]
}