PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.examples@4.5.0
    http://hl7.org/fhir/StructureDefinition/VerificationResult
description: Describes validation requirements, source(s), status and dates for one or more elements.
package_name: hl7.fhir.r5.examples
derivation: specialization
name: VerificationResult
type: VerificationResult
elements:
  failureAction:
    short: fatal | warn | rec-only | none
    type: CodeableConcept
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/verificationresult-failure-action'}
    isSummary: true
    index: 10
  validationType:
    short: nothing | primary | multiple
    type: CodeableConcept
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/verificationresult-validation-type'}
    isSummary: true
    index: 5
  targetLocation: {type: string, short: The fhirpath location(s) within the resource that was validated, isSummary: true, array: true, index: 1}
  validator:
    type: BackboneElement
    short: Information about the entity validating information
    array: true
    index: 28
    elements:
      organization:
        type: Reference
        short: Reference to the organization validating information
        refers: ['http://hl7.org/fhir/StructureDefinition/Organization']
        index: 29
      identityCertificate: {type: string, short: A digital identity certificate associated with the validator, index: 30}
      attestationSignature: {type: Signature, short: Validator signature, index: 31}
    required: [organization]
  need:
    short: none | initial | periodic
    type: CodeableConcept
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/verificationresult-need'}
    isSummary: true
    index: 2
  frequency: {type: Timing, short: Frequency of revalidation, index: 7}
  nextScheduled: {type: date, short: 'The date when target is next validated, if appropriate', index: 9}
  primarySource:
    type: BackboneElement
    short: Information about the primary source(s) involved in validation
    array: true
    index: 11
    elements:
      who:
        short: Reference to the primary source
        refers: ['http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole']
        type: Reference
        index: 12
      type:
        short: Type of primary source (License Board; Primary Education; Continuing Education; Postal Service; Relationship owner; Registration Authority; legal source; issuing source; authoritative source)
        type: CodeableConcept
        array: true
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/verificationresult-primary-source-type'}
        isSummary: true
        index: 13
      communicationMethod:
        short: Method for exchanging information with the primary source
        type: CodeableConcept
        array: true
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/verificationresult-communication-method'}
        isSummary: true
        index: 14
      validationStatus:
        type: CodeableConcept
        short: successful | failed | unknown
        binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/verificationresult-validation-status'}
        index: 15
      validationDate: {type: dateTime, short: When the target was validated against the primary source, index: 16}
      canPushUpdates:
        short: yes | no | undetermined
        type: CodeableConcept
        binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/verificationresult-can-push-updates'}
        isSummary: true
        index: 17
      pushTypeAvailable:
        type: CodeableConcept
        short: specific | any | source
        binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/verificationresult-push-type-available'}
        array: true
        index: 18
  attestation:
    type: BackboneElement
    short: Information about the entity attesting to information
    index: 19
    elements:
      who:
        short: The individual or organization attesting to information
        refers: ['http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole']
        type: Reference
        isSummary: true
        index: 20
      onBehalfOf:
        short: When the who is asserting on behalf of another (organization or individual)
        refers: ['http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole']
        type: Reference
        isSummary: true
        index: 21
      communicationMethod:
        short: The method by which attested information was submitted/retrieved
        type: CodeableConcept
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/verificationresult-communication-method'}
        isSummary: true
        index: 22
      date: {type: date, short: The date the information was attested to, isSummary: true, index: 23}
      sourceIdentityCertificate: {type: string, short: A digital identity certificate associated with the attestation source, index: 24}
      proxyIdentityCertificate: {type: string, short: A digital identity certificate associated with the proxy entity submitting attested information on behalf of the attestation source, index: 25}
      proxySignature: {type: Signature, short: Proxy signature, index: 26}
      sourceSignature: {type: Signature, short: Attester signature, index: 27}
  status:
    short: attested | validated | in-process | req-revalid | val-fail | reval-fail
    type: code
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/verificationresult-status|4.5.0'}
    isSummary: true
    index: 3
  validationProcess:
    short: The primary process by which the target is validated (edit check; value set; primary source; multiple sources; standalone; in context)
    type: CodeableConcept
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/verificationresult-validation-process'}
    isSummary: true
    index: 6
  statusDate: {type: dateTime, short: When the validation status was updated, isSummary: true, index: 4}
  target:
    short: A resource that was validated
    refers: ['http://hl7.org/fhir/StructureDefinition/Resource']
    type: Reference
    array: true
    isSummary: true
    index: 0
  lastPerformed: {type: dateTime, short: The date/time validation was last completed (including failed validations), index: 8}
package_version: 4.5.0
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/VerificationResult
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.5.0
required: [status]