PackagesCanonicalsLogsProblems
    Packages
    ehealthplatform.be.r4.federalprofiles@1.1.22-beta
    https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-laboratory-report
description: Belgian profile for a laboratory report
package_name: ehealthplatform.be.r4.federalprofiles
derivation: constraint
name: BeLaboratoryReport
type: DiagnosticReport
elements:
  category:
    short: The subject of this specialty, expressed in a LOINC code.
    mustSupport: true
    index: 18
    elements:
      coding:
        index: 19
        elements:
          system: {index: 20}
          code: {index: 21}
          display: {index: 22}
        required: [display, system, code]
        slicing:
          rules: open
          discriminator:
          - {path: code, type: value}
          min: 1
          slices:
            LABREPORT:
              match: {code: LAB}
              schema:
                _required: true
                index: 23
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/v2-0074'}
                    index: 24
                  code:
                    pattern: {type: Code, value: LAB}
                    index: 25
                  display:
                    pattern: {type: String, value: Laboratory}
                    index: 26
                required: [system]
    required: [coding]
  conclusionCode: {mustSupport: true, index: 38}
  conclusion: {mustSupport: true, index: 37}
  specimen:
    type: Reference
    mustSupport: true
    refers: ['https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-specimen-laboratory']
    index: 34
  extension:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        Replaces:
          match: {url: null}
          schema:
            type: Extension
            short: The report replaces the target resource.
            mustSupport: true
            url: http://hl7.org/fhir/StructureDefinition/diagnosticReport-replaces
            index: 1
            elements:
              value:
                choices: [valueReference]
                index: 3
                slicing:
                  slices:
                    valueReference:
                      match: {}
                      schema:
                        choices: [valueReference]
                        index: 3
              valueReference:
                type: Reference
                choiceOf: value
                refers: ['https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-laboratory-report']
                index: 4
                slicing:
                  slices:
                    valueReference:
                      match: {}
                      schema:
                        type: Reference
                        choiceOf: value
                        refers: ['https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-laboratory-report']
                        index: 4
        Extends:
          match: {url: null}
          schema:
            type: Extension
            mustSupport: true
            url: http://hl7.org/fhir/StructureDefinition/diagnosticReport-extends
            index: 5
            elements:
              value:
                choices: [valueReference]
                index: 7
              valueReference:
                type: Reference
                choiceOf: value
                refers: ['https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-laboratory-report']
                index: 8
        AddendumOf:
          match: {url: null}
          schema:
            type: Extension
            mustSupport: true
            url: http://hl7.org/fhir/StructureDefinition/diagnosticReport-addendumOf
            index: 9
            elements:
              value:
                choices: [valueReference]
                index: 11
              valueReference:
                type: Reference
                choiceOf: value
                refers: ['https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-laboratory-report']
                index: 12
  resultsInterpreter:
    type: Reference
    short: Primary result interpreter. Need to know whom to contact if there are queries about the results.
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/CareTeam', 'https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-organization', 'https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner', 'https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitionerrole']
    index: 33
  status: {short: 'Status of the report: consult the HL7 list of permitted values', mustSupport: true, index: 17}
  result:
    type: Reference
    mustSupport: true
    refers: ['https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-observation-laboratory']
    index: 35
  effective:
    short: Time of the specimen collection - is overruled when collection time is given in .specimen element.
    mustSupport: true
    choices: []
    index: 30
  code: {mustSupport: true, index: 27}
  identifier:
    mustSupport: true
    index: 13
    elements:
      system: {mustSupport: false, index: 14}
      value: {mustSupport: false, index: 15}
    required: [value, system]
  issued: {mustSupport: true, index: 31}
  presentedForm: {mustSupport: true, index: 39}
  basedOn:
    short: A reference to a ServiceRequest SHALL be given here that minimally includes the time of prescription.
    refers: ['http://hl7.org/fhir/StructureDefinition/ServiceRequest']
    type: Reference
    mustSupport: true
    index: 16
  media: {mustSupport: true, index: 36}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Location', 'https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patient']
    index: 28
  performer:
    type: Reference
    short: Entity that takes responsibility for the clinical report.
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/CareTeam', 'https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-organization', 'https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner', 'https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitionerrole']
    index: 32
package_version: 1.1.22-beta
extensions:
  Replaces:
    url: http://hl7.org/fhir/StructureDefinition/diagnosticReport-replaces
    type: Extension
    short: The report replaces the target resource.
    mustSupport: true
    index: 1
    elements:
      value:
        choices: [valueReference]
        index: 3
        slicing:
          slices:
            valueReference:
              match: {}
              schema:
                choices: [valueReference]
                index: 3
      valueReference:
        type: Reference
        choiceOf: value
        refers: ['https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-laboratory-report']
        index: 4
        slicing:
          slices:
            valueReference:
              match: {}
              schema:
                type: Reference
                choiceOf: value
                refers: ['https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-laboratory-report']
                index: 4
  Extends:
    url: http://hl7.org/fhir/StructureDefinition/diagnosticReport-extends
    type: Extension
    mustSupport: true
    index: 5
    elements:
      value:
        choices: [valueReference]
        index: 7
      valueReference:
        type: Reference
        choiceOf: value
        refers: ['https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-laboratory-report']
        index: 8
  AddendumOf:
    url: http://hl7.org/fhir/StructureDefinition/diagnosticReport-addendumOf
    type: Extension
    mustSupport: true
    index: 9
    elements:
      value:
        choices: [valueReference]
        index: 11
      valueReference:
        type: Reference
        choiceOf: value
        refers: ['https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-laboratory-report']
        index: 12
class: profile
kind: resource
url: https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-laboratory-report
base: http://hl7.org/fhir/StructureDefinition/DiagnosticReport
version: 0.2.0
required: [resultsInterpreter, issued, basedOn, identifier, subject, category, performer]