Magentus Practice Management FHIR Implementation Guide
1.2.16 - ci-build

Magentus Practice Management FHIR Implementation Guide - Local Development build (v1.2.16) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: Diagnostic Report Base ( Abstract )

Official URL: http://fhir.geniesolutions.io/StructureDefinition/gs-report-base Version: 1.2.16
Draft as of 2024-08-15 Computable Name: GSReportBase

Diagnostic Report Base

Usage:

Formal Views of Profile Content

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

This structure is derived from AUBaseDiagnosticReport

NameFlagsCard.TypeDescription & Constraintsdoco
.. DiagnosticReport 0..* AUBaseDiagnosticReport This is an abstractprofile. Childprofiles: GSRadiologyReport, GSPathologyReport
A diagnostic report in an Australian healthcare context
... Slices for contained S 0..* Resource Contained, inline Resources
Slice: Unordered, Open by type:$this
.... contained:encounter S 0..1 EOrdersEncounter An encounter in an Australian healthcare context
... Slices for identifier 1..* Identifier, AULocalOrderIdentifier, AULocalReportIdentifier, AUAccessionNumber Business identifier for report
Slice: Unordered, Open by value:type
.... identifier:order-number S 0..* AULocalOrderIdentifier Local Order Identifier
.... identifier:report-id S 1..1 AULocalReportIdentifier Local Report Identifier
.... identifier:accession-number S 0..1 AUAccessionNumber Accession Number
... status S 1..1 code final | preliminary | corrected
... category S 1..1 CodeableConcept Service category
... code S 1..1 CodeableConcept Name/Code for this diagnostic report
... subject S 0..1 Reference(Genie Patient) The subject of the report - usually, but not always, the patient
.... reference 1..1 string Literal reference, Relative, internal or absolute URL
... encounter S 0..1 Reference(EOrders Encounter) Health care event when test ordered
.... reference 1..1 string Literal reference, Relative, internal or absolute URL
... Slices for effective[x] 0..1 dateTime, Period Clinically relevant time/time-period for report
Slice: Unordered, Open by type:$this
.... effective[x]:effectiveDateTime S 0..1 dateTime Clinically relevant time/time-period for report
... issued S 1..1 instant DateTime this version was made
... performer S 1..1 Reference(Genie Organization) Responsible Diagnostic Service
.... reference 1..1 string Literal reference, Relative, internal or absolute URL
... presentedForm S 0..1 Attachment Entire report as issued
.... contentType 1..1 code Mime type of the content, with charset etc.
Fixed Value: application/pdf
.... data 1..1 base64Binary Data inline, base64ed

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. DiagnosticReport 0..* AUBaseDiagnosticReport This is an abstractprofile. Childprofiles: GSRadiologyReport, GSPathologyReport
A diagnostic report in an Australian healthcare context
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for contained S 0..* Resource Contained, inline Resources
Slice: Unordered, Open by type:$this
.... contained:encounter S 0..1 EOrdersEncounter An encounter in an Australian healthcare context
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... Slices for identifier 1..* Identifier, AULocalOrderIdentifier, AULocalReportIdentifier, AUAccessionNumber Business identifier for report
Slice: Unordered, Open by value:type
.... identifier:order-number S 0..* AULocalOrderIdentifier Local Order Identifier
.... identifier:report-id S 1..1 AULocalReportIdentifier Local Report Identifier
.... identifier:accession-number S 0..1 AUAccessionNumber Accession Number
... status ?!SΣ 1..1 code final | preliminary | corrected
Binding: DiagnosticReportStatus (required): The status of the diagnostic report.

... category SΣ 1..1 CodeableConcept Service category
Binding: DiagnosticServiceSectionCodes (preferred)
... code SΣ 1..1 CodeableConcept Name/Code for this diagnostic report
Binding: Evaluation Procedure . (preferred)
... subject SΣ 0..1 Reference(Genie Patient) The subject of the report - usually, but not always, the patient
.... reference ΣC 1..1 string Literal reference, Relative, internal or absolute URL
... encounter SΣ 0..1 Reference(EOrders Encounter) Health care event when test ordered
.... reference ΣC 1..1 string Literal reference, Relative, internal or absolute URL
... Slices for effective[x] Σ 0..1 Clinically relevant time/time-period for report
Slice: Unordered, Open by type:$this
.... effectiveDateTime dateTime
.... effectivePeriod Period
.... effective[x]:effectiveDateTime SΣ 0..1 dateTime Clinically relevant time/time-period for report
... issued SΣ 1..1 instant DateTime this version was made
... performer SΣ 1..1 Reference(Genie Organization) Responsible Diagnostic Service
.... reference ΣC 1..1 string Literal reference, Relative, internal or absolute URL
... presentedForm S 0..1 Attachment Entire report as issued
.... contentType Σ 1..1 code Mime type of the content, with charset etc.
Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed.


