2nd DSTU Draft For Comment

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

Extension Who has used and how? - Definition

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.

HL7

usage info: todo

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = 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..1stringA consumer of or client for the value set
... use 1..1stringImplementation/project/standard that uses value set

XML Template

<!-- Who has used and how? -->doco

<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>

JSON Template

// extension added to existing objectdoco

  "http://hl7.org/fhir/ExtensionDefinition/valueset-usage" : { // Who has used and how?
    "user" : ["<string>"], // R!A consumer of or client for the value set
    "use" : ["<string>"] // R!Implementation/project/standard that uses value set
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = 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..1stringA consumer of or client for the value set
... use 1..1stringImplementation/project/standard that uses value set

XML Template

<!-- Who has used and how? -->doco

<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>

JSON Template

to do