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: R3 R2

Extension Comment about the use of this code in this context - Definition

URL for this extension:

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

Status: draft

A comment that explains how this code is used in this context (where the value set is expected to be used).

HL7

usage info: todo

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/valueset-comments
Comment about the use of this code in this context: A comment that explains how this code is used in this context (where the value set is expected to be used).
Use on element: ValueSet.compose.include.concept, ValueSet.define.concept
..valueString 0..1stringComment about the use of this code in this context
Use on element: ValueSet.compose.include.concept, ValueSet.define.concept

XML Template

<!-- Comment about the use of this code in this context -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/valueset-comments" >
 <!-- from Element: extension -->
 <valueString value="[string]"/>
</extension>

JSON Template

// extension added to existing objectdoco

  "http://hl7.org/fhir/ExtensionDefinition/valueset-comments" : { // Comment about the use of this code in this context
    "valueString" : ["<string>"] //Comment about the use of this code in this context
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/valueset-comments
Comment about the use of this code in this context: A comment that explains how this code is used in this context (where the value set is expected to be used).
Use on element: ValueSet.compose.include.concept, ValueSet.define.concept
..valueString 0..1stringComment about the use of this code in this context
Use on element: ValueSet.compose.include.concept, ValueSet.define.concept

XML Template

<!-- Comment about the use of this code in this context -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/valueset-comments" >
 <!-- from Element: extension -->
 <valueString value="[string]"/>
</extension>

JSON Template

to do