EMIS Web Adapter for QuickFHIR
2.0.0 - draft

Publish Box goes here

: Problem Status Code System - JSON Representation

Active as of 2022-12-13

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "ProblemStatus",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://www.e-mis.com/emisopen/MedicalRecord/R4/CodeSystem/ProblemStatus</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\">0<a name=\"ProblemStatus-0\"> </a></td><td>Past Problem/Resolved</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"ProblemStatus-1\"> </a></td><td>Active Problem/Actual Problem</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"ProblemStatus-2\"> </a></td><td>Health Admin/Health Promotion</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"ProblemStatus-3\"> </a></td><td>Potential Problem</td></tr></table></div>"
  },
  "url" : "http://www.e-mis.com/emisopen/MedicalRecord/R4/CodeSystem/ProblemStatus",
  "version" : "2.0.0",
  "name" : "ProblemStatus",
  "title" : "Problem Status Code System",
  "status" : "active",
  "date" : "2022-12-13T08:06:20+00:00",
  "description" : "EMIS Open Problem Status Code System",
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "0",
      "display" : "Past Problem/Resolved"
    },
    {
      "code" : "1",
      "display" : "Active Problem/Actual Problem"
    },
    {
      "code" : "2",
      "display" : "Health Admin/Health Promotion"
    },
    {
      "code" : "3",
      "display" : "Potential Problem"
    }
  ]
}