RDC Interoperability Guide
1.0.0

DiagnosticReport

Official URL: https://roche.com/fhir/iop/StructureDefinition/rdc-DiagnosticReport Version: 1.0.0
Parent:

http://hl7.org/fhir/StructureDefinition/DiagnosticReport

Computable Name:

RdcDiagnosticReport

RDC DiagnosticProfile profile for providing additional context information in diagnostic domain such as Carbs, EWM etc.

The DiagnosticReport.code element is assigned the following values:

System Code Display
https://roche.com/fhir/iop/cs AGP Report CGM Ambulatory Glucose Profile (AGP) During Reporting Period

Rationale behind the usage of contained resources

In the context of providing support to management of documents in general, and AGP Report specifically, Data Architecture has proposed a model based on FHIR’s Diagnostic Report.

The particular scope of this use case, in which the CGM Values from the report are not stored in RDC's internal storage, implies that these Observations do not have an associated ID to refer to. In other words, they do not exist outside of the scope of the DiagnosticReport profile.

To cover this gap, it was agreed to use FHIR's contained-resources approach. This property enables a structure within the DiagnosticReport profile that allows to directly store Observations within it, with no internal ID required. With respect to implementation and reading of the final object, the contained property contains an array of CGM Observations.

Formal Views of Profile Content

idΣ0..1id
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
textI0..1Narrative
rdc-Observation-CGMI0..*RdcObservationCGM
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
identifierΣ0..0Identifier
basedOn0..0Reference(CarePlan | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest)
statusΣ ?!1..1codeBinding
categoryΣ0..0CodeableConcept
codeΣ1..1CodeableConceptBinding
subjectΣ0..1Reference(RdcPatient)
encounterΣ0..0Reference(Encounter)
effectivePeriodPeriod
issuedΣ0..0instant
performerΣ0..*Reference(Practitioner | Organization)
resultsInterpreterΣ0..0Reference(Practitioner | PractitionerRole | Organization)
specimen0..0Reference(Specimen)
resultI0..*Reference(RdcObservationCGM)
note0..0Annotation
study0..0Reference(GenomicStudy | ImagingStudy)
compositionI0..0Reference(Composition)
conclusion0..0markdown
conclusionCode0..0CodeableConcept
id0..1id
extensionI0..*Extension
contentTypeΣ I0..1codeBinding
languageΣ0..1codeBinding
dataI0..1base64Binary
urlΣ0..1url
sizeΣ0..1integer64
hashΣ0..1base64Binary
titleΣ0..1string
creationΣ0..1dateTime
height0..1positiveInt
width0..1positiveInt
frames0..0positiveInt
duration0..1decimal
pages0..1positiveInt

DiagnosticReport
DefinitionThe findings and interpretation of diagnostic tests performed on patients, groups of patients, products, substances, devices, and locations, and/or specimens derived from these. The report includes clinical context such as requesting provider information, and some mix of atomic results, images, textual and coded interpretations, and formatted representation of diagnostic reports. The report also includes non-clinical context such as batch analysis and stability reporting of products and substances.
Cardinality0...*
AliasReport, Test, Result, Results, Labs, Laboratory
Comments

This is intended to capture a single report and is not suitable for use in displaying summary information that covers multiple reports. For example, this resource has not been designed for laboratory cumulative reporting formats nor detailed structured reports for sequencing.

Invariants
  • dgr-1: When 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-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
    contained.contained.empty()
  • dom-3: 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().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-4: 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: If a resource is contained in another resource, it SHALL NOT have a security label
    contained.meta.security.empty()
  • dom-6: A resource should have narrative for robust management
    text.`div`.exists()
Mappings
  • rim: Entity, Role, or Act,Observation[classCode=OBS, moodCode=EVN]
  • workflow: Event
  • w5: clinical.diagnostics
  • v2: ORU -> OBR
DiagnosticReport.id
DefinitionThe logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
Cardinality0...1
Typeid
SummaryTrue
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
DefinitionThe 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.
Cardinality0...1
TypeMeta
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
DiagnosticReport.implicitRules
DefinitionA 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.
Cardinality0...1
Typeuri
ModifierTrue
SummaryTrue
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
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
DiagnosticReport.language
DefinitionThe base language in which the resource is written.
Cardinality0...1
Typecode
Binding

IETF language tag for a human language

