R4 Ballot #2 (Mixed Normative/Trial use)

This page is part of the FHIR Specification (v3.5.0: R4 Ballot #2). 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 R3

Extension: PhaseSet

Orders and Observations Work Group Maturity Level: 1InformativeUse Context: Any

URL for this extension:

http://hl7.org/fhir/StructureDefinition/observation-geneticsPhaseSet

Status: draft. Extension maintained by: Health Level Seven International (Clinical Genomics)

Phase set information.

Context of Use: Use on Element ID Observation

usage info: insert a list of places where this extension is used

Extension Content

Summary

NameFlagsCard.TypeDescription & Constraintsdoco
.. PhaseSet0..*ExtensionURL = http://hl7.org/fhir/StructureDefinition/observation-geneticsPhaseSet
PhaseSet: Phase set information.


Use on Element ID Observation
... Id0..1uriThis is a globally unique phaseSet id.

... Sequence1..*Reference(Sequence)Sequence pointed to phase set (from: https://www.hl7.org/fhir/STU3/extension-observation-geneticssequence.html).


doco Documentation for this format

Full Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extension0..*ExtensionURL = http://hl7.org/fhir/StructureDefinition/observation-geneticsPhaseSet
PhaseSet: Phase set information.


Use on Element ID Observation
... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
... extension 0..1ExtensionPhase set ID
.... extension 0..0
.... url 1..1uri"Id"
.... valueUri 0..1uriValue of extension
... extension 1..*ExtensionPhase set sequence
.... extension 0..0
.... url 1..1uri"Sequence"
.... valueReference 0..1Reference(Sequence)Value of extension
... url 1..1uri"http://hl7.org/fhir/StructureDefinition/observation-geneticsPhaseSet"
... value[x] 0..0

doco Documentation for this format

XML Template

<!-- PhaseSet -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/StructureDefinition/observation-geneticsPhaseSet" >
 <-- extension sliced by value:url  in the specified orderOpen-->
 <extension url="Id"> 0..1 Extension  <!-- 0..1 Phase set ID -->
  <valueUri value="[uri]"/><!-- 0..1 Value of extension -->
 </extension>
 <extension url="Sequence"> 1..* Extension  <!-- 1..* Phase set sequence -->
  <valueReference><!-- 0..1 Reference(Sequence) 
      Value of extension --></valueReference>
 </extension>
</extension>

JSON Template

{ // PhaseSet
    "extension" : [ //  sliced by value:url  in the specified order, Open 
      { // Phase set ID //
        // from Element: extension
        "extension" : [ //  sliced by value:url  in the specified order, Open ]
        "url" : "Id", // R! 
        "valueUri" : "<uri>" //Value of extension
      },
      { // Phase set sequence // R! 
        // from Element: extension
        "extension" : [ //  sliced by value:url  in the specified order, Open ]
        "url" : "Sequence", // R! 
        "valueReference" : { Reference(Sequence) } //Value of extension
      }
    ],
    "url" : "http://hl7.org/fhir/StructureDefinition/observation-geneticsPhaseSet", // R! 
// value[x]: Value of extension. One of these 49:
  }

Summary

NameFlagsCard.TypeDescription & Constraintsdoco
.. PhaseSet0..*ExtensionURL = http://hl7.org/fhir/StructureDefinition/observation-geneticsPhaseSet
PhaseSet: Phase set information.


Use on Element ID Observation
... Id0..1uriThis is a globally unique phaseSet id.

... Sequence1..*Reference(Sequence)Sequence pointed to phase set (from: https://www.hl7.org/fhir/STU3/extension-observation-geneticssequence.html).


doco Documentation for this format

Full Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extension0..*ExtensionURL = http://hl7.org/fhir/StructureDefinition/observation-geneticsPhaseSet
PhaseSet: Phase set information.


Use on Element ID Observation
... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
... extension 0..1ExtensionPhase set ID
.... extension 0..0
.... url 1..1uri"Id"
.... valueUri 0..1uriValue of extension
... extension 1..*ExtensionPhase set sequence
.... extension 0..0
.... url 1..1uri"Sequence"
.... valueReference 0..1Reference(Sequence)Value of extension
... url 1..1uri"http://hl7.org/fhir/StructureDefinition/observation-geneticsPhaseSet"
... value[x] 0..0

doco Documentation for this format

XML Template

<!-- PhaseSet -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/StructureDefinition/observation-geneticsPhaseSet" >
 <-- extension sliced by value:url  in the specified orderOpen-->
 <extension url="Id"> 0..1 Extension  <!-- 0..1 Phase set ID -->
  <valueUri value="[uri]"/><!-- 0..1 Value of extension -->
 </extension>
 <extension url="Sequence"> 1..* Extension  <!-- 1..* Phase set sequence -->
  <valueReference><!-- 0..1 Reference(Sequence) 
      Value of extension --></valueReference>
 </extension>
</extension>

JSON Template

{ // PhaseSet
    "extension" : [ //  sliced by value:url  in the specified order, Open 
      { // Phase set ID //
        // from Element: extension
        "extension" : [ //  sliced by value:url  in the specified order, Open ]
        "url" : "Id", // R! 
        "valueUri" : "<uri>" //Value of extension
      },
      { // Phase set sequence // R! 
        // from Element: extension
        "extension" : [ //  sliced by value:url  in the specified order, Open ]
        "url" : "Sequence", // R! 
        "valueReference" : { Reference(Sequence) } //Value of extension
      }
    ],
    "url" : "http://hl7.org/fhir/StructureDefinition/observation-geneticsPhaseSet", // R! 
// value[x]: Value of extension. One of these 49:
  }

 

Constraints

  • ele-1: All FHIR elements must have a @value or children (xpath: @value|f:*|h:div)
  • ext-1: Must have either extensions or value[x], not both (xpath: exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')]))