This page is part of the FHIR Specification (v1.8.0: STU 3 Draft). 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 R3
Definition for Code System UsageContextType
{
"resourceType": "CodeSystem",
"id": "usage-context-type",
"meta": {
"lastUpdated": "2016-12-06T12:22:34.981+11:00"
},
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></div>"
},
"url": "http://hl7.org/fhir/usage-context-type",
"identifier": {
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.1.0"
},
"version": "1.8.0",
"name": "UsageContextType",
"status": "draft",
"experimental": false,
"publisher": "HL7 (FHIR Project)",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
},
{
"system": "email",
"value": "fhir@lists.hl7.org"
}
]
}
],
"date": "2016-12-06T12:22:34+11:00",
"description": "A code the specifies a type of context being specified by a usage context",
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/usage-context-type",
"content": "complete",
"concept": [
{
"code": "gender",
"display": "Gender",
"definition": "The gender of the patient. For this context type, the value should be a code taken from the [AdministrativeGender](valueset-administrative-gender.html) value set"
},
{
"code": "age",
"display": "Age Range",
"definition": "The age of the patient. For this context type, the value should be a range the specifies the applicable ages or a code from the MeSH value set AgeGroupObservationValue"
},
{
"code": "focus",
"display": "Clinical Focus",
"definition": "The clinical concept(s) addressed by the artifact. For example, disease, diagnostic test interpretation, medication ordering."
},
{
"code": "user",
"display": "User Type",
"definition": "The clinical speciality of the context in which the patient is bring treated - For example, PCP, Patient, Cardiologist, Behavioral Professional, Oral Health Professional, Prescriber, etc... taken from the NUCC Health Care provider taxonomyCode system (OID: 2.16.840.1.113883.6.101)."
},
{
"code": "workflow",
"display": "Workflow Setting",
"definition": "The settings in which the artifact is intended for use. For example, admission, pre-op, etc"
},
{
"code": "task",
"display": "Workflow Task",
"definition": "The context for the clinical task(s) represented by this artifact. Can be any task context represented by the HL7 ActTaskCode value set (OID: 2.16.840.1.113883.1.11.19846). General categories include: order entry, patient documentation and patient information review."
},
{
"code": "venue",
"display": "Clinical Venue",
"definition": "The venue in which an artifact could be used. For example, Outpatient, Inpatient, Home, Nursing home. The code value may originate from either the HL7 ActEncounter (OID: 2.16.840.1.113883.1.11.13955) or NUCC non-individual provider codes OID: 2.16.840.1.113883.1.11.19465."
}
]
}
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.