PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh@ereferral-econsult-0.12.0-alpha1.0.7
    http://ehealthontario.ca/fhir/StructureDefinition/ext-consultation-time
description: Records the amount of time a provider spent documentation a consultation
package_name: ca.on.oh
derivation: constraint
name: ConsultationTime
type: Extension
elements:
  extension:
    index: 0
    slicing:
      slices:
        TimeSpent:
          match: {}
          schema:
            short: Time spend on the consulation
            mustSupport: true
            _required: true
            index: 1
            elements:
              url:
                pattern: {type: Uri, value: TimeSpent}
                index: 2
              value:
                short: Minutes Spent
                mustSupport: false
                choices: [valueInteger]
                index: 4
              valueInteger: {type: integer, short: Minutes Spent, mustSupport: false, choiceOf: value, index: 5}
            required: [value, valueInteger]
        Comments:
          match: {}
          schema:
            mustSupport: true
            index: 6
            elements:
              url:
                pattern: {type: Uri, value: Comments}
                index: 7
              value:
                short: Comments
                mustSupport: false
                choices: [valueString]
                index: 9
              valueString: {type: string, short: Comments, mustSupport: false, choiceOf: value, index: 10}
  url:
    pattern: {type: Uri, value: 'http://ehealthontario.ca/fhir/StructureDefinition/ext-consultation-time'}
    index: 11
  value:
    mustSupport: true
    choices: []
    index: 13
package_version: ereferral-econsult-0.12.0-alpha1.0.7
extensions:
  TimeSpent:
    url: null
    short: Time spend on the consulation
    mustSupport: true
    _required: true
    index: 1
    elements:
      url:
        pattern: {type: Uri, value: TimeSpent}
        index: 2
      value:
        short: Minutes Spent
        mustSupport: false
        choices: [valueInteger]
        index: 4
      valueInteger: {type: integer, short: Minutes Spent, mustSupport: false, choiceOf: value, index: 5}
    required: [value, valueInteger]
  Comments:
    url: null
    mustSupport: true
    index: 6
    elements:
      url:
        pattern: {type: Uri, value: Comments}
        index: 7
      value:
        short: Comments
        mustSupport: false
        choices: [valueString]
        index: 9
      valueString: {type: string, short: Comments, mustSupport: false, choiceOf: value, index: 10}
class: extension
kind: complex-type
url: http://ehealthontario.ca/fhir/StructureDefinition/ext-consultation-time
base: http://hl7.org/fhir/StructureDefinition/Extension
version: null
required: [extension]