TerminologyThis page is part of the FHIR Specification (v5.0.0-draft-final: Final QA Preview for R5 - see ballot notes). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R4B R4
| Clinical Decision Support Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Definition for Code SystemUsageContextType
@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
# - resource -------------------------------------------------------------------
[] a fhir:CodeSystem ;
fhir:id [ fhir:v "usage-context-type"] ;
fhir:meta [
fhir:lastUpdated [ fhir:v "2023-03-01T23:03:57.298+11:00" ]
] ;
fhir:text [
fhir:status [ fhir:v "generated" ]
] ;
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ] ;
fhir:value [ fhir:v "cds" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ] ;
fhir:value [ fhir:v "trial-use" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ] ;
fhir:value [ fhir:v "5" ]
] ) ;
fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/usage-context-type"], [ fhir:v "http://terminology.hl7.org/CodeSystem/usage-context-type"] ;
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.1.1068" ]
] [
fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.1.1068" ]
] ) ;
fhir:version [ fhir:v "5.0.0-draft-final"], [ fhir:v "5.0.0-draft-final"] ;
fhir:name [ fhir:v "UsageContextType"], [ fhir:v "UsageContextType"] ;
fhir:title [ fhir:v "UsageContextType"], [ fhir:v "UsageContextType"] ;
fhir:status [ fhir:v "draft"], [ fhir:v "draft"] ;
fhir:experimental [ fhir:v "true"], [ fhir:v "true"] ;
fhir:date [ fhir:v "2023-03-01T23:03:57+11:00"], [ fhir:v "2023-03-01T23:03:57+11:00"] ;
fhir:publisher [ fhir:v "HL7 (FHIR Project)"], [ fhir:v "HL7 (FHIR Project)"] ;
fhir:contact ( [
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/fhir" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fhir@lists.hl7.org" ]
] )
] [
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/fhir" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fhir@lists.hl7.org" ]
] )
] ) ;
fhir:description [ fhir:v "A code that specifies a type of context being specified by a usage context."], [ fhir:v "A code that specifies a type of context being specified by a usage context."] ;
fhir:jurisdiction ( [
fhir:coding ( [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]
] )
] [
fhir:coding ( [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]
] )
] ) ;
fhir:caseSensitive [ fhir:v "true"] ;
fhir:valueSet [ fhir:v "http://hl7.org/fhir/ValueSet/usage-context-type"] ;
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 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 patient. 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. 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." ]
] [
fhir:code [ fhir:v "workflow" ] ;
fhir:display [ fhir:v "Workflow Setting" ] ;
fhir:definition [ fhir:v "The settings in which the artifact 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. 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 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 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 is applicable." ]
] [
fhir:code [ fhir:v "agreement-scope" ] ;
fhir:display [ fhir:v "Agreement Scope" ] ;
fhir:definition [ fhir:v "Describes the level and scope of agreement within the artifact. Appropriate values can be found in the usage-context-agreement-scope value set." ]
] ) .
# -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.
FHIR ®© HL7.org 2011+. FHIR R5 hl7.fhir.core#5.0.0-draft-final generated on Wed, Mar 1, 2023 23:04+1100.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R4B |
Compare to R5 Draft |
|
Propose a change