Release 5 Ballot

This page is part of the FHIR Specification (v5.0.0-ballot: R5 Ballot - see ballot notes). 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: Attester

FHIR Infrastructure Work Group Maturity Level: 1InformativeUse Context: Any

Summary

Defining URL:http://hl7.org/fhir/StructureDefinition/questionnaireresponse-attester
Version:5.0.0-ballot
Name:Attester
Title:Attester
Modifier:This extension is not a modifier extension
Status:draft
Definition:Allows capturing the individual(s) who attest to the accuracy of the information within the QuestionnaireResponse
Committee:FHIR Infrastructure Work Group

Status: draft. Extension maintained by: HL7

Allows capturing the individual(s) who attest to the accuracy of the information within the QuestionnaireResponse

Comment:

Multiple atttestations are possible - potentially of different types

Context of Use: Use on Element ID QuestionnaireResponse

Extension Content

Summary

NameFlagsCard.TypeDescription & Constraintsdoco
.. Attester0..*ExtensionURL = http://hl7.org/fhir/StructureDefinition/questionnaireresponse-attester
Attester: Allows capturing the individual(s) who attest to the accuracy of the information within the QuestionnaireResponse


Use on Element ID QuestionnaireResponse
... mode1..1codeExtension

Binding: CompositionAttestationMode (required)
... time0..1dateTimeExtension

... party0..1Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization)Extension


doco Documentation for this format

Full Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extension0..*ExtensionURL = http://hl7.org/fhir/StructureDefinition/questionnaireresponse-attester
Attester: Allows capturing the individual(s) who attest to the accuracy of the information within the QuestionnaireResponse


Use on Element ID QuestionnaireResponse
... Slices for extension 1..*ExtensionExtension
Slice: Unordered, Open by value:url
... extension:mode 1..1ExtensionExtension
.... id 0..1idUnique id for inter-element referencing
.... extension 0..0
.... url 1..1uri"mode"
.... value[x] 1..1codeValue of extension
Binding: CompositionAttestationMode (required)
... extension:time 0..1ExtensionExtension
.... id 0..1idUnique id for inter-element referencing
.... extension 0..0
.... url 1..1uri"time"
.... value[x] 1..1dateTimeValue of extension
.... id 0..1idUnique id for inter-element referencing
.... extension 0..0
.... url 1..1uri"party"
.... value[x] 1..1Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization)Value of extension
... url 1..1uri"http://hl7.org/fhir/StructureDefinition/questionnaireresponse-attester"
... value[x] 0..0

doco Documentation for this format

XML Template

<!-- Attester -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/StructureDefinition/questionnaireresponse-attester" >
 <-- extension sliced by value:url  in the specified orderOpen-->
 <extension url="mode"> I 1..1 Extension  <!-- I 1..1 Extension -->
  <valueCode value="[code]"/><!-- I 1..1 Value of extension -->
 </extension>
 <extension url="time"> I 0..1 Extension  <!-- I 0..1 Extension -->
  <valueDateTime value="[dateTime]"/><!-- I 1..1 Value of extension -->
 </extension>
 <extension url="party"> I 0..1 Extension  <!-- I 0..1 Extension -->
  <valueReference><!-- I 1..1 Reference(Practitioner) Value of extension --></valueReference>
 </extension>
</extension>

JSON Template

