PackagesCanonicalsLogsProblems
    Packages
    rs/NHSD.Assets.STU3@1.6.0
    https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-GPC-Organization-1
description: The Organization resource represents the organisation that employs the healthcare professional.
package_name: rs/NHSD.Assets.STU3
derivation: constraint
name: CareConnect-GPC-Organization-1
type: Organization
elements:
  extension:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        mainLocation:
          match: {url: null}
          schema: {type: Extension, url: h, index: 1}
          max: 1
        organization-period:
          match: {url: null}
          schema: {type: Extension, url: h, index: 2}
          max: 1
  identifier:
    index: 3
    slicing:
      rules: openAtEnd
      ordered: false
      discriminator:
      - {path: system, type: value}
      min: null
      slices:
        odsOrganisationCode:
          match: {system: 'https://fhir.nhs.uk/Id/ods-organization-code'}
          schema:
            short: Organisation Data Service code
            mustSupport: true
            index: 4
            elements:
              use: {index: 5}
              type: {index: 6}
              system:
                pattern: {type: uri, value: 'https://fhir.nhs.uk/Id/ods-organization-code'}
                type: uri
                index: 7
              value: {index: 8}
              period: {index: 9}
              assigner: {index: 10}
            required: [system, value]
  type: {index: 11}
  name: {index: 12}
  telecom: {mustSupport: true, index: 13}
  address:
    mustSupport: true
    index: 14
    elements:
      state: {index: 15}
  partOf:
    type: Reference
    refers: ['https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-GPC-Organization-1']
    index: 16
  contact:
    elements:
      name:
        elements:
          family: {index: 17}
        required: [family]
      address:
        elements:
          state: {index: 18}
package_version: 1.6.0
extensions:
  mainLocation: {url: h, max: 1, type: Extension, index: 1}
  organization-period: {url: h, max: 1, type: Extension, index: 2}
class: profile
kind: resource
url: https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-GPC-Organization-1
base: http://hl7.org/fhir/StructureDefinition/Organization
version: 1.4.0
required: [name]