PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.base@4.1.2-preview
    http://hl7.org.au/fhir/StructureDefinition/ihi-verified-date
description: This extension applies to the [Identifier](http://hl7.org/fhir/datatypes.html#identifier) data type and is used to represent the date, and optionally time, that the IHI was verified with HI Services. This is not the date that it was created by the HI Services, but when it was checked. This is often required to know how recently the identifier was checked, and if it must be re-verified before using it.
package_name: hl7.fhir.au.base
derivation: constraint
name: IHIVerifiedDate
type: Extension
elements:
  url:
    pattern: {type: Uri, value: 'http://hl7.org.au/fhir/StructureDefinition/ihi-verified-date'}
    index: 0
  value:
    short: IHI Verification Date
    choices: [valueDateTime]
    index: 2
  valueDateTime: {type: dateTime, short: IHI Verification Date, choiceOf: value, index: 3}
package_version: 4.1.2-preview
class: extension
kind: complex-type
url: http://hl7.org.au/fhir/StructureDefinition/ihi-verified-date
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 4.1.2-preview
required: [valueDateTime, value]