Retention Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Country of residence Codesystem - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "CountryOfResidence"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem CountryOfResidence</b></p><a name=\"CountryOfResidence\"> </a><a name=\"hcCountryOfResidence\"> </a><p>This case-insensitive 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>Greece</td><td>Input at item 1</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"CountryOfResidence-2\"> </a></td><td>Germany</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>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://www.retention-project.eu/ig/CodeSystem/CountryOfResidence"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.0.0"] ; #
fhir:name [ fhir:v "Country_of_residence"] ; #
fhir:title [ fhir:v "Country of residence Codesystem"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v true] ; #
fhir:date [ fhir:v "2025-05-28T12:00:00+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "ICCS"] ; #
fhir:description [ fhir:v "Code system with input values for Country of residence"] ; #
fhir:caseSensitive [ fhir:v false] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Greece" ] ;
fhir:definition [ fhir:v "Input at item 1" ]
] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Germany" ] ;
fhir:definition [ fhir:v "Input at item 2" ]
] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Italy" ] ;
fhir:definition [ fhir:v "Input at item 3" ]
] [
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Spain" ] ;
fhir:definition [ fhir:v "Input at item 4" ]
] ) . #