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 Where did this content come from - Definition

URL for this extension:

http://hl7.org/fhir/ExtensionDefinition/valueset-sourceReference

Status: draft

This text is intended to act as a citation to work done elsewhere that is not part of the current stewarding process where the referenced source is in some way a basis of the current value set definition.

HL7

usage info: todo

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/valueset-sourceReference
Where did this content come from: This text is intended to act as a citation to work done elsewhere that is not part of the current stewarding process where the referenced source is in some way a basis of the current value set definition.
Use on element: ValueSet
..valueUri 0..1uriWhere did this content come from
Use on element: ValueSet

XML Template

<!-- Where did this content come from -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/valueset-sourceReference" >
 <!-- from Element: extension -->
 <valueUri value="[uri]"/>
</extension>

JSON Template

// extension added to existing objectdoco

  "http://hl7.org/fhir/ExtensionDefinition/valueset-sourceReference" : { // Where did this content come from
    "valueUri" : ["<uri>"] //Where did this content come from
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/valueset-sourceReference
Where did this content come from: This text is intended to act as a citation to work done elsewhere that is not part of the current stewarding process where the referenced source is in some way a basis of the current value set definition.
Use on element: ValueSet
..valueUri 0..1uriWhere did this content come from
Use on element: ValueSet

XML Template

<!-- Where did this content come from -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/valueset-sourceReference" >
 <!-- from Element: extension -->
 <valueUri value="[uri]"/>
</extension>

JSON Template

to do