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

This code system http://ehealth.sundhed.dk/cs/ehealth-usage-context-type defines the following codes:

CodeDisplayDefinition
activity activity typeThe type of activity in which it is relevant to use a module/element having this use context (see http://hl7.org/fhir/metadatatypes.html#UsageContext). For this context type, the value should be a code taken from the http://ehealth.sundhed.dk/vs/activitydefinition-code value set
supports supportsThe type of activity supported by a module/element having this use context (see http://hl7.org/fhir/metadatatypes.html#UsageContext). For this context type, the value should be a code taken from the http://ehealth.sundhed.dk/vs/activitydefinition-code value set
range rangeThe type of reference range with which it is relevant to use a module/element having this use context (see http://hl7.org/fhir/metadatatypes.html#UsageContext). For this context type, the value should be a code taken from the http://ehealth.sundhed.dk/vs/reference-range-type value set

Additional Language Displays

CodeDansk (Danish, da)
activityType af aktivitet i hvilken det er relevant at benytte det modul/element/ressource, der har nærværende brugskontekst (UsageContext).
supportsType af aktivitet understøttet af det modul/element/ressource, der har nærværende brugskontekst (UsageContext).
rangeType af grænseværdi med hvilken det er relevant at benytte det modul/element/ressource, der har nærværende brugskontekst (UsageContext).
" ]; fhir:CodeSystem.url [ fhir:value "http://ehealth.sundhed.dk/cs/ehealth-usage-context-type"]; fhir:CodeSystem.version [ fhir:value "2021.3.0"]; fhir:CodeSystem.name [ fhir:value "eHealthUsageContextType"]; fhir:CodeSystem.title [ fhir:value "eHealth Usage Contxt Type"]; fhir:CodeSystem.status [ fhir:value "active"]; fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; fhir:CodeSystem.date [ fhir:value "2020-11-20T00: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 "Usage Context type"]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "activity" ]; fhir:CodeSystem.concept.display [ fhir:value "activity type" ]; fhir:CodeSystem.concept.definition [ fhir:value "The type of activity in which it is relevant to use a module/element having this use context (see http://hl7.org/fhir/metadatatypes.html#UsageContext). For this context type, the value should be a code taken from the http://ehealth.sundhed.dk/vs/activitydefinition-code value set" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Type af aktivitet i hvilken det er relevant at benytte det modul/element/ressource, der har nærværende brugskontekst (UsageContext)." ] ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "supports" ]; fhir:CodeSystem.concept.display [ fhir:value "supports" ]; fhir:CodeSystem.concept.definition [ fhir:value "The type of activity supported by a module/element having this use context (see http://hl7.org/fhir/metadatatypes.html#UsageContext). For this context type, the value should be a code taken from the http://ehealth.sundhed.dk/vs/activitydefinition-code value set" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Type af aktivitet understøttet af det modul/element/ressource, der har nærværende brugskontekst (UsageContext)." ] ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "range" ]; fhir:CodeSystem.concept.display [ fhir:value "range" ]; fhir:CodeSystem.concept.definition [ fhir:value "The type of reference range with which it is relevant to use a module/element having this use context (see http://hl7.org/fhir/metadatatypes.html#UsageContext). For this context type, the value should be a code taken from the http://ehealth.sundhed.dk/vs/reference-range-type value set" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Type af grænseværdi med hvilken det er relevant at benytte det modul/element/ressource, der har nærværende brugskontekst (UsageContext)." ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------