This page is part of the FHIR Specification (v0.0.82: DSTU 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 . Page versions: R4 R3 R2

ValueSet HL7 Extensions

Defines common extensions used with or related to the ValueSet resource

This profile was published on [no date] as a draft by HL7 , and profiles the Resource

The id of this profile is

Content

 doco
<!-- Extensions -->
<extension> <!--  0..1 Context: Resource = ValueSet.compose.include.code -->
 <url value="http://hl7.org/fhir/extensions/ValueSet#ordinalValue"/>
 <valueInteger value="[integer]"/><!-- Comparison value for ordinal codes -->
</extension>

<extension> <!--  0..1 Context: Resource = ValueSet.compose.include.code -->
 <url value="http://hl7.org/fhir/extensions/ValueSet#conceptOrder"/>
 <valueInteger value="[integer]"/><!-- Appearance order for user selection -->
</extension>

<extension> <!--  0..* Context: Resource = ValueSet.compose.include.code -->
 <url value="http://hl7.org/fhir/extensions/ValueSet#display"/>
 <valueString value="[string]"/><!-- Display value for the code -->
</extension>

<extension> <!--  0..1 Context: Resource = ValueSet.compose.include -->
 <url value="http://hl7.org/fhir/extensions/ValueSet#systemName"/>
 <valueString value="[string]"/><!-- Code system name -->
</extension>

<extension> <!--  0..1 Context: Resource = ValueSet.compose.include -->
 <url value="http://hl7.org/fhir/extensions/ValueSet#systemRef"/>
 <valueUri value="[uri]"/><!-- Where to find code system -->
</extension>

This profile as XML or JSON.

.

Example

No Example Provided