FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions icon

Orders and Observations icon Work Group  Maturity Level: 0 Trial Use Use Context: Not yet ready for Production use

Definitions for the lipidprofile Profile.

DiagnosticReport
Element Id DiagnosticReport
Definition

The findings and interpretation of a general lipid lab profile.

Short Display Lipid Lab Report
Cardinality 1..1
Alternate Names Report, Test, Result, Results, Labs, Laboratory
Comments

In this profile, mustSupport means that authoring systems must include the ability to report these elements, and processing systems must cater for them by either displaying them to the user or considering them appropriately in decision support systems.

Invariants
Inherited by this element
dgr-1RuleWhen a Composition is referenced in `Diagnostic.composition`, all Observation resources referenced in `Composition.entry` must also be referenced in `Diagnostic.entry` or in the references Observations in `Observation.hasMember`composition.exists() implies (composition.resolve().section.entry.reference.where(resolve() is Observation) in (result.reference|result.reference.resolve().hasMember.reference))
dom-2RuleIf the resource is contained in another resource, it SHALL NOT contain nested Resourcescontained.contained.empty()
dom-3RuleIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resourcecontained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4RuleIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdatedcontained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5RuleIf a resource is contained in another resource, it SHALL NOT have a security labelcontained.meta.security.empty()
dom-6GuidelineA resource should have narrative for robust managementtext.`div`.exists()
This is (only) a best practice guideline because:

When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a human readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time.

DiagnosticReport.id
Element Id DiagnosticReport.id
Definition

The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.

Short Display Logical id of this artifact
Cardinality 0..1
Type id
Comments

Within the context of the FHIR RESTful interactions, the resource has an id except for cases like the create and conditional update. Otherwise, the use of the resouce id depends on the given use case.

DiagnosticReport.meta
Element Id DiagnosticReport.meta
Definition

The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.

Short Display Metadata about the resource
Cardinality 0..1
Type Meta
Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.implicitRules
Element Id DiagnosticReport.implicitRules
Definition

A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.

Short Display A set of rules under which this content was created
Cardinality 0..1
Type uri
Is Modifier true (Reason: This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies its meaning or interpretation)
Comments

Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of its narrative along with other profiles, value sets, etc.

Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.language
Element Id DiagnosticReport.language
Definition

The base language in which the resource is written.

Short Display Language of the resource content
Cardinality 0..1
Terminology Binding IETF language tag for a human language
The codes SHALL be taken from All Languages
Type code
Comments

Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).

Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.text
Element Id DiagnosticReport.text
Definition

A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.

Short Display Text summary of the resource, for human interpretation
Cardinality 0..1 This element is affected by the following invariants: dom-6
Type Narrative
Alternate Names narrative, html, xhtml, display
Comments

Contained resources do not have a narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded information is added later.

Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.contained
Element Id DiagnosticReport.contained
Definition

These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, nor can they have their own independent transaction scope. This is allowed to be a Parameters resource if and only if it is referenced by a resource that provides context/meaning.

Short Display Contained, inline Resources
Cardinality 0..* This element is affected by the following invariants: dom-2, dom-4, dom-3, dom-5
Type Resource
Alternate Names inline resources, anonymous resources, contained resources
Comments

This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags in their meta elements, but SHALL NOT have security labels.

DiagnosticReport.extension
Element Id DiagnosticReport.extension
Definition

May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Short Display Additional content defined by implementations
Cardinality 0..*
Type Extension
Alternate Names extensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.modifierExtension
Element Id DiagnosticReport.modifierExtension
Definition

May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

Short Display Extensions that cannot be ignored
Cardinality 0..*
Type Extension
Is Modifier true (Reason: Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them)
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Alternate Names extensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.identifier
Element Id DiagnosticReport.identifier
Definition

Identifiers assigned to this report by the performer or other systems.

Short Display Business identifier for report
Cardinality 0..*
Type Identifier
Requirements

Need to know what identifier to use when making queries about this report from the source laboratory, and for linking to the report outside FHIR context.

Alternate Names ReportID, Filler ID, Placer ID
Comments

Usually assigned by the Information System of the diagnostic service provider (filler id).

Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.basedOn
Element Id DiagnosticReport.basedOn
Definition

