PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.eu.eps@1.0.0-ballot
    http://hl7.eu/fhir/eps/StructureDefinition/diagnosticReport-eu-eps
description: This profile constrains the DiagnosticReport resource in the scope of the European Patient Summary.
package_name: hl7.fhir.eu.eps
derivation: constraint
name: DiagnosticReportEuEps
type: DiagnosticReport
elements:
  code: {index: 0}
  subject:
    type: Reference
    refers: ['http://hl7.eu/fhir/base/StructureDefinition/patient-eu-core', 'http://hl7.org/fhir/StructureDefinition/Group']
    index: 1
    elements:
      reference: {index: 2}
    required: [reference]
  effective:
    choices: []
    index: 4
    slicing:
      slices:
        effectiveDateTime:
          match: {}
          schema:
            choices: [effectiveDateTime]
            index: 6
          min: 0
          max: 1
  effectiveDateTime:
    type: dateTime
    choiceOf: effective
    index: 7
    slicing:
      slices:
        effectiveDateTime:
          match: {}
          schema: {type: dateTime, choiceOf: effective, index: 7}
          min: 0
          max: 1
  performer: {index: 8}
  result:
    index: 9
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: resolve(), type: profile}
      min: null
      slices:
        observation-results:
          match: {}
          schema:
            type: Reference
            refers: ['http://hl7.eu/fhir/base/StructureDefinition/medicalTestResult-eu-core']
            array: true
            index: 10
          min: 0
package_version: 1.0.0-ballot
class: profile
kind: resource
url: http://hl7.eu/fhir/eps/StructureDefinition/diagnosticReport-eu-eps
base: http://hl7.eu/fhir/base/StructureDefinition/diagnosticReport-eu-core
version: 1.0.0-ballot
required: [effective]