PackagesCanonicalsLogsProblems
    Packages
    ca.infoway.io.erec@1.0.0-dft-ballot
    https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Organization
description: Organization profile describes the details of the organization where the referral originated from.
package_name: ca.infoway.io.erec
derivation: constraint
name: Organization
type: Organization
elements:
  meta: {index: 0}
  identifier:
    mustSupport: true
    index: 1
    elements:
      system: {mustSupport: true, index: 2}
      value: {mustSupport: true, index: 3}
  active: {mustSupport: true, index: 4}
  type:
    mustSupport: true
    index: 5
    elements:
      coding:
        mustSupport: true
        index: 6
        elements:
          code: {mustSupport: true, index: 7}
  name: {mustSupport: true, index: 8}
  telecom:
    elements:
      system: {mustSupport: true, index: 9}
      value: {mustSupport: true, index: 10}
      use: {mustSupport: true, index: 11}
    required: [value]
  address:
    elements:
      text: {mustSupport: true, index: 12}
      city: {mustSupport: true, index: 13}
      postalCode: {mustSupport: true, index: 14}
      country: {mustSupport: true, index: 15}
  contact:
    elements:
      purpose:
        mustSupport: true
        index: 16
        elements:
          coding:
            mustSupport: true
            index: 17
            elements:
              code: {mustSupport: true, index: 18}
      name:
        mustSupport: true
        index: 19
        elements:
          family: {mustSupport: true, index: 20}
          given: {mustSupport: true, index: 21}
      telecom:
        mustSupport: true
        index: 22
        elements:
          system: {mustSupport: true, index: 23}
          value: {mustSupport: true, index: 24}
          use: {mustSupport: true, index: 25}
        required: [value]
      address:
        mustSupport: true
        index: 26
        elements:
          text: {mustSupport: true, index: 27}
          city: {mustSupport: true, index: 28}
          postalCode: {mustSupport: true, index: 29}
          country: {mustSupport: true, index: 30}
package_version: 1.0.0-dft-ballot
class: profile
kind: resource
url: https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Organization
base: http://hl7.org/fhir/StructureDefinition/Organization
version: 0.1.0
required: [name]