@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "usage-context-type"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2020-04-09T21:10:28.568+00:00"^^xsd:dateTime ] ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

This case-sensitive code system http://terminology.hl7.org/CodeSystem/usage-context-type defines the following codes:

CodeDisplayDefinition
gender GenderThe gender of the patient for which this artifact/element applies. For this context type, appropriate values can be found in the http://hl7.org/fhir/ValueSet/administrative-gender value set.
age Age RangeThe age of the patients for which this artifact/element applies. For this context type, the value could be a range that specifies the applicable ages or a code from an appropriate value set such as the MeSH value set http://terminology.hl7.org/ValueSet/v3-AgeGroupObservationValue.
focus Clinical FocusThe clinical concept(s) addressed by the artifact/element. For example, disease, diagnostic test interpretation, medication ordering as in http://hl7.org/fhir/ValueSet/condition-code.
user User TypeThe clinical specialty of the context in which the patient is being treated - For example, PCP, Patient, Cardiologist, Behavioral Professional, Oral Health Professional, Prescriber, etc... taken from a specialty value set such as the NUCC Health Care provider taxonomy value set http://hl7.org/fhir/ValueSet/provider-taxonomy that is relevant to this artifact/element.
workflow Workflow SettingThe settings in which the artifact/element is intended for use. For example, admission, pre-op, etc. For example, the ActEncounterCode value set http://terminology.hl7.org/ValueSet/v3-ActEncounterCode.
task Workflow TaskThe context for the clinical task(s) represented by this artifact/element. For example, this could be any task context represented by the HL7 ActTaskCode value set http://terminology.hl7.org/ValueSet/v3-ActTaskCode. General categories include: order entry, patient documentation and patient information review.
venue Clinical VenueThe venue in which an artifact/element could be used. For example, Outpatient, Inpatient, Home, Nursing home. The code value may originate from the HL7 ServiceDeliveryLocationRoleType value set (http://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType).
species SpeciesThe species to which an artifact/element applies. For example, SNOMED - 387961004 | Kingdom Animalia (organism).
program ProgramA program/project of work for which this artifact/element is applicable.
jurisdiction JurisdictionA country, state, territory or other geographic or geopolicital area for which this artifact/element is applicable.
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ; fhir:value [ fhir:v "fhir" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ; fhir:value [ fhir:v "5"^^xsd:integer ] ] ) ; # fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/usage-context-type"^^xsd:anyURI] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.1.1068" ] ] ) ; # fhir:version [ fhir:v "2.0.0"] ; # fhir:name [ fhir:v "UsageContextType"] ; # fhir:title [ fhir:v "UsageContextType"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2020-04-09T21:10:28+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Health Level Seven International"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.org" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "hq@HL7.org" ] ] ) ] ) ; # fhir:description [ fhir:v "A code that specifies a type of context being specified by a usage context."] ; # fhir:copyright [ fhir:v "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license"] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:valueSet [ fhir:v "http://terminology.hl7.org/ValueSet/usage-context-type"^^xsd:anyURI ; fhir:link ] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "gender" ] ; fhir:display [ fhir:v "Gender" ] ; fhir:definition [ fhir:v "The gender of the patient for which this artifact/element applies. For this context type, appropriate values can be found in the http://hl7.org/fhir/ValueSet/administrative-gender value set." ] ] [ fhir:code [ fhir:v "age" ] ; fhir:display [ fhir:v "Age Range" ] ; fhir:definition [ fhir:v "The age of the patients for which this artifact/element applies. For this context type, the value could be a range that specifies the applicable ages or a code from an appropriate value set such as the MeSH value set http://terminology.hl7.org/ValueSet/v3-AgeGroupObservationValue." ] ] [ fhir:code [ fhir:v "focus" ] ; fhir:display [ fhir:v "Clinical Focus" ] ; fhir:definition [ fhir:v "The clinical concept(s) addressed by the artifact/element. For example, disease, diagnostic test interpretation, medication ordering as in http://hl7.org/fhir/ValueSet/condition-code." ] ] [ fhir:code [ fhir:v "user" ] ; fhir:display [ fhir:v "User Type" ] ; fhir:definition [ fhir:v "The clinical specialty of the context in which the patient is being treated - For example, PCP, Patient, Cardiologist, Behavioral Professional, Oral Health Professional, Prescriber, etc... taken from a specialty value set such as the NUCC Health Care provider taxonomy value set http://hl7.org/fhir/ValueSet/provider-taxonomy that is relevant to this artifact/element." ] ] [ fhir:code [ fhir:v "workflow" ] ; fhir:display [ fhir:v "Workflow Setting" ] ; fhir:definition [ fhir:v "The settings in which the artifact/element is intended for use. For example, admission, pre-op, etc. For example, the ActEncounterCode value set http://terminology.hl7.org/ValueSet/v3-ActEncounterCode." ] ] [ fhir:code [ fhir:v "task" ] ; fhir:display [ fhir:v "Workflow Task" ] ; fhir:definition [ fhir:v "The context for the clinical task(s) represented by this artifact/element. For example, this could be any task context represented by the HL7 ActTaskCode value set http://terminology.hl7.org/ValueSet/v3-ActTaskCode. General categories include: order entry, patient documentation and patient information review." ] ] [ fhir:code [ fhir:v "venue" ] ; fhir:display [ fhir:v "Clinical Venue" ] ; fhir:definition [ fhir:v "The venue in which an artifact/element could be used. For example, Outpatient, Inpatient, Home, Nursing home. The code value may originate from the HL7 ServiceDeliveryLocationRoleType value set (http://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType)." ] ] [ fhir:code [ fhir:v "species" ] ; fhir:display [ fhir:v "Species" ] ; fhir:definition [ fhir:v "The species to which an artifact/element applies. For example, SNOMED - 387961004 | Kingdom Animalia (organism)." ] ] [ fhir:code [ fhir:v "program" ] ; fhir:display [ fhir:v "Program" ] ; fhir:definition [ fhir:v "A program/project of work for which this artifact/element is applicable." ] ] [ fhir:code [ fhir:v "jurisdiction" ] ; fhir:display [ fhir:v "Jurisdiction" ] ; fhir:definition [ fhir:v "A country, state, territory or other geographic or geopolicital area for which this artifact/element is applicable." ] ] ) . # # -------------------------------------------------------------------------------------