Details concerning a service requested.

Short Display What was requested
Cardinality 0..*
Type Reference(CarePlan)
Requirements

This allows tracing of authorization for the report and tracking whether proposals/recommendations were acted upon.

Alternate Names Request
Comments

Note: Usually there is one test request for each result, however in some circumstances multiple test requests may be represented using a single test result resource. Note that there are also cases where one request leads to multiple reports.

Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.status
Element Id DiagnosticReport.status
Definition

The status of the diagnostic report.

Short Display registered | partial | preliminary | modified | final | amended | corrected | appended | cancelled | entered-in-error | unknown
Cardinality 1..1
Terminology Binding The status of the diagnostic report.
The codes SHALL be taken from Diagnostic Report Status
Type code
Is Modifier true (Reason: This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid)
Requirements

Diagnostic services routinely issue provisional/incomplete reports, and sometimes withdraw previously released reports.

Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.category
Element Id DiagnosticReport.category
Definition

A code that classifies the clinical discipline, department or diagnostic service that created the report (e.g. cardiology, biochemistry, hematology, MRI). This is used for searching, sorting and display purposes.

Short Display Service category
Cardinality 0..*
Terminology Binding HL7 V2 table 0074
For example codes, see Diagnostic Service Section Codes
Type CodeableConcept
Alternate Names Department, Sub-department, Service, Discipline
Comments

Multiple categories are allowed using various categorization schemes. The level of granularity is defined by the category concepts in the value set. More fine-grained filtering can be performed using the metadata and/or terminology hierarchy in DiagnosticReport.code.

Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.code
Element Id DiagnosticReport.code
Definition

LOINC Code for Lipid Panel with LDL.

Short Display LOINC Code for Lipid Panel with LDL
Cardinality 1..1
Terminology Binding LOINC Codes for Diagnostic Reports
The codes SHOULD be taken from LOINC Diagnostic Report Codes
Type CodeableConcept
Alternate Names Type
Comments

LOINC code includes "direct" LDL - does this mean LDL derived by measuring VLDL by ultracentrifugation? This panel includes both measured and calculated LDL.

Pattern Value <valueCodeableConcept xmlns="http://hl7.org/fhir">
  <coding>
    <system value="http://loinc.org"/>
    <code value="57698-3"/>
    <display value="Lipid panel with direct LDL - Serum or Plasma"/>
  </coding>
</valueCodeableConcept>
Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.subject
Element Id DiagnosticReport.subject
Definition

The subject of the report. Usually, but not always, this is a patient. However, diagnostic services also perform analyses on specimens collected from a variety of other sources.

Short Display The subject of the report - usually, but not always, the patient
Cardinality 0..1
Type Reference(Patient)
Requirements

SHALL know the subject context.

Alternate Names Patient
Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.encounter
Element Id DiagnosticReport.encounter
Definition

The encounter (e.g. a patient and healthcare provider interaction) that is associated with the DiagnosticReport.

Short Display Encounter associated with the DiagnosticReport
Cardinality 0..1
Type Reference(Encounter)
Requirements

Links the request to the Encounter context.

Alternate Names Context
Comments

This will typically be the encounter during which the tests and studies were ordered and/or performed that are being reported by the DiagnosticReport. Some tests or studies may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter (e.g. pre-admission laboratory tests).

Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.effective[x]
Element Id DiagnosticReport.effective[x]
Definition

The time or time-period the observed values are related to. When the subject of the report is a patient, this is usually either the time of the procedure or of specimen collection(s), but very often the source of the date/time is not known, only the date/time itself.

Short Display Clinically relevant time/time-period for report
Cardinality 0..1
Type Choice of: dateTime, Period
[x] Note See Choice of Datatypes for further information about how to use [x]
Requirements

Need to know where in the patient history to file/present this report.

Alternate Names Observation time, Effective Time, Occurrence
Comments

If the diagnostic procedure was performed on the patient, this is the time it was performed. If there are specimens, the diagnostically relevant time can be derived from the specimen collection times, but the specimen information is not always available, and the exact relationship between the specimens and the diagnostically relevant time is not always automatic.

Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.issued
Element Id DiagnosticReport.issued
Definition

