PackagesCanonicalsLogsProblems
    Packages
    ca.infoway.io.core@0.3.1-dft-ballot
    http://fhir.infoway-inforoute.ca/ca-core/StructureDefinition/encounter-ca-core
description: This profile represents the constraints applied to the Encounter resource by the CA Core+ project to represent the minimum expectations for the Encounter resource when used to promote capacity building for functionality found across Canadian FHIR implementations. It is informed by the constraints of shared across CIHI pCHDCF data sets. In the future it will also undergo analysis against the [CA Baseline Encounter profile](https://build.fhir.org/ig/HL7-Canada/ca-baseline/branches/master/StructureDefinition-profile-encounter.html) to assess and address alignment
package_name: ca.infoway.io.core
derivation: constraint
name: EncounterCACore
type: Encounter
elements:
  type:
    mustSupport: true
    index: 0
    elements:
      coding:
        mustSupport: true
        index: 1
        elements:
          code: {mustSupport: true, index: 2}
        required: [code]
    required: [coding]
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://fhir.infoway-inforoute.ca/ca-core/StructureDefinition/patient-ca-core', 'http://hl7.org/fhir/StructureDefinition/Group']
    index: 3
  period:
    mustSupport: true
    index: 4
    elements:
      start: {mustSupport: true, index: 5}
    required: [start]
package_version: 0.3.1-dft-ballot
class: profile
kind: resource
url: http://fhir.infoway-inforoute.ca/ca-core/StructureDefinition/encounter-ca-core
base: http://hl7.org/fhir/StructureDefinition/Encounter
version: null
required: [subject, type, period]