AllLanguages (required)
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
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
DiagnosticReport.text
DefinitionA 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.
Cardinality0...1
TypeNarrative
Aliasnarrative, 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
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: Act.text?
DiagnosticReport.contained
DefinitionThese 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.
Cardinality0...*
TypeResource
Aliasinline 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.

SlicingUnordered, Open, by $this(Type)
Mappings
  • rim: N/A
DiagnosticReport.contained:rdc-Observation-CGM
DefinitionMeasurements and simple assertions made about a patient, device or other subject.
Cardinality0...*
TypeRdcObservationCGM
Aliasinline resources, anonymous resources, contained resources, Vital Signs, Measurement, Results, Tests
Comments

Used for simple observations such as device measurements, laboratory atomic results, vital signs, height, weight, smoking status, comments, etc. Other resources are used to provide context for observations such as laboratory reports, etc.

Invariants
  • dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
    contained.contained.empty()
  • dom-3: 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().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-4: 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: If a resource is contained in another resource, it SHALL NOT have a security label
    contained.meta.security.empty()
  • dom-6: A resource should have narrative for robust management
    text.`div`.exists()
  • obs-6: dataAbsentReason SHALL only be present if Observation.value[x] is not present
    dataAbsentReason.empty() or value.empty()
  • obs-7: If Observation.component.code is the same as Observation.code, then Observation.value SHALL NOT be present (the Observation.component.value[x] holds the value).
    value.empty() or component.code.where(coding.intersect(%resource.code.coding).exists()).empty()
  • obs-8: bodyStructure SHALL only be present if Observation.bodySite is not present
    bodySite.exists() implies bodyStructure.empty()
Mappings
  • rim: N/A
  • rim: Entity, Role, or Act,Observation[classCode=OBS, moodCode=EVN]
  • workflow: Event
  • w5: clinical.diagnostics
  • sct-concept: < 363787002 |Observable entity|
  • v2: OBX
DiagnosticReport.extension
DefinitionMay 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.
Cardinality0...*
TypeExtension
Aliasextensions, 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
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: N/A
DiagnosticReport.modifierExtension
DefinitionMay 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).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content
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.

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
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: N/A
DiagnosticReport.identifier
DefinitionIdentifiers assigned to this report by the performer or other systems.
Cardinality0...0
TypeIdentifier
SummaryTrue
AliasReportID, Filler ID, Placer ID
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.

Comments

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

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Event.identifier
  • w5: FiveWs.identifier
  • v2: OBR-51/ for globally unique filler ID - OBR-3 , For non-globally unique filler-id the flller/placer number must be combined with the universal service Id - OBR-2(if present)+OBR-3+OBR-4
  • rim: id
DiagnosticReport.basedOn
DefinitionDetails concerning a service requested.
Cardinality0...0
TypeReference(CarePlan | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest)
AliasRequest
Requirements

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

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
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Event.basedOn
  • v2: ORC? OBR-2/3?
  • rim: outboundRelationship[typeCode=FLFS].target
DiagnosticReport.status
DefinitionThe status of the diagnostic report.
Cardinality1...1
Typecode
Binding

The status of the diagnostic report.

DiagnosticReportStatus (required)
ModifierTrue
SummaryTrue
Requirements

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

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Event.status
  • w5: FiveWs.status
  • v2: OBR-25 (not 1:1 mapping)
  • rim: statusCode Note: final and amended are distinguished by whether observation is the subject of a ControlAct event of type "revise"
DiagnosticReport.category
DefinitionA 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.
Cardinality0...0
TypeCodeableConcept
Binding

HL7 V2 table 0074

DiagnosticServiceSectionCodes (example)
SummaryTrue
AliasDepartment, 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
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.class
  • v2: OBR-24
  • rim: inboundRelationship[typeCode=COMP].source[classCode=LIST, moodCode=EVN, code < LabService].code
DiagnosticReport.code
DefinitionA code or name that describes this diagnostic report.
Cardinality1...1
TypeCodeableConcept
Binding

LOINC Codes for Diagnostic Reports