The date and time that this version of the report was made available to providers, typically after the report was reviewed and verified.

Short Display DateTime this version was made
Cardinality 0..1
Type instant
Requirements

Clinicians need to be able to check the date that the report was released.

Alternate Names Date published, Date Issued, Date Verified
Comments

May be different from the update time of the resource itself, because that is the status of the record (potentially a secondary copy), not the actual release time of the report.

Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.performer
Element Id DiagnosticReport.performer
Definition

The diagnostic service that is responsible for issuing the report.

Short Display Responsible Diagnostic Service
Cardinality 0..*
Type Reference(Practitioner)
Requirements

Need to know whom to contact if there are queries about the results. Also may need to track the source of reports for secondary data analysis.

Alternate Names Laboratory, Service, Practitioner, Department, Company, Authorized by, Director
Comments

This is not necessarily the source of the atomic data items or the entity that interpreted the results. It is the entity that takes responsibility for the clinical report.

Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.resultsInterpreter
Element Id DiagnosticReport.resultsInterpreter
Definition

The practitioner or organization that is responsible for the report's conclusions and interpretations.

Short Display Primary result interpreter
Cardinality 0..*
Type Reference(Practitioner)
Requirements

Need to know whom to contact if there are queries about the results. Also may need to track the source of reports for secondary data analysis.

Alternate Names Analyzed by, Reported by
Comments

Might not be the same entity that takes responsibility for the clinical report.

Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.specimen
Element Id DiagnosticReport.specimen
Definition

Details about the specimens on which this diagnostic report is based.

Short Display Specimens this report is based on
Cardinality 0..*
Type Reference(Specimen)
Requirements

Need to be able to report information about the collected specimens on which the report is based.

Comments

If the specimen is sufficiently specified with a code in the test result name, then this additional data may be redundant. If there are multiple specimens, these may be represented per observation or group.

Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.result
Element Id DiagnosticReport.result
Definition

Observations that are part of this diagnostic report.

Short Display Observations
Cardinality 3..4 This element is affected by the following invariants: dgr-1
Type Reference(Observation)
Requirements

Need to support individual results, or groups of results, where the result grouping is arbitrary, but meaningful.

Alternate Names Data, Atomic Value, Result, Atomic result, Data, Test, Analyte, Battery, Organizer
Comments

Observations can contain observations.

Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
Slicing This element introduces a set of slices. The slicing rules are:
  • ordered
  • Closed
  • discriminators: value:resolve().code
DiagnosticReport.result(Cholesterol)
Element Id DiagnosticReport.result:Cholesterol
Definition

Reference to Cholesterol Result.

Short Display Cholesterol Result
Cardinality 1..1 This element is affected by the following invariants: dgr-1
Type Reference(ExampleLipidProfile)
Must Support true
Requirements

Need to support individual results, or groups of results, where the result grouping is arbitrary, but meaningful.

Alternate Names Data, Atomic Value, Result, Atomic result, Data, Test, Analyte, Battery, Organizer
Comments

Observations can contain observations.

Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.result(Triglyceride)
Element Id DiagnosticReport.result:Triglyceride
Definition

Group of elements for Triglyceride result.

Short Display Triglyceride Result
Cardinality 1..1 This element is affected by the following invariants: dgr-1
Type Reference(ExampleLipidProfile)
Must Support true
Requirements

Need to support individual results, or groups of results, where the result grouping is arbitrary, but meaningful.

Alternate Names Data, Atomic Value, Result, Atomic result, Data, Test, Analyte, Battery, Organizer
Comments

Observations can contain observations.

Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.result(HDLCholesterol)
Element Id DiagnosticReport.result:HDLCholesterol
Definition

Group of elements for HDL Cholesterol result.

Short Display HDL Cholesterol Result
Cardinality 1..1 This element is affected by the following invariants: dgr-1
Type Reference(ExampleLipidProfile)
Must Support true
Requirements

Need to support individual results, or groups of results, where the result grouping is arbitrary, but meaningful.

Alternate Names Data, Atomic Value, Result, Atomic result, Data, Test, Analyte, Battery, Organizer
Comments

Observations can contain observations.

Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.result(LDLCholesterol)
Element Id DiagnosticReport.result:LDLCholesterol
Definition

