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 Human-specified notes and other documentation - Definition

URL for this extension:

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

Status: draft

Each comment is a time-stamped entry of arbitrary length that is not editable except by anyone in the author group.

HL7

usage info: todo

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/valueset-comment
Human-specified notes and other documentation: Each comment is a time-stamped entry of arbitrary length that is not editable except by anyone in the author group.
Use on element: ValueSet
... content 1..1stringRemarks or other text
... timestamp 1..1instantWhen the comment was created

XML Template

<!-- Human-specified notes and other documentation -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/valueset-comment" >
 <!-- from Element: extension -->
 <extension url="content"> <!-- 1..1 Remarks or other text --!> 
  <valueString value="[string]"/>
 </extension>
 <!-- from Element: extension -->
 <extension url="timestamp"> <!-- 1..1 When the comment was created --!> 
  <valueInstant value="[instant]"/>
 </extension>
</extension>

JSON Template

// extension added to existing objectdoco

  "http://hl7.org/fhir/ExtensionDefinition/valueset-comment" : { // Human-specified notes and other documentation
    "content" : ["<string>"], // R!Remarks or other text
    "timestamp" : ["<instant>"] // R!When the comment was created
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/valueset-comment
Human-specified notes and other documentation: Each comment is a time-stamped entry of arbitrary length that is not editable except by anyone in the author group.
Use on element: ValueSet
... content 1..1stringRemarks or other text
... timestamp 1..1instantWhen the comment was created

XML Template

<!-- Human-specified notes and other documentation -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/valueset-comment" >
 <!-- from Element: extension -->
 <extension url="content"> <!-- 1..1 Remarks or other text --!> 
  <valueString value="[string]"/>
 </extension>
 <!-- from Element: extension -->
 <extension url="timestamp"> <!-- 1..1 When the comment was created --!> 
  <valueInstant value="[instant]"/>
 </extension>
</extension>

JSON Template

to do