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

Generated Narrative: CodeSystem SevereAlcoholIntake

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

CodeDisplayDefinition
B19 -Default input
B19-0 nevernever
B19-1 currentcurrent
B19-2 past (meaning>6 months)past (meaning>6 months)
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://www.retention-project.eu/ig/CodeSystem/SevereAlcoholIntake"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.0.0"] ; # fhir:name [ fhir:v "Severe_alcohol_intake"] ; # fhir:title [ fhir:v "Severe alcohol intake Codesystem"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v true] ; # fhir:date [ fhir:v "2025-06-09T12:00:00+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "ICCS"] ; # fhir:description [ fhir:v "Code system with input values for Severe alcohol intake"] ; # fhir:caseSensitive [ fhir:v false] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "B19" ] ; fhir:display [ fhir:v "-" ] ; fhir:definition [ fhir:v "Default input" ] ] [ fhir:code [ fhir:v "B19-0" ] ; fhir:display [ fhir:v "never" ] ; fhir:definition [ fhir:v "never" ] ] [ fhir:code [ fhir:v "B19-1" ] ; fhir:display [ fhir:v "current" ] ; fhir:definition [ fhir:v "current" ] ] [ fhir:code [ fhir:v "B19-2" ] ; fhir:display [ fhir:v "past (meaning>6 months)" ] ; fhir:definition [ fhir:v "past (meaning>6 months)" ] ] ) . # # -------------------------------------------------------------------------------------