ReportCodes (preferred)
SummaryTrue
AliasType
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Event.code
  • w5: FiveWs.what[x]
  • v2: OBR-4 (HL7 V2 doesn't provide an easy way to indicate both the ordered test and the performed panel)
  • rim: code
DiagnosticReport.subject
DefinitionThe 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.
Cardinality0...1
TypeReference(RdcPatient)
SummaryTrue
AliasPatient
Requirements

SHALL know the subject context.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Event.subject
  • w5: FiveWs.subject[x]
  • v2: PID-3 (no HL7 V2 mapping for Group or Device)
  • rim: participation[typeCode=SBJ]
DiagnosticReport.encounter
DefinitionThe healthcare event (e.g. a patient and healthcare provider interaction) which this DiagnosticReport is about.
Cardinality0...0
TypeReference(Encounter)
SummaryTrue
AliasContext
Requirements

Links the request to the Encounter context.

Comments

This will typically be the encounter the event occurred within, but some events 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
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Event.encounter
  • w5: FiveWs.context
  • v2: PV1-19
  • rim: inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN]
DiagnosticReport.effective[x]
DefinitionThe 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.
Cardinality0...1
TypePeriod
SummaryTrue
AliasObservation time, Effective Time, Occurrence
Requirements

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

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
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Event.occurrence[x]
  • w5: FiveWs.done[x]
  • v2: OBR-7
  • rim: effectiveTime
DiagnosticReport.issued
DefinitionThe date and time that this version of the report was made available to providers, typically after the report was reviewed and verified.
Cardinality0...0
Typeinstant
SummaryTrue
AliasDate published, Date Issued, Date Verified
Requirements

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

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
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.recorded
  • v2: OBR-22
  • rim: participation[typeCode=VRF or AUT].time
DiagnosticReport.performer
DefinitionThe diagnostic service that is responsible for issuing the report.
Cardinality0...*
TypeReference(Practitioner | Organization)
SummaryTrue
AliasLaboratory, Service, Practitioner, Department, Company, Authorized by, Director
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.

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
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Event.performer.actor
  • w5: FiveWs.actor
  • v2: PRT-8 (where this PRT-4-Participation = "PO")
  • rim: .participation[typeCode=PRF]
DiagnosticReport.resultsInterpreter
DefinitionThe practitioner or organization that is responsible for the report's conclusions and interpretations.
Cardinality0...0
TypeReference(Practitioner | PractitionerRole | Organization)
SummaryTrue
AliasAnalyzed by, Reported by
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.

Comments

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

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Event.performer.actor
  • w5: FiveWs.actor
  • v2: OBR-32, PRT-8 (where this PRT-4-Participation = "PI")
  • rim: .participation[typeCode=PRF]
DiagnosticReport.specimen
DefinitionDetails about the specimens on which this diagnostic report is based.
Cardinality0...0
TypeReference(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
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: SPM
  • rim: participation[typeCode=SBJ]
DiagnosticReport.result
Definition[Observations](observation.html) that are part of this diagnostic report.
Cardinality0...*
TypeReference(RdcObservationCGM)
AliasData, Atomic Value, Result, Atomic result, Data, Test, Analyte, Battery, Organizer
Requirements

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

Comments

Observations can contain observations.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: OBXs
  • rim: outboundRelationship[typeCode=COMP].target
DiagnosticReport.note
DefinitionComments about the diagnostic report.
Cardinality0...0
TypeAnnotation
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
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: unknown
DiagnosticReport.study
DefinitionOne 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.
Cardinality0...0
TypeReference(GenomicStudy | ImagingStudy)
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
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
DiagnosticReport.supportingInfo
DefinitionThis backbone element contains supporting information that was used in the creation of the report not included in the results already included in the report.
Cardinality0...0
TypeBackboneElement
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
DiagnosticReport.supportingInfo.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
DiagnosticReport.supportingInfo.extension
DefinitionMay 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.
Cardinality0...*
TypeExtension
Aliasextensions, 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
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
DiagnosticReport.supportingInfo.modifierExtension
DefinitionMay 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).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
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.

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
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: N/A
DiagnosticReport.supportingInfo.type
DefinitionThe code value for the role of the supporting information in the diagnostic report.
Cardinality1...1
TypeCodeableConcept
Binding

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

Hl7VSVSObservationType (example)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
DiagnosticReport.supportingInfo.reference
DefinitionThe reference for the supporting information in the diagnostic report.
Cardinality1...1
TypeReference(Procedure | Observation | DiagnosticReport | Citation)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
DiagnosticReport.media
DefinitionA 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).
Cardinality0...0
TypeBackboneElement
SummaryTrue
AliasDICOM, Slides, Scans
Requirements

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

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: OBX?
  • rim: outboundRelationship[typeCode=COMP].target
