Retention Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions
: Country of residence Codesystem - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "CountryOfResidence",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://www.retention-project.eu/ig/CodeSystem/CountryOfResidence</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"CountryOfResidence-1\"> </a></td><td>Germany</td><td>Input at item 1</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"CountryOfResidence-2\"> </a></td><td>Greece</td><td>Input at item 2</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"CountryOfResidence-3\"> </a></td><td>Italy</td><td>Input at item 3</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"CountryOfResidence-4\"> </a></td><td>Spain</td><td>Input at item 4</td></tr></table></div>"
},
"url" : "https://www.retention-project.eu/ig/CodeSystem/CountryOfResidence",
"version" : "1.0.0",
"name" : "Country_of_residence",
"title" : "Country of residence Codesystem",
"status" : "active",
"experimental" : true,
"date" : "2022-11-28T14:27:31+02:00",
"description" : "Code system with input values for Country of residence",
"caseSensitive" : false,
"content" : "complete",
"count" : 4,
"concept" : [
{
"code" : "1",
"display" : "Germany",
"definition" : "Input at item 1"
},
{
"code" : "2",
"display" : "Greece",
"definition" : "Input at item 2"
},
{
"code" : "3",
"display" : "Italy",
"definition" : "Input at item 3"
},
{
"code" : "4",
"display" : "Spain",
"definition" : "Input at item 4"
}
]
}