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