@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "CountryOfResidence"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem CountryOfResidence

This case-insensitive code system https://www.retention-project.eu/ig/CodeSystem/CountryOfResidence defines the following codes:

CodeDisplayDefinition
1 GreeceInput at item 1
2 GermanyInput at item 2
3 ItalyInput at item 3
4 SpainInput at item 4
"^^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" ] ] ) . # # -------------------------------------------------------------------------------------