Atrius India Core FHIR Implementation Guide
0.1.0 - ci-build

Atrius India Core FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: Atrius India Core DiagnosticReport Imaging

Official URL: https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-diagnosticreport-imaging Version: 0.1.0
Draft as of 2026-08-30 Computable Name: AtriusInDiagnosticReportImaging
Other Identifiers: OID:1.3.6.1.4.1.66219.1.42.205

Radiology / cardiology imaging report derived from DiagnosticReportNote. Category RAD; conclusion is the impression. Not a SaMD diagnostic device.

Usages:

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description Differentials, Snapshots, and other representations.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DiagnosticReport 0..* AtriusInDiagnosticReportNote(0.1.0) A Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... basedOn S 1..* Reference(Atrius India Core CarePlan(0.1.0) | Atrius India Core ServiceRequest(0.1.0)) What was requested
... category SΣ 1..* CodeableConcept Service category
Binding: AtriusInDiagnosticReportCategoryVS (0.1.0) (extensible)
.... coding SΣ 0..* Coding Code defined by a terminology system
..... system Σ 1..1 uri Identity of the terminology system
..... code Σ 1..1 code Symbol in syntax defined by the system
..... display Σ 1..1 string Representation defined by the system
.... text SΣ 0..1 string Plain text representation of the concept
... code SΣ 1..1 CodeableConcept Name/Code for this diagnostic report
Binding: LOINCDiagnosticReportCodes (preferred): Codes that describe Diagnostic Reports.
.... coding SΣ 0..* Coding Code defined by a terminology system
..... system Σ 1..1 uri Identity of the terminology system
..... code Σ 1..1 code Symbol in syntax defined by the system
..... display Σ 1..1 string Representation defined by the system
.... text SΣ 0..1 string Plain text representation of the concept
... subject SΣ 1..1 Reference(Atrius India Core Patient(0.1.0)) The subject of the report - usually, but not always, the patient
... encounter SΣ 0..1 Reference(Atrius India Core Encounter(0.1.0)) Health care event when test ordered
... effective[x] SΣ 0..1 Clinically relevant time/time-period for report
.... effectiveDateTime dateTime
.... effectivePeriod Period
... issued SΣ 0..1 instant DateTime this version was made
... performer SΣ 0..* Reference(Atrius India Core Practitioner(0.1.0) | Atrius India Core PractitionerRole(0.1.0) | Atrius India Core Organization(0.1.0)) Responsible Diagnostic Service
... resultsInterpreter SΣ 1..* Reference(Atrius India Core Practitioner(0.1.0) | Atrius India Core PractitionerRole(0.1.0) | Atrius India Core Organization(0.1.0) | Atrius India Core CareTeam(0.1.0)) Primary result interpreter
... result S 0..* Reference(Atrius India Core Observation(0.1.0) | Atrius India Core Observation Body Measurement(0.1.0) | Atrius India Core Observation General Assessment(0.1.0) | Atrius India Core Observation Lifestyle(0.1.0) | Atrius India Core Observation Physical Activity(0.1.0) | Atrius India Core Observation Vital Signs(0.1.0) | Atrius India Core Observation Women Health(0.1.0)) Observations
... imagingStudy S 0..* Reference(Atrius India Core ImagingStudy(0.1.0)) Reference to full details of imaging associated with the diagnostic report
... media SΣ 1..* BackboneElement Key images associated with this report
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... link Σ 1..1 Reference(Media) Reference to the image source
... conclusion S 1..1 string Clinical conclusion (interpretation) of test results
... conclusionCode S 0..* CodeableConcept Codes for the clinical conclusion of test results
Binding: SNOMEDCTClinicalFindings (example): Diagnosis codes provided as adjuncts to the report.
.... coding SΣ 0..* Coding Code defined by a terminology system
..... system Σ 1..1 uri Identity of the terminology system
..... code Σ 1..1 code Symbol in syntax defined by the system
..... display Σ 1..1 string Representation defined by the system
.... text SΣ 0..1 string Plain text representation of the concept

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 extensible Atrius India Core Diagnostic Report Category 📍0.1.0 This IG
DiagnosticReport.code Base preferred LOINC Diagnostic Report Codes 📍4.0.1 FHIR Std.
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 DiagnosticReport.implicitRules, DiagnosticReport.modifierExtension, DiagnosticReport.basedOn, DiagnosticReport.status, DiagnosticReport.category, DiagnosticReport.category.coding, DiagnosticReport.category.coding.system, DiagnosticReport.category.coding.code, DiagnosticReport.category.coding.display, DiagnosticReport.category.text, DiagnosticReport.code, DiagnosticReport.code.coding, DiagnosticReport.code.coding.system, DiagnosticReport.code.coding.code, DiagnosticReport.code.coding.display, DiagnosticReport.code.text, DiagnosticReport.subject, DiagnosticReport.encounter, DiagnosticReport.effective[x], DiagnosticReport.issued, DiagnosticReport.performer, DiagnosticReport.resultsInterpreter, DiagnosticReport.result, DiagnosticReport.imagingStudy, DiagnosticReport.media, DiagnosticReport.media.modifierExtension, DiagnosticReport.media.link, DiagnosticReport.conclusion, DiagnosticReport.conclusionCode, DiagnosticReport.conclusionCode.coding, DiagnosticReport.conclusionCode.coding.system, DiagnosticReport.conclusionCode.coding.code, DiagnosticReport.conclusionCode.coding.display, DiagnosticReport.conclusionCode.text All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error DiagnosticReport.modifierExtension, DiagnosticReport.media.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DiagnosticReport 0..* AtriusInDiagnosticReportNote(0.1.0) A Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports
... basedOn 1..* Reference(Atrius India Core CarePlan(0.1.0) | Atrius India Core ServiceRequest(0.1.0)) What was requested
... category 1..* CodeableConcept Service category

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DiagnosticReport 0..* AtriusInDiagnosticReportNote(0.1.0) A Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports
... 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
... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... identifier Σ 0..* Identifier Business identifier for report
... basedOn S 1..* Reference(Atrius India Core CarePlan(0.1.0) | Atrius India Core ServiceRequest(0.1.0)) What was requested
... status ?!SΣ 1..1 code registered | partial | preliminary | final +
Binding: DiagnosticReportStatus (required): The status of the diagnostic report.
... category SΣ 1..* CodeableConcept Service category
Binding: AtriusInDiagnosticReportCategoryVS (0.1.0) (extensible)
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
.... coding SΣ 0..* Coding Code defined by a terminology system
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
..... system Σ 1..1 uri Identity of the terminology system
..... version Σ 0..1 string Version of the system - if relevant
..... code Σ 1..1 code Symbol in syntax defined by the system
..... display Σ 1..1 string Representation defined by the system
..... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text SΣ 0..1 string Plain text representation of the concept
... code SΣ 1..1 CodeableConcept Name/Code for this diagnostic report
Binding: LOINCDiagnosticReportCodes (preferred): Codes that describe Diagnostic Reports.
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
.... coding SΣ 0..* Coding Code defined by a terminology system
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
..... system Σ 1..1 uri Identity of the terminology system
..... version Σ 0..1 string Version of the system - if relevant
..... code Σ 1..1 code Symbol in syntax defined by the system
..... display Σ 1..1 string Representation defined by the system
..... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text SΣ 0..1 string Plain text representation of the concept
... subject SΣ 1..1 Reference(Atrius India Core Patient(0.1.0)) The subject of the report - usually, but not always, the patient
... encounter SΣ 0..1 Reference(Atrius India Core Encounter(0.1.0)) Health care event when test ordered
... effective[x] SΣ 0..1 Clinically relevant time/time-period for report
.... effectiveDateTime dateTime
.... effectivePeriod Period
... issued SΣ 0..1 instant DateTime this version was made
... performer SΣ 0..* Reference(Atrius India Core Practitioner(0.1.0) | Atrius India Core PractitionerRole(0.1.0) | Atrius India Core Organization(0.1.0)) Responsible Diagnostic Service
... resultsInterpreter SΣ 1..* Reference(Atrius India Core Practitioner(0.1.0) | Atrius India Core PractitionerRole(0.1.0) | Atrius India Core Organization(0.1.0) | Atrius India Core CareTeam(0.1.0)) Primary result interpreter
... specimen 0..* Reference(Specimen) Specimens this report is based on
... result S 0..* Reference(Atrius India Core Observation(0.1.0) | Atrius India Core Observation Body Measurement(0.1.0) | Atrius India Core Observation General Assessment(0.1.0) | Atrius India Core Observation Lifestyle(0.1.0) | Atrius India Core Observation Physical Activity(0.1.0) | Atrius India Core Observation Vital Signs(0.1.0) | Atrius India Core Observation Women Health(0.1.0)) Observations
... imagingStudy S 0..* Reference(Atrius India Core ImagingStudy(0.1.0)) Reference to full details of imaging associated with the diagnostic report
... media SΣ 1..* 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
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... comment 0..1 string Comment about the image (e.g. explanation)
.... link Σ 1..1 Reference(Media) Reference to the image source
... conclusion S 1..1 string Clinical conclusion (interpretation) of test results
... conclusionCode S 0..* CodeableConcept Codes for the clinical conclusion of test results
Binding: SNOMEDCTClinicalFindings (example): Diagnosis codes provided as adjuncts to the report.
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
.... coding SΣ 0..* Coding Code defined by a terminology system
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
..... system Σ 1..1 uri Identity of the terminology system
..... version Σ 0..1 string Version of the system - if relevant
..... code Σ 1..1 code Symbol in syntax defined by the system
..... display Σ 1..1 string Representation defined by the system
..... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text SΣ 0..1 string Plain text representation of the concept
... presentedForm 0..* Attachment Entire report as issued
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
.... contentType Σ 1..1 code Mime type of the content, with charset etc.
Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed.
Example General: text/plain; charset=UTF-8, image/png
.... language Σ 0..1 code Human language of the content (BCP-47)
Binding: CommonLanguages (preferred): A human language.
Additional BindingsPurpose
AllLanguages Max Binding

