PackagesCanonicalsLogsProblems
    Packages
    nictiz.fhir.nl.stu3.zib2017@1.3.3
    http://nictiz.nl/fhir/StructureDefinition/EpisodeOfCare-DateLastEncounter
description: For episodes of care it can be relevant, and always is in general practitioner workflow, when the last encounter was that a problem/concern was discussed. You could try to get to that date by going through all encounters taking into account that the EpisodeOfCare might have evolved over time, but this extension provides a convenience method to avoid that.
package_name: nictiz.fhir.nl.stu3.zib2017
derivation: constraint
name: EpisodeOfCare DateLastEncounter
type: Extension
elements:
  url:
    pattern: {type: Uri, value: 'http://nictiz.nl/fhir/StructureDefinition/EpisodeOfCare-DateLastEncounter'}
    index: 0
  valueDateTime:
    short: Date and if applicable time/timezone
    type: dateTime
    meaningWhenMissing: No information can be inferred from missing the date/time.
    index: 1
    slicing:
      slices:
        valueDateTime:
          match: {}
          schema: {short: Date and if applicable time/timezone, type: dateTime, _required: true, meaningWhenMissing: No information can be inferred from missing the date/time., index: 1}
          min: 1
package_version: 1.3.3
class: extension
kind: complex-type
url: http://nictiz.nl/fhir/StructureDefinition/EpisodeOfCare-DateLastEncounter
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 2.0.0
required: [valueDateTime]