This page is part of the FHIR Specification (v4.1.0: Release 4B Ballot #1). 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: R4B R4
Orders and Observations Work Group | Maturity Level: 1 | Informative | Use Context: Any |
URL for this extension:
http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsReferences
Status: draft. Extension maintained by: Health Level Seven International (Clinical Genomics)
Additional bibliographic reference information about genetics, medications, clinical trials, etc. associated with knowledge-based information on genetics/genetic condition.
Context of Use: Use on Element ID DiagnosticReport
Summary
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
References | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsReferences References: Additional bibliographic reference information about genetics, medications, clinical trials, etc. associated with knowledge-based information on genetics/genetic condition. Use on Element ID DiagnosticReport | |
description | 0..1 | string | Concise description of the genetic reference. | |
reference | 0..* | uri | An absolute URI to express where to find the link. | |
type | 0..1 | CodeableConcept | A code that classifies the type of genetic reference link. | |
Documentation for this format |
Full Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
extension | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsReferences References: Additional bibliographic reference information about genetics, medications, clinical trials, etc. associated with knowledge-based information on genetics/genetic condition. Use on Element ID DiagnosticReport | |
extension | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
extension:description | 0..1 | Extension | Reference description | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "description" | |
value[x] | 1..1 | string | Value of extension | |
extension:reference | 0..* | Extension | Reference URI | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "reference" | |
value[x] | 1..1 | uri | Value of extension | |
extension:type | 0..1 | Extension | Reference type | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "type" | |
value[x] | 1..1 | CodeableConcept | Value of extension Binding: DiagnosticAttachmentType (example): Codes based on Snomed for diagnostic genetic reference types | |
url | 1..1 | uri | "http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsReferences" | |
value[x] | 0..0 | |||
valueBase64Binary | base64Binary | |||
valueBoolean | boolean | |||
valueCanonical | canonical(Any) | |||
valueCode | code | |||
valueDate | date | |||
valueDateTime | dateTime | |||
valueDecimal | decimal | |||
valueId | id | |||
valueInstant | instant | |||
valueInteger | integer | |||
valueMarkdown | markdown | |||
valueOid | oid | |||
valuePositiveInt | positiveInt | |||
valueString | string | |||
valueTime | time | |||
valueUnsignedInt | unsignedInt | |||
valueUri | uri | |||
valueUrl | url | |||
valueUuid | uuid | |||
valueAddress | Address | |||
valueAge | Age | |||
valueAnnotation | Annotation | |||
valueAttachment | Attachment | |||
valueCodeableConcept | CodeableConcept | |||
valueCoding | Coding | |||
valueContactPoint | ContactPoint | |||
valueCount | Count | |||
valueDistance | Distance | |||
valueDuration | Duration | |||
valueHumanName | HumanName | |||
valueIdentifier | Identifier | |||
valueMoney | Money | |||
valuePeriod | Period | |||
valueQuantity | Quantity | |||
valueRange | Range | |||
valueRatio | Ratio | |||
valueReference | Reference(Any) | |||
valueSampledData | SampledData | |||
valueSignature | Signature | |||
valueTiming | Timing | |||
valueContactDetail | ContactDetail | |||
valueContributor | Contributor | |||
valueDataRequirement | DataRequirement | |||
valueExpression | Expression | |||
valueParameterDefinition | ParameterDefinition | |||
valueRelatedArtifact | RelatedArtifact | |||
valueTriggerDefinition | TriggerDefinition | |||
valueUsageContext | UsageContext | |||
valueDosage | Dosage | |||
valueMeta | Meta | |||
Documentation for this format |
XML Template
<!-- References --> <extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsReferences" > <-- extension sliced by value:url in the specified orderOpen--> <extension url="description"> 0..1 Extension <!-- 0..1 Reference description --> <valueString value="[string]"/><!-- 1..1 Value of extension --> </extension> <extension url="reference"> 0..* Extension <!-- 0..* Reference URI --> <valueUri value="[uri]"/><!-- 1..1 Value of extension --> </extension> <extension url="type"> 0..1 Extension <!-- 0..1 Reference type --> <valueCodeableConcept><!-- 1..1 CodeableConcept Value of extension --></valueCodeableConcept> </extension> </extension>
JSON Template
{ // References "extension" : [ // sliced by value:url in the specified order, Open { // Reference description // C? // from Element: extension "extension" : [ // sliced by value:url in the specified order, Open ] "url" : "description", // R! "valueString" : "<string>" // C? R! Value of extension }, { // Reference URI // C? // from Element: extension "extension" : [ // sliced by value:url in the specified order, Open ] "url" : "reference", // R! "valueUri" : "<uri>" // C? R! Value of extension }, { // Reference type // C? // from Element: extension "extension" : [ // sliced by value:url in the specified order, Open ] "url" : "type", // R! "valueCodeableConcept" : { CodeableConcept } // C? R! Value of extension } ], "url" : "http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsReferences", // R! // value[x]: Value of extension. One of these 50: }
Summary
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
References | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsReferences References: Additional bibliographic reference information about genetics, medications, clinical trials, etc. associated with knowledge-based information on genetics/genetic condition. Use on Element ID DiagnosticReport | |
description | 0..1 | string | Concise description of the genetic reference. | |
reference | 0..* | uri | An absolute URI to express where to find the link. | |
type | 0..1 | CodeableConcept | A code that classifies the type of genetic reference link. | |
Documentation for this format |
Full Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
extension | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsReferences References: Additional bibliographic reference information about genetics, medications, clinical trials, etc. associated with knowledge-based information on genetics/genetic condition. Use on Element ID DiagnosticReport | |
extension | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
extension:description | 0..1 | Extension | Reference description | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "description" | |
value[x] | 1..1 | string | Value of extension | |
extension:reference | 0..* | Extension | Reference URI | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "reference" | |
value[x] | 1..1 | uri | Value of extension | |
extension:type | 0..1 | Extension | Reference type | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "type" | |
value[x] | 1..1 | CodeableConcept | Value of extension Binding: DiagnosticAttachmentType (example): Codes based on Snomed for diagnostic genetic reference types | |
url | 1..1 | uri | "http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsReferences" | |
value[x] | 0..0 | |||
valueBase64Binary | base64Binary | |||
valueBoolean | boolean | |||
valueCanonical | canonical(Any) | |||
valueCode | code | |||
valueDate | date | |||
valueDateTime | dateTime | |||
valueDecimal | decimal | |||
valueId | id | |||
valueInstant | instant | |||
valueInteger | integer | |||
valueMarkdown | markdown | |||
valueOid | oid | |||
valuePositiveInt | positiveInt | |||
valueString | string | |||
valueTime | time | |||
valueUnsignedInt | unsignedInt | |||
valueUri | uri | |||
valueUrl | url | |||
valueUuid | uuid | |||
valueAddress | Address | |||
valueAge | Age | |||
valueAnnotation | Annotation | |||
valueAttachment | Attachment | |||
valueCodeableConcept | CodeableConcept | |||
valueCoding | Coding | |||
valueContactPoint | ContactPoint | |||
valueCount | Count | |||
valueDistance | Distance | |||
valueDuration | Duration | |||
valueHumanName | HumanName | |||
valueIdentifier | Identifier | |||
valueMoney | Money | |||
valuePeriod | Period | |||
valueQuantity | Quantity | |||
valueRange | Range | |||
valueRatio | Ratio | |||
valueReference | Reference(Any) | |||
valueSampledData | SampledData | |||
valueSignature | Signature | |||
valueTiming | Timing | |||
valueContactDetail | ContactDetail | |||
valueContributor | Contributor | |||
valueDataRequirement | DataRequirement | |||
valueExpression | Expression | |||
valueParameterDefinition | ParameterDefinition | |||
valueRelatedArtifact | RelatedArtifact | |||
valueTriggerDefinition | TriggerDefinition | |||
valueUsageContext | UsageContext | |||
valueDosage | Dosage | |||
valueMeta | Meta | |||
Documentation for this format |
XML Template
<!-- References --> <extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsReferences" > <-- extension sliced by value:url in the specified orderOpen--> <extension url="description"> 0..1 Extension <!-- 0..1 Reference description --> <valueString value="[string]"/><!-- 1..1 Value of extension --> </extension> <extension url="reference"> 0..* Extension <!-- 0..* Reference URI --> <valueUri value="[uri]"/><!-- 1..1 Value of extension --> </extension> <extension url="type"> 0..1 Extension <!-- 0..1 Reference type --> <valueCodeableConcept><!-- 1..1 CodeableConcept Value of extension --></valueCodeableConcept> </extension> </extension>
JSON Template
{ // References "extension" : [ // sliced by value:url in the specified order, Open { // Reference description // C? // from Element: extension "extension" : [ // sliced by value:url in the specified order, Open ] "url" : "description", // R! "valueString" : "<string>" // C? R! Value of extension }, { // Reference URI // C? // from Element: extension "extension" : [ // sliced by value:url in the specified order, Open ] "url" : "reference", // R! "valueUri" : "<uri>" // C? R! Value of extension }, { // Reference type // C? // from Element: extension "extension" : [ // sliced by value:url in the specified order, Open ] "url" : "type", // R! "valueCodeableConcept" : { CodeableConcept } // C? R! Value of extension } ], "url" : "http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsReferences", // R! // value[x]: Value of extension. One of these 50: }
Constraints