Example General: en-AU
.... data 1..1 base64Binary Data inline, base64ed
.... url Σ 0..1 url Uri where the data can be found
Example General: http://www.acme.com/logo-small.png
.... size Σ 0..1 unsignedInt Number of bytes of content (if url provided)
.... hash Σ 0..1 base64Binary Hash of the data (sha-1, base64ed)
.... title Σ 0..1 string Label to display in place of the data
Example General: Official Corporate Logo
.... creation Σ 0..1 dateTime Date attachment was first created

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 extensible Atrius India Core Diagnostic Report Category 📍0.1.0 This IG
DiagnosticReport.code Base preferred LOINC Diagnostic Report Codes 📍4.0.1 FHIR Std.
DiagnosticReport.conclusionCode Base example SNOMED CT Clinical Findings 📍4.0.1 FHIR Std.
DiagnosticReport.presentedForm.​contentType Base required MimeType 📍4.0.1 FHIR Std.
DiagnosticReport.presentedForm.​language Base preferred Common Languages 📍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 DiagnosticReport.meta, DiagnosticReport.implicitRules, DiagnosticReport.language, DiagnosticReport.text, DiagnosticReport.extension, DiagnosticReport.modifierExtension, DiagnosticReport.identifier, DiagnosticReport.basedOn, DiagnosticReport.status, DiagnosticReport.category, DiagnosticReport.category.extension, DiagnosticReport.category.coding, DiagnosticReport.category.coding.extension, DiagnosticReport.category.coding.system, DiagnosticReport.category.coding.version, DiagnosticReport.category.coding.code, DiagnosticReport.category.coding.display, DiagnosticReport.category.coding.userSelected, DiagnosticReport.category.text, DiagnosticReport.code, DiagnosticReport.code.extension, DiagnosticReport.code.coding, DiagnosticReport.code.coding.extension, DiagnosticReport.code.coding.system, DiagnosticReport.code.coding.version, DiagnosticReport.code.coding.code, DiagnosticReport.code.coding.display, DiagnosticReport.code.coding.userSelected, DiagnosticReport.code.text, DiagnosticReport.subject, DiagnosticReport.encounter, DiagnosticReport.effective[x], DiagnosticReport.issued, DiagnosticReport.performer, DiagnosticReport.resultsInterpreter, DiagnosticReport.specimen, DiagnosticReport.result, DiagnosticReport.imagingStudy, DiagnosticReport.media, DiagnosticReport.media.extension, DiagnosticReport.media.modifierExtension, DiagnosticReport.media.comment, DiagnosticReport.media.link, DiagnosticReport.conclusion, DiagnosticReport.conclusionCode, DiagnosticReport.conclusionCode.extension, DiagnosticReport.conclusionCode.coding, DiagnosticReport.conclusionCode.coding.extension, DiagnosticReport.conclusionCode.coding.system, DiagnosticReport.conclusionCode.coding.version, DiagnosticReport.conclusionCode.coding.code, DiagnosticReport.conclusionCode.coding.display, DiagnosticReport.conclusionCode.coding.userSelected, DiagnosticReport.conclusionCode.text, DiagnosticReport.presentedForm, DiagnosticReport.presentedForm.extension, DiagnosticReport.presentedForm.contentType, DiagnosticReport.presentedForm.language, DiagnosticReport.presentedForm.data, DiagnosticReport.presentedForm.url, DiagnosticReport.presentedForm.size, DiagnosticReport.presentedForm.hash, DiagnosticReport.presentedForm.title, DiagnosticReport.presentedForm.creation All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error DiagnosticReport.extension, DiagnosticReport.modifierExtension, DiagnosticReport.category.extension, DiagnosticReport.category.coding.extension, DiagnosticReport.code.extension, DiagnosticReport.code.coding.extension, DiagnosticReport.media.extension, DiagnosticReport.media.modifierExtension, DiagnosticReport.conclusionCode.extension, DiagnosticReport.conclusionCode.coding.extension, DiagnosticReport.presentedForm.extension Must have either extensions or value[x], not both extension.exists() != value.exists()

