MyHealth@Eu Imaging Diagnostic Report
0.0.1 - ci-build 150

MyHealth@Eu Imaging Diagnostic Report - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: DiagnosticReport: IDR

Official URL: http://fhir.ehdsi.eu/idr/StructureDefinition/DiagnosticReport-idr-myhealtheu Version: 0.0.1
Draft as of 2025-06-06 Computable Name: DiagnosticReportIdrMyHealthEu

This profile defines how to constrain the DiagnosticReport resource to represent a Imaging Diagnostic Report for the purpose of this guide.

Usages:

Formal Views of Profile Content

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

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DiagnosticReport 0..* DiagnosticReport Imaging Diagnostic Report DiagnosticReport
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language O 0..1 code Language of the resource content
Binding: eHDSI Language (required)
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... basedOn O 0..* Reference(ServiceRequest: IDR) What was requested
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... status ?!OΣ 1..1 code registered | partial | preliminary | final +
Binding: DiagnosticReportStatus (required): The status of the diagnostic report.
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... code OΣ 1..1 CodeableConcept Name/Code for this diagnostic report
Binding: eHDSI Imaging Diagnostic Report Types (required)
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... subject OΣ 0..1 Reference(Patient: IDR) The subject of the report - usually, but not always, the patient
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... Slices for effective[x] Σ 0..1 Clinically relevant time/time-period for report
Slice: Unordered, Open by type:$this
.... effectiveDateTime dateTime
.... effectivePeriod Period
.... effective[x]:effectiveDateTime OΣ 0..1 dateTime Clinically relevant time/time-period for report
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... performer Σ 0..* Reference(Practitioner: IDR | PractitionerRole: IDR | Organization) Responsible Diagnostic Service
... resultsInterpreter Σ 0..* Reference(Practitioner: IDR | PractitionerRole: IDR | Organization) Primary result interpreter
... specimen O 0..* Reference(Specimen) Specimens this report is based on
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... result O 0..* Reference(Observation Results: IDR) Observations
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... media OΣ 0..* BackboneElement Key images associated with this report
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... link Σ 1..1 Reference(Media) Reference to the image source
... conclusion O 0..1 string Clinical conclusion (interpretation) of test results
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... presentedForm O 0..* Attachment Entire report as issued (pdf)
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
DiagnosticReport.languagerequiredEHDSILanguage
http://terminology.ehdsi.eu/ValueSet/eHDSILanguage
From this IG
DiagnosticReport.statusrequiredDiagnosticReportStatus
http://hl7.org/fhir/ValueSet/diagnostic-report-status|4.0.1
From the FHIR Standard
DiagnosticReport.coderequiredEHDSILaboratoryReportTypes
http://terminology.ehdsi.eu/ValueSet/eHDSILaboratoryReportTypes
From this IG

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorDiagnosticReportIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorDiagnosticReportIf 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-4errorDiagnosticReportIf 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-5errorDiagnosticReportIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceDiagnosticReportA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from DiagnosticReport

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DiagnosticReport 0..* DiagnosticReport Imaging Diagnostic Report DiagnosticReport
... language O 0..1 code Language of the resource content
Binding: eHDSI Language (required)
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... identifier O 0..* Identifier Business identifier for report
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... basedOn O 0..* Reference(ServiceRequest: IDR) What was requested
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... code O 1..1 CodeableConcept Name/Code for this diagnostic report
Binding: eHDSI Imaging Diagnostic Report Types (required)
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... subject O 0..1 Reference(Patient: IDR) The subject of the report - usually, but not always, the patient
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... Slices for effective[x] 0..1 dateTime, Period Clinically relevant time/time-period for report
Slice: Unordered, Open by type:$this
.... effective[x]:effectiveDateTime O 0..1 dateTime Clinically relevant time/time-period for report
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... performer 0..* Reference(Practitioner: IDR | PractitionerRole: IDR | Organization) Responsible Diagnostic Service
... resultsInterpreter 0..* Reference(Practitioner: IDR | PractitionerRole: IDR | Organization) Primary result interpreter
... specimen O 0..* Reference(Specimen) Specimens this report is based on
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... result O 0..* Reference(Observation Results: IDR) Observations
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... media O 0..* BackboneElement Key images associated with this report
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... conclusion O 0..1 string Clinical conclusion (interpretation) of test results
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... presentedForm O 0..* Attachment Entire report as issued (pdf)
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
DiagnosticReport.languagerequiredEHDSILanguage
http://terminology.ehdsi.eu/ValueSet/eHDSILanguage
From this IG
DiagnosticReport.coderequiredEHDSILaboratoryReportTypes
http://terminology.ehdsi.eu/ValueSet/eHDSILaboratoryReportTypes
From this IG
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DiagnosticReport 0..* DiagnosticReport Imaging Diagnostic 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
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier OΣ 0..* Identifier Business identifier for report
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... basedOn O 0..* Reference(ServiceRequest: IDR) What was requested
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... status ?!OΣ 1..1 code registered | partial | preliminary | final +
Binding: DiagnosticReportStatus (required): The status of the diagnostic report.
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... category Σ 0..* CodeableConcept Service category
Binding: DiagnosticServiceSectionCodes (example): Codes for diagnostic service sections.
... code OΣ 1..1 CodeableConcept Name/Code for this diagnostic report
Binding: eHDSI Imaging Diagnostic Report Types (required)
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... subject OΣ 0..1 Reference(Patient: IDR) The subject of the report - usually, but not always, the patient
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... encounter Σ 0..1 Reference(Encounter) Health care event when test ordered
... Slices for effective[x] Σ 0..1 Clinically relevant time/time-period for report
Slice: Unordered, Open by type:$this
.... effectiveDateTime dateTime
.... effectivePeriod Period
.... effective[x]:effectiveDateTime OΣ 0..1 dateTime Clinically relevant time/time-period for report
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... issued Σ 0..1 instant DateTime this version was made
... performer Σ 0..* Reference(Practitioner: IDR | PractitionerRole: IDR | Organization) Responsible Diagnostic Service
... resultsInterpreter Σ 0..* Reference(Practitioner: IDR | PractitionerRole: IDR | Organization) Primary result interpreter
... specimen O 0..* Reference(Specimen) Specimens this report is based on
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... result O 0..* Reference(Observation Results: IDR) Observations
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... imagingStudy 0..* Reference(ImagingStudy) Reference to full details of imaging associated with the diagnostic report
... media OΣ 0..* BackboneElement Key images associated with this report
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
.... 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 O 0..1 string Clinical conclusion (interpretation) of test results
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... conclusionCode 0..* CodeableConcept Codes for the clinical conclusion of test results
Binding: SNOMEDCTClinicalFindings (example): Diagnosis codes provided as adjuncts to the report.
... presentedForm O 0..* Attachment Entire report as issued (pdf)
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
DiagnosticReport.languagerequiredEHDSILanguage
http://terminology.ehdsi.eu/ValueSet/eHDSILanguage
From this IG
DiagnosticReport.statusrequiredDiagnosticReportStatus
http://hl7.org/fhir/ValueSet/diagnostic-report-status|4.0.1
From the FHIR Standard
DiagnosticReport.categoryexampleDiagnosticServiceSectionCodes
http://hl7.org/fhir/ValueSet/diagnostic-service-sections
From the FHIR Standard
DiagnosticReport.coderequiredEHDSILaboratoryReportTypes
http://terminology.ehdsi.eu/ValueSet/eHDSILaboratoryReportTypes
From this IG
DiagnosticReport.conclusionCodeexampleSNOMEDCTClinicalFindings
http://hl7.org/fhir/ValueSet/clinical-findings
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorDiagnosticReportIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorDiagnosticReportIf 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-4errorDiagnosticReportIf 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-5errorDiagnosticReportIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceDiagnosticReportA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DiagnosticReport 0..* DiagnosticReport Imaging Diagnostic Report DiagnosticReport
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language O 0..1 code Language of the resource content
Binding: eHDSI Language (required)
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... basedOn O 0..* Reference(ServiceRequest: IDR) What was requested
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... status ?!OΣ 1..1 code registered | partial | preliminary | final +
Binding: DiagnosticReportStatus (required): The status of the diagnostic report.
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... code OΣ 1..1 CodeableConcept Name/Code for this diagnostic report
Binding: eHDSI Imaging Diagnostic Report Types (required)
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... subject OΣ 0..1 Reference(Patient: IDR) The subject of the report - usually, but not always, the patient
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... Slices for effective[x] Σ 0..1 Clinically relevant time/time-period for report
Slice: Unordered, Open by type:$this
.... effectiveDateTime dateTime
.... effectivePeriod Period
.... effective[x]:effectiveDateTime OΣ 0..1 dateTime Clinically relevant time/time-period for report
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... performer Σ 0..* Reference(Practitioner: IDR | PractitionerRole: IDR | Organization) Responsible Diagnostic Service
... resultsInterpreter Σ 0..* Reference(Practitioner: IDR | PractitionerRole: IDR | Organization) Primary result interpreter
... specimen O 0..* Reference(Specimen) Specimens this report is based on
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... result O 0..* Reference(Observation Results: IDR) Observations
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... media OΣ 0..* BackboneElement Key images associated with this report
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... link Σ 1..1 Reference(Media) Reference to the image source
... conclusion O 0..1 string Clinical conclusion (interpretation) of test results
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... presentedForm O 0..* Attachment Entire report as issued (pdf)
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
DiagnosticReport.languagerequiredEHDSILanguage
http://terminology.ehdsi.eu/ValueSet/eHDSILanguage
From this IG
DiagnosticReport.statusrequiredDiagnosticReportStatus
http://hl7.org/fhir/ValueSet/diagnostic-report-status|4.0.1
From the FHIR Standard
DiagnosticReport.coderequiredEHDSILaboratoryReportTypes
http://terminology.ehdsi.eu/ValueSet/eHDSILaboratoryReportTypes
From this IG

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorDiagnosticReportIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorDiagnosticReportIf 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-4errorDiagnosticReportIf 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-5errorDiagnosticReportIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceDiagnosticReportA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

