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
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
<!-- 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>.
No Example Provided