PackagesCanonicalsLogsProblems
    Packages
    ca.infoway.io.core@1.0.0-dft-preballot
    http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/organization-ca-core
description: This profile applies constraints to the Organization resource for CA Core+ to support representation of healthcare organizations in the pan-Canadian context.
package_name: ca.infoway.io.core
derivation: constraint
name: OrganizationCACore
type: Organization
elements:
  identifier:
    index: 0
    elements:
      system: {mustSupport: true, index: 1}
      value: {mustSupport: true, index: 2}
    required: [value, system]
  type: {index: 3}
  name: {mustSupport: true, index: 4}
  telecom:
    elements:
      system: {mustSupport: true, index: 5}
      value: {mustSupport: true, index: 6}
    required: [value, system]
  address:
    elements:
      text: {index: 7}
      line: {mustSupport: true, index: 8}
      city: {mustSupport: true, index: 9}
      state: {mustSupport: true, index: 10}
      postalCode: {mustSupport: true, index: 11}
      country: {mustSupport: true, index: 12}
package_version: 1.0.0-dft-preballot
class: profile
kind: resource
url: http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/organization-ca-core
base: http://hl7.org/fhir/StructureDefinition/Organization
version: null
required: [name]