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

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

CodeDisplay
CHANGE_BODY_POSITION Ændre kropsstilling
MOVE Forflytte sig
LIFT_AND_CARRY Løfte og bære
WALK
MOVE_AROUND Bevæge sig omkring
MOVE_IN_DIFFERENT_ENVIRONMENTS Færden i forskellige omgivelser
USE_TRANSPORTATION Bruge transportmidler
ENDURANCE Udholdenhed
MUSCLE_STRENGTH Muskelstyrke

Additional Language Displays

CodeDansk (Danish, da)
CHANGE_BODY_POSITIONÆndre kropsstilling
MOVEForflytte sig
LIFT_AND_CARRYLøfte og bære
WALK
MOVE_AROUNDBevæge sig omkring
MOVE_IN_DIFFERENT_ENVIRONMENTSFærden i forskellige omgivelser
USE_TRANSPORTATIONBruge transportmidler
ENDURANCEUdholdenhed
MUSCLE_STRENGTHMuskelstyrke
" ]; fhir:CodeSystem.url [ fhir:value "http://ehealth.sundhed.dk/cs/fs3-group-mobility"]; fhir:CodeSystem.version [ fhir:value "2.4.0"]; fhir:CodeSystem.name [ fhir:value "FS III, Mobilitet"]; fhir:CodeSystem.title [ fhir:value "FS III, Mobilitet"]; 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, Mobilitet"]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "CHANGE_BODY_POSITION" ]; fhir:CodeSystem.concept.display [ fhir:value "Ændre kropsstilling" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Ændre kropsstilling" ] ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "MOVE" ]; fhir:CodeSystem.concept.display [ fhir:value "Forflytte sig" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Forflytte sig" ] ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "LIFT_AND_CARRY" ]; fhir:CodeSystem.concept.display [ fhir:value "Løfte og bære" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Løfte og bære" ] ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "WALK" ]; fhir:CodeSystem.concept.display [ fhir:value "Gå" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Gå" ] ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "MOVE_AROUND" ]; fhir:CodeSystem.concept.display [ fhir:value "Bevæge sig omkring" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Bevæge sig omkring" ] ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "MOVE_IN_DIFFERENT_ENVIRONMENTS" ]; fhir:CodeSystem.concept.display [ fhir:value "Færden i forskellige omgivelser" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Færden i forskellige omgivelser" ] ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "USE_TRANSPORTATION" ]; fhir:CodeSystem.concept.display [ fhir:value "Bruge transportmidler" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Bruge transportmidler" ] ] ], [ fhir:index 7; fhir:CodeSystem.concept.code [ fhir:value "ENDURANCE" ]; fhir:CodeSystem.concept.display [ fhir:value "Udholdenhed" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Udholdenhed" ] ] ], [ fhir:index 8; fhir:CodeSystem.concept.code [ fhir:value "MUSCLE_STRENGTH" ]; fhir:CodeSystem.concept.display [ fhir:value "Muskelstyrke" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Muskelstyrke" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------