PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch-epr-fhir@5.0.0
    http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/ch-pixm-feed-organization
description: The organization information which can be provided in the PIXm Feed according to the EPR. The organization identifier SHALL be expressed as an ISO OID. The organization SHALL have at least one of telecom, address, or contact person to be present.
package_name: ch.fhir.ig.ch-epr-fhir
derivation: constraint
name: CHPIXmFeedOrganization
type: Organization
elements:
  identifier:
    mustSupport: true
    index: 0
    slicing:
      slices:
        OID:
          match: {}
          schema:
            pattern:
              type: Identifier
              value: {system: 'urn:ietf:rfc:3986'}
            index: 1
            elements:
              system: {index: 2}
              value: {short: 'The value SHALL be expressed as an ISO OID (e.g., ''urn:oid:2.999.1.2.3.4'')', mustSupport: true, index: 3}
            required: [value, system]
package_version: 5.0.0
class: profile
kind: resource
url: http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/ch-pixm-feed-organization
base: http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization-epr
version: 5.0.0
required: [identifier]