HL7 Austria ELGA Laboratory Report R4 Implementation Guide
0.1.0 - ci-build Austria flag

HL7 Austria ELGA Laboratory Report R4 Implementation Guide, published by HL7 Austria. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/gabriel0316/test-laboratory/ and changes regularly. See the Directory of published versions

Resource Profile: AT ELGA Laboratory DiagnosticReport

Official URL: https://fhir.hl7.at/elga-labor/StructureDefinition/at-elga-lab-diagnosticreport Version: 0.1.0
Draft as of 2026-05-04 Computable Name: ATELGALabDiagnosticReport

DiagnosticReport profile for Austrian ELGA Laboratory Reports.

Extends the HL7 Europe Laboratory DiagnosticReport with Austrian-specific requirements:

  • Subject SHALL reference an AT ELGA Lab Patient
  • Performer SHALL reference an AT ELGA Lab Organization or Practitioner
  • basedOn SHOULD reference an AT ELGA Lab ServiceRequest
  • Austrian lab report identifier using GDA OID namespace

Usages:

  • This Profile is not used by any profiles in this Implementation Guide

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DiagnosticReport 0..* DiagnosticReportLabEu Laboratory Report DiagnosticReport
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:DiagnosticReportCompositionR5 1..1 (Complex) Associated Lab Report Composition
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition"
..... value[x] 1..1 Reference(Composition: Laboratory Report) Value of extension
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... basedOn S 0..* Reference(AT ELGA Laboratory ServiceRequest (Order)) The laboratory order (Laborauftrag) this report fulfils
... status ?!SΣ 1..1 code Status of the Report
Binding: DiagnosticReportStatus (required): The status of the diagnostic report.
... Slices for category Σ 0..* CodeableConceptIPS(2.0.0) Report Category
Slice: Unordered, Open by value:$this
Binding: DiagnosticServiceSectionCodes (example): Codes for diagnostic service sections.
.... category:studyType Σ 0..* CodeableConcept The way of grouping of the test results into clinically meaningful domains (e.g. hematology study, microbiology study, etc.)
Binding: Laboratory Study Types (required)
.... category:specialty Σ 0..* CodeableConcept The clinical domain of the laboratory performing the observation (e.g. microbiology, toxicology, chemistry)
Binding: Laboratory Specialty (required)
... code SΣ 1..1 CodeableConceptIPS(2.0.0) Type of laboratory report (LOINC preferred)
Binding: Laboratory Report Types (preferred)
... subject SΣ 1..1 Reference(AT ELGA Laboratory Patient) The Austrian patient this report concerns
... effective[x] SΣ 0..1 Clinically relevant time/period for the report
.... effectiveDateTime dateTime
.... effectivePeriod Period
... issued SΣ 0..1 instant DateTime the report was issued (e.g., signed off by the laboratory)
... performer SΣ 0..* Reference(AT ELGA Laboratory Organization | AT ELGA Laboratory Practitioner | AT ELGA Laboratory PractitionerRole | CareTeam) Austrian laboratory (GDA) or practitioner responsible for the report
... resultsInterpreter SΣ 0..* Reference(AT ELGA Laboratory Practitioner | AT ELGA Laboratory PractitionerRole | AT ELGA Laboratory Organization | CareTeam) Practitioner who interpreted the results
... specimen S 0..* Reference(AT ELGA Laboratory Specimen) Specimens used for this report
... result S 0..* Reference(AT ELGA Laboratory Observation) Observations that are part of this report
... presentedForm S 0..* Attachment PDF or other rendered form of the laboratory report for human display

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
DiagnosticReport.status Base required DiagnosticReportStatus 📍4.0.1 FHIR Std.
DiagnosticReport.category Base example Diagnostic Service Section Codes 📦4.0.1 FHIR Std.
DiagnosticReport.category:studyType Base required Laboratory Study Types 📦0.1.1 HL7 Europe Laboratory Report v0.1
DiagnosticReport.category:specialty Base required Laboratory Specialty 📦0.1.1 HL7 Europe Laboratory Report v0.1
DiagnosticReport.code Base preferred Laboratory Report Types 📦0.1.1 HL7 Europe Laboratory Report v0.1

Constraints

