This is Snapshot #3 for FHIR R5, released to support Connectathon 32. For a full list of available versions, see the Directory of published versions.
| FHIR Infrastructure Work Group | Maturity Level: 1 | Trial Use | Use Context: Any |
Official URL: http://hl7.org/fhir/StructureDefinition/cqf-artifactComment
|
Version: 5.0.0-snapshot3 | |||
| draft as of 2015-05-30 | Computable Name: artifactComment | |||
| Flags: Non-Modifier | OID: TBD | |||
Context of Use: Use on Element ID Element
A comment containing additional documentation, a review comment, usage guidance, or other relevant information from a particular user.
Summary
| Name | Flags | Card. | Type | Description & Constraints![]() |
|---|---|---|---|---|
![]() | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/cqf-artifactComment artifactComment: A comment containing additional documentation, a review comment, usage guidance, or other relevant information from a particular user. Use on Element ID Element | |
![]() ![]() | 1..1 | code | documentation | review | guidance Binding: Artifact comment type (required) | |
![]() ![]() | 1..1 | markdown | The comment | |
![]() ![]() | 0..* | uri | What the comment is directed to | |
![]() ![]() | 0..* | uri | Supporting reference for the comment | |
![]() ![]() | 0..1 | string | Who commented | |
Documentation for this format | ||||
Full Structure
| Name | Flags | Card. | Type | Description & Constraints![]() |
|---|---|---|---|---|
![]() | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/cqf-artifactComment artifactComment: A comment containing additional documentation, a review comment, usage guidance, or other relevant information from a particular user. Use on Element ID Element | |
![]() ![]() | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
![]() ![]() | 1..1 | Extension | documentation | review | guidance | |
![]() ![]() ![]() | 0..1 | id | Unique id for inter-element referencing | |
![]() ![]() ![]() | 0..0 | |||
![]() ![]() ![]() | 1..1 | uri | "type" | |
![]() ![]() ![]() | 1..1 | code | Value of extension Binding: Artifact comment type (required) | |
![]() ![]() | 1..1 | Extension | The comment | |
![]() ![]() ![]() | 0..1 | id | Unique id for inter-element referencing | |
![]() ![]() ![]() | 0..0 | |||
![]() ![]() ![]() | 1..1 | uri | "text" | |
![]() ![]() ![]() | 1..1 | markdown | Value of extension | |
![]() ![]() | 0..* | Extension | What the comment is directed to | |
![]() ![]() ![]() | 0..1 | id | Unique id for inter-element referencing | |
![]() ![]() ![]() | 0..0 | |||
![]() ![]() ![]() | 1..1 | uri | "target" | |
![]() ![]() ![]() | 1..1 | uri | Value of extension | |
![]() ![]() | 0..* | Extension | Supporting reference for the comment | |
![]() ![]() ![]() | 0..1 | id | Unique id for inter-element referencing | |
![]() ![]() ![]() | 0..0 | |||
![]() ![]() ![]() | 1..1 | uri | "reference" | |
![]() ![]() ![]() | 1..1 | uri | Value of extension | |
![]() ![]() | 0..1 | Extension | Who commented | |
![]() ![]() ![]() | 0..1 | id | Unique id for inter-element referencing | |
![]() ![]() ![]() | 0..0 | |||
![]() ![]() ![]() | 1..1 | uri | "user" | |
![]() ![]() ![]() | 1..1 | string | Value of extension | |
![]() ![]() | 1..1 | uri | "http://hl7.org/fhir/StructureDefinition/cqf-artifactComment" | |
![]() ![]() | 0..0 | |||
Documentation for this format | ||||
XML Template
<!-- artifactComment --><extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/StructureDefinition/cqf-artifactComment" > <-- extension sliced by value:url in the specified orderOpen--> <extension url="type"> I 1..1 Extension <!-- I 1..1 documentation | review | guidance --> <valueCode value="[code]"/><!-- I 1..1 Value of extension --> </extension> <extension url="text"> I 1..1 Extension <!-- I 1..1 The comment --> <valueMarkdown value="[markdown]"/><!-- I 1..1 Value of extension --> </extension> <extension url="target"> I 0..* Extension <!-- I 0..* What the comment is directed to --> <valueUri value="[uri]"/><!-- I 1..1 Value of extension --> </extension> <extension url="reference"> I 0..* Extension <!-- I 0..* Supporting reference for the comment --> <valueUri value="[uri]"/><!-- I 1..1 Value of extension --> </extension> <extension url="user"> I 0..1 Extension <!-- I 0..1 Who commented --> <valueString value="[string]"/><!-- I 1..1 Value of extension --> </extension> </extension>
JSON Template
{ // artifactComment
"extension" : [ // sliced by value:url in the specified order, Open
{ // documentation | review | guidance // I R!
// from Element: extension
"extension" : [ // sliced by value:url in the specified order, Open ]
"url" : "type", // R!
"valueCode" : "<code>" // I R! Value of extension
},
{ // The comment // I R!
// from Element: extension
"extension" : [ // sliced by value:url in the specified order, Open ]
"url" : "text", // R!
"valueMarkdown" : "<markdown>" // I R! Value of extension
},
{ // What the comment is directed to // I
// from Element: extension
"extension" : [ // sliced by value:url in the specified order, Open ]
"url" : "target", // R!
"valueUri" : "<uri>" // I R! Value of extension
},
{ // Supporting reference for the comment // I
// from Element: extension
"extension" : [ // sliced by value:url in the specified order, Open ]
"url" : "reference", // R!
"valueUri" : "<uri>" // I R! Value of extension
},
{ // Who commented // I
// from Element: extension
"extension" : [ // sliced by value:url in the specified order, Open ]
"url" : "user", // R!
"valueString" : "<string>" // I R! Value of extension
}
],
"extension" : [{ Extension }], // IAdditional content defined by implementations
"extension" : { Extension }, // I R! documentation | review | guidance
"extension" : { Extension }, // I R! The comment
"extension" : [{ Extension }], // IWhat the comment is directed to
"extension" : [{ Extension }], // ISupporting reference for the comment
"extension" : { Extension }, // IWho commented
"url" : "http://hl7.org/fhir/StructureDefinition/cqf-artifactComment" // R!
// value[x]: Value of extension: Prohibited
}
Summary
| Name | Flags | Card. | Type | Description & Constraints![]() |
|---|---|---|---|---|
![]() | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/cqf-artifactComment artifactComment: A comment containing additional documentation, a review comment, usage guidance, or other relevant information from a particular user. Use on Element ID Element | |
![]() ![]() | 1..1 | code | documentation | review | guidance Binding: Artifact comment type (required) | |
![]() ![]() | 1..1 | markdown | The comment | |
![]() ![]() | 0..* | uri | What the comment is directed to | |
![]() ![]() | 0..* | uri | Supporting reference for the comment | |
![]() ![]() | 0..1 | string | Who commented | |
Documentation for this format | ||||
Full Structure
| Name | Flags | Card. | Type | Description & Constraints![]() |
|---|---|---|---|---|
![]() | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/cqf-artifactComment artifactComment: A comment containing additional documentation, a review comment, usage guidance, or other relevant information from a particular user. Use on Element ID Element | |
![]() ![]() | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
![]() ![]() | 1..1 | Extension | documentation | review | guidance | |
![]() ![]() ![]() | 0..1 | id | Unique id for inter-element referencing | |
![]() ![]() ![]() | 0..0 | |||
![]() ![]() ![]() | 1..1 | uri | "type" | |
![]() ![]() ![]() | 1..1 | code | Value of extension Binding: Artifact comment type (required) | |
![]() ![]() | 1..1 | Extension | The comment | |
![]() ![]() ![]() | 0..1 | id | Unique id for inter-element referencing | |
![]() ![]() ![]() | 0..0 | |||
![]() ![]() ![]() | 1..1 | uri | "text" | |
![]() ![]() ![]() | 1..1 | markdown | Value of extension | |
![]() ![]() | 0..* | Extension | What the comment is directed to | |
![]() ![]() ![]() | 0..1 | id | Unique id for inter-element referencing | |
![]() ![]() ![]() | 0..0 | |||
![]() ![]() ![]() | 1..1 | uri | "target" | |
![]() ![]() ![]() | 1..1 | uri | Value of extension | |
![]() ![]() | 0..* | Extension | Supporting reference for the comment | |
![]() ![]() ![]() | 0..1 | id | Unique id for inter-element referencing | |
![]() ![]() ![]() | 0..0 | |||
![]() ![]() ![]() | 1..1 | uri | "reference" | |
![]() ![]() ![]() | 1..1 | uri | Value of extension | |
![]() ![]() | 0..1 | Extension | Who commented | |
![]() ![]() ![]() | 0..1 | id | Unique id for inter-element referencing | |
![]() ![]() ![]() | 0..0 | |||
![]() ![]() ![]() | 1..1 | uri | "user" | |
![]() ![]() ![]() | 1..1 | string | Value of extension | |
![]() ![]() | 1..1 | uri | "http://hl7.org/fhir/StructureDefinition/cqf-artifactComment" | |
![]() ![]() | 0..0 | |||
Documentation for this format | ||||
XML Template
<!-- artifactComment --><extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/StructureDefinition/cqf-artifactComment" > <-- extension sliced by value:url in the specified orderOpen--> <extension url="type"> I 1..1 Extension <!-- I 1..1 documentation | review | guidance --> <valueCode value="[code]"/><!-- I 1..1 Value of extension --> </extension> <extension url="text"> I 1..1 Extension <!-- I 1..1 The comment --> <valueMarkdown value="[markdown]"/><!-- I 1..1 Value of extension --> </extension> <extension url="target"> I 0..* Extension <!-- I 0..* What the comment is directed to --> <valueUri value="[uri]"/><!-- I 1..1 Value of extension --> </extension> <extension url="reference"> I 0..* Extension <!-- I 0..* Supporting reference for the comment --> <valueUri value="[uri]"/><!-- I 1..1 Value of extension --> </extension> <extension url="user"> I 0..1 Extension <!-- I 0..1 Who commented --> <valueString value="[string]"/><!-- I 1..1 Value of extension --> </extension> </extension>
JSON Template
{ // artifactComment
"extension" : [ // sliced by value:url in the specified order, Open
{ // documentation | review | guidance // I R!
// from Element: extension
"extension" : [ // sliced by value:url in the specified order, Open ]
"url" : "type", // R!
"valueCode" : "<code>" // I R! Value of extension
},
{ // The comment // I R!
// from Element: extension
"extension" : [ // sliced by value:url in the specified order, Open ]
"url" : "text", // R!
"valueMarkdown" : "<markdown>" // I R! Value of extension
},
{ // What the comment is directed to // I
// from Element: extension
"extension" : [ // sliced by value:url in the specified order, Open ]
"url" : "target", // R!
"valueUri" : "<uri>" // I R! Value of extension
},
{ // Supporting reference for the comment // I
// from Element: extension
"extension" : [ // sliced by value:url in the specified order, Open ]
"url" : "reference", // R!
"valueUri" : "<uri>" // I R! Value of extension
},
{ // Who commented // I
// from Element: extension
"extension" : [ // sliced by value:url in the specified order, Open ]
"url" : "user", // R!
"valueString" : "<string>" // I R! Value of extension
}
],
"extension" : [{ Extension }], // IAdditional content defined by implementations
"extension" : { Extension }, // I R! documentation | review | guidance
"extension" : { Extension }, // I R! The comment
"extension" : [{ Extension }], // IWhat the comment is directed to
"extension" : [{ Extension }], // ISupporting reference for the comment
"extension" : { Extension }, // IWho commented
"url" : "http://hl7.org/fhir/StructureDefinition/cqf-artifactComment" // R!
// value[x]: Value of extension: Prohibited
}
Constraints
Search
| No Search Extensions defined for this resource |
Examples of this extension
No examples found.