PackagesCanonicalsLogsProblems
    Packages
    ca.infoway.io.core@1.0.0-dft-preballot-beta2
    http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/patient-birthTime
description: Re-publishing of patient-birthTime extension with expanded context of use to allow application to Person.dateTime while the issue submitted to the extensions pack to expand the global extension is resolved.
package_name: ca.infoway.io.core
derivation: constraint
name: BirthTime
type: Extension
elements:
  extension: {index: 0}
  url:
    pattern: {type: Uri, value: 'http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/patient-birthTime'}
    index: 1
  value:
    choices: []
    index: 3
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: 1
      slices:
        valueDateTime:
          match: {}
          schema:
            choices: [valueDateTime]
            _required: true
            index: 5
          min: 1
          max: 1
  valueDateTime:
    type: dateTime
    choiceOf: value
    index: 6
    slicing:
      slices:
        valueDateTime:
          match: {}
          schema: {type: dateTime, choiceOf: value, _required: true, index: 6}
          min: 1
          max: 1
package_version: 1.0.0-dft-preballot-beta2
extensions: {}
class: extension
kind: complex-type
url: http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/patient-birthTime
base: http://hl7.org/fhir/StructureDefinition/Extension
version: null
required: [valueDateTime, value]