This page is part of the FHIR Specification (v1.2.0: STU 3 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
URL for this extension:
http://hl7.org/fhir/StructureDefinition/observation-consensus-sequence-blockSequenceQuality
Status: draft. Extension maintained by: Health Level Seven International (Clinical Genomics)
Sequence Quality.
Context of Use: Use on element: Sequence
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/observation-consensus-sequence-blockSequenceQuality Sequence Quality: Sequence Quality. Use on element: Sequence | |
start | 0..1 | integer | 0-based start position (inclusive) of the sequence. | |
stop | 0..1 | integer | 0-based end position (exclusive) of the sequence. | |
score | 0..1 | decimal | Quality score. | |
Documentation for this format |
Fulle Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
extension | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/observation-consensus-sequence-blockSequenceQuality Sequence Quality: Sequence Quality. Use on element: Sequence | |
extension | 0..1 | Extension | 0-based start position (inclusive) of the sequence | |
extension | 0..0 | |||
url | 1..1 | uri | "start" | |
valueInteger | 1..1 | integer | Value of extension | |
extension | 0..1 | Extension | 0-based end position (exclusive) of the sequence | |
extension | 0..0 | |||
url | 1..1 | uri | "stop" | |
valueInteger | 1..1 | integer | Value of extension | |
extension | 0..1 | Extension | Quality score | |
extension | 0..0 | |||
url | 1..1 | uri | "score" | |
valueDecimal | 1..1 | decimal | Value of extension | |
url | 1..1 | uri | "http://hl7.org/fhir/StructureDefinition/observation-consensus-sequence-blockSequenceQuality" | |
value[x] | 0..0 | |||
Documentation for this format |
XML Template
<!-- Sequence Quality --> <extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/StructureDefinition/observation-consensus-sequence-blockSequenceQuality" > <-- extension sliced by url in the specified orderOpen--> <extension url="start"> 0..1 Extension <!-- 0..1 0-based start position (inclusive) of the sequence --> <valueInteger value="[integer]"/><!-- 1..1 Value of extension --> </extension> <extension url="stop"> 0..1 Extension <!-- 0..1 0-based end position (exclusive) of the sequence --> <valueInteger value="[integer]"/><!-- 1..1 Value of extension --> </extension> <extension url="score"> 0..1 Extension <!-- 0..1 Quality score --> <valueDecimal value="[decimal]"/><!-- 1..1 Value of extension --> </extension> </extension>
JSON Template
{ // Sequence Quality "extension" : [ // sliced by url in the specified orderOpen { // 0-based start position (inclusive) of the sequence // // from Element: extension "url" : "start", // R! "valueInteger" : <integer> // R! Value of extension }, { // 0-based end position (exclusive) of the sequence // // from Element: extension "url" : "stop", // R! "valueInteger" : <integer> // R! Value of extension }, { // Quality score // // from Element: extension "url" : "score", // R! "valueDecimal" : <decimal> // R! Value of extension } ], "url" : "http://hl7.org/fhir/StructureDefinition/observation-consensus-sequence-blockSequenceQuality", // 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/observation-consensus-sequence-blockSequenceQuality Sequence Quality: Sequence Quality. Use on element: Sequence | |
start | 0..1 | integer | 0-based start position (inclusive) of the sequence. | |
stop | 0..1 | integer | 0-based end position (exclusive) of the sequence. | |
score | 0..1 | decimal | Quality score. | |
Documentation for this format |
Full Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
extension | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/observation-consensus-sequence-blockSequenceQuality Sequence Quality: Sequence Quality. Use on element: Sequence | |
extension | 0..1 | Extension | 0-based start position (inclusive) of the sequence | |
extension | 0..0 | |||
url | 1..1 | uri | "start" | |
valueInteger | 1..1 | integer | Value of extension | |
extension | 0..1 | Extension | 0-based end position (exclusive) of the sequence | |
extension | 0..0 | |||
url | 1..1 | uri | "stop" | |
valueInteger | 1..1 | integer | Value of extension | |
extension | 0..1 | Extension | Quality score | |
extension | 0..0 | |||
url | 1..1 | uri | "score" | |
valueDecimal | 1..1 | decimal | Value of extension | |
url | 1..1 | uri | "http://hl7.org/fhir/StructureDefinition/observation-consensus-sequence-blockSequenceQuality" | |
value[x] | 0..0 | |||
Documentation for this format |
XML Template
<!-- Sequence Quality --> <extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/StructureDefinition/observation-consensus-sequence-blockSequenceQuality" > <-- extension sliced by url in the specified orderOpen--> <extension url="start"> 0..1 Extension <!-- 0..1 0-based start position (inclusive) of the sequence --> <valueInteger value="[integer]"/><!-- 1..1 Value of extension --> </extension> <extension url="stop"> 0..1 Extension <!-- 0..1 0-based end position (exclusive) of the sequence --> <valueInteger value="[integer]"/><!-- 1..1 Value of extension --> </extension> <extension url="score"> 0..1 Extension <!-- 0..1 Quality score --> <valueDecimal value="[decimal]"/><!-- 1..1 Value of extension --> </extension> </extension>
JSON Template
{ // Sequence Quality "extension" : [ // sliced by url in the specified orderOpen { // 0-based start position (inclusive) of the sequence // // from Element: extension "url" : "start", // R! "valueInteger" : <integer> // R! Value of extension }, { // 0-based end position (exclusive) of the sequence // // from Element: extension "url" : "stop", // R! "valueInteger" : <integer> // R! Value of extension }, { // Quality score // // from Element: extension "url" : "score", // R! "valueDecimal" : <decimal> // R! Value of extension } ], "url" : "http://hl7.org/fhir/StructureDefinition/observation-consensus-sequence-blockSequenceQuality", // R! // value[x]: Value of extension. One of these 33: }