Lithuanian Colorectal Cancer Implementation Guide
0.0.1 - ci-build Lithuania flag

Lithuanian Colorectal Cancer Implementation Guide, published by Lithuanian Medical Library. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7LT/ig-lt-colorectal/ and changes regularly. See the Directory of published versions

Resource Profile: Diagnostic Report: Fecal Occult Blood Test

Official URL: https://hl7.lt/fhir/colorectal/StructureDefinition/fecal-occult-blood-test-report-lt-colorectal Version: 0.0.1
Computable Name: FecalOccultBloodTestReportLtColorectal

Diagnostic report representing a fecal occult blood test examination based on stool specimen analysis using an immunochemical method.

Usages:

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description Differentials, Snapshots, and other representations.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DiagnosticReport C 0..* DiagnosticReportLt(0.3.0) A Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports
Constraints: dgr-1
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... basedOn S 0..* Reference(ServiceRequestLt(0.3.0) | CarePlanLt(0.3.0) | ImmunizationRecommendation | MedicationRequest | NutritionOrder) What was requested
... status ?!SΣ 1..1 code registered | partial | preliminary | modified | final | amended | corrected | appended | cancelled | entered-in-error | unknown
Binding: DiagnosticReportStatus (required): The status of the diagnostic report.
... category SΣ 0..* CodeableConcept Service category
Binding: Hl7VSDiagnosticServiceSectionId (3.0.0) (preferred)
... code SΣ 1..1 CodeableConcept Name/Code for this diagnostic report
Binding: FecalOccultBloodTestCodesVS (0.0.1) (required)
... subject SΣ 1..1 Reference(PatientLt(0.3.0)) The subject of the report - usually, but not always, the patient
... encounter SΣ 0..1 Reference(EncounterLt(0.3.0)) Health care event when test ordered
... effective[x] SΣ 1..1 dateTime Clinically relevant time/time-period for report
... issued SΣ 0..1 instant DateTime this version was made
... performer SΣ 1..* Reference(PractitionerRoleLt(0.3.0) | PractitionerLt(0.3.0) | OrganizationLt(0.3.0)) Responsible Diagnostic Service
... resultsInterpreter SΣ 0..* Reference(OrganizationLt(0.3.0) | PractitionerRoleLt(0.3.0) | PractitionerLt(0.3.0) | CareTeamLt(0.3.0)) Primary result interpreter
... specimen 1..1 Reference(Specimen) Specimens this report is based on
... result SC 1..1 Reference(Observation: Fecal Occult Blood Test Result(0.0.1)) Observations
... note S 0..* Annotation Comments about the diagnostic report
... study S 0..* Reference(ImagingStudyLt(0.3.0) | GenomicStudy) Reference to full details of an analysis associated with the diagnostic report
... supportingInfo S 0..* BackboneElement Additional information supporting the diagnostic report
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... type 1..1 CodeableConcept Supporting information role code
Binding: Hl7VSVSObservationType (3.0.0) (example): The code value for the role of the supporting information in the diagnostic report.
.... reference 1..1 Reference(ObservationLt(0.3.0) | ProcedureLt(0.3.0) | DiagnosticReportLt(0.3.0) | Citation) Supporting information reference
... composition SC 0..1 Reference(CompositionLt(0.3.0)) Reference to a Composition resource for the DiagnosticReport structure
... conclusion S 0..1 markdown Short textual summary of the fecal occult blood test result
... conclusionCode S 0..* CodeableConcept Codes for the clinical conclusion of test results
Binding: SNOMEDCTClinicalFindings (example): SNOMED CT Clinical Findings

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
DiagnosticReport.status Base required Diagnostic Report Status 📍5.0.0 FHIR Std.
DiagnosticReport.category Base preferred hl7VS-diagnosticServiceSectionId 📍3.0.0 THO v7.1
DiagnosticReport.code Base required Fecal Occult Blood Test Codes 📍0.0.1 This IG
DiagnosticReport.supportingInfo.​type Base example hl7VS-VS-observationType 📍3.0.0 THO v7.1
DiagnosticReport.conclusionCode Base example SNOMED CT Clinical Findings 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dgr-1 error DiagnosticReport 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 error DiagnosticReport If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error DiagnosticReport If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().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 error DiagnosticReport If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error DiagnosticReport If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice DiagnosticReport A resource should have narrative for robust management text.`div`.exists()
ele-1 error DiagnosticReport.implicitRules, DiagnosticReport.modifierExtension, DiagnosticReport.identifier, DiagnosticReport.basedOn, DiagnosticReport.status, DiagnosticReport.category, DiagnosticReport.code, DiagnosticReport.subject, DiagnosticReport.encounter, DiagnosticReport.effective[x], DiagnosticReport.issued, DiagnosticReport.performer, DiagnosticReport.resultsInterpreter, DiagnosticReport.specimen, DiagnosticReport.result, DiagnosticReport.note, DiagnosticReport.study, DiagnosticReport.supportingInfo, DiagnosticReport.supportingInfo.modifierExtension, DiagnosticReport.supportingInfo.type, DiagnosticReport.supportingInfo.reference, DiagnosticReport.composition, DiagnosticReport.conclusion, DiagnosticReport.conclusionCode All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error DiagnosticReport.modifierExtension, DiagnosticReport.supportingInfo.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DiagnosticReport 0..* DiagnosticReportLt(0.3.0) A Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports
... code 1..1 CodeableConcept Name/Code for this diagnostic report
Binding: FecalOccultBloodTestCodesVS (0.0.1) (required)
... subject 1..1 Reference(PatientLt(0.3.0)) The subject of the report - usually, but not always, the patient
... encounter 0..1 Reference(EncounterLt(0.3.0)) Health care event when test ordered
... performer 1..* Reference(PractitionerRoleLt(0.3.0) | PractitionerLt(0.3.0) | OrganizationLt(0.3.0)) Responsible Diagnostic Service
... specimen 1..1 Reference(Specimen) Specimens this report is based on
... result 1..1 Reference(Observation: Fecal Occult Blood Test Result(0.0.1)) Observations
... conclusion 0..1 markdown Short textual summary of the fecal occult blood test result

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
DiagnosticReport.code Base required Fecal Occult Blood Test Codes 📍0.0.1 This IG
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DiagnosticReport C 0..* DiagnosticReportLt(0.3.0) A Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports
Constraints: dgr-1
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... identifier SΣ 0..* Identifier Business identifier for report
... basedOn S 0..* Reference(ServiceRequestLt(0.3.0) | CarePlanLt(0.3.0) | ImmunizationRecommendation | MedicationRequest | NutritionOrder) What was requested
... status ?!SΣ 1..1 code registered | partial | preliminary | modified | final | amended | corrected | appended | cancelled | entered-in-error | unknown
Binding: DiagnosticReportStatus (required): The status of the diagnostic report.
... category SΣ 0..* CodeableConcept Service category
Binding: Hl7VSDiagnosticServiceSectionId (3.0.0) (preferred)
... code SΣ 1..1 CodeableConcept Name/Code for this diagnostic report
Binding: FecalOccultBloodTestCodesVS (0.0.1) (required)
... subject SΣ 1..1 Reference(PatientLt(0.3.0)) The subject of the report - usually, but not always, the patient
... encounter SΣ 0..1 Reference(EncounterLt(0.3.0)) Health care event when test ordered
... effective[x] SΣ 1..1 dateTime Clinically relevant time/time-period for report
... issued SΣ 0..1 instant DateTime this version was made
... performer SΣ 1..* Reference(PractitionerRoleLt(0.3.0) | PractitionerLt(0.3.0) | OrganizationLt(0.3.0)) Responsible Diagnostic Service
... resultsInterpreter SΣ 0..* Reference(OrganizationLt(0.3.0) | PractitionerRoleLt(0.3.0) | PractitionerLt(0.3.0) | CareTeamLt(0.3.0)) Primary result interpreter
... specimen 1..1 Reference(Specimen) Specimens this report is based on
... result SC 1..1 Reference(Observation: Fecal Occult Blood Test Result(0.0.1)) Observations
... note S 0..* Annotation Comments about the diagnostic report
... study S 0..* Reference(ImagingStudyLt(0.3.0) | GenomicStudy) Reference to full details of an analysis associated with the diagnostic report
... supportingInfo S 0..* BackboneElement Additional information supporting the diagnostic report
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... type 1..1 CodeableConcept Supporting information role code
Binding: Hl7VSVSObservationType (3.0.0) (example): The code value for the role of the supporting information in the diagnostic report.
.... reference 1..1 Reference(ObservationLt(0.3.0) | ProcedureLt(0.3.0) | DiagnosticReportLt(0.3.0) | Citation) Supporting information reference
... media Σ 0..* BackboneElement Key images or data associated with this report
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... comment 0..1 string Comment about the image or data (e.g. explanation)
.... link Σ 1..1 Reference(DocumentReference) Reference to the image or data source
... composition SC 0..1 Reference(CompositionLt(0.3.0)) Reference to a Composition resource for the DiagnosticReport structure
... conclusion S 0..1 markdown Short textual summary of the fecal occult blood test result
... conclusionCode S 0..* CodeableConcept Codes for the clinical conclusion of test results
Binding: SNOMEDCTClinicalFindings (example): SNOMED CT Clinical Findings
... presentedForm 0..* Attachment Entire report as issued

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
DiagnosticReport.language Base required All Languages 📍5.0.0 FHIR Std.
DiagnosticReport.status Base required Diagnostic Report Status 📍5.0.0 FHIR Std.
DiagnosticReport.category Base preferred hl7VS-diagnosticServiceSectionId 📍3.0.0 THO v7.1
DiagnosticReport.code Base required Fecal Occult Blood Test Codes 📍0.0.1 This IG
DiagnosticReport.supportingInfo.​type Base example hl7VS-VS-observationType 📍3.0.0 THO v7.1
DiagnosticReport.conclusionCode Base example SNOMED CT Clinical Findings 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dgr-1 error DiagnosticReport 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 error DiagnosticReport If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error DiagnosticReport If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().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 error DiagnosticReport If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error DiagnosticReport If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice DiagnosticReport A resource should have narrative for robust management text.`div`.exists()
ele-1 error DiagnosticReport.meta, DiagnosticReport.implicitRules, DiagnosticReport.language, DiagnosticReport.text, DiagnosticReport.extension, DiagnosticReport.modifierExtension, DiagnosticReport.identifier, DiagnosticReport.basedOn, DiagnosticReport.status, DiagnosticReport.category, DiagnosticReport.code, DiagnosticReport.subject, DiagnosticReport.encounter, DiagnosticReport.effective[x], DiagnosticReport.issued, DiagnosticReport.performer, DiagnosticReport.resultsInterpreter, DiagnosticReport.specimen, DiagnosticReport.result, DiagnosticReport.note, DiagnosticReport.study, DiagnosticReport.supportingInfo, DiagnosticReport.supportingInfo.extension, DiagnosticReport.supportingInfo.modifierExtension, DiagnosticReport.supportingInfo.type, DiagnosticReport.supportingInfo.reference, DiagnosticReport.media, DiagnosticReport.media.extension, DiagnosticReport.media.modifierExtension, DiagnosticReport.media.comment, DiagnosticReport.media.link, DiagnosticReport.composition, DiagnosticReport.conclusion, DiagnosticReport.conclusionCode, DiagnosticReport.presentedForm All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error DiagnosticReport.extension, DiagnosticReport.modifierExtension, DiagnosticReport.supportingInfo.extension, DiagnosticReport.supportingInfo.modifierExtension, DiagnosticReport.media.extension, DiagnosticReport.media.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DiagnosticReport C 0..* DiagnosticReportLt(0.3.0) A Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports
Constraints: dgr-1
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... basedOn S 0..* Reference(ServiceRequestLt(0.3.0) | CarePlanLt(0.3.0) | ImmunizationRecommendation | MedicationRequest | NutritionOrder) What was requested
... status ?!SΣ 1..1 code registered | partial | preliminary | modified | final | amended | corrected | appended | cancelled | entered-in-error | unknown
Binding: DiagnosticReportStatus (required): The status of the diagnostic report.
... category SΣ 0..* CodeableConcept Service category
Binding: Hl7VSDiagnosticServiceSectionId (3.0.0) (preferred)
... code SΣ 1..1 CodeableConcept Name/Code for this diagnostic report
Binding: FecalOccultBloodTestCodesVS (0.0.1) (required)
... subject SΣ 1..1 Reference(PatientLt(0.3.0)) The subject of the report - usually, but not always, the patient
... encounter SΣ 0..1 Reference(EncounterLt(0.3.0)) Health care event when test ordered
... effective[x] SΣ 1..1 dateTime Clinically relevant time/time-period for report
... issued SΣ 0..1 instant DateTime this version was made
... performer SΣ 1..* Reference(PractitionerRoleLt(0.3.0) | PractitionerLt(0.3.0) | OrganizationLt(0.3.0)) Responsible Diagnostic Service
... resultsInterpreter SΣ 0..* Reference(OrganizationLt(0.3.0) | PractitionerRoleLt(0.3.0) | PractitionerLt(0.3.0) | CareTeamLt(0.3.0)) Primary result interpreter
... specimen 1..1 Reference(Specimen) Specimens this report is based on
... result SC 1..1 Reference(Observation: Fecal Occult Blood Test Result(0.0.1)) Observations
... note S 0..* Annotation Comments about the diagnostic report
... study S 0..* Reference(ImagingStudyLt(0.3.0) | GenomicStudy) Reference to full details of an analysis associated with the diagnostic report
... supportingInfo S 0..* BackboneElement Additional information supporting the diagnostic report
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... type 1..1 CodeableConcept Supporting information role code
Binding: Hl7VSVSObservationType (3.0.0) (example): The code value for the role of the supporting information in the diagnostic report.
.... reference 1..1 Reference(ObservationLt(0.3.0) | ProcedureLt(0.3.0) | DiagnosticReportLt(0.3.0) | Citation) Supporting information reference
... composition SC 0..1 Reference(CompositionLt(0.3.0)) Reference to a Composition resource for the DiagnosticReport structure
... conclusion S 0..1 markdown Short textual summary of the fecal occult blood test result
... conclusionCode S 0..* CodeableConcept Codes for the clinical conclusion of test results
Binding: SNOMEDCTClinicalFindings (example): SNOMED CT Clinical Findings

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
DiagnosticReport.status Base required Diagnostic Report Status 📍5.0.0 FHIR Std.
DiagnosticReport.category Base preferred hl7VS-diagnosticServiceSectionId 📍3.0.0 THO v7.1
DiagnosticReport.code Base required Fecal Occult Blood Test Codes 📍0.0.1 This IG
DiagnosticReport.supportingInfo.​type Base example hl7VS-VS-observationType 📍3.0.0 THO v7.1
DiagnosticReport.conclusionCode Base example SNOMED CT Clinical Findings 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dgr-1 error DiagnosticReport 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 error DiagnosticReport If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error DiagnosticReport If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().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 error DiagnosticReport If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error DiagnosticReport If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice DiagnosticReport A resource should have narrative for robust management text.`div`.exists()
ele-1 error DiagnosticReport.implicitRules, DiagnosticReport.modifierExtension, DiagnosticReport.identifier, DiagnosticReport.basedOn, DiagnosticReport.status, DiagnosticReport.category, DiagnosticReport.code, DiagnosticReport.subject, DiagnosticReport.encounter, DiagnosticReport.effective[x], DiagnosticReport.issued, DiagnosticReport.performer, DiagnosticReport.resultsInterpreter, DiagnosticReport.specimen, DiagnosticReport.result, DiagnosticReport.note, DiagnosticReport.study, DiagnosticReport.supportingInfo, DiagnosticReport.supportingInfo.modifierExtension, DiagnosticReport.supportingInfo.type, DiagnosticReport.supportingInfo.reference, DiagnosticReport.composition, DiagnosticReport.conclusion, DiagnosticReport.conclusionCode All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error DiagnosticReport.modifierExtension, DiagnosticReport.supportingInfo.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

