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

This value set includes codes based on the following rules:

" ]; fhir:ValueSet.url [ fhir:value "http://ehealth.sundhed.dk/vs/fs3-health"]; fhir:ValueSet.version [ fhir:value "2021.3.0"]; fhir:ValueSet.name [ fhir:value "Fælles Sprog III, helbredstilstande"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.experimental [ fhir:value "true"^^xsd:boolean]; fhir:ValueSet.date [ fhir:value "2019-02-08T00:00:00+00:00"^^xsd:dateTime]; fhir:ValueSet.publisher [ fhir:value "Systematic | Trifork"]; fhir:ValueSet.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:ValueSet.description [ fhir:value "Fælles Sprog III, helbredstilstande"]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://ehealth.sundhed.dk/cs/fs3-health-function-level" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.system [ fhir:value "http://ehealth.sundhed.dk/cs/fs3-health-musculoskeletal" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.system [ fhir:value "http://ehealth.sundhed.dk/cs/fs3-health-nutrition" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.system [ fhir:value "http://ehealth.sundhed.dk/cs/fs3-health-skin-and-mucous-membranes" ] ], [ fhir:index 4; fhir:ValueSet.compose.include.system [ fhir:value "http://ehealth.sundhed.dk/cs/fs3-health-communication" ] ], [ fhir:index 5; fhir:ValueSet.compose.include.system [ fhir:value "http://ehealth.sundhed.dk/cs/fs3-health-psychosocial-conditions" ] ], [ fhir:index 6; fhir:ValueSet.compose.include.system [ fhir:value "http://ehealth.sundhed.dk/cs/fs3-health-respiration-and-circulation" ] ], [ fhir:index 7; fhir:ValueSet.compose.include.system [ fhir:value "http://ehealth.sundhed.dk/cs/fs3-health-sexuality" ] ], [ fhir:index 8; fhir:ValueSet.compose.include.system [ fhir:value "http://ehealth.sundhed.dk/cs/fs3-health-pain-and-sensory-impressions" ] ], [ fhir:index 9; fhir:ValueSet.compose.include.system [ fhir:value "http://ehealth.sundhed.dk/cs/fs3-health-sleep-and-rest" ] ], [ fhir:index 10; fhir:ValueSet.compose.include.system [ fhir:value "http://ehealth.sundhed.dk/cs/fs3-health-knowledge-and-development" ] ], [ fhir:index 11; fhir:ValueSet.compose.include.system [ fhir:value "http://ehealth.sundhed.dk/cs/fs3-health-excretion-of-waste-materials" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------