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

Generated Narrative: CodeSystem Evaluation

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

CodeDisplayDefinition
0 worseworse
1 samesame
2 betterbetter
3 not evaluated yetnot evaluated yet
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://www.retention-project.eu/ig/CodeSystem/Evaluation"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.0.0"] ; # fhir:name [ fhir:v "Evaluation"] ; # fhir:title [ fhir:v "Evaluation Codesystem"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v true] ; # fhir:date [ fhir:v "2024-05-10T14:27:31+02:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "ICCS"] ; # fhir:description [ fhir:v "Code system with input for patient's evaluation"] ; # fhir:caseSensitive [ fhir:v false] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "0" ] ; fhir:display [ fhir:v "worse" ] ; fhir:definition [ fhir:v "worse" ] ] [ fhir:code [ fhir:v "1" ] ; fhir:display [ fhir:v "same" ] ; fhir:definition [ fhir:v "same" ] ] [ fhir:code [ fhir:v "2" ] ; fhir:display [ fhir:v "better" ] ; fhir:definition [ fhir:v "better" ] ] [ fhir:code [ fhir:v "3" ] ; fhir:display [ fhir:v "not evaluated yet" ] ; fhir:definition [ fhir:v "not evaluated yet" ] ] ) . # # -------------------------------------------------------------------------------------