Differential View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DiagnosticReport 0..* DiagnosticReportLt(0.3.0) A Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports
... code 1..1 CodeableConcept Name/Code for this diagnostic report
Binding: FecalOccultBloodTestCodesVS (0.0.1) (required)
... subject 1..1 Reference(PatientLt(0.3.0)) The subject of the report - usually, but not always, the patient
... encounter 0..1 Reference(EncounterLt(0.3.0)) Health care event when test ordered
... performer 1..* Reference(PractitionerRoleLt(0.3.0) | PractitionerLt(0.3.0) | OrganizationLt(0.3.0)) Responsible Diagnostic Service
... specimen 1..1 Reference(Specimen) Specimens this report is based on
... result 1..1 Reference(Observation: Fecal Occult Blood Test Result(0.0.1)) Observations
... conclusion 0..1 markdown Short textual summary of the fecal occult blood test result

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
DiagnosticReport.code Base required Fecal Occult Blood Test Codes 📍0.0.1 This IG

Snapshot ViewView

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DiagnosticReport C 0..* DiagnosticReportLt(0.3.0) A Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports
Constraints: dgr-1
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... identifier SΣ 0..* Identifier Business identifier for report
... basedOn S 0..* Reference(ServiceRequestLt(0.3.0) | CarePlanLt(0.3.0) | ImmunizationRecommendation | MedicationRequest | NutritionOrder) What was requested
... status ?!SΣ 1..1 code registered | partial | preliminary | modified | final | amended | corrected | appended | cancelled | entered-in-error | unknown
Binding: DiagnosticReportStatus (required): The status of the diagnostic report.
... category SΣ 0..* CodeableConcept Service category
Binding: Hl7VSDiagnosticServiceSectionId (3.0.0) (preferred)
... code SΣ 1..1 CodeableConcept Name/Code for this diagnostic report
Binding: FecalOccultBloodTestCodesVS (0.0.1) (required)
... subject SΣ 1..1 Reference(PatientLt(0.3.0)) The subject of the report - usually, but not always, the patient
... encounter SΣ 0..1 Reference(EncounterLt(0.3.0)) Health care event when test ordered
... effective[x] SΣ 1..1 dateTime Clinically relevant time/time-period for report
... issued SΣ 0..1 instant DateTime this version was made
... performer SΣ 1..* Reference(PractitionerRoleLt(0.3.0) | PractitionerLt(0.3.0) | OrganizationLt(0.3.0)) Responsible Diagnostic Service
... resultsInterpreter SΣ 0..* Reference(OrganizationLt(0.3.0) | PractitionerRoleLt(0.3.0) | PractitionerLt(0.3.0) | CareTeamLt(0.3.0)) Primary result interpreter
... specimen 1..1 Reference(Specimen) Specimens this report is based on
... result SC 1..1 Reference(Observation: Fecal Occult Blood Test Result(0.0.1)) Observations
... note S 0..* Annotation Comments about the diagnostic report
... study S 0..* Reference(ImagingStudyLt(0.3.0) | GenomicStudy) Reference to full details of an analysis associated with the diagnostic report
... supportingInfo S 0..* BackboneElement Additional information supporting the diagnostic report
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... type 1..1 CodeableConcept Supporting information role code
Binding: Hl7VSVSObservationType (3.0.0) (example): The code value for the role of the supporting information in the diagnostic report.
.... reference 1..1 Reference(ObservationLt(0.3.0) | ProcedureLt(0.3.0) | DiagnosticReportLt(0.3.0) | Citation) Supporting information reference
... media Σ 0..* BackboneElement Key images or data associated with this report
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... comment 0..1 string Comment about the image or data (e.g. explanation)
.... link Σ 1..1 Reference(DocumentReference) Reference to the image or data source
... composition SC 0..1 Reference(CompositionLt(0.3.0)) Reference to a Composition resource for the DiagnosticReport structure
... conclusion S 0..1 markdown Short textual summary of the fecal occult blood test result
... conclusionCode S 0..* CodeableConcept Codes for the clinical conclusion of test results
Binding: SNOMEDCTClinicalFindings (example): SNOMED CT Clinical Findings
... presentedForm 0..* Attachment Entire report as issued

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
DiagnosticReport.language Base required All Languages 📍5.0.0 FHIR Std.
DiagnosticReport.status Base required Diagnostic Report Status 📍5.0.0 FHIR Std.
DiagnosticReport.category Base preferred hl7VS-diagnosticServiceSectionId 📍3.0.0 THO v7.1
DiagnosticReport.code Base required Fecal Occult Blood Test Codes 📍0.0.1 This IG
DiagnosticReport.supportingInfo.​type Base example hl7VS-VS-observationType 📍3.0.0 THO v7.1
DiagnosticReport.conclusionCode Base example SNOMED CT Clinical Findings 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dgr-1 error DiagnosticReport 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 error DiagnosticReport If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error DiagnosticReport If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().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 error DiagnosticReport If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error DiagnosticReport If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice DiagnosticReport A resource should have narrative for robust management text.`div`.exists()
ele-1 error DiagnosticReport.meta, DiagnosticReport.implicitRules, DiagnosticReport.language, DiagnosticReport.text, DiagnosticReport.extension, DiagnosticReport.modifierExtension, DiagnosticReport.identifier, DiagnosticReport.basedOn, DiagnosticReport.status, DiagnosticReport.category, DiagnosticReport.code, DiagnosticReport.subject, DiagnosticReport.encounter, DiagnosticReport.effective[x], DiagnosticReport.issued, DiagnosticReport.performer, DiagnosticReport.resultsInterpreter, DiagnosticReport.specimen, DiagnosticReport.result, DiagnosticReport.note, DiagnosticReport.study, DiagnosticReport.supportingInfo, DiagnosticReport.supportingInfo.extension, DiagnosticReport.supportingInfo.modifierExtension, DiagnosticReport.supportingInfo.type, DiagnosticReport.supportingInfo.reference, DiagnosticReport.media, DiagnosticReport.media.extension, DiagnosticReport.media.modifierExtension, DiagnosticReport.media.comment, DiagnosticReport.media.link, DiagnosticReport.composition, DiagnosticReport.conclusion, DiagnosticReport.conclusionCode, DiagnosticReport.presentedForm All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error DiagnosticReport.extension, DiagnosticReport.modifierExtension, DiagnosticReport.supportingInfo.extension, DiagnosticReport.supportingInfo.modifierExtension, DiagnosticReport.media.extension, DiagnosticReport.media.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

 

Other representations of profile: CSV, Excel, Schematron