{ // Attester
    "extension" : [ //  sliced by value:url  in the specified order, Open 
      { // Extension // I R! 
        // from Element: extension
        "extension" : [ //  sliced by value:url  in the specified order, Open ]
        "url" : "mode", // R! 
        "valueCode" : "<code>" // I R! Value of extension
      },
      { // Extension // I
        // from Element: extension
        "extension" : [ //  sliced by value:url  in the specified order, Open ]
        "url" : "time", // R! 
        "valueDateTime" : "<dateTime>" // I R! Value of extension
      },
      { // Extension // I
        // from Element: extension
        "extension" : [ //  sliced by value:url  in the specified order, Open ]
        "url" : "party", // R! 
        "valueReference" : { Reference(Practitioner) } // I R! Value of extension
      }
    ],
    "extension" : [{ Extension }], // I R! Extension
    "extension" : { Extension }, // I R! Extension
    "extension" : { Extension }, // IExtension
    "extension" : { Extension }, // IExtension
    "url" : "http://hl7.org/fhir/StructureDefinition/questionnaireresponse-attester" // R! 
  // value[x]: Value of extension: Prohibited
  }

Summary

NameFlagsCard.TypeDescription & Constraintsdoco
.. Attester0..*ExtensionURL = http://hl7.org/fhir/StructureDefinition/questionnaireresponse-attester
Attester: Allows capturing the individual(s) who attest to the accuracy of the information within the QuestionnaireResponse


Use on Element ID QuestionnaireResponse
... mode1..1codeExtension

Binding: CompositionAttestationMode (required)
... time0..1dateTimeExtension

... party0..1Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization)Extension


doco Documentation for this format

Full Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extension0..*ExtensionURL = http://hl7.org/fhir/StructureDefinition/questionnaireresponse-attester
Attester: Allows capturing the individual(s) who attest to the accuracy of the information within the QuestionnaireResponse


Use on Element ID QuestionnaireResponse
... Slices for extension 1..*ExtensionExtension
Slice: Unordered, Open by value:url
... extension:mode 1..1ExtensionExtension
.... id 0..1idUnique id for inter-element referencing
.... extension 0..0
.... url 1..1uri"mode"
.... value[x] 1..1codeValue of extension
Binding: CompositionAttestationMode (required)
... extension:time 0..1ExtensionExtension
.... id 0..1idUnique id for inter-element referencing
.... extension 0..0
.... url 1..1uri"time"
.... value[x] 1..1dateTimeValue of extension
.... id 0..1idUnique id for inter-element referencing
.... extension 0..0
.... url 1..1uri"party"
.... value[x] 1..1Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization)Value of extension
... url 1..1uri"http://hl7.org/fhir/StructureDefinition/questionnaireresponse-attester"
... value[x] 0..0

doco Documentation for this format

XML Template

<!-- Attester -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/StructureDefinition/questionnaireresponse-attester" >
 <-- extension sliced by value:url  in the specified orderOpen-->
 <extension url="mode"> I 1..1 Extension  <!-- I 1..1 Extension -->
  <valueCode value="[code]"/><!-- I 1..1 Value of extension -->
 </extension>
 <extension url="time"> I 0..1 Extension  <!-- I 0..1 Extension -->
  <valueDateTime value="[dateTime]"/><!-- I 1..1 Value of extension -->
 </extension>
 <extension url="party"> I 0..1 Extension  <!-- I 0..1 Extension -->
  <valueReference><!-- I 1..1 Reference(Practitioner) Value of extension --></valueReference>
 </extension>
</extension>

JSON Template

{ // Attester
    "extension" : [ //  sliced by value:url  in the specified order, Open 
      { // Extension // I R! 
        // from Element: extension
        "extension" : [ //  sliced by value:url  in the specified order, Open ]
        "url" : "mode", // R! 
        "valueCode" : "<code>" // I R! Value of extension
      },
      { // Extension // I
        // from Element: extension
        "extension" : [ //  sliced by value:url  in the specified order, Open ]
        "url" : "time", // R! 
        "valueDateTime" : "<dateTime>" // I R! Value of extension
      },
      { // Extension // I
        // from Element: extension
        "extension" : [ //  sliced by value:url  in the specified order, Open ]
        "url" : "party", // R! 
        "valueReference" : { Reference(Practitioner) } // I R! Value of extension
      }
    ],
    "extension" : [{ Extension }], // I R! Extension
    "extension" : { Extension }, // I R! Extension
    "extension" : { Extension }, // IExtension
    "extension" : { Extension }, // IExtension
    "url" : "http://hl7.org/fhir/StructureDefinition/questionnaireresponse-attester" // R! 
  // value[x]: Value of extension: Prohibited
  }

 

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

Search

No Search Extensions defined for this resource

Examples of this extension

No examples found.