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

This code system http://ehealth.sundhed.dk/cs/fs3-health-pain-and-sensory-impressions defines the following codes:

CodeDisplay
ACUTE_PAIN Akutte smerter
PERIODIC_PAIN Periodevise smerter
CHRONIC_PAIN Kroniske smerter
SENSE_SIGHT Problemer med synssans
SENSE_SMELL Problemer med lugtesans
SENSE_HEARING Problemer med hørelse
SENSE_TASTE Problemer med smagssans
SENSE_FEELING Problemer med følesans

Additional Language Displays

CodeDansk (Danish, da)
ACUTE_PAINAkutte smerter
PERIODIC_PAINPeriodevise smerter
CHRONIC_PAINKroniske smerter
SENSE_SIGHTProblemer med synssans
SENSE_SMELLProblemer med lugtesans
SENSE_HEARINGProblemer med hørelse
SENSE_TASTEProblemer med smagssans
SENSE_FEELINGProblemer med følesans
" ]; # fhir:CodeSystem.url [ fhir:value "http://ehealth.sundhed.dk/cs/fs3-health-pain-and-sensory-impressions"]; # fhir:CodeSystem.version [ fhir:value "2.6.0"]; # fhir:CodeSystem.name [ fhir:value "FS III, Smerter og sanseindtryk"]; # fhir:CodeSystem.title [ fhir:value "FS III, Smerter og sanseindtryk"]; # 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, Smerter og sanseindtryk"]; # fhir:CodeSystem.content [ fhir:value "complete"]; # fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "ACUTE_PAIN" ]; fhir:CodeSystem.concept.display [ fhir:value "Akutte smerter" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Akutte smerter" ] ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "PERIODIC_PAIN" ]; fhir:CodeSystem.concept.display [ fhir:value "Periodevise smerter" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Periodevise smerter" ] ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "CHRONIC_PAIN" ]; fhir:CodeSystem.concept.display [ fhir:value "Kroniske smerter" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Kroniske smerter" ] ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "SENSE_SIGHT" ]; fhir:CodeSystem.concept.display [ fhir:value "Problemer med synssans" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Problemer med synssans" ] ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "SENSE_SMELL" ]; fhir:CodeSystem.concept.display [ fhir:value "Problemer med lugtesans" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Problemer med lugtesans" ] ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "SENSE_HEARING" ]; fhir:CodeSystem.concept.display [ fhir:value "Problemer med hørelse" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Problemer med hørelse" ] ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "SENSE_TASTE" ]; fhir:CodeSystem.concept.display [ fhir:value "Problemer med smagssans" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Problemer med smagssans" ] ] ], [ fhir:index 7; fhir:CodeSystem.concept.code [ fhir:value "SENSE_FEELING" ]; fhir:CodeSystem.concept.display [ fhir:value "Problemer med følesans" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Problemer med følesans" ] ] ] . # # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------