Fixed Value: application/pdf
.... data 1..1 base64Binary Data inline, base64ed

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
DiagnosticReport.statusrequiredDiagnosticReportStatus
http://hl7.org/fhir/ValueSet/diagnostic-report-status|4.0.1
from the FHIR Standard
DiagnosticReport.categorypreferredDiagnosticServiceSectionCodes
http://hl7.org/fhir/ValueSet/diagnostic-service-sections
from the FHIR Standard
DiagnosticReport.codepreferredEvaluationProcedure .
https://healthterminologies.gov.au/fhir/ValueSet/evaluation-procedure-1
DiagnosticReport.presentedForm.contentTyperequiredFixed Value: application/pdf
http://hl7.org/fhir/ValueSet/mimetypes|4.0.1
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorDiagnosticReportIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorDiagnosticReportIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorDiagnosticReportIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorDiagnosticReportIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceDiagnosticReportA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
NameFlagsCard.TypeDescription & Constraintsdoco
.. DiagnosticReport 0..* AUBaseDiagnosticReport This is an abstractprofile. Childprofiles: GSRadiologyReport, GSPathologyReport
A diagnostic report in an Australian healthcare context
... 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: CommonLanguages (preferred): A human language.

Additional BindingsPurpose
AllLanguages Max Binding
... text 0..1 Narrative Text summary of the resource, for human interpretation
... Slices for contained S 0..* Resource Contained, inline Resources
Slice: Unordered, Open by type:$this
.... contained:encounter S 0..1 EOrdersEncounter An encounter in an Australian healthcare context
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... Slices for identifier 1..* Identifier, AULocalOrderIdentifier, AULocalReportIdentifier, AUAccessionNumber Business identifier for report
Slice: Unordered, Open by value:type
.... identifier:order-number S 0..* AULocalOrderIdentifier Local Order Identifier
.... identifier:report-id S 1..1 AULocalReportIdentifier Local Report Identifier
.... identifier:accession-number S 0..1 AUAccessionNumber Accession Number
... basedOn 0..* Reference(CarePlan | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest | AU Base Diagnostic Request) What was requested
... status ?!SΣ 1..1 code final | preliminary | corrected
Binding: DiagnosticReportStatus (required): The status of the diagnostic report.

... category SΣ 1..1 CodeableConcept Service category
Binding: DiagnosticServiceSectionCodes (preferred)
... code SΣ 1..1 CodeableConcept Name/Code for this diagnostic report
Binding: Evaluation Procedure . (preferred)
... subject SΣ 0..1 Reference(Genie Patient) The subject of the report - usually, but not always, the patient
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... reference ΣC 1..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... encounter SΣ 0..1 Reference(EOrders Encounter) Health care event when test ordered
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... reference ΣC 1..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... Slices for effective[x] Σ 0..1 Clinically relevant time/time-period for report
Slice: Unordered, Open by type:$this
.... effectiveDateTime dateTime
.... effectivePeriod Period
.... effective[x]:effectiveDateTime SΣ 0..1 dateTime Clinically relevant time/time-period for report
... issued SΣ 1..1 instant DateTime this version was made
... performer SΣ 1..1 Reference(Genie Organization) Responsible Diagnostic Service
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... reference ΣC 1..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... resultsInterpreter Σ 0..* Reference(Practitioner | PractitionerRole | Organization | CareTeam) Primary result interpreter
... specimen 0..* Reference(AU Base Specimen) Specimens this report is based on
... result 0..* Reference(Observation | AU Base Diagnostic Result | AU Base Diagnostic Imaging Result | AU Base Pathology Result) Observations
... imagingStudy 0..* Reference(ImagingStudy) Reference to full details of imaging associated with the diagnostic report
... media Σ 0..* BackboneElement Key images associated with this report
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... comment 0..1 string Comment about the image (e.g. explanation)
.... link Σ 1..1 Reference(Media) Reference to the image source
... conclusion 0..1 string Clinical conclusion (interpretation) of test results
... conclusionCode 0..* CodeableConcept Codes for the clinical conclusion of test results
Binding: Clinical Finding . (preferred)
... presentedForm S 0..1 Attachment Entire report as issued
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... contentType Σ 1..1 code Mime type of the content, with charset etc.
Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed.


