This page is part of the FHIR Specification (v0.4.0: DSTU 2 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 R2
URL for this extension:
http://hl7.org/fhir/ExtensionDefinition/valueset-usage
Status: draft
Consumers of the value set and the implementations, projects or standards that the author has utilized the value set in.
HL7usage info: todo
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
extension | Extension | URL = http://hl7.org/fhir/ExtensionDefinition/valueset-usage Who has used and how?: Consumers of the value set and the implementations, projects or standards that the author has utilized the value set in. Use on element: ValueSet | ||
user | 1..1 | string | A consumer of or client for the value set | |
use | 1..1 | string | Implementation/project/standard that uses value set |
XML Template
<!-- Who has used and how? --> <extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/ExtensionDefinition/valueset-usage" > <!-- from Element: extension --> <extension url="user"> <!-- 1..1 A consumer of or client for the value set --!> <valueString value="[string]"/> </extension> <!-- from Element: extension --> <extension url="use"> <!-- 1..1 Implementation/project/standard that uses value set --!> <valueString value="[string]"/> </extension> </extension>
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
extension | Extension | URL = http://hl7.org/fhir/ExtensionDefinition/valueset-usage Who has used and how?: Consumers of the value set and the implementations, projects or standards that the author has utilized the value set in. Use on element: ValueSet | ||
user | 1..1 | string | A consumer of or client for the value set | |
use | 1..1 | string | Implementation/project/standard that uses value set |
XML Template
<!-- Who has used and how? --> <extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/ExtensionDefinition/valueset-usage" > <!-- from Element: extension --> <extension url="user"> <!-- 1..1 A consumer of or client for the value set --!> <valueString value="[string]"/> </extension> <!-- from Element: extension --> <extension url="use"> <!-- 1..1 Implementation/project/standard that uses value set --!> <valueString value="[string]"/> </extension> </extension>