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

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

CodeDisplay
WASH Vaske sig
USE_TOILET Gå på toilet
BODY_CARE Kropspleje
DRESS_UNDRESS Af- og påklædning
EAT Spise
DRINK Drikke
TAKE_CARE_OF_OWN_HEALTH Varetage egen sundhed
FOOD_INTAKE Fødeindtagelse

Additional Language Displays

CodeDansk (Danish, da)
WASHVaske sig
USE_TOILETGå på toilet
BODY_CAREKropspleje
DRESS_UNDRESSAf- og påklædning
EATSpise
DRINKDrikke
TAKE_CARE_OF_OWN_HEALTHVaretage egen sundhed
FOOD_INTAKEFødeindtagelse
" ]; fhir:CodeSystem.url [ fhir:value "http://ehealth.sundhed.dk/cs/fs3-group-selfcare"]; fhir:CodeSystem.version [ fhir:value "2022.1"]; fhir:CodeSystem.name [ fhir:value "FS III, Egenomsorg"]; fhir:CodeSystem.title [ fhir:value "FS III, Egenomsorg"]; 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, Egenomsorg"]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "WASH" ]; fhir:CodeSystem.concept.display [ fhir:value "Vaske sig" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Vaske sig" ] ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "USE_TOILET" ]; fhir:CodeSystem.concept.display [ fhir:value "Gå på toilet" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Gå på toilet" ] ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "BODY_CARE" ]; fhir:CodeSystem.concept.display [ fhir:value "Kropspleje" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Kropspleje" ] ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "DRESS_UNDRESS" ]; fhir:CodeSystem.concept.display [ fhir:value "Af- og påklædning" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Af- og påklædning" ] ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "EAT" ]; fhir:CodeSystem.concept.display [ fhir:value "Spise" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Spise" ] ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "DRINK" ]; fhir:CodeSystem.concept.display [ fhir:value "Drikke" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Drikke" ] ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "TAKE_CARE_OF_OWN_HEALTH" ]; fhir:CodeSystem.concept.display [ fhir:value "Varetage egen sundhed" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Varetage egen sundhed" ] ] ], [ fhir:index 7; fhir:CodeSystem.concept.code [ fhir:value "FOOD_INTAKE" ]; fhir:CodeSystem.concept.display [ fhir:value "Fødeindtagelse" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Fødeindtagelse" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------