Fixed Value: application/pdf
.... language Σ 0..1 code Human language of the content (BCP-47)
Binding: CommonLanguages (preferred): A human language.

Additional BindingsPurpose
AllLanguages Max Binding

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

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
DiagnosticReport.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
DiagnosticReport.statusrequiredDiagnosticReportStatus
http://hl7.org/fhir/ValueSet/diagnostic-report-status|4.0.1
from the FHIR Standard
DiagnosticReport.categorypreferredDiagnosticServiceSectionCodes
http://hl7.org/fhir/ValueSet/diagnostic-service-sections
from the FHIR Standard
DiagnosticReport.codepreferredEvaluationProcedure .
https://healthterminologies.gov.au/fhir/ValueSet/evaluation-procedure-1
DiagnosticReport.subject.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
from the FHIR Standard
DiagnosticReport.encounter.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
from the FHIR Standard
DiagnosticReport.performer.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
from the FHIR Standard
DiagnosticReport.conclusionCodepreferredClinicalFinding .
https://healthterminologies.gov.au/fhir/ValueSet/clinical-finding-1
DiagnosticReport.presentedForm.contentTyperequiredFixed Value: application/pdf
http://hl7.org/fhir/ValueSet/mimetypes|4.0.1
from the FHIR Standard
DiagnosticReport.presentedForm.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorDiagnosticReportIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorDiagnosticReportIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorDiagnosticReportIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorDiagnosticReportIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceDiagnosticReportA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from AUBaseDiagnosticReport

Summary

Mandatory: 6 elements(4 nested mandatory elements)
Must-Support: 14 elements
Fixed: 1 element

Structures

This structure refers to these other structures:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of DiagnosticReport.contained
  • The element 1 is sliced based on the value of DiagnosticReport.identifier
  • The element 1 is sliced based on the value of DiagnosticReport.effective[x]

Differential View

This structure is derived from AUBaseDiagnosticReport

NameFlagsCard.TypeDescription & Constraintsdoco
.. DiagnosticReport 0..* AUBaseDiagnosticReport This is an abstractprofile. Childprofiles: GSRadiologyReport, GSPathologyReport
A diagnostic report in an Australian healthcare context
... Slices for contained S 0..* Resource Contained, inline Resources
Slice: Unordered, Open by type:$this
.... contained:encounter S 0..1 EOrdersEncounter An encounter in an Australian healthcare context
... Slices for identifier 1..* Identifier, AULocalOrderIdentifier, AULocalReportIdentifier, AUAccessionNumber Business identifier for report
Slice: Unordered, Open by value:type
.... identifier:order-number S 0..* AULocalOrderIdentifier Local Order Identifier
.... identifier:report-id S 1..1 AULocalReportIdentifier Local Report Identifier
.... identifier:accession-number S 0..1 AUAccessionNumber Accession Number
... status S 1..1 code final | preliminary | corrected
... category S 1..1 CodeableConcept Service category
... code S 1..1 CodeableConcept Name/Code for this diagnostic report
... subject S 0..1 Reference(Genie Patient) The subject of the report - usually, but not always, the patient
.... reference 1..1 string Literal reference, Relative, internal or absolute URL
... encounter S 0..1 Reference(EOrders Encounter) Health care event when test ordered
.... reference 1..1 string Literal reference, Relative, internal or absolute URL
... Slices for effective[x] 0..1 dateTime, Period Clinically relevant time/time-period for report
Slice: Unordered, Open by type:$this
.... effective[x]:effectiveDateTime S 0..1 dateTime Clinically relevant time/time-period for report
... issued S 1..1 instant DateTime this version was made
... performer S 1..1 Reference(Genie Organization) Responsible Diagnostic Service
.... reference 1..1 string Literal reference, Relative, internal or absolute URL
... presentedForm S 0..1 Attachment Entire report as issued
.... contentType 1..1 code Mime type of the content, with charset etc.
Fixed Value: application/pdf
.... data 1..1 base64Binary Data inline, base64ed

