This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Clinical Decision Support Work Group | Maturity Level: N/A | Ballot Status: STU 3 |
The UsageContext structure defines the context of use for a module.
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
UsageContext | Σ | Element | Describes the context of use for a module | |
patientGender | Σ | 0..* | CodeableConcept | Patient gender v3 Code System AdministrativeGender (Preferred) |
patientAgeGroup | Σ | 0..* | CodeableConcept | Demographic category |
clinicalFocus | Σ | 0..* | CodeableConcept | Clinical concepts addressed |
targetUser | Σ | 0..* | CodeableConcept | Target user type |
workflowSetting | Σ | 0..* | CodeableConcept | Workflow setting |
workflowTask | Σ | 0..* | CodeableConcept | Clinical task context |
clinicalVenue | Σ | 0..* | CodeableConcept | Applicable venue ActEncounterCode (Preferred) |
jurisdiction | Σ | 0..* | CodeableConcept | Intended jurisdiction |
Documentation for this format |
UML Diagram (Legend)
XML Template
<[name] xmlns="http://hl7.org/fhir"> <!-- from Element: extension --> <patientGender><!-- 0..* CodeableConcept Patient gender --></patientGender> <patientAgeGroup><!-- 0..* CodeableConcept Demographic category --></patientAgeGroup> <clinicalFocus><!-- 0..* CodeableConcept Clinical concepts addressed --></clinicalFocus> <targetUser><!-- 0..* CodeableConcept Target user type --></targetUser> <workflowSetting><!-- 0..* CodeableConcept Workflow setting --></workflowSetting> <workflowTask><!-- 0..* CodeableConcept Clinical task context --></workflowTask> <clinicalVenue><!-- 0..* CodeableConcept Applicable venue --></clinicalVenue> <jurisdiction><!-- 0..* CodeableConcept Intended jurisdiction --></jurisdiction> </[name]>
JSON Template
{ "resourceType" : "UsageContext", // from Element: extension "patientGender" : [{ CodeableConcept }], // Patient gender "patientAgeGroup" : [{ CodeableConcept }], // Demographic category "clinicalFocus" : [{ CodeableConcept }], // Clinical concepts addressed "targetUser" : [{ CodeableConcept }], // Target user type "workflowSetting" : [{ CodeableConcept }], // Workflow setting "workflowTask" : [{ CodeableConcept }], // Clinical task context "clinicalVenue" : [{ CodeableConcept }], // Applicable venue "jurisdiction" : [{ CodeableConcept }] // Intended jurisdiction }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ # from Element: Element.extension fhir:UsageContext.patientGender [ CodeableConcept ], ... ; # 0..* Patient gender fhir:UsageContext.patientAgeGroup [ CodeableConcept ], ... ; # 0..* Demographic category fhir:UsageContext.clinicalFocus [ CodeableConcept ], ... ; # 0..* Clinical concepts addressed fhir:UsageContext.targetUser [ CodeableConcept ], ... ; # 0..* Target user type fhir:UsageContext.workflowSetting [ CodeableConcept ], ... ; # 0..* Workflow setting fhir:UsageContext.workflowTask [ CodeableConcept ], ... ; # 0..* Clinical task context fhir:UsageContext.clinicalVenue [ CodeableConcept ], ... ; # 0..* Applicable venue fhir:UsageContext.jurisdiction [ CodeableConcept ], ... ; # 0..* Intended jurisdiction ]
Changes since DSTU2
This complex-type did not exist in Release 2
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
UsageContext | Σ | Element | Describes the context of use for a module | |
patientGender | Σ | 0..* | CodeableConcept | Patient gender v3 Code System AdministrativeGender (Preferred) |
patientAgeGroup | Σ | 0..* | CodeableConcept | Demographic category |
clinicalFocus | Σ | 0..* | CodeableConcept | Clinical concepts addressed |
targetUser | Σ | 0..* | CodeableConcept | Target user type |
workflowSetting | Σ | 0..* | CodeableConcept | Workflow setting |
workflowTask | Σ | 0..* | CodeableConcept | Clinical task context |
clinicalVenue | Σ | 0..* | CodeableConcept | Applicable venue ActEncounterCode (Preferred) |
jurisdiction | Σ | 0..* | CodeableConcept | Intended jurisdiction |
Documentation for this format |
XML Template
<[name] xmlns="http://hl7.org/fhir"> <!-- from Element: extension --> <patientGender><!-- 0..* CodeableConcept Patient gender --></patientGender> <patientAgeGroup><!-- 0..* CodeableConcept Demographic category --></patientAgeGroup> <clinicalFocus><!-- 0..* CodeableConcept Clinical concepts addressed --></clinicalFocus> <targetUser><!-- 0..* CodeableConcept Target user type --></targetUser> <workflowSetting><!-- 0..* CodeableConcept Workflow setting --></workflowSetting> <workflowTask><!-- 0..* CodeableConcept Clinical task context --></workflowTask> <clinicalVenue><!-- 0..* CodeableConcept Applicable venue --></clinicalVenue> <jurisdiction><!-- 0..* CodeableConcept Intended jurisdiction --></jurisdiction> </[name]>
JSON Template
{ "resourceType" : "UsageContext", // from Element: extension "patientGender" : [{ CodeableConcept }], // Patient gender "patientAgeGroup" : [{ CodeableConcept }], // Demographic category "clinicalFocus" : [{ CodeableConcept }], // Clinical concepts addressed "targetUser" : [{ CodeableConcept }], // Target user type "workflowSetting" : [{ CodeableConcept }], // Workflow setting "workflowTask" : [{ CodeableConcept }], // Clinical task context "clinicalVenue" : [{ CodeableConcept }], // Applicable venue "jurisdiction" : [{ CodeableConcept }] // Intended jurisdiction }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ # from Element: Element.extension fhir:UsageContext.patientGender [ CodeableConcept ], ... ; # 0..* Patient gender fhir:UsageContext.patientAgeGroup [ CodeableConcept ], ... ; # 0..* Demographic category fhir:UsageContext.clinicalFocus [ CodeableConcept ], ... ; # 0..* Clinical concepts addressed fhir:UsageContext.targetUser [ CodeableConcept ], ... ; # 0..* Target user type fhir:UsageContext.workflowSetting [ CodeableConcept ], ... ; # 0..* Workflow setting fhir:UsageContext.workflowTask [ CodeableConcept ], ... ; # 0..* Clinical task context fhir:UsageContext.clinicalVenue [ CodeableConcept ], ... ; # 0..* Applicable venue fhir:UsageContext.jurisdiction [ CodeableConcept ], ... ; # 0..* Intended jurisdiction ]
Constraints
UsageContext is used in the following places: ActivityDefinition, DecisionSupportServiceModule, Library, Measure and PlanDefinition