0.1.0 - ci-build

EgdeVJ_IG - Local Development build (v0.1.0). See the Directory of published versions

: Code system for Patient activity CodeSystem - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "vj-resource-VJResourceState",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://fhir.onegde.no/CodeSystem/vj-resource-VJResourceState 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\">1<a name=\"vj-resource-VJResourceState-1\"> </a></td><td>active</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"vj-resource-VJResourceState-2\"> </a></td><td>inactive</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"vj-resource-VJResourceState-3\"> </a></td><td>paused</td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"vj-resource-VJResourceState-0\"> </a></td><td>unknown</td></tr></table></div>"
  },
  "url" : "http://fhir.onegde.no/CodeSystem/vj-resource-VJResourceState",
  "version" : "0.1.0",
  "name" : "VJResourceState",
  "title" : "Code system for Patient activity CodeSystem",
  "status" : "draft",
  "experimental" : true,
  "date" : "2021-08-18T14:36:33+02:00",
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "1",
      "display" : "active"
    },
    {
      "code" : "2",
      "display" : "inactive"
    },
    {
      "code" : "3",
      "display" : "paused"
    },
    {
      "code" : "0",
      "display" : "unknown"
    }
  ]
}