doco Documentation for this format

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. DiagnosticReport 0..* AUBaseDiagnosticReport This is an abstractprofile. Childprofiles: GSRadiologyReport, GSPathologyReport
A diagnostic report in an Australian healthcare context
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for contained S 0..* Resource Contained, inline Resources
Slice: Unordered, Open by type:$this
.... contained:encounter S 0..1 EOrdersEncounter An encounter in an Australian healthcare context
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... Slices for identifier 1..* Identifier, AULocalOrderIdentifier, AULocalReportIdentifier, AUAccessionNumber Business identifier for report
Slice: Unordered, Open by value:type
.... identifier:order-number S 0..* AULocalOrderIdentifier Local Order Identifier
.... identifier:report-id S 1..1 AULocalReportIdentifier Local Report Identifier
.... identifier:accession-number S 0..1 AUAccessionNumber Accession Number
... status ?!SΣ 1..1 code final | preliminary | corrected
Binding: DiagnosticReportStatus (required): The status of the diagnostic report.

... category SΣ 1..1 CodeableConcept Service category
Binding: DiagnosticServiceSectionCodes (preferred)
... code SΣ 1..1 CodeableConcept Name/Code for this diagnostic report
Binding: Evaluation Procedure . (preferred)
... subject SΣ 0..1 Reference(Genie Patient) The subject of the report - usually, but not always, the patient
.... reference ΣC 1..1 string Literal reference, Relative, internal or absolute URL
... encounter SΣ 0..1 Reference(EOrders Encounter) Health care event when test ordered
.... reference ΣC 1..1 string Literal reference, Relative, internal or absolute URL
... Slices for effective[x] Σ 0..1 Clinically relevant time/time-period for report
Slice: Unordered, Open by type:$this
.... effectiveDateTime dateTime
.... effectivePeriod Period
.... effective[x]:effectiveDateTime SΣ 0..1 dateTime Clinically relevant time/time-period for report
... issued SΣ 1..1 instant DateTime this version was made
... performer SΣ 1..1 Reference(Genie Organization) Responsible Diagnostic Service
.... reference ΣC 1..1 string Literal reference, Relative, internal or absolute URL
... presentedForm S 0..1 Attachment Entire report as issued
.... contentType Σ 1..1 code Mime type of the content, with charset etc.
Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed.


Fixed Value: application/pdf
.... data 1..1 base64Binary Data inline, base64ed

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
DiagnosticReport.statusrequiredDiagnosticReportStatus
http://hl7.org/fhir/ValueSet/diagnostic-report-status|4.0.1
from the FHIR Standard
DiagnosticReport.categorypreferredDiagnosticServiceSectionCodes
http://hl7.org/fhir/ValueSet/diagnostic-service-sections
from the FHIR Standard
DiagnosticReport.codepreferredEvaluationProcedure .
https://healthterminologies.gov.au/fhir/ValueSet/evaluation-procedure-1
DiagnosticReport.presentedForm.contentTyperequiredFixed Value: application/pdf
http://hl7.org/fhir/ValueSet/mimetypes|4.0.1
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorDiagnosticReportIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorDiagnosticReportIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorDiagnosticReportIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorDiagnosticReportIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceDiagnosticReportA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. DiagnosticReport 0..* AUBaseDiagnosticReport This is an abstractprofile. Childprofiles: GSRadiologyReport, GSPathologyReport
A diagnostic report in an Australian healthcare context
... 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: CommonLanguages (preferred): A human language.

Additional BindingsPurpose
AllLanguages Max Binding
... text 0..1 Narrative Text summary of the resource, for human interpretation
... Slices for contained S 0..* Resource Contained, inline Resources
Slice: Unordered, Open by type:$this
.... contained:encounter S 0..1 EOrdersEncounter An encounter in an Australian healthcare context
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... Slices for identifier 1..* Identifier, AULocalOrderIdentifier, AULocalReportIdentifier, AUAccessionNumber Business identifier for report
Slice: Unordered, Open by value:type
.... identifier:order-number S 0..* AULocalOrderIdentifier Local Order Identifier
.... identifier:report-id S 1..1 AULocalReportIdentifier Local Report Identifier
.... identifier:accession-number S 0..1 AUAccessionNumber Accession Number
... basedOn 0..* Reference(CarePlan | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest | AU Base Diagnostic Request) What was requested
... status ?!SΣ 1..1 code final | preliminary | corrected
Binding: DiagnosticReportStatus (required): The status of the diagnostic report.

