Connectathon 11 Snapshot

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

Extension: Sequence Quality

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

Extension Content

Summary

NameFlagsCard.TypeDescription & Constraintsdoco
.. extension0..*ExtensionURL = http://hl7.org/fhir/StructureDefinition/observation-consensus-sequence-blockSequenceQuality
Sequence Quality: Sequence Quality.
Use on element: Sequence
... start0..1integer0-based start position (inclusive) of the sequence.
... stop0..1integer0-based end position (exclusive) of the sequence.
... score0..1decimalQuality score.

doco Documentation for this format

Fulle Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extension0..*ExtensionURL = http://hl7.org/fhir/StructureDefinition/observation-consensus-sequence-blockSequenceQuality
Sequence Quality: Sequence Quality.
Use on element: Sequence
... extension 0..1Extension0-based start position (inclusive) of the sequence
.... extension 0..0
.... url 1..1uri"start"
.... valueInteger 1..1integerValue of extension
... extension 0..1Extension0-based end position (exclusive) of the sequence
.... extension 0..0
.... url 1..1uri"stop"
.... valueInteger 1..1integerValue of extension
... extension 0..1ExtensionQuality score
.... extension 0..0
.... url 1..1uri"score"
.... valueDecimal 1..1decimalValue of extension
... url 1..1uri"http://hl7.org/fhir/StructureDefinition/observation-consensus-sequence-blockSequenceQuality"
... value[x] 0..0

doco Documentation for this format

XML Template

<!-- Sequence Quality -->doco

<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

NameFlagsCard.TypeDescription & Constraintsdoco
.. extension0..*ExtensionURL = http://hl7.org/fhir/StructureDefinition/observation-consensus-sequence-blockSequenceQuality
Sequence Quality: Sequence Quality.
Use on element: Sequence
... start0..1integer0-based start position (inclusive) of the sequence.
... stop0..1integer0-based end position (exclusive) of the sequence.
... score0..1decimalQuality score.

doco Documentation for this format

Full Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extension0..*ExtensionURL = http://hl7.org/fhir/StructureDefinition/observation-consensus-sequence-blockSequenceQuality
Sequence Quality: Sequence Quality.
Use on element: Sequence
... extension 0..1Extension0-based start position (inclusive) of the sequence
.... extension 0..0
.... url 1..1uri"start"
.... valueInteger 1..1integerValue of extension
... extension 0..1Extension0-based end position (exclusive) of the sequence
.... extension 0..0
.... url 1..1uri"stop"
.... valueInteger 1..1integerValue of extension
... extension 0..1ExtensionQuality score
.... extension 0..0
.... url 1..1uri"score"
.... valueDecimal 1..1decimalValue of extension
... url 1..1uri"http://hl7.org/fhir/StructureDefinition/observation-consensus-sequence-blockSequenceQuality"
... value[x] 0..0

doco Documentation for this format

XML Template

<!-- Sequence Quality -->doco

<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:
  }