DiagnosticReport.media.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
DiagnosticReport.media.extension
DefinitionMay 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.
Cardinality0...*
TypeExtension
Aliasextensions, 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
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
DiagnosticReport.media.modifierExtension
DefinitionMay 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).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
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.

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
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: N/A
DiagnosticReport.media.comment
DefinitionA 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.
Cardinality0...1
Typestring
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
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .inboundRelationship[typeCode=COMP].source[classCode=OBS, moodCode=EVN, code="annotation"].value
DiagnosticReport.media.link
DefinitionReference to the image or data source.
Cardinality1...1
TypeReference(DocumentReference)
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .value.reference
DiagnosticReport.composition
DefinitionReference to a Composition resource instance that provides structure for organizing the contents of the DiagnosticReport.
Cardinality0...0
TypeReference(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
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .value.reference
DiagnosticReport.conclusion
DefinitionConcise and clinically contextualized summary conclusion (interpretation/impression) of the diagnostic report.
Cardinality0...0
Typemarkdown
AliasReport
Requirements

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

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: OBX
  • rim: inboundRelationship[typeCode="SPRT"].source[classCode=OBS, moodCode=EVN, code=LOINC:48767-8].value (type=ST)
DiagnosticReport.conclusionCode
DefinitionOne or more codes that represent the summary conclusion (interpretation/impression) of the diagnostic report.
Cardinality0...0
TypeCodeableConcept
Binding

SNOMED CT Clinical Findings

SNOMEDCTClinicalFindings (example)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: OBX
  • rim: inboundRelationship[typeCode=SPRT].source[classCode=OBS, moodCode=EVN, code=LOINC:54531-9].value (type=CD)
DiagnosticReport.presentedForm
DefinitionRich text representation of the entire result as issued by the diagnostic service. Multiple formats are allowed but they SHALL be semantically equivalent.
Cardinality0...*
TypeAttachment
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
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: OBX
  • rim: text (type=ED)
DiagnosticReport.presentedForm.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typeid
Mappings
  • rim: n/a
DiagnosticReport.presentedForm.extension
DefinitionMay 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.
Cardinality0...*
TypeExtension
Aliasextensions, 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.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
DiagnosticReport.presentedForm.contentType
DefinitionIdentifies the type of the data in the attachment and allows a method to be chosen to interpret or render the data. Includes mime type parameters such as charset where appropriate.
Cardinality0...1
Typecode
Binding

BCP 13 (RFCs 2045, 2046, 2047, 4288, 4289 and 2049)

MimeTypes (required)
SummaryTrue
Requirements

Processors of the data need to be able to know how to interpret the data.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Examples
General

text/plain; charset=UTF-8, image/png


Mappings
  • v2: ED.2+ED.3/RP.2+RP.3. Note conversion may be needed if old style values are being used
  • rim: ./mediaType, ./charset
DiagnosticReport.presentedForm.language
DefinitionThe human language of the content. The value can be any valid value according to BCP 47.
Cardinality0...1
Typecode
Binding

IETF language tag for a human language.

AllLanguages (required)
SummaryTrue
Requirements

Users need to be able to choose between the languages in a set of attachments.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Examples
General

en-AU


Mappings
  • rim: ./language
DiagnosticReport.presentedForm.data
DefinitionThe actual data of the attachment - a sequence of bytes, base64 encoded.
Cardinality0...1
Typebase64Binary
Requirements

The data needs to able to be transmitted inline.

Comments

The base64-encoded data SHALL be expressed in the same character set as the base resource XML or JSON.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: ED.5
  • rim: ./data
DiagnosticReport.presentedForm.url
DefinitionA location where the data can be accessed.
Cardinality0...1
Typeurl
SummaryTrue
Requirements

The data needs to be transmitted by reference.

Comments

If both data and url are provided, the url SHALL point to the same content as the data contains. Urls may be relative references or may reference transient locations such as a wrapping envelope using cid: though this has ramifications for using signatures. Relative URLs are interpreted relative to the service url, like a resource reference, rather than relative to the resource itself. If a URL is provided, it SHALL resolve to actual data.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Examples
General

http://www.acme.com/logo-small.png


Mappings
  • v2: RP.1+RP.2 - if they refer to a URL (see v2.6)
  • rim: ./reference/literal
DiagnosticReport.presentedForm.size
DefinitionThe number of bytes of data that make up this attachment (before base64 encoding, if that is done).
Cardinality0...1
Typeinteger64
SummaryTrue
Requirements

Representing the size allows applications to determine whether they should fetch the content automatically in advance, or refuse to fetch it at all.

Comments

The number of bytes is redundant if the data is provided as a base64binary, but is useful if the data is provided as a url reference.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: N/A (needs data type R3 proposal)
DiagnosticReport.presentedForm.hash
DefinitionThe calculated hash of the data using SHA-1. Represented using base64.
Cardinality0...1
Typebase64Binary
SummaryTrue
Requirements

Included so that applications can verify that the contents of a location have not changed due to technical failures (e.g., storage rot, transport glitch, incorrect version).

Comments

The hash is calculated on the data prior to base64 encoding, if the data is based64 encoded. The hash is not intended to support digital signatures. Where protection against malicious threats a digital signature should be considered, see Provenance.signature for mechanism to protect a resource with a digital signature.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .integrityCheck[parent::ED/integrityCheckAlgorithm="SHA-1"]
DiagnosticReport.presentedForm.title
DefinitionA label or set of text to display in place of the data.
Cardinality0...1
Typestring
SummaryTrue
Requirements

Applications need a label to display to a human user in place of the actual data if the data cannot be rendered or perceived by the viewer.

Comments

May sometimes be derived from the source filename.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Examples
General

Official Corporate Logo


Mappings
  • rim: ./title/data
DiagnosticReport.presentedForm.creation
DefinitionThe date that the attachment was first created.
Cardinality0...1
TypedateTime
SummaryTrue
Requirements

This is often tracked as an integrity issue for use of the attachment.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: N/A (needs data type R3 proposal)
DiagnosticReport.presentedForm.height
DefinitionHeight of the image in pixels (photo/video).
Cardinality0...1
TypepositiveInt
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .outboundRelationship[typeCode="COMP].target[classCode="OBS", moodCode="EVN",code="<CODE>"].value
DiagnosticReport.presentedForm.width
DefinitionWidth of the image in pixels (photo/video).
Cardinality0...1
TypepositiveInt
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .outboundRelationship[typeCode="COMP].target[classCode="OBS", moodCode="EVN",code="<CODE>"].value
DiagnosticReport.presentedForm.frames
DefinitionThe number of frames in a photo. This is used with a multi-page fax, or an imaging acquisition context that takes multiple slices in a single image, or an animated gif. If there is more than one frame, this SHALL have a value in order to alert interface software that a multi-frame capable rendering widget is required.
Cardinality0...0
TypepositiveInt
Comments

if the number of frames is not supplied, the value may be unknown. Applications should not assume that there is only one frame unless it is explicitly stated.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .outboundRelationship[typeCode="COMP].target[classCode="OBS", moodCode="EVN",code="<CODE>"].value
DiagnosticReport.presentedForm.duration
DefinitionThe duration of the recording in seconds - for audio and video.
Cardinality0...1
Typedecimal
Comments

The duration might differ from occurrencePeriod if recording was paused.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .outboundRelationship[typeCode="COMP].target[classCode="OBS", moodCode="EVN",code="<CODE>"].value
DiagnosticReport.presentedForm.pages
DefinitionThe number of pages when printed.
Cardinality0...1
TypepositiveInt
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
<StructureDefinition xmlns="http://hl7.org/fhir">
    <id value="rdc-DiagnosticReport" />
    <url value="https://roche.com/fhir/iop/StructureDefinition/rdc-DiagnosticReport" />
    <name value="RdcDiagnosticReport" />
    <title value="RDC DiagnosticReport" />
    <status value="active" />
    <publisher value="F. Hoffmann-La Roche AG" />
    <description value="RDC DiagnosticProfile profile for providing additional context information in diagnostic domain such as  Carbs, EWM etc." />
    <copyright value="Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise." />
    <fhirVersion value="5.0.0" />
    <kind value="resource" />
    <abstract value="false" />
    <type value="DiagnosticReport" />
    <baseDefinition value="http://hl7.org/fhir/StructureDefinition/DiagnosticReport" />
    <derivation value="constraint" />
    <differential>
        <element id="DiagnosticReport.contained">
            <path value="DiagnosticReport.contained" />
            <slicing>
                <discriminator>
                    <type value="type" />
                    <path value="$this" />
                </discriminator>
                <rules value="open" />
            </slicing>
        </element>
        <element id="DiagnosticReport.contained:rdc-Observation-CGM">
            <path value="DiagnosticReport.contained" />
            <sliceName value="rdc-Observation-CGM" />
            <type>
                <code value="Resource" />
                <profile value="https://roche.com/fhir/iop/StructureDefinition/rdc-Observation-CGM" />
            </type>
        </element>
        <element id="DiagnosticReport.identifier">
            <path value="DiagnosticReport.identifier" />
            <max value="0" />
        </element>
        <element id="DiagnosticReport.basedOn">
            <path value="DiagnosticReport.basedOn" />
            <max value="0" />
        </element>
        <element id="DiagnosticReport.category">
            <path value="DiagnosticReport.category" />
            <max value="0" />
        </element>
        <element id="DiagnosticReport.code">
            <path value="DiagnosticReport.code" />
            <binding>
                <strength value="preferred" />
                <valueSet value="https://roche.com/fhir/iop/ValueSet/report-codes" />
            </binding>
        </element>
        <element id="DiagnosticReport.subject">
            <path value="DiagnosticReport.subject" />
            <type>
                <code value="Reference" />
                <targetProfile value="https://roche.com/fhir/iop/StructureDefinition/rdc-Patient" />
            </type>
        </element>
        <element id="DiagnosticReport.encounter">
            <path value="DiagnosticReport.encounter" />
            <max value="0" />
        </element>
        <element id="DiagnosticReport.effective[x]">
            <path value="DiagnosticReport.effective[x]" />
            <type>
                <code value="Period" />
            </type>
        </element>
        <element id="DiagnosticReport.issued">
            <path value="DiagnosticReport.issued" />
            <max value="0" />
        </element>
        <element id="DiagnosticReport.performer">
            <path value="DiagnosticReport.performer" />
            <type>
                <code value="Reference" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Practitioner" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" />
            </type>
        </element>
        <element id="DiagnosticReport.resultsInterpreter">
            <path value="DiagnosticReport.resultsInterpreter" />
            <max value="0" />
            <type>
                <code value="Reference" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Practitioner" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/PractitionerRole" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" />
            </type>
        </element>
        <element id="DiagnosticReport.specimen">
            <path value="DiagnosticReport.specimen" />
            <max value="0" />
        </element>
        <element id="DiagnosticReport.result">
            <path value="DiagnosticReport.result" />
            <type>
                <code value="Reference" />
                <targetProfile value="https://roche.com/fhir/iop/StructureDefinition/rdc-Observation-CGM" />
            </type>
        </element>
        <element id="DiagnosticReport.note">
            <path value="DiagnosticReport.note" />
            <max value="0" />
        </element>
        <element id="DiagnosticReport.study">
            <path value="DiagnosticReport.study" />
            <max value="0" />
        </element>
        <element id="DiagnosticReport.supportingInfo">
            <path value="DiagnosticReport.supportingInfo" />
            <max value="0" />
        </element>
        <element id="DiagnosticReport.media">
            <path value="DiagnosticReport.media" />
            <max value="0" />
        </element>
        <element id="DiagnosticReport.composition">
            <path value="DiagnosticReport.composition" />
            <max value="0" />
        </element>
        <element id="DiagnosticReport.conclusion">
            <path value="DiagnosticReport.conclusion" />
            <max value="0" />
        </element>
        <element id="DiagnosticReport.conclusionCode">
            <path value="DiagnosticReport.conclusionCode" />
            <max value="0" />
        </element>
        <element id="DiagnosticReport.presentedForm.frames">
            <path value="DiagnosticReport.presentedForm.frames" />
            <max value="0" />
        </element>
    </differential>
</StructureDefinition>
{
    "resourceType": "StructureDefinition",
    "id": "rdc-DiagnosticReport",
    "url": "https://roche.com/fhir/iop/StructureDefinition/rdc-DiagnosticReport",
    "name": "RdcDiagnosticReport",
    "title": "RDC DiagnosticReport",
    "status": "active",
    "publisher": "F. Hoffmann-La Roche AG",
    "description": "RDC DiagnosticProfile profile for providing additional context information in diagnostic domain such as  Carbs, EWM etc.",
    "copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
    "fhirVersion": "5.0.0",
    "kind": "resource",
    "abstract": false,
    "type": "DiagnosticReport",
    "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport",
    "derivation": "constraint",
    "differential": {
        "element":  [
            {
                "id": "DiagnosticReport.contained",
                "path": "DiagnosticReport.contained",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "type",
                            "path": "$this"
                        }
                    ],
                    "rules": "open"
                }
            },
            {
                "id": "DiagnosticReport.contained:rdc-Observation-CGM",
                "path": "DiagnosticReport.contained",
                "sliceName": "rdc-Observation-CGM",
                "type":  [
                    {
                        "code": "Resource",
                        "profile":  [
                            "https://roche.com/fhir/iop/StructureDefinition/rdc-Observation-CGM"
                        ]
                    }
                ]
            },
            {
                "id": "DiagnosticReport.identifier",
                "path": "DiagnosticReport.identifier",
                "max": "0"
            },
            {
                "id": "DiagnosticReport.basedOn",
                "path": "DiagnosticReport.basedOn",
                "max": "0"
            },
            {
                "id": "DiagnosticReport.category",
                "path": "DiagnosticReport.category",
                "max": "0"
            },
            {
                "id": "DiagnosticReport.code",
                "path": "DiagnosticReport.code",
                "binding": {
                    "strength": "preferred",
                    "valueSet": "https://roche.com/fhir/iop/ValueSet/report-codes"
                }
            },
            {
                "id": "DiagnosticReport.subject",
                "path": "DiagnosticReport.subject",
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "https://roche.com/fhir/iop/StructureDefinition/rdc-Patient"
                        ]
                    }
                ]
            },
            {
                "id": "DiagnosticReport.encounter",
                "path": "DiagnosticReport.encounter",
                "max": "0"
            },
            {
                "id": "DiagnosticReport.effective[x]",
                "path": "DiagnosticReport.effective[x]",
                "type":  [
                    {
                        "code": "Period"
                    }
                ]
            },
            {
                "id": "DiagnosticReport.issued",
                "path": "DiagnosticReport.issued",
                "max": "0"
            },
            {
                "id": "DiagnosticReport.performer",
                "path": "DiagnosticReport.performer",
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://hl7.org/fhir/StructureDefinition/Practitioner",
                            "http://hl7.org/fhir/StructureDefinition/Organization"
                        ]
                    }
                ]
            },
            {
                "id": "DiagnosticReport.resultsInterpreter",
                "path": "DiagnosticReport.resultsInterpreter",
                "max": "0",
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://hl7.org/fhir/StructureDefinition/Practitioner",
                            "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
                            "http://hl7.org/fhir/StructureDefinition/Organization"
                        ]
                    }
                ]
            },
            {
                "id": "DiagnosticReport.specimen",
                "path": "DiagnosticReport.specimen",
                "max": "0"
            },
            {
                "id": "DiagnosticReport.result",
                "path": "DiagnosticReport.result",
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "https://roche.com/fhir/iop/StructureDefinition/rdc-Observation-CGM"
                        ]
                    }
                ]
            },
            {
                "id": "DiagnosticReport.note",
                "path": "DiagnosticReport.note",
                "max": "0"
            },
            {
                "id": "DiagnosticReport.study",
                "path": "DiagnosticReport.study",
                "max": "0"
            },
            {
                "id": "DiagnosticReport.supportingInfo",
                "path": "DiagnosticReport.supportingInfo",
                "max": "0"
            },
            {
                "id": "DiagnosticReport.media",
                "path": "DiagnosticReport.media",
                "max": "0"
            },
            {
                "id": "DiagnosticReport.composition",
                "path": "DiagnosticReport.composition",
                "max": "0"
            },
            {
                "id": "DiagnosticReport.conclusion",
                "path": "DiagnosticReport.conclusion",
                "max": "0"
            },
            {
                "id": "DiagnosticReport.conclusionCode",
                "path": "DiagnosticReport.conclusionCode",
                "max": "0"
            },
            {
                "id": "DiagnosticReport.presentedForm.frames",
                "path": "DiagnosticReport.presentedForm.frames",
                "max": "0"
            }
        ]
    }
}

Resource examples