PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.central-cancer-registry-reporting@1.0.0
    http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/cancer-encounter
description: This Encounter profile represents the encounter related to the cancer event. It is based on the US Core Encounter.
package_name: hl7.fhir.us.central-cancer-registry-reporting
derivation: constraint
name: CancerEncounter
type: Encounter
elements:
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/cancer-patient']
    index: 0
  participant:
    mustSupport: true
    index: 1
    slicing:
      rules: open
      discriminator:
      - {path: type, type: type}
      min: null
      slices:
        sliceResponsibleProvider:
          match: {}
          schema:
            short: Responsible provider
            mustSupport: true
            index: 2
            elements:
              type:
                short: Responsible provider
                mustSupport: true
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: ATND, system: 'http://terminology.hl7.org/CodeSystem/v3-ParticipationType'}
                index: 3
              period: {mustSupport: true, index: 4}
              individual:
                type: Reference
                short: Responsible Provider
                mustSupport: true
                refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner']
                index: 5
            required: [type]
  diagnosis:
    short: Encounter diagnosis
    mustSupport: true
    index: 6
    elements:
      condition:
        type: Reference
        mustSupport: true
        refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition']
        index: 7
      use: {mustSupport: true, index: 8}
  location:
    short: Public health encounter location
    isModifier: false
    mustSupport: true
    array: true
    index: 9
    elements:
      location:
        type: Reference
        isModifier: false
        mustSupport: true
        refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-location']
        index: 10
  serviceProvider:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization']
    index: 11
package_version: 1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/cancer-encounter
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter
version: 1.0.0
required: [subject]