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
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.
HL7usage info: todo
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
extension | Extension | URL = 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..1 | string | Remarks or other text | |
timestamp | 1..1 | instant | When the comment was created |
XML Template
<!-- Human-specified notes and other documentation --> <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>
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
extension | Extension | URL = 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..1 | string | Remarks or other text | |
timestamp | 1..1 | instant | When the comment was created |
XML Template
<!-- Human-specified notes and other documentation --> <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>