WHO Case Reporting for COVID-19 Surveillance
0.1.0 - ci-build

WHO Case Reporting for COVID-19 Surveillance - Local Development build (v0.1.0). See the Directory of published versions

: Patient Outcome - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "WhoCrCodeSystemPatientOutcome",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://openhie.github.io/covid-19/CodeSystem/WhoCrCodeSystemPatientOutcome defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">RECOVERED<a name=\"WhoCrCodeSystemPatientOutcome-RECOVERED\"> </a></td><td>Recovered/Healthy</td><td>Recovered/Healthy</td></tr><tr><td style=\"white-space:nowrap\">NOTRECOVERED<a name=\"WhoCrCodeSystemPatientOutcome-NOTRECOVERED\"> </a></td><td>Not recovered</td><td>Not recovered</td></tr><tr><td style=\"white-space:nowrap\">DEATH<a name=\"WhoCrCodeSystemPatientOutcome-DEATH\"> </a></td><td>Death</td><td>Death</td></tr><tr><td style=\"white-space:nowrap\">UNKNOWN<a name=\"WhoCrCodeSystemPatientOutcome-UNKNOWN\"> </a></td><td>Unknown</td><td>Unknown</td></tr></table></div>"
  },
  "url" : "http://openhie.github.io/covid-19/CodeSystem/WhoCrCodeSystemPatientOutcome",
  "version" : "0.1.0",
  "name" : "WhoCrCodeSystemPatientOutcome",
  "title" : "Patient Outcome",
  "status" : "draft",
  "experimental" : true,
  "date" : "2021-02-11T17:12:53+00:00",
  "publisher" : "OpenHIE",
  "contact" : [
    {
      "name" : "OpenHIE",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.ohie.org"
        }
      ]
    }
  ],
  "description" : "Patient Outcome",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "copyright" : "2021",
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "RECOVERED",
      "display" : "Recovered/Healthy",
      "definition" : "Recovered/Healthy"
    },
    {
      "code" : "NOTRECOVERED",
      "display" : "Not recovered",
      "definition" : "Not recovered"
    },
    {
      "code" : "DEATH",
      "display" : "Death",
      "definition" : "Death"
    },
    {
      "code" : "UNKNOWN",
      "display" : "Unknown",
      "definition" : "Unknown"
    }
  ]
}