Smart Bear Implementation Guide
0.3.2 - ci-build

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

: Questionnaire Response ReadLetterA - JSON Representation

Active as of 2023-11-21

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "ReadLetterA",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://smart-bear.eu/fhir/CodeSystem/ReadLetterA</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=\"ReadLetterA-0\"> </a></td><td>≥2 errors</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"ReadLetterA-1\"> </a></td><td>&lt;2 errors</td></tr></table></div>"
  },
  "url" : "https://smart-bear.eu/fhir/CodeSystem/ReadLetterA",
  "version" : "0.3.2",
  "name" : "ReadLetterA",
  "title" : "Questionnaire Response ReadLetterA",
  "status" : "active",
  "date" : "2023-11-21T12:52:40+01:00",
  "description" : "Questionnaire Response ReadLetterA",
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "0",
      "display" : "≥2 errors"
    },
    {
      "code" : "1",
      "display" : "<2 errors"
    }
  ]
}