Smart Bear Implementation Guide
0.3.4 - ci-build

Smart Bear Implementation Guide - Local Development build (v0.3.4). See the Directory of published versions

: Questionnaire Response FiveSerial - JSON Representation

Active as of 2024-04-22

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "FiveSerial",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://smart-bear.eu/fhir/CodeSystem/FiveSerial</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=\"FiveSerial-0\"> </a></td><td>0 correct</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"FiveSerial-1\"> </a></td><td>1 correct</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"FiveSerial-2\"> </a></td><td>2 or 3 correct</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"FiveSerial-3\"> </a></td><td>4 or 5 correct</td></tr></table></div>"
  },
  "url" : "https://smart-bear.eu/fhir/CodeSystem/FiveSerial",
  "version" : "0.3.4",
  "name" : "FiveSerial",
  "title" : "Questionnaire Response FiveSerial",
  "status" : "active",
  "date" : "2024-04-22T12:34:38+02:00",
  "description" : "Questionnaire Response FiveSerial",
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "0",
      "display" : "0 correct"
    },
    {
      "code" : "1",
      "display" : "1 correct"
    },
    {
      "code" : "2",
      "display" : "2 or 3 correct"
    },
    {
      "code" : "3",
      "display" : "4 or 5 correct"
    }
  ]
}