Id Grade Path(s) Description Expression
dom-2 error DiagnosticReport If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error DiagnosticReport If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error DiagnosticReport If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error DiagnosticReport If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice DiagnosticReport A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from DiagnosticReportLabEu

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DiagnosticReport 0..* DiagnosticReportLabEu Laboratory Report DiagnosticReport
... identifier S 0..* Identifier Austrian laboratory report identifier
... basedOn S 0..* Reference(AT ELGA Laboratory ServiceRequest (Order)) The laboratory order (Laborauftrag) this report fulfils
... status S 1..1 code Status of the Report
... subject S 1..1 Reference(AT ELGA Laboratory Patient) The Austrian patient this report concerns
... effective[x] S 0..1 dateTime, Period Clinically relevant time/period for the report
... issued S 0..1 instant DateTime the report was issued (e.g., signed off by the laboratory)
... performer S 0..* Reference(AT ELGA Laboratory Organization | AT ELGA Laboratory Practitioner | AT ELGA Laboratory PractitionerRole | CareTeam) Austrian laboratory (GDA) or practitioner responsible for the report
... resultsInterpreter S 0..* Reference(AT ELGA Laboratory Practitioner | AT ELGA Laboratory PractitionerRole | AT ELGA Laboratory Organization | CareTeam) Practitioner who interpreted the results
... specimen S 0..* Reference(AT ELGA Laboratory Specimen) Specimens used for this report
... result S 0..* Reference(AT ELGA Laboratory Observation) Observations that are part of this report
... presentedForm S 0..* Attachment PDF or other rendered form of the laboratory report for human display

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DiagnosticReport 0..* DiagnosticReportLabEu Laboratory Report DiagnosticReport
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:DiagnosticReportCompositionR5 1..1 (Complex) Associated Lab Report Composition
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition"
..... value[x] 1..1 Reference(Composition: Laboratory Report) Value of extension
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier SΣ 0..* Identifier Austrian laboratory report identifier
... basedOn S 0..* Reference(AT ELGA Laboratory ServiceRequest (Order)) The laboratory order (Laborauftrag) this report fulfils
... status ?!SΣ 1..1 code Status of the Report
Binding: DiagnosticReportStatus (required): The status of the diagnostic report.
... Slices for category Σ 0..* CodeableConceptIPS(2.0.0) Report Category
Slice: Unordered, Open by value:$this
Binding: DiagnosticServiceSectionCodes (example): Codes for diagnostic service sections.
.... category:studyType Σ 0..* CodeableConcept The way of grouping of the test results into clinically meaningful domains (e.g. hematology study, microbiology study, etc.)
Binding: Laboratory Study Types (required)
.... category:specialty Σ 0..* CodeableConcept The clinical domain of the laboratory performing the observation (e.g. microbiology, toxicology, chemistry)
Binding: Laboratory Specialty (required)
... code SΣ 1..1 CodeableConceptIPS(2.0.0) Type of laboratory report (LOINC preferred)
Binding: Laboratory Report Types (preferred)
... subject SΣ 1..1 Reference(AT ELGA Laboratory Patient) The Austrian patient this report concerns
... encounter Σ 0..1 Reference(Encounter) The healthcare event which this Laboratory Report is about (when test ordered).
... effective[x] SΣ 0..1 Clinically relevant time/period for the report
.... effectiveDateTime dateTime
.... effectivePeriod Period
... issued SΣ 0..1 instant DateTime the report was issued (e.g., signed off by the laboratory)
... performer SΣ 0..* Reference(AT ELGA Laboratory Organization | AT ELGA Laboratory Practitioner | AT ELGA Laboratory PractitionerRole | CareTeam) Austrian laboratory (GDA) or practitioner responsible for the report
... resultsInterpreter SΣ 0..* Reference(AT ELGA Laboratory Practitioner | AT ELGA Laboratory PractitionerRole | AT ELGA Laboratory Organization | CareTeam) Practitioner who interpreted the results
... specimen S 0..* Reference(AT ELGA Laboratory Specimen) Specimens used for this report
... result S 0..* Reference(AT ELGA Laboratory Observation) Observations that are part of this report
... media Σ 0..* BackboneElement Key images associated with this report
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... comment 0..1 string Comment about the image (e.g. explanation)
.... link Σ 1..1 Reference(Media) Reference to the image source
... conclusion 0..1 string Clinical conclusion (interpretation) of test results
... conclusionCode 0..* CodeableConcept Codes for the clinical conclusion of test results
Binding: SNOMEDCTClinicalFindings (example): Diagnosis codes provided as adjuncts to the report.
... presentedForm S 0..* Attachment PDF or other rendered form of the laboratory report for human display

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
DiagnosticReport.language Base preferred Common Languages 📦4.0.1 FHIR Std.
DiagnosticReport.status Base required DiagnosticReportStatus 📍4.0.1 FHIR Std.
DiagnosticReport.category Base example Diagnostic Service Section Codes 📦4.0.1 FHIR Std.
DiagnosticReport.category:studyType Base required Laboratory Study Types 📦0.1.1 HL7 Europe Laboratory Report v0.1
DiagnosticReport.category:specialty Base required Laboratory Specialty 📦0.1.1 HL7 Europe Laboratory Report v0.1
DiagnosticReport.code Base preferred Laboratory Report Types 📦0.1.1 HL7 Europe Laboratory Report v0.1
DiagnosticReport.conclusionCode Base example SNOMED CT Clinical Findings 📦4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error DiagnosticReport If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error DiagnosticReport If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error DiagnosticReport If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error DiagnosticReport If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice DiagnosticReport A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DiagnosticReport 0..* DiagnosticReportLabEu Laboratory Report DiagnosticReport
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:DiagnosticReportCompositionR5 1..1 (Complex) Associated Lab Report Composition
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition"
..... value[x] 1..1 Reference(Composition: Laboratory Report) Value of extension
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... basedOn S 0..* Reference(AT ELGA Laboratory ServiceRequest (Order)) The laboratory order (Laborauftrag) this report fulfils
... status ?!SΣ 1..1 code Status of the Report
Binding: DiagnosticReportStatus (required): The status of the diagnostic report.
... Slices for category Σ 0..* CodeableConceptIPS(2.0.0) Report Category
Slice: Unordered, Open by value:$this
Binding: DiagnosticServiceSectionCodes (example): Codes for diagnostic service sections.
.... category:studyType Σ 0..* CodeableConcept The way of grouping of the test results into clinically meaningful domains (e.g. hematology study, microbiology study, etc.)
Binding: Laboratory Study Types (required)
.... category:specialty Σ 0..* CodeableConcept The clinical domain of the laboratory performing the observation (e.g. microbiology, toxicology, chemistry)
Binding: Laboratory Specialty (required)
... code SΣ 1..1 CodeableConceptIPS(2.0.0) Type of laboratory report (LOINC preferred)
Binding: Laboratory Report Types (preferred)
... subject SΣ 1..1 Reference(AT ELGA Laboratory Patient) The Austrian patient this report concerns
... effective[x] SΣ 0..1 Clinically relevant time/period for the report
.... effectiveDateTime dateTime
.... effectivePeriod Period
... issued SΣ 0..1 instant DateTime the report was issued (e.g., signed off by the laboratory)
... performer SΣ 0..* Reference(AT ELGA Laboratory Organization | AT ELGA Laboratory Practitioner | AT ELGA Laboratory PractitionerRole | CareTeam) Austrian laboratory (GDA) or practitioner responsible for the report
... resultsInterpreter SΣ 0..* Reference(AT ELGA Laboratory Practitioner | AT ELGA Laboratory PractitionerRole | AT ELGA Laboratory Organization | CareTeam) Practitioner who interpreted the results
... specimen S 0..* Reference(AT ELGA Laboratory Specimen) Specimens used for this report
... result S 0..* Reference(AT ELGA Laboratory Observation) Observations that are part of this report
... presentedForm S 0..* Attachment PDF or other rendered form of the laboratory report for human display

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
DiagnosticReport.status Base required DiagnosticReportStatus 📍4.0.1 FHIR Std.
DiagnosticReport.category Base example Diagnostic Service Section Codes 📦4.0.1 FHIR Std.
DiagnosticReport.category:studyType Base required Laboratory Study Types 📦0.1.1 HL7 Europe Laboratory Report v0.1
DiagnosticReport.category:specialty Base required Laboratory Specialty 📦0.1.1 HL7 Europe Laboratory Report v0.1
DiagnosticReport.code Base preferred Laboratory Report Types 📦0.1.1 HL7 Europe Laboratory Report v0.1

