Smart Bear Implementation Guide - Local Development build (v0.3.2). See the Directory of published versions
: Questionnaire Response choice of integer - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "IntegerResp",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://smart-bear.eu/fhir/CodeSystem/IntegerResp</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=\"IntegerResp-0\"> </a></td><td>Did not complete correctly</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"IntegerResp-1\"> </a></td><td>Completed correctly</td></tr></table></div>"
},
"url" : "https://smart-bear.eu/fhir/CodeSystem/IntegerResp",
"version" : "0.3.2",
"name" : "IntegerResp",
"title" : "Questionnaire Response choice of integer",
"status" : "active",
"date" : "2023-08-01T11:22:15+02:00",
"description" : "Questionnaire Response choice of Integer",
"content" : "complete",
"count" : 2,
"concept" : [
{
"code" : "0",
"display" : "Did not complete correctly"
},
{
"code" : "1",
"display" : "Completed correctly"
}
]
}