LDL Cholesterol result, if reported.

Short Display LDL Cholesterol result, if reported
Cardinality 0..1 This element is affected by the following invariants: dgr-1
Type Reference(ExampleLipidProfile)
Must Support true
Requirements

Need to support individual results, or groups of results, where the result grouping is arbitrary, but meaningful.

Alternate Names Data, Atomic Value, Result, Atomic result, Data, Test, Analyte, Battery, Organizer
Comments

Observations can contain observations.

Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.note
Element Id DiagnosticReport.note
Definition

Comments about the diagnostic report.

Short Display Comments about the diagnostic report
Cardinality 0..*
Type Annotation
Requirements

Need to be able to provide free text additional information.

Comments

May include general statements about the diagnostic report, or statements about significant, unexpected or unreliable results values contained within the diagnostic report, or information about its source when relevant to its interpretation.

Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.study
Element Id DiagnosticReport.study
Definition

One or more links to full details of any study performed during the diagnostic investigation. An ImagingStudy might comprise a set of radiologic images obtained via a procedure that are analyzed as a group. Typically, this is imaging performed by DICOM enabled modalities, but this is not required. A fully enabled PACS viewer can use this information to provide views of the source images. A GenomicStudy might comprise one or more analyses, each serving a specific purpose. These analyses may vary in method (e.g., karyotyping, CNV, or SNV detection), performer, software, devices used, or regions targeted.

Short Display Reference to full details of an analysis associated with the diagnostic report
Cardinality 0..*
Type Reference(GenomicStudy)
Comments

For laboratory-type studies like GenomeStudy, type resources will be used for tracking additional metadata and workflow aspects of complex studies. ImagingStudy and the media element are somewhat overlapping - typically, the list of image references in the media element will also be found in one of the imaging study resources. However, each caters to different types of displays for different types of purposes. Neither, either, or both may be provided.

Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.supportingInfo
Element Id DiagnosticReport.supportingInfo
Definition

This backbone element contains supporting information that was used in the creation of the report not included in the results already included in the report.

Short Display Additional information supporting the diagnostic report
Cardinality 0..*
Type BackboneElement
Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.supportingInfo.id
Element Id DiagnosticReport.supportingInfo.id
Definition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Short Display Unique id for inter-element referencing
Cardinality 0..1 This element is affected by the following invariants: ele-1
Type string
DiagnosticReport.supportingInfo.extension
Element Id DiagnosticReport.supportingInfo.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Short Display Additional content defined by implementations
Cardinality 0..*
Type Extension
Alternate Names extensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.supportingInfo.modifierExtension
Element Id DiagnosticReport.supportingInfo.modifierExtension
Definition

May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

Short Display Extensions that cannot be ignored even if unrecognized
Cardinality 0..*
Type Extension
Is Modifier true (Reason: Modifier extensions are expected to modify the meaning or interpretation of the element that contains them)
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Alternate Names extensions, user content, modifiers
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.supportingInfo.type
Element Id DiagnosticReport.supportingInfo.type
Definition

The code value for the role of the supporting information in the diagnostic report.

Short Display Supporting information role code
Cardinality 1..1
Terminology Binding The code value for the role of the supporting information in the diagnostic report.
For example codes, see hl7VS-VS-observationType icon
Type CodeableConcept
Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.supportingInfo.reference
Element Id DiagnosticReport.supportingInfo.reference
Definition

The reference for the supporting information in the diagnostic report.

Short Display Supporting information reference
Cardinality 1..1
Type Reference(ImagingStudy)
Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.media
Element Id DiagnosticReport.media
Definition

A list of key images or data associated with this report. The images or data are generally created during the diagnostic process, and may be directly of the patient, or of treated specimens (i.e. slides of interest).

Short Display Key images or data associated with this report
Cardinality 0..*
Type BackboneElement
Requirements

Many diagnostic services include images or data in the report as part of their service.

Alternate Names DICOM, Slides, Scans
Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.media.id
Element Id DiagnosticReport.media.id
Definition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Short Display Unique id for inter-element referencing
Cardinality 0..1 This element is affected by the following invariants: ele-1
Type string
DiagnosticReport.media.extension
Element Id DiagnosticReport.media.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Short Display Additional content defined by implementations
Cardinality 0..*
Type Extension
Alternate Names extensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.media.modifierExtension
Element Id DiagnosticReport.media.modifierExtension
Definition

