PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh-olis@2.0.0-0.0.1
    http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Encounter
description: An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient. OLIS uses the resource to identify attending and admitting practitioners.
package_name: ca.on.oh-olis
derivation: constraint
name: Encounter
type: Encounter
elements:
  id: {mustSupport: true, index: 0}
  meta:
    mustSupport: true
    index: 1
    elements:
      profile:
        mustSupport: true
        pattern: {type: Canonical, value: 'http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Encounter|2.0.0'}
        index: 2
    required: [profile]
  status:
    pattern: {type: Code, value: unknown}
    mustSupport: true
    index: 3
  class:
    binding: {strength: required, valueSet: 'http://ehealthontario.ca/fhir/ValueSet/ca-on-encounter-class-codes'}
    mustSupport: true
    index: 4
    elements:
      system: {mustSupport: true, index: 5}
      code: {mustSupport: true, index: 6}
      display: {mustSupport: true, index: 7}
    required: [display, system, code]
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Patient']
    index: 8
    elements:
      reference: {mustSupport: true, index: 9}
    required: [reference]
  participant:
    mustSupport: true
    index: 10
    elements:
      type:
        binding: {strength: extensible, valueSet: 'http://ehealthontario.ca/fhir/ValueSet/lab/ca-on-lab-encounter-participant-type'}
        mustSupport: true
        index: 11
        elements:
          coding:
            mustSupport: true
            index: 12
            elements:
              system:
                pattern: {type: Uri, value: 'http://hl7.org/fhir/v3/ParticipationType'}
                mustSupport: true
                index: 13
              code: {mustSupport: true, index: 14}
              display: {short: textual display value for the participant type, mustSupport: true, index: 15}
            required: [display, system, code]
        required: [coding]
      individual:
        type: Reference
        mustSupport: true
        refers: ['http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Practitioner']
        index: 16
        elements:
          reference: {mustSupport: true, index: 17}
        required: [reference]
    required: [individual, type]
  location:
    mustSupport: true
    index: 18
    elements:
      location:
        mustSupport: true
        index: 19
        elements:
          display: {mustSupport: true, index: 20}
        required: [display]
package_version: 2.0.0-0.0.1
class: profile
kind: resource
url: http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Encounter
base: http://hl7.org/fhir/StructureDefinition/Encounter
version: 2.0.0
required: [subject, meta]