PackagesCanonicalsLogsProblems
    Packages
    rs/de.gematik.erezept.eu@1.0.0-rc1
    https://gematik.de/fhir/erp-eu/StructureDefinition/GEM_ERPEU_PR_Organization
description: This Organization Profile is sent by the NCPeH when redeeming a Prescription in the EU
package_name: rs/de.gematik.erezept.eu
derivation: constraint
name: GEM_ERPEU_PR_Organization
type: Organization
elements:
  meta:
    index: 0
    elements:
      profile:
        pattern: {type: canonical, value: 'https://gematik.de/fhir/erp-eu/StructureDefinition/GEM_ERPEU_PR_Organization|1.5'}
        type: canonical
        index: 1
    required: [profile]
  identifier:
    short: Organization Identifier
    mustSupport: true
    index: 2
    elements:
      system: {mustSupport: true, index: 3}
      value: {mustSupport: true, index: 4}
    required: [value]
  type:
    short: Organization Type
    mustSupport: true
    index: 5
    elements:
      coding:
        binding: {strength: required, valueSet: 'https://gematik.de/fhir/erp-eu/ValueSet/GEM_ERPEU_VS_HealthCareFacilityType'}
        mustSupport: true
        index: 6
        elements:
          system: {mustSupport: true, index: 7}
          code: {mustSupport: true, index: 8}
          display: {mustSupport: true, index: 9}
        required: [code, system]
    required: [coding]
  name: {mustSupport: true, index: 10}
  address:
    mustSupport: true
    index: 11
    elements:
      line: {mustSupport: true, index: 12}
      city: {mustSupport: true, index: 13}
      state: {mustSupport: true, index: 14}
      postalCode: {mustSupport: true, index: 15}
      country: {mustSupport: true, index: 16}
    required: [city, country, line, postalCode, state]
package_version: 1.0.0-rc1
class: profile
kind: resource
url: https://gematik.de/fhir/erp-eu/StructureDefinition/GEM_ERPEU_PR_Organization
base: http://hl7.org/fhir/StructureDefinition/Organization
version: '1.0'
required: [address, identifier, meta, name, type]