PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.pl.laboratory.r5@0.1.0
    http://hl7.org.pl/fhir/ig/pl-lab/StructureDefinition/pl-lab-organization-diagnosticEntity
description: Podmiot diagnostyczny
package_name: hl7.fhir.pl.laboratory.r5
derivation: constraint
name: PLLabOrganizationDiagnosticEntity
type: Organization
elements:
  identifier:
    index: 0
    elements:
      use: {index: 1}
      type: {index: 2}
      system: {mustSupport: true, index: 3}
      value: {mustSupport: true, index: 4}
      period: {index: 5}
      assigner: {index: 6}
    required: [value, system]
  name: {mustSupport: true, index: 7}
  contact:
    mustSupport: true
    index: 8
    elements:
      telecom:
        mustSupport: true
        index: 9
        slicing:
          rules: closed
          ordered: false
          description: Rodzaj danych teleadresowych
          discriminator:
          - {path: system, type: value}
          min: null
          slices:
            phone:
              match: {system: phone}
              schema:
                mustSupport: true
                array: true
                index: 10
                elements:
                  system:
                    mustSupport: true
                    pattern: {type: Code, value: phone}
                    index: 11
                  value: {mustSupport: true, index: 12}
                  use: {index: 13}
                  rank: {index: 14}
                  period: {index: 15}
                required: [value, system]
            email:
              match: {system: email}
              schema:
                mustSupport: true
                array: true
                index: 16
                elements:
                  system:
                    mustSupport: true
                    pattern: {type: Code, value: email}
                    index: 17
                  value: {mustSupport: true, index: 18}
                  use: {index: 19}
                  rank: {index: 20}
                  period: {index: 21}
                required: [value, system]
      address: {mustSupport: true, index: 22}
  partOf: {index: 23}
  endpoint: {index: 24}
  qualification: {index: 25}
package_version: 0.1.0
class: profile
kind: resource
url: http://hl7.org.pl/fhir/ig/pl-lab/StructureDefinition/pl-lab-organization-diagnosticEntity
base: http://hl7.org.pl/fhir/ig/pl-base/StructureDefinition/pl-base-organization
version: 0.1.0
required: [name]