Constraints

Id Grade Path(s) Description Expression
dom-2 error DiagnosticReport If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error DiagnosticReport If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error DiagnosticReport If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error DiagnosticReport If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice DiagnosticReport A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

Differential View

This structure is derived from DiagnosticReportLabEu

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DiagnosticReport 0..* DiagnosticReportLabEu Laboratory Report DiagnosticReport
... identifier S 0..* Identifier Austrian laboratory report identifier
... basedOn S 0..* Reference(AT ELGA Laboratory ServiceRequest (Order)) The laboratory order (Laborauftrag) this report fulfils
... status S 1..1 code Status of the Report
... subject S 1..1 Reference(AT ELGA Laboratory Patient) The Austrian patient this report concerns
... effective[x] S 0..1 dateTime, Period Clinically relevant time/period for the report
... issued S 0..1 instant DateTime the report was issued (e.g., signed off by the laboratory)
... performer S 0..* Reference(AT ELGA Laboratory Organization | AT ELGA Laboratory Practitioner | AT ELGA Laboratory PractitionerRole | CareTeam) Austrian laboratory (GDA) or practitioner responsible for the report
... resultsInterpreter S 0..* Reference(AT ELGA Laboratory Practitioner | AT ELGA Laboratory PractitionerRole | AT ELGA Laboratory Organization | CareTeam) Practitioner who interpreted the results
... specimen S 0..* Reference(AT ELGA Laboratory Specimen) Specimens used for this report
... result S 0..* Reference(AT ELGA Laboratory Observation) Observations that are part of this report
... presentedForm S 0..* Attachment PDF or other rendered form of the laboratory report for human display

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DiagnosticReport 0..* DiagnosticReportLabEu Laboratory Report DiagnosticReport
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:DiagnosticReportCompositionR5 1..1 (Complex) Associated Lab Report Composition
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition"
..... value[x] 1..1 Reference(Composition: Laboratory Report) Value of extension
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier SΣ 0..* Identifier Austrian laboratory report identifier
... basedOn S 0..* Reference(AT ELGA Laboratory ServiceRequest (Order)) The laboratory order (Laborauftrag) this report fulfils
... status ?!SΣ 1..1 code Status of the Report
Binding: DiagnosticReportStatus (required): The status of the diagnostic report.
... Slices for category Σ 0..* CodeableConceptIPS(2.0.0) Report Category
Slice: Unordered, Open by value:$this
Binding: DiagnosticServiceSectionCodes (example): Codes for diagnostic service sections.
.... category:studyType Σ 0..* CodeableConcept The way of grouping of the test results into clinically meaningful domains (e.g. hematology study, microbiology study, etc.)
Binding: Laboratory Study Types (required)
.... category:specialty Σ 0..* CodeableConcept The clinical domain of the laboratory performing the observation (e.g. microbiology, toxicology, chemistry)
Binding: Laboratory Specialty (required)
... code SΣ 1..1 CodeableConceptIPS(2.0.0) Type of laboratory report (LOINC preferred)
Binding: Laboratory Report Types (preferred)
... subject SΣ 1..1 Reference(AT ELGA Laboratory Patient) The Austrian patient this report concerns
... encounter Σ 0..1 Reference(Encounter) The healthcare event which this Laboratory Report is about (when test ordered).
... effective[x] SΣ 0..1 Clinically relevant time/period for the report
.... effectiveDateTime dateTime
.... effectivePeriod Period
... issued SΣ 0..1 instant DateTime the report was issued (e.g., signed off by the laboratory)
... performer SΣ 0..* Reference(AT ELGA Laboratory Organization | AT ELGA Laboratory Practitioner | AT ELGA Laboratory PractitionerRole | CareTeam) Austrian laboratory (GDA) or practitioner responsible for the report
... resultsInterpreter SΣ 0..* Reference(AT ELGA Laboratory Practitioner | AT ELGA Laboratory PractitionerRole | AT ELGA Laboratory Organization | CareTeam) Practitioner who interpreted the results
... specimen S 0..* Reference(AT ELGA Laboratory Specimen) Specimens used for this report
... result S 0..* Reference(AT ELGA Laboratory Observation) Observations that are part of this report
... media Σ 0..* BackboneElement Key images associated with this report
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... comment 0..1 string Comment about the image (e.g. explanation)
.... link Σ 1..1 Reference(Media) Reference to the image source
... conclusion 0..1 string Clinical conclusion (interpretation) of test results
... conclusionCode 0..* CodeableConcept Codes for the clinical conclusion of test results
Binding: SNOMEDCTClinicalFindings (example): Diagnosis codes provided as adjuncts to the report.
... presentedForm S 0..* Attachment PDF or other rendered form of the laboratory report for human display

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
DiagnosticReport.language Base preferred Common Languages 📦4.0.1 FHIR Std.
DiagnosticReport.status Base required DiagnosticReportStatus 📍4.0.1 FHIR Std.
DiagnosticReport.category Base example Diagnostic Service Section Codes 📦4.0.1 FHIR Std.
DiagnosticReport.category:studyType Base required Laboratory Study Types 📦0.1.1 HL7 Europe Laboratory Report v0.1
DiagnosticReport.category:specialty Base required Laboratory Specialty 📦0.1.1 HL7 Europe Laboratory Report v0.1
DiagnosticReport.code Base preferred Laboratory Report Types 📦0.1.1 HL7 Europe Laboratory Report v0.1
DiagnosticReport.conclusionCode Base example SNOMED CT Clinical Findings 📦4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error DiagnosticReport If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error DiagnosticReport If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error DiagnosticReport If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error DiagnosticReport If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice DiagnosticReport A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

 

Other representations of profile: CSV, Excel, Schematron