May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

Short Display Extensions that cannot be ignored even if unrecognized
Cardinality 0..*
Type Extension
Is Modifier true (Reason: Modifier extensions are expected to modify the meaning or interpretation of the element that contains them)
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Alternate Names extensions, user content, modifiers
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.media.comment
Element Id DiagnosticReport.media.comment
Definition

A comment about the image or data. Typically, this is used to provide an explanation for why the image or data is included, or to draw the viewer's attention to important features.

Short Display Comment about the image or data (e.g. explanation)
Cardinality 0..1
Type string
Requirements

The provider of the report should make a comment about each image or data included in the report.

Comments

The comment should be displayed with the image or data. It would be common for the report to include additional discussion of the image or data contents or in other sections such as the conclusion.

Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.media.link
Element Id DiagnosticReport.media.link
Definition

Reference to the image or data source.

Short Display Reference to the image or data source
Cardinality 1..1
Type Reference(DocumentReference)
Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.composition
Element Id DiagnosticReport.composition
Definition

Reference to a Composition resource instance that provides structure for organizing the contents of the DiagnosticReport.

Short Display Reference to a Composition resource for the DiagnosticReport structure
Cardinality 0..1 This element is affected by the following invariants: dgr-1
Type Reference(Composition)
Comments

The Composition provides structure to the content of the DiagnosticReport (and only contains contents referenced in the DiagnosticReport) - e.g., to order the sections of an anatomic pathology structured report.

Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.conclusion
Element Id DiagnosticReport.conclusion
Definition

May include diagnosis or suggestions for follow up testing.

Short Display Clinical Interpretation of Lipid Panel
Cardinality 0..1
Type markdown
Must Support true
Requirements

Need to be able to provide a conclusion that is not lost among the basic result data.

Alternate Names Report
Comments

It's not unusual for the lab to make some kind of interpretative comment on the set of results.

Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.conclusionCode
Element Id DiagnosticReport.conclusionCode
Definition

No codes for a lipid panel.

Short Display No codes for a lipid panel
Cardinality 0..0
Terminology Binding SNOMED CT Clinical Findings
For example codes, see SNOMED CT Clinical Findings
Type CodeableReference
Comments

Not used in this context.

Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.recomendation
Element Id DiagnosticReport.recomendation
Definition

Proposed follow-up actions based on the findings and interpretations of the diagnostic test for which this report is the subject.

Short Display Recommendations based on findings and interpretations
Cardinality 0..*
Type CodeableReference(Resource)
Comments

The resources that should be referenced include CarePlan, ServiceRequest, CommunicationRequest, etc. that allow for proposed actions and next steps.

Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.presentedForm
Element Id DiagnosticReport.presentedForm
Definition

Rich text representation of the entire result as issued by the diagnostic service. Multiple formats are allowed but they SHALL be semantically equivalent.

Short Display Entire report as issued
Cardinality 0..*
Type Attachment
Requirements

Gives laboratory the ability to provide its own fully formatted report for clinical fidelity.

Comments

"application/pdf" is recommended as the most reliable and interoperable in this context.

Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())
DiagnosticReport.communication
Element Id DiagnosticReport.communication
Definition

Communications initiated during the generation of the DiagnosticReport by members of the organization fulfilling that order. e.g. direct communication of time critical results by the radiologist to the referring physician.

Short Display Communication initiated during the reporting process
Cardinality 0..*
Type Reference(Communication)
Requirements

Need to record details of such communications for medico-legal purposes, to support review or the improvement of conformance to best practices for patient safety and quality of care.

Comments

Note: This can document attempted communications as well as completed communications. Communications that follow publication of the report (e.g. between the referring physician and the patient or a subsequent specialist) are not referenced here. DiagnosticReport.recommendation might also contain references to ServiceRequest or CommunicationRequest instances for proposed subsequent communications.

Invariants
Inherited by this element
ele-1RuleAll FHIR elements must have a @value or childrenhasValue() or (children().count() > id.count())