PackagesCanonicalsLogsProblems
    Packages
    ca.infoway.io.core@0.3.0-dft-ballot-1
    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:
    index: 0
    elements:
      coding:
        index: 1
        elements:
          code: {index: 2}
        required: [code]
    required: [coding]
  subject:
    type: Reference
    refers: ['http://fhir.infoway-inforoute.ca/ca-core/StructureDefinition/patient-ca-core', 'http://hl7.org/fhir/StructureDefinition/Group']
    index: 3
  period:
    index: 4
    elements:
      start: {index: 5}
    required: [start]
package_version: 0.3.0-dft-ballot-1
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]