Smart Bear Implementation Guide - Local Development build (v0.3.2). See the Directory of published versions
: IntSystem Value Set - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "IntSystem",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-IntegerResp.html\"><code>https://smart-bear.eu/fhir/CodeSystem/IntegerResp</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-IntegerResp.html#IntegerResp-0\">0</a></td><td>Did not complete correctly</td></tr><tr><td><a href=\"CodeSystem-IntegerResp.html#IntegerResp-1\">1</a></td><td>Completed correctly</td></tr></table></li></ul></div>"
},
"url" : "https://smart-bear.eu/fhir/ValueSet/IntSystem",
"version" : "0.3.2",
"name" : "IntSystem",
"title" : "IntSystem Value Set",
"status" : "active",
"date" : "2023-11-21T12:52:40+01:00",
"description" : "Value set for IntSystem",
"compose" : {
"include" : [
{
"system" : "https://smart-bear.eu/fhir/CodeSystem/IntegerResp",
"concept" : [
{
"code" : "0",
"display" : "Did not complete correctly"
},
{
"code" : "1",
"display" : "Completed correctly"
}
]
}
]
}
}