Smart Bear Implementation Guide
3.4.1 - ci-build
Smart Bear Implementation Guide - Local Development build (v3.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Active as of 2024-09-17 |
{
"resourceType" : "ValueSet",
"id" : "IntSystem",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet IntSystem</b></p><a name=\"IntSystem\"> </a><a name=\"hcIntSystem\"> </a><a name=\"IntSystem-en-US\"> </a><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" : "3.4.1",
"name" : "IntSystem",
"title" : "IntSystem Value Set",
"status" : "active",
"date" : "2024-09-17T08:57:54+02: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"
}
]
}
]
}
}