... category SΣ 1..1 CodeableConcept Service category
Binding: DiagnosticServiceSectionCodes (preferred)
... code SΣ 1..1 CodeableConcept Name/Code for this diagnostic report
Binding: Evaluation Procedure . (preferred)
... subject SΣ 0..1 Reference(Genie Patient) The subject of the report - usually, but not always, the patient
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... reference ΣC 1..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... encounter SΣ 0..1 Reference(EOrders Encounter) Health care event when test ordered
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... reference ΣC 1..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... Slices for effective[x] Σ 0..1 Clinically relevant time/time-period for report
Slice: Unordered, Open by type:$this
.... effectiveDateTime dateTime
.... effectivePeriod Period
.... effective[x]:effectiveDateTime SΣ 0..1 dateTime Clinically relevant time/time-period for report
... issued SΣ 1..1 instant DateTime this version was made
... performer SΣ 1..1 Reference(Genie Organization) Responsible Diagnostic Service
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... reference ΣC 1..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... resultsInterpreter Σ 0..* Reference(Practitioner | PractitionerRole | Organization | CareTeam) Primary result interpreter
... specimen 0..* Reference(AU Base Specimen) Specimens this report is based on
... result 0..* Reference(Observation | AU Base Diagnostic Result | AU Base Diagnostic Imaging Result | AU Base Pathology Result) Observations
... imagingStudy 0..* Reference(ImagingStudy) Reference to full details of imaging associated with the diagnostic report
... media Σ 0..* BackboneElement Key images associated with this report
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... comment 0..1 string Comment about the image (e.g. explanation)
.... link Σ 1..1 Reference(Media) Reference to the image source
... conclusion 0..1 string Clinical conclusion (interpretation) of test results
... conclusionCode 0..* CodeableConcept Codes for the clinical conclusion of test results
Binding: Clinical Finding . (preferred)
... presentedForm S 0..1 Attachment Entire report as issued
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... contentType Σ 1..1 code Mime type of the content, with charset etc.
Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed.


Fixed Value: application/pdf
.... language Σ 0..1 code Human language of the content (BCP-47)
Binding: CommonLanguages (preferred): A human language.

Additional BindingsPurpose
AllLanguages Max Binding

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

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
DiagnosticReport.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
DiagnosticReport.statusrequiredDiagnosticReportStatus
http://hl7.org/fhir/ValueSet/diagnostic-report-status|4.0.1
from the FHIR Standard
DiagnosticReport.categorypreferredDiagnosticServiceSectionCodes
http://hl7.org/fhir/ValueSet/diagnostic-service-sections
from the FHIR Standard
DiagnosticReport.codepreferredEvaluationProcedure .
https://healthterminologies.gov.au/fhir/ValueSet/evaluation-procedure-1
DiagnosticReport.subject.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
from the FHIR Standard
DiagnosticReport.encounter.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
from the FHIR Standard
DiagnosticReport.performer.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
from the FHIR Standard
DiagnosticReport.conclusionCodepreferredClinicalFinding .
https://healthterminologies.gov.au/fhir/ValueSet/clinical-finding-1
DiagnosticReport.presentedForm.contentTyperequiredFixed Value: application/pdf
http://hl7.org/fhir/ValueSet/mimetypes|4.0.1
from the FHIR Standard
DiagnosticReport.presentedForm.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorDiagnosticReportIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorDiagnosticReportIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorDiagnosticReportIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorDiagnosticReportIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceDiagnosticReportA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from AUBaseDiagnosticReport

Summary

Mandatory: 6 elements(4 nested mandatory elements)
Must-Support: 14 elements
Fixed: 1 element

Structures

This structure refers to these other structures:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of DiagnosticReport.contained
  • The element 1 is sliced based on the value of DiagnosticReport.identifier
  • The element 1 is sliced based on the value of DiagnosticReport.effective[x]

 

Other representations of profile: CSV, Excel, Schematron