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

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

CodeDisplay
PERFORM_DAILY_ROUTINES Udføre daglige rutiner
OBTAIN_GOODS_AND_SERVICES Skaffe sig varer og tjenesteydelser
COOKING Lave mad
DOING_DOMESTIC_WORK Lave husligt arbejde

Additional Language Displays

CodeDansk (Danish, da)
PERFORM_DAILY_ROUTINESUdføre daglige rutiner
OBTAIN_GOODS_AND_SERVICESSkaffe sig varer og tjenesteydelser
COOKINGLave mad
DOING_DOMESTIC_WORKLave husligt arbejde
" ]; fhir:CodeSystem.url [ fhir:value "http://ehealth.sundhed.dk/cs/fs3-group-practicaltasks"]; fhir:CodeSystem.version [ fhir:value "2.5.0"]; fhir:CodeSystem.name [ fhir:value "FS III, Praktiske opgaver"]; fhir:CodeSystem.title [ fhir:value "FS III, Praktiske opgaver"]; 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, Praktiske opgaver"]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "PERFORM_DAILY_ROUTINES" ]; fhir:CodeSystem.concept.display [ fhir:value "Udføre daglige rutiner" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Udføre daglige rutiner" ] ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "OBTAIN_GOODS_AND_SERVICES" ]; fhir:CodeSystem.concept.display [ fhir:value "Skaffe sig varer og tjenesteydelser" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Skaffe sig varer og tjenesteydelser" ] ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "COOKING" ]; fhir:CodeSystem.concept.display [ fhir:value "Lave mad" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Lave mad" ] ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "DOING_DOMESTIC_WORK" ]; fhir:CodeSystem.concept.display [ fhir:value "Lave husligt arbejde" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Lave husligt arbejde" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------