STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 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

Extension: Radiology Text

URL for this extension:

http://hl7.org/fhir/StructureDefinition/hspc-imagingstudy-RadiologyText

Status: draft. Extension maintained by: HSPC

The textual report given by the radiologist.

Context of Use: Use on element: ImagingStudy

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/hspc-imagingstudy-RadiologyText
Radiology Text: The textual report given by the radiologist.
Use on element: ImagingStudy
... TextSection0..*AttachmentThe textual report for the specific, numerical section of the Radiology Text.
... SequenceNumber0..1unsignedIntA number that denotes the order in which the Text Sections should appear.

doco Documentation for this format

Fulle Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extension0..*ExtensionURL = http://hl7.org/fhir/StructureDefinition/hspc-imagingstudy-RadiologyText
Radiology Text: The textual report given by the radiologist.
Use on element: ImagingStudy
... extension 0..*ExtensionText Section
.... extension 0..0
.... url 1..1uri"TextSection"
.... valueAttachment 1..1AttachmentValue of extension
... extension 0..1ExtensionSeq. Number
.... extension 0..0
.... url 1..1uri"SequenceNumber"
.... valueUnsignedInt 1..1unsignedIntValue of extension
... url 1..1uri"http://hl7.org/fhir/StructureDefinition/hspc-imagingstudy-RadiologyText"
... value[x] 0..0

doco Documentation for this format

XML Template

<!-- Radiology Text -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/StructureDefinition/hspc-imagingstudy-RadiologyText" >
 <-- extension sliced by url  in the specified orderOpen-->
 <extension url="TextSection"> 0..* Extension  <!-- 0..* Text Section -->
  <valueAttachment><!-- 1..1 Attachment 
      Value of extension --></valueAttachment>
 </extension>
 <extension url="SequenceNumber"> 0..1 Extension  <!-- 0..1 Seq. Number -->
  <valueUnsignedInt value="[unsignedInt]"/><!-- 1..1 Value of extension -->
 </extension>
</extension>

JSON Template

{ // Radiology Text
    "extension" : [ //  sliced by url  in the specified orderOpen
      { // Text Section //
        // from Element: extension
        "url" : "TextSection", // R! 
        "valueAttachment" : { Attachment } // R! Value of extension
      },
      { // Seq. Number //
        // from Element: extension
        "url" : "SequenceNumber", // R! 
        "valueUnsignedInt" : "<unsignedInt>" // R! Value of extension
      }
    ],
    "url" : "http://hl7.org/fhir/StructureDefinition/hspc-imagingstudy-RadiologyText", // R! 
// value[x]: Value of extension. One of these 33:
  }

Summary

NameFlagsCard.TypeDescription & Constraintsdoco
.. extension0..*ExtensionURL = http://hl7.org/fhir/StructureDefinition/hspc-imagingstudy-RadiologyText
Radiology Text: The textual report given by the radiologist.
Use on element: ImagingStudy
... TextSection0..*AttachmentThe textual report for the specific, numerical section of the Radiology Text.
... SequenceNumber0..1unsignedIntA number that denotes the order in which the Text Sections should appear.

doco Documentation for this format

Full Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extension0..*ExtensionURL = http://hl7.org/fhir/StructureDefinition/hspc-imagingstudy-RadiologyText
Radiology Text: The textual report given by the radiologist.
Use on element: ImagingStudy
... extension 0..*ExtensionText Section
.... extension 0..0
.... url 1..1uri"TextSection"
.... valueAttachment 1..1AttachmentValue of extension
... extension 0..1ExtensionSeq. Number
.... extension 0..0
.... url 1..1uri"SequenceNumber"
.... valueUnsignedInt 1..1unsignedIntValue of extension
... url 1..1uri"http://hl7.org/fhir/StructureDefinition/hspc-imagingstudy-RadiologyText"
... value[x] 0..0

doco Documentation for this format

XML Template

<!-- Radiology Text -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/StructureDefinition/hspc-imagingstudy-RadiologyText" >
 <-- extension sliced by url  in the specified orderOpen-->
 <extension url="TextSection"> 0..* Extension  <!-- 0..* Text Section -->
  <valueAttachment><!-- 1..1 Attachment 
      Value of extension --></valueAttachment>
 </extension>
 <extension url="SequenceNumber"> 0..1 Extension  <!-- 0..1 Seq. Number -->
  <valueUnsignedInt value="[unsignedInt]"/><!-- 1..1 Value of extension -->
 </extension>
</extension>

JSON Template

{ // Radiology Text
    "extension" : [ //  sliced by url  in the specified orderOpen
      { // Text Section //
        // from Element: extension
        "url" : "TextSection", // R! 
        "valueAttachment" : { Attachment } // R! Value of extension
      },
      { // Seq. Number //
        // from Element: extension
        "url" : "SequenceNumber", // R! 
        "valueUnsignedInt" : "<unsignedInt>" // R! Value of extension
      }
    ],
    "url" : "http://hl7.org/fhir/StructureDefinition/hspc-imagingstudy-RadiologyText", // R! 
// value[x]: Value of extension. One of these 33:
  }