@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "fs3-group-mentalfunctions"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

This code system http://ehealth.sundhed.dk/cs/fs3-group-mentalfunctions defines the following codes:

CodeDisplay
ACQUIRE_SKILLS Tilegne sig færdigheder
PROBLEM_SOLVING Problemløsning
APPLY_COMMUNICATION_EQUIPMENT_AND_TECHNIQUES Anvende kommunikationsudstyr og -teknikker
ORIENTATION Orienteringsevne
ENERGY_AND_ACTING_POWER Energi og handlekraft
MEMORY Hukommelse
FEELING_FUNCTIONS Følelsesfunktioner
OVERALL_COGNITIVE_FUNCTIONS Overordnede kognitive funktioner

Additional Language Displays

CodeDansk (Danish, da)
ACQUIRE_SKILLSTilegne sig færdigheder
PROBLEM_SOLVINGProblemløsning
APPLY_COMMUNICATION_EQUIPMENT_AND_TECHNIQUESAnvende kommunikationsudstyr og -teknikker
ORIENTATIONOrienteringsevne
ENERGY_AND_ACTING_POWEREnergi og handlekraft
MEMORYHukommelse
FEELING_FUNCTIONSFølelsesfunktioner
OVERALL_COGNITIVE_FUNCTIONSOverordnede kognitive funktioner
" ]; fhir:CodeSystem.url [ fhir:value "http://ehealth.sundhed.dk/cs/fs3-group-mentalfunctions"]; fhir:CodeSystem.version [ fhir:value "2.3.0"]; fhir:CodeSystem.name [ fhir:value "FS III, Mentale funktioner"]; fhir:CodeSystem.title [ fhir:value "FS III, Mentale funktioner"]; fhir:CodeSystem.status [ fhir:value "active"]; fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.date [ fhir:value "2019-02-02T00:00:00+00:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "Systematic | Trifork"]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "Systematic | Trifork" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://ehealth.sundhed.dk" ] ] ]; fhir:CodeSystem.description [ fhir:value "FS III, Mentale funktioner"]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "ACQUIRE_SKILLS" ]; fhir:CodeSystem.concept.display [ fhir:value "Tilegne sig færdigheder" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Tilegne sig færdigheder" ] ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "PROBLEM_SOLVING" ]; fhir:CodeSystem.concept.display [ fhir:value "Problemløsning" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Problemløsning" ] ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "APPLY_COMMUNICATION_EQUIPMENT_AND_TECHNIQUES" ]; fhir:CodeSystem.concept.display [ fhir:value "Anvende kommunikationsudstyr og -teknikker" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Anvende kommunikationsudstyr og -teknikker" ] ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "ORIENTATION" ]; fhir:CodeSystem.concept.display [ fhir:value "Orienteringsevne" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Orienteringsevne" ] ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "ENERGY_AND_ACTING_POWER" ]; fhir:CodeSystem.concept.display [ fhir:value "Energi og handlekraft" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Energi og handlekraft" ] ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "MEMORY" ]; fhir:CodeSystem.concept.display [ fhir:value "Hukommelse" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Hukommelse" ] ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "FEELING_FUNCTIONS" ]; fhir:CodeSystem.concept.display [ fhir:value "Følelsesfunktioner" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Følelsesfunktioner" ] ] ], [ fhir:index 7; fhir:CodeSystem.concept.code [ fhir:value "OVERALL_COGNITIVE_FUNCTIONS" ]; fhir:CodeSystem.concept.display [ fhir:value "Overordnede kognitive funktioner" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Overordnede kognitive funktioner" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------