1). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions
FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions icon

4.4.1.488 ValueSet http://hl7.org/fhir/ValueSet/contract-actorrole extension

Responsible Owner: Financial Management icon Work Group Informative Extension URL = http://hl7.org/fhir/StructureDefinition/diagnosticorder-reasonRejected The reason the order was rejected: The coded reason why the diagnostic order was rejected. The element must be used only when status is rejected. Use on element: DiagnosticOrder Context : Country: World
identifies the meaning of
Official URL : http://hl7.org/fhir/ValueSet/contract-actorrole Version : 6.0.0-ballot3
active as of 2025-12-17 Computable Name : ContractActorRoleCodes 1..1
Flags : uri OID : 2.16.840.1.113883.4.642.3.741

This value set is used in the extension following places:

Fixed Value:

This value set includes sample Contract Actor Role codes.


XML Template Generated Narrative: ValueSet contract-actorrole

<!-- The reason the order was rejected --> < xmlns="http://hl7.org/fhir" url="" > <!-- from Element: < Value of extension </extension> JSON Template { // // from Element: " " } Structure

Last updated: 2025-12-17T09:50:17.012Z

Name

 

This expansion generated 17 Dec 2025


ValueSet

Expansion performed internally based on codesystem Contract Actor Role Codes v1.0.1 (CodeSystem) icon

This value set contains 2 concepts

URL = http://hl7.org/fhir/StructureDefinition/diagnosticorder-reasonRejected The reason the order was rejected: The coded reason why the diagnostic order was rejected. The element must be used only when status is rejected. Use on element: DiagnosticOrder extension Additional Content defined by implementations uri
extension System Code Extension Display Definition
http://terminology.hl7.org/CodeSystem/contractactorrole 0..*    practitioner icon Extension Practitioner Someone who provides health care related services to people or animals including both clinical and support services.
url http://terminology.hl7.org/CodeSystem/contractactorrole    patient icon 1..1 Patient A receiver, human or animal, of health care related goods and services.
identifies

 

See the meaning full registry of value sets defined as part of FHIR.


Explanation of the extension Fixed Value: http://hl7.org/fhir/StructureDefinition/diagnosticorder-reasonRejected columns that may appear on this page:

valueCodeableConcept 0..1 CodeableConcept Value of extension
Lvl A few code lists that FHIR defines are hierarchical - each code is assigned a level. For value sets, levels are mostly used to organize codes for user convenience, but may follow code system hierarchy - see Code System for further information
Source The source of the definition of the code (when the value set draws in codes defined elsewhere)
Code The code (used as the code in the resource instance). If the code is in italics, this indicates that the code is not selectable ('Abstract')
Display The display (used in the display element of a Coding ). If there is no display, implementers should not simply display the code, but map the concept into their application
Definition An explanation of the meaning of the concept
Comments Additional notes about how to use the code
XML Template <!-- The reason the order was rejected --> < xmlns="http://hl7.org/fhir" url="" > <!-- from Element: < Value of extension </extension> JSON Template to do  
try { var currentTabIndex = sessionStorage.getItem('fhir-resource-tab-index'); } catch(exception){ if (navigator.userAgent.toLowerCase().indexof('msie') == -1) alert(exception); } if (!currentTabIndex) currentTabIndex = '0'; $( '#tabs' ).tabs({ active: currentTabIndex, activate: function( event, ui ) { var active = $('.selector').tabs('option', 'active'); currentTabIndex = ui.newTab.index(); try { sessionStorage.setItem('fhir-resource-tab-index', currentTabIndex); } catch(exception){ if (navigator.userAgent.toLowerCase().indexof('msie') == -1) alert(exception); } } });