Differential View

This structure is derived from DiagnosticReport

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DiagnosticReport 0..* DiagnosticReport Imaging Diagnostic Report DiagnosticReport
... language O 0..1 code Language of the resource content
Binding: eHDSI Language (required)
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... identifier O 0..* Identifier Business identifier for report
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... basedOn O 0..* Reference(ServiceRequest: IDR) What was requested
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... code O 1..1 CodeableConcept Name/Code for this diagnostic report
Binding: eHDSI Imaging Diagnostic Report Types (required)
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... subject O 0..1 Reference(Patient: IDR) The subject of the report - usually, but not always, the patient
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... Slices for effective[x] 0..1 dateTime, Period Clinically relevant time/time-period for report
Slice: Unordered, Open by type:$this
.... effective[x]:effectiveDateTime O 0..1 dateTime Clinically relevant time/time-period for report
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... performer 0..* Reference(Practitioner: IDR | PractitionerRole: IDR | Organization) Responsible Diagnostic Service
... resultsInterpreter 0..* Reference(Practitioner: IDR | PractitionerRole: IDR | Organization) Primary result interpreter
... specimen O 0..* Reference(Specimen) Specimens this report is based on
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... result O 0..* Reference(Observation Results: IDR) Observations
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... media O 0..* BackboneElement Key images associated with this report
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... conclusion O 0..1 string Clinical conclusion (interpretation) of test results
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... presentedForm O 0..* Attachment Entire report as issued (pdf)
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
DiagnosticReport.languagerequiredEHDSILanguage
http://terminology.ehdsi.eu/ValueSet/eHDSILanguage
From this IG
DiagnosticReport.coderequiredEHDSILaboratoryReportTypes
http://terminology.ehdsi.eu/ValueSet/eHDSILaboratoryReportTypes
From this IG

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DiagnosticReport 0..* DiagnosticReport Imaging Diagnostic 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
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier OΣ 0..* Identifier Business identifier for report
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... basedOn O 0..* Reference(ServiceRequest: IDR) What was requested
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... status ?!OΣ 1..1 code registered | partial | preliminary | final +
Binding: DiagnosticReportStatus (required): The status of the diagnostic report.
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... category Σ 0..* CodeableConcept Service category
Binding: DiagnosticServiceSectionCodes (example): Codes for diagnostic service sections.
... code OΣ 1..1 CodeableConcept Name/Code for this diagnostic report
Binding: eHDSI Imaging Diagnostic Report Types (required)
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... subject OΣ 0..1 Reference(Patient: IDR) The subject of the report - usually, but not always, the patient
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... encounter Σ 0..1 Reference(Encounter) Health care event when test ordered
... Slices for effective[x] Σ 0..1 Clinically relevant time/time-period for report
Slice: Unordered, Open by type:$this
.... effectiveDateTime dateTime
.... effectivePeriod Period
.... effective[x]:effectiveDateTime OΣ 0..1 dateTime Clinically relevant time/time-period for report
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... issued Σ 0..1 instant DateTime this version was made
... performer Σ 0..* Reference(Practitioner: IDR | PractitionerRole: IDR | Organization) Responsible Diagnostic Service
... resultsInterpreter Σ 0..* Reference(Practitioner: IDR | PractitionerRole: IDR | Organization) Primary result interpreter
... specimen O 0..* Reference(Specimen) Specimens this report is based on
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... result O 0..* Reference(Observation Results: IDR) Observations
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... imagingStudy 0..* Reference(ImagingStudy) Reference to full details of imaging associated with the diagnostic report
... media OΣ 0..* BackboneElement Key images associated with this report
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
.... 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 O 0..1 string Clinical conclusion (interpretation) of test results
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... conclusionCode 0..* CodeableConcept Codes for the clinical conclusion of test results
Binding: SNOMEDCTClinicalFindings (example): Diagnosis codes provided as adjuncts to the report.
... presentedForm O 0..* Attachment Entire report as issued (pdf)
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
DiagnosticReport.languagerequiredEHDSILanguage
http://terminology.ehdsi.eu/ValueSet/eHDSILanguage
From this IG
DiagnosticReport.statusrequiredDiagnosticReportStatus
http://hl7.org/fhir/ValueSet/diagnostic-report-status|4.0.1
From the FHIR Standard
DiagnosticReport.categoryexampleDiagnosticServiceSectionCodes
http://hl7.org/fhir/ValueSet/diagnostic-service-sections
From the FHIR Standard
DiagnosticReport.coderequiredEHDSILaboratoryReportTypes
http://terminology.ehdsi.eu/ValueSet/eHDSILaboratoryReportTypes
From this IG
DiagnosticReport.conclusionCodeexampleSNOMEDCTClinicalFindings
http://hl7.org/fhir/ValueSet/clinical-findings
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorDiagnosticReportIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorDiagnosticReportIf 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-4errorDiagnosticReportIf 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-5errorDiagnosticReportIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceDiagnosticReportA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

 

Other representations of profile: CSV, Excel, Schematron