This case-insensitive code system https://www.retention-project.eu/ig/CodeSystem/TypeOfVisit
defines the following codes:
Code | Display | Definition |
0 | scheduled in person | scheduled in person |
1 | unscheduled in person | unscheduled in person |
2 | scheduled phonecall | scheduled phonecall |
3 | unscheduled phonecall | unscheduled phonecall |
4 | scheduled hospitalisation | scheduled hospitalisation |
5 | unscheduled hospitalisation | unscheduled hospitalisation |
"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://www.retention-project.eu/ig/CodeSystem/TypeOfVisit"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.0.0"] ; #
fhir:name [ fhir:v "Type_of_visit"] ; #
fhir:title [ fhir:v "Type of visit Codesystem"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v true] ; #
fhir:date [ fhir:v "2025-06-10T12:00:00+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "ICCS"] ; #
fhir:description [ fhir:v "Code system with input values for Type of visit"] ; #
fhir:caseSensitive [ fhir:v false] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "0" ] ;
fhir:display [ fhir:v "scheduled in person" ] ;
fhir:definition [ fhir:v "scheduled in person" ]
] [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "unscheduled in person" ] ;
fhir:definition [ fhir:v "unscheduled in person" ]
] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "scheduled phonecall" ] ;
fhir:definition [ fhir:v "scheduled phonecall" ]
] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "unscheduled phonecall" ] ;
fhir:definition [ fhir:v "unscheduled phonecall" ]
] [
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "scheduled hospitalisation" ] ;
fhir:definition [ fhir:v "scheduled hospitalisation" ]
] [
fhir:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "unscheduled hospitalisation" ] ;
fhir:definition [ fhir:v "unscheduled hospitalisation" ]
] ) . #
# -------------------------------------------------------------------------------------