Summary

Mandatory: 2 elements

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DiagnosticReport 0..* AtriusInDiagnosticReportNote(0.1.0) A Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... basedOn S 1..* Reference(Atrius India Core CarePlan(0.1.0) | Atrius India Core ServiceRequest(0.1.0)) What was requested
... category SΣ 1..* CodeableConcept Service category
Binding: AtriusInDiagnosticReportCategoryVS (0.1.0) (extensible)
.... coding SΣ 0..* Coding Code defined by a terminology system
..... system Σ 1..1 uri Identity of the terminology system
..... code Σ 1..1 code Symbol in syntax defined by the system
..... display Σ 1..1 string Representation defined by the system
.... text SΣ 0..1 string Plain text representation of the concept
... code SΣ 1..1 CodeableConcept Name/Code for this diagnostic report
Binding: LOINCDiagnosticReportCodes (preferred): Codes that describe Diagnostic Reports.
.... coding SΣ 0..* Coding Code defined by a terminology system
..... system Σ 1..1 uri Identity of the terminology system
..... code Σ 1..1 code Symbol in syntax defined by the system
..... display Σ 1..1 string Representation defined by the system
.... text SΣ 0..1 string Plain text representation of the concept
... subject SΣ 1..1 Reference(Atrius India Core Patient(0.1.0)) The subject of the report - usually, but not always, the patient
... encounter SΣ 0..1 Reference(Atrius India Core Encounter(0.1.0)) Health care event when test ordered
... effective[x] SΣ 0..1 Clinically relevant time/time-period for report
.... effectiveDateTime dateTime
.... effectivePeriod Period
... issued SΣ 0..1 instant DateTime this version was made
... performer SΣ 0..* Reference(Atrius India Core Practitioner(0.1.0) | Atrius India Core PractitionerRole(0.1.0) | Atrius India Core Organization(0.1.0)) Responsible Diagnostic Service
... resultsInterpreter SΣ 1..* Reference(Atrius India Core Practitioner(0.1.0) | Atrius India Core PractitionerRole(0.1.0) | Atrius India Core Organization(0.1.0) | Atrius India Core CareTeam(0.1.0)) Primary result interpreter
... result S 0..* Reference(Atrius India Core Observation(0.1.0) | Atrius India Core Observation Body Measurement(0.1.0) | Atrius India Core Observation General Assessment(0.1.0) | Atrius India Core Observation Lifestyle(0.1.0) | Atrius India Core Observation Physical Activity(0.1.0) | Atrius India Core Observation Vital Signs(0.1.0) | Atrius India Core Observation Women Health(0.1.0)) Observations
... imagingStudy S 0..* Reference(Atrius India Core ImagingStudy(0.1.0)) Reference to full details of imaging associated with the diagnostic report
... media SΣ 1..* BackboneElement Key images associated with this report
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... link Σ 1..1 Reference(Media) Reference to the image source
... conclusion S 1..1 string Clinical conclusion (interpretation) of test results
... conclusionCode S 0..* CodeableConcept Codes for the clinical conclusion of test results
Binding: SNOMEDCTClinicalFindings (example): Diagnosis codes provided as adjuncts to the report.
.... coding SΣ 0..* Coding Code defined by a terminology system
..... system Σ 1..1 uri Identity of the terminology system
..... code Σ 1..1 code Symbol in syntax defined by the system
..... display Σ 1..1 string Representation defined by the system
.... text SΣ 0..1 string Plain text representation of the concept

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 extensible Atrius India Core Diagnostic Report Category 📍0.1.0 This IG
DiagnosticReport.code Base preferred LOINC Diagnostic Report Codes 📍4.0.1 FHIR Std.
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 DiagnosticReport.implicitRules, DiagnosticReport.modifierExtension, DiagnosticReport.basedOn, DiagnosticReport.status, DiagnosticReport.category, DiagnosticReport.category.coding, DiagnosticReport.category.coding.system, DiagnosticReport.category.coding.code, DiagnosticReport.category.coding.display, DiagnosticReport.category.text, DiagnosticReport.code, DiagnosticReport.code.coding, DiagnosticReport.code.coding.system, DiagnosticReport.code.coding.code, DiagnosticReport.code.coding.display, DiagnosticReport.code.text, DiagnosticReport.subject, DiagnosticReport.encounter, DiagnosticReport.effective[x], DiagnosticReport.issued, DiagnosticReport.performer, DiagnosticReport.resultsInterpreter, DiagnosticReport.result, DiagnosticReport.imagingStudy, DiagnosticReport.media, DiagnosticReport.media.modifierExtension, DiagnosticReport.media.link, DiagnosticReport.conclusion, DiagnosticReport.conclusionCode, DiagnosticReport.conclusionCode.coding, DiagnosticReport.conclusionCode.coding.system, DiagnosticReport.conclusionCode.coding.code, DiagnosticReport.conclusionCode.coding.display, DiagnosticReport.conclusionCode.text All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error DiagnosticReport.modifierExtension, DiagnosticReport.media.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

Differential View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DiagnosticReport 0..* AtriusInDiagnosticReportNote(0.1.0) A Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports
... basedOn 1..* Reference(Atrius India Core CarePlan(0.1.0) | Atrius India Core ServiceRequest(0.1.0)) What was requested
... category 1..* CodeableConcept Service category

doco Documentation for this format

Snapshot ViewView

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DiagnosticReport 0..* AtriusInDiagnosticReportNote(0.1.0) A Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports
... 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
... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... identifier Σ 0..* Identifier Business identifier for report
... basedOn S 1..* Reference(Atrius India Core CarePlan(0.1.0) | Atrius India Core ServiceRequest(0.1.0)) What was requested
... status ?!SΣ 1..1 code registered | partial | preliminary | final +
Binding: DiagnosticReportStatus (required): The status of the diagnostic report.
... category SΣ 1..* CodeableConcept Service category
Binding: AtriusInDiagnosticReportCategoryVS (0.1.0) (extensible)
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
.... coding SΣ 0..* Coding Code defined by a terminology system
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
..... system Σ 1..1 uri Identity of the terminology system
..... version Σ 0..1 string Version of the system - if relevant
..... code Σ 1..1 code Symbol in syntax defined by the system
..... display Σ 1..1 string Representation defined by the system
..... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text SΣ 0..1 string Plain text representation of the concept
... code SΣ 1..1 CodeableConcept Name/Code for this diagnostic report
Binding: LOINCDiagnosticReportCodes (preferred): Codes that describe Diagnostic Reports.
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
.... coding SΣ 0..* Coding Code defined by a terminology system
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
..... system Σ 1..1 uri Identity of the terminology system
..... version Σ 0..1 string Version of the system - if relevant
..... code Σ 1..1 code Symbol in syntax defined by the system
..... display Σ 1..1 string Representation defined by the system
..... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text SΣ 0..1 string Plain text representation of the concept
... subject SΣ 1..1 Reference(Atrius India Core Patient(0.1.0)) The subject of the report - usually, but not always, the patient
... encounter SΣ 0..1 Reference(Atrius India Core Encounter(0.1.0)) Health care event when test ordered
... effective[x] SΣ 0..1 Clinically relevant time/time-period for report
.... effectiveDateTime dateTime
.... effectivePeriod Period
... issued SΣ 0..1 instant DateTime this version was made
... performer SΣ 0..* Reference(Atrius India Core Practitioner(0.1.0) | Atrius India Core PractitionerRole(0.1.0) | Atrius India Core Organization(0.1.0)) Responsible Diagnostic Service
... resultsInterpreter SΣ 1..* Reference(Atrius India Core Practitioner(0.1.0) | Atrius India Core PractitionerRole(0.1.0) | Atrius India Core Organization(0.1.0) | Atrius India Core CareTeam(0.1.0)) Primary result interpreter
... specimen 0..* Reference(Specimen) Specimens this report is based on
... result S 0..* Reference(Atrius India Core Observation(0.1.0) | Atrius India Core Observation Body Measurement(0.1.0) | Atrius India Core Observation General Assessment(0.1.0) | Atrius India Core Observation Lifestyle(0.1.0) | Atrius India Core Observation Physical Activity(0.1.0) | Atrius India Core Observation Vital Signs(0.1.0) | Atrius India Core Observation Women Health(0.1.0)) Observations
... imagingStudy S 0..* Reference(Atrius India Core ImagingStudy(0.1.0)) Reference to full details of imaging associated with the diagnostic report
... media SΣ 1..* 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
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... comment 0..1 string Comment about the image (e.g. explanation)
.... link Σ 1..1 Reference(Media) Reference to the image source
... conclusion S 1..1 string Clinical conclusion (interpretation) of test results
... conclusionCode S 0..* CodeableConcept Codes for the clinical conclusion of test results
Binding: SNOMEDCTClinicalFindings (example): Diagnosis codes provided as adjuncts to the report.
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
.... coding SΣ 0..* Coding Code defined by a terminology system
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
..... system Σ 1..1 uri Identity of the terminology system
..... version Σ 0..1 string Version of the system - if relevant
..... code Σ 1..1 code Symbol in syntax defined by the system
..... display Σ 1..1 string Representation defined by the system
..... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text SΣ 0..1 string Plain text representation of the concept
... presentedForm 0..* Attachment Entire report as issued
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
.... contentType Σ 1..1 code Mime type of the content, with charset etc.
Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed.
Example General: text/plain; charset=UTF-8, image/png
.... language Σ 0..1 code Human language of the content (BCP-47)
Binding: CommonLanguages (preferred): A human language.
Additional BindingsPurpose
AllLanguages Max Binding

Example General: en-AU
.... data 1..1 base64Binary Data inline, base64ed
.... url Σ 0..1 url Uri where the data can be found
Example General: http://www.acme.com/logo-small.png
.... size Σ 0..1 unsignedInt Number of bytes of content (if url provided)
.... hash Σ 0..1 base64Binary Hash of the data (sha-1, base64ed)
.... title Σ 0..1 string Label to display in place of the data
Example General: Official Corporate Logo
.... creation Σ 0..1 dateTime Date attachment was first created

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 extensible Atrius India Core Diagnostic Report Category 📍0.1.0 This IG
DiagnosticReport.code Base preferred LOINC Diagnostic Report Codes 📍4.0.1 FHIR Std.
DiagnosticReport.conclusionCode Base example SNOMED CT Clinical Findings 📍4.0.1 FHIR Std.
DiagnosticReport.presentedForm.​contentType Base required MimeType 📍4.0.1 FHIR Std.
DiagnosticReport.presentedForm.​language Base preferred Common Languages 📍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 DiagnosticReport.meta, DiagnosticReport.implicitRules, DiagnosticReport.language, DiagnosticReport.text, DiagnosticReport.extension, DiagnosticReport.modifierExtension, DiagnosticReport.identifier, DiagnosticReport.basedOn, DiagnosticReport.status, DiagnosticReport.category, DiagnosticReport.category.extension, DiagnosticReport.category.coding, DiagnosticReport.category.coding.extension, DiagnosticReport.category.coding.system, DiagnosticReport.category.coding.version, DiagnosticReport.category.coding.code, DiagnosticReport.category.coding.display, DiagnosticReport.category.coding.userSelected, DiagnosticReport.category.text, DiagnosticReport.code, DiagnosticReport.code.extension, DiagnosticReport.code.coding, DiagnosticReport.code.coding.extension, DiagnosticReport.code.coding.system, DiagnosticReport.code.coding.version, DiagnosticReport.code.coding.code, DiagnosticReport.code.coding.display, DiagnosticReport.code.coding.userSelected, DiagnosticReport.code.text, DiagnosticReport.subject, DiagnosticReport.encounter, DiagnosticReport.effective[x], DiagnosticReport.issued, DiagnosticReport.performer, DiagnosticReport.resultsInterpreter, DiagnosticReport.specimen, DiagnosticReport.result, DiagnosticReport.imagingStudy, DiagnosticReport.media, DiagnosticReport.media.extension, DiagnosticReport.media.modifierExtension, DiagnosticReport.media.comment, DiagnosticReport.media.link, DiagnosticReport.conclusion, DiagnosticReport.conclusionCode, DiagnosticReport.conclusionCode.extension, DiagnosticReport.conclusionCode.coding, DiagnosticReport.conclusionCode.coding.extension, DiagnosticReport.conclusionCode.coding.system, DiagnosticReport.conclusionCode.coding.version, DiagnosticReport.conclusionCode.coding.code, DiagnosticReport.conclusionCode.coding.display, DiagnosticReport.conclusionCode.coding.userSelected, DiagnosticReport.conclusionCode.text, DiagnosticReport.presentedForm, DiagnosticReport.presentedForm.extension, DiagnosticReport.presentedForm.contentType, DiagnosticReport.presentedForm.language, DiagnosticReport.presentedForm.data, DiagnosticReport.presentedForm.url, DiagnosticReport.presentedForm.size, DiagnosticReport.presentedForm.hash, DiagnosticReport.presentedForm.title, DiagnosticReport.presentedForm.creation All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error DiagnosticReport.extension, DiagnosticReport.modifierExtension, DiagnosticReport.category.extension, DiagnosticReport.category.coding.extension, DiagnosticReport.code.extension, DiagnosticReport.code.coding.extension, DiagnosticReport.media.extension, DiagnosticReport.media.modifierExtension, DiagnosticReport.conclusionCode.extension, DiagnosticReport.conclusionCode.coding.extension, DiagnosticReport.presentedForm.extension Must have either extensions or value[x], not both extension.exists() != value.exists()

Summary

Mandatory: 2 elements

 

Other representations of profile: CSV, Excel, Schematron