This page is part of the FHIR Specification (v1.0.0: DSTU 2 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
URL for this extension:
http://hl7.org/fhir/StructureDefinition/cqif-basic-relatedResource
Status: draft. Extension maintained by: Health Level Seven, Inc. - CDS WG
Related resources such as additional documentation, supporting evidence, or bibliographic references.
Context of Use: Use on element: Basic
usage info: insert a list of places where this extension is used
Summary
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
extension | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/cqif-basic-relatedResource relatedResource: Related resources such as additional documentation, supporting evidence, or bibliographic references. Use on element: Basic | |
type | 1..1 | code | The type of related resource. | |
uri | 0..1 | uri | The uri of the related resource. | |
description | 0..1 | string | A brief description of the related resource. | |
document | 0..1 | Attachment | The document being referenced. | |
Documentation for this format |
Fulle Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
extension | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/cqif-basic-relatedResource relatedResource: Related resources such as additional documentation, supporting evidence, or bibliographic references. Use on element: Basic | |
extension | 1..1 | Extension | Extension | |
extension | 0..0 | |||
url | 1..1 | uri | "type" | |
valueCode | 1..1 | code | Value of extension Binding: KnowledgeModuleResourceType (required) | |
extension | 0..1 | Extension | Extension | |
extension | 0..0 | |||
url | 1..1 | uri | "uri" | |
valueUri | 1..1 | uri | Value of extension | |
extension | 0..1 | Extension | Extension | |
extension | 0..0 | |||
url | 1..1 | uri | "description" | |
valueString | 1..1 | string | Value of extension | |
extension | 0..1 | Extension | Extension | |
extension | 0..0 | |||
url | 1..1 | uri | "document" | |
valueAttachment | 1..1 | Attachment | Value of extension | |
url | 1..1 | uri | "http://hl7.org/fhir/StructureDefinition/cqif-basic-relatedResource" | |
value[x] | 0..0 | |||
Documentation for this format |
XML Template
<!-- relatedResource --> <extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/StructureDefinition/cqif-basic-relatedResource" > <-- extension sliced by url in any order--> <extension url="type"> 1..1 Extension <!-- 1..1 Extension --> <valueCode value="[code]"/><!-- 1..1 Value of extension --> </extension> <extension url="uri"> 0..1 Extension <!-- 0..1 Extension --> <valueUri value="[uri]"/><!-- 1..1 Value of extension --> </extension> <extension url="description"> 0..1 Extension <!-- 0..1 Extension --> <valueString value="[string]"/><!-- 1..1 Value of extension --> </extension> <extension url="document"> 0..1 Extension <!-- 0..1 Extension --> <valueAttachment><!-- 1..1 Attachment Value of extension --> </extension> </extension>
JSON Template
{ // relatedResource "extension" : [ // sliced by url in any order { // Extension // R! // from Element: extension "url" : "type", // R! "valueCode" : "<code>" // R! Value of extension }, { // Extension // // from Element: extension "url" : "uri", // R! "valueUri" : "<uri>" // R! Value of extension }, { // Extension // // from Element: extension "url" : "description", // R! "valueString" : "<string>" // R! Value of extension }, { // Extension // // from Element: extension "url" : "document", // R! "valueAttachment" : { Attachment } // R! Value of extension } ], "url" : "http://hl7.org/fhir/StructureDefinition/cqif-basic-relatedResource", // R! // value[x]: Value of extension. One of these 33: }
Summary
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
extension | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/cqif-basic-relatedResource relatedResource: Related resources such as additional documentation, supporting evidence, or bibliographic references. Use on element: Basic | |
type | 1..1 | code | The type of related resource. | |
uri | 0..1 | uri | The uri of the related resource. | |
description | 0..1 | string | A brief description of the related resource. | |
document | 0..1 | Attachment | The document being referenced. | |
Documentation for this format |
Full Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
extension | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/cqif-basic-relatedResource relatedResource: Related resources such as additional documentation, supporting evidence, or bibliographic references. Use on element: Basic | |
extension | 1..1 | Extension | Extension | |
extension | 0..0 | |||
url | 1..1 | uri | "type" | |
valueCode | 1..1 | code | Value of extension Binding: KnowledgeModuleResourceType (required) | |
extension | 0..1 | Extension | Extension | |
extension | 0..0 | |||
url | 1..1 | uri | "uri" | |
valueUri | 1..1 | uri | Value of extension | |
extension | 0..1 | Extension | Extension | |
extension | 0..0 | |||
url | 1..1 | uri | "description" | |
valueString | 1..1 | string | Value of extension | |
extension | 0..1 | Extension | Extension | |
extension | 0..0 | |||
url | 1..1 | uri | "document" | |
valueAttachment | 1..1 | Attachment | Value of extension | |
url | 1..1 | uri | "http://hl7.org/fhir/StructureDefinition/cqif-basic-relatedResource" | |
value[x] | 0..0 | |||
Documentation for this format |
XML Template
<!-- relatedResource --> <extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/StructureDefinition/cqif-basic-relatedResource" > <-- extension sliced by url in any order--> <extension url="type"> 1..1 Extension <!-- 1..1 Extension --> <valueCode value="[code]"/><!-- 1..1 Value of extension --> </extension> <extension url="uri"> 0..1 Extension <!-- 0..1 Extension --> <valueUri value="[uri]"/><!-- 1..1 Value of extension --> </extension> <extension url="description"> 0..1 Extension <!-- 0..1 Extension --> <valueString value="[string]"/><!-- 1..1 Value of extension --> </extension> <extension url="document"> 0..1 Extension <!-- 0..1 Extension --> <valueAttachment><!-- 1..1 Attachment Value of extension --> </extension> </extension>
JSON Template
{ // relatedResource "extension" : [ // sliced by url in any order { // Extension // R! // from Element: extension "url" : "type", // R! "valueCode" : "<code>" // R! Value of extension }, { // Extension // // from Element: extension "url" : "uri", // R! "valueUri" : "<uri>" // R! Value of extension }, { // Extension // // from Element: extension "url" : "description", // R! "valueString" : "<string>" // R! Value of extension }, { // Extension // // from Element: extension "url" : "document", // R! "valueAttachment" : { Attachment } // R! Value of extension } ], "url" : "http://hl7.org/fhir/StructureDefinition/cqif-basic-relatedResource", // R! // value[x]: Value of extension. One of these 33: }