Magentus Practice Management FHIR Implementation Guide
1.2.60 - ci-build Australia flag

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

Resource Profile: Radiology Report

Official URL: http://fhir.geniesolutions.io/StructureDefinition/gs-radiology-report Version: 1.2.60
Active as of 2026-04-05 Computable Name: GSRadiologyReport

Radiology report based on a common report base and including an imaging study date.

Usages:

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

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

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DiagnosticReport 0..* GSReportBase 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
..... id SΣ 0..1 id Logical id of this artifact
..... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
..... Slices for extension Content/Rules for all slices
...... extension:encounterDescription 0..1 string Description, overview or summary of an encounter
URL: http://hl7.org.au/fhir/StructureDefinition/encounter-description
...... extension:associatedHealthcareService 0..* Reference(HealthcareService) Associated healthcare service
URL: http://hl7.org.au/fhir/StructureDefinition/associated-healthcareservice
..... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
..... status ?!SΣ 1..1 code finished
Binding: EncounterStatus (required): Current state of the encounter.
Required Pattern: finished
..... class SΣ 1..1 Coding Assumes the encounter where the request was made is Outpatient (i.e. AMB ambulatory)
Binding: ActEncounterCode - AU Extended (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/v3-ActCode
...... version 0..1 string Version of the system - if relevant
...... code 1..1 code Symbol in syntax defined by the system
Fixed Value: AMB
...... display 0..1 string Representation defined by the system
...... userSelected 0..1 boolean If this coding was chosen directly by the user
..... subject SΣ 1..1 Reference(Genie Patient) Patient the request is for
...... reference ΣC 1..1 string FullUrl reference to Patient resource within bundle
.... contained:organization S 0..* GSOrganization Organization associated with report
... 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 Business identifier for report
.... identifier:report-id S 1..1 AULocalReportIdentifier Business identifier for report
.... identifier:accession-number S 0..1 AUAccessionNumber Business identifier for report
... basedOn S 1..* Reference(EOrders Radiology Request) What was requested
.... reference ΣC 1..1 string Literal reference, Relative, internal or absolute URL
... 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 FullUrl reference to Patient resource
... encounter SΣ 0..1 Reference(EOrders Encounter) Health care event when test ordered
.... reference ΣC 1..1 string Reference to contained Encounter 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 | EOrders PractitionerRole) Responsible Diagnostic Service
.... reference ΣC 1..1 string FullUrl reference to Organization or PractitionerRole resource
... imagingStudy S 0..1 Reference(Magentus Imaging Study) Reference to full details of imaging associated with the diagnostic report
... 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

Path Status Usage ValueSet Version Source
DiagnosticReport.contained:encounter.​status Base required EncounterStatus 📍4.0.1 FHIR Std.
DiagnosticReport.contained:encounter.​class Base extensible ActEncounterCode - AU Extended 📦4.1.2-preview AU Base Implementation Guide v4.1
DiagnosticReport.status Base required DiagnosticReportStatus 📍4.0.1 FHIR Std.
DiagnosticReport.category Base preferred Diagnostic Service Section Codes 📦4.0.1 FHIR Std.
DiagnosticReport.code Base preferred Evaluation Procedure . ⏿1.0.0 tx.hl7.org.au
DiagnosticReport.presentedForm.​contentType Base required MimeType 📍4.0.1 FHIR Std.

Constraints

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

This structure is derived from GSReportBase

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DiagnosticReport GSReportBase
... basedOn S 1..* Reference(EOrders Radiology Request) What was requested
.... reference 1..1 string Literal reference, Relative, internal or absolute URL
... imagingStudy S 0..1 Reference(Magentus Imaging Study) Reference to full details of imaging associated with the diagnostic report

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DiagnosticReport 0..* GSReportBase 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
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... 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
..... id SΣ 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
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... contained 0..* Resource Contained, inline Resources
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:encounterDescription 0..1 string Description, overview or summary of an encounter
URL: http://hl7.org.au/fhir/StructureDefinition/encounter-description
...... extension:associatedHealthcareService 0..* Reference(HealthcareService) Associated healthcare service
URL: http://hl7.org.au/fhir/StructureDefinition/associated-healthcareservice
..... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
..... identifier Σ 0..* Identifier Identifier(s) by which this encounter is known
..... status ?!SΣ 1..1 code finished
Binding: EncounterStatus (required): Current state of the encounter.
Required Pattern: finished
..... statusHistory 0..* BackboneElement List of past encounter statuses
...... 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
...... status 1..1 code planned | arrived | triaged | in-progress | onleave | finished | cancelled +
Binding: EncounterStatus (required): Current state of the encounter.
...... period 1..1 Period The time that the episode was in the specified status
..... class SΣ 1..1 Coding Assumes the encounter where the request was made is Outpatient (i.e. AMB ambulatory)
Binding: ActEncounterCode - AU Extended (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/v3-ActCode
...... version 0..1 string Version of the system - if relevant
...... code 1..1 code Symbol in syntax defined by the system
Fixed Value: AMB
...... display 0..1 string Representation defined by the system
...... userSelected 0..1 boolean If this coding was chosen directly by the user
..... classHistory 0..* BackboneElement List of past encounter classes
...... 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
...... class 1..1 Coding inpatient | outpatient | ambulatory | emergency +
Binding: ActEncounterCode (3.0.0) (extensible): Classification of the encounter.
...... period 1..1 Period The time that the episode was in the specified class
..... type Σ 0..* CodeableConcept Specific type of encounter
Binding: Encounter Type . (preferred)
..... serviceType Σ 0..1 CodeableConcept Specific type of service
Binding: Service Type . (preferred)
..... priority 0..1 CodeableConcept Indicates the urgency of the encounter
Binding: ActPriority (3.0.0) (example): Indicates the urgency of the encounter.
..... subject SΣ 1..1 Reference(Genie Patient) Patient the request is for
...... 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 FullUrl reference to Patient resource within bundle
...... 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
..... episodeOfCare Σ 0..* Reference(EpisodeOfCare) Episode(s) of care that this encounter should be recorded against
..... basedOn 0..* Reference(ServiceRequest) The ServiceRequest that initiated this encounter
..... participant Σ 0..* BackboneElement List of participants involved in the encounter
...... 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
...... type Σ 0..* CodeableConcept Role of participant in encounter
Binding: ParticipantType (extensible): Role of participant in encounter.
...... period 0..1 Period Period of time during the encounter that the participant participated
...... individual Σ 0..1 Reference(Practitioner | PractitionerRole | RelatedPerson) Persons involved in the encounter other than the patient
..... appointment Σ 0..* Reference(Appointment) The appointment that scheduled this encounter
..... period 0..1 Period The start and end time of the encounter
..... length 0..1 Duration Quantity of time the encounter lasted (less time absent)
..... reasonCode Σ 0..* CodeableConcept Coded reason the encounter takes place
Binding: EncounterReasonCodes (preferred): Reason why the encounter takes place.
..... reasonReference Σ 0..* Reference(Condition | Procedure | Observation | ImmunizationRecommendation) Reason the encounter takes place (reference)
..... diagnosis Σ 0..* BackboneElement The list of diagnosis relevant to this encounter
...... 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
...... condition Σ 1..1 Reference(Condition | Procedure) The diagnosis or procedure relevant to the encounter
...... use 0..1 CodeableConcept Role that this diagnosis has within the encounter (e.g. admission, billing, discharge …)
Binding: DiagnosisRole (preferred): The type of diagnosis this condition represents.
...... rank 0..1 positiveInt Ranking of the diagnosis (for each role type)
..... account 0..* Reference(Account) The set of accounts that may be used for billing for this Encounter
..... hospitalization 0..1 BackboneElement Details about the admission to a healthcare service
...... 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
...... preAdmissionIdentifier 0..1 Identifier Pre-admission identifier
...... origin 0..1 Reference(Location | Organization) The location/organization from which the patient came before admission
...... admitSource 0..1 CodeableConcept From where patient was admitted (physician referral, transfer)
Binding: AdmitSource (preferred): From where the patient was admitted.
...... reAdmission 0..1 CodeableConcept The type of hospital re-admission that has occurred (if any). If the value is absent, then this is not identified as a readmission
Binding: Hl7VSReAdmissionIndicator (3.0.0) (example): The reason for re-admission of this hospitalization encounter.
...... dietPreference 0..* CodeableConcept Diet preferences reported by the patient
Binding: Diet (example): Medical, cultural or ethical food preferences to help with catering requirements.
...... specialCourtesy 0..* CodeableConcept Special courtesies (VIP, board member)
Binding: SpecialCourtesy (preferred): Special courtesies.
...... specialArrangement 0..* CodeableConcept Wheelchair, translator, stretcher, etc.
Binding: SpecialArrangements (preferred): Special arrangements.
...... destination 0..1 Reference(Location | Organization) Location/organization to which the patient is discharged
...... dischargeDisposition 0..1 CodeableConcept Separation Mode
Binding: Separation Mode . (extensible)
..... location 0..* BackboneElement List of locations where the patient has been
...... 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
...... location 1..1 Reference(Location) Location the encounter takes place
...... status 0..1 code planned | active | reserved | completed
Binding: EncounterLocationStatus (required): The status of the location.
...... physicalType 0..1 CodeableConcept The physical type of the location (usually the level in the location hierachy - bed room ward etc.)
Binding: LocationType (example): Physical form of the location.
...... period 0..1 Period Time period during which the patient was present at the location
..... serviceProvider 0..1 Reference(Organization) The organization (facility) responsible for this encounter
..... partOf 0..1 Reference(Encounter) Another Encounter this encounter is part of
.... contained:organization S 0..* GSOrganization Organization associated with report
... 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 Business identifier for report
.... identifier:report-id S 1..1 AULocalReportIdentifier Business identifier for report
.... identifier:accession-number S 0..1 AUAccessionNumber Business identifier for report
... basedOn S 1..* Reference(EOrders Radiology Request) What was requested
.... 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
... 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 FullUrl reference to Patient resource
.... 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 Reference to contained Encounter resource
.... 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 | EOrders PractitionerRole) 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 FullUrl reference to Organization or PractitionerRole resource
.... 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 S 0..1 Reference(Magentus Imaging Study) 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

Path Status Usage ValueSet Version Source
DiagnosticReport.language Base preferred Common Languages 📦4.0.1 FHIR Std.
DiagnosticReport.contained:encounter.​language Base preferred Common Languages 📦4.0.1 FHIR Std.
DiagnosticReport.contained:encounter.​status Base required EncounterStatus 📍4.0.1 FHIR Std.
DiagnosticReport.contained:encounter.​statusHistory.status Base required EncounterStatus 📍4.0.1 FHIR Std.
DiagnosticReport.contained:encounter.​class Base extensible ActEncounterCode - AU Extended 📦4.1.2-preview AU Base Implementation Guide v4.1
DiagnosticReport.contained:encounter.​classHistory.class Base extensible ActEncounterCode 📍3.0.0 THO v7.1
DiagnosticReport.contained:encounter.​type Base preferred Encounter Type . ⏿1.0.1 tx.hl7.org.au
DiagnosticReport.contained:encounter.​serviceType Base preferred Service Type . ⏿1.0.0 tx.hl7.org.au
DiagnosticReport.contained:encounter.​priority Base example ActPriority 📍3.0.0 THO v7.1
DiagnosticReport.contained:encounter.​subject.type Base extensible ResourceType 📍4.0.1 FHIR Std.
DiagnosticReport.contained:encounter.​participant.type Base extensible Participant type 📦4.0.1 FHIR Std.
DiagnosticReport.contained:encounter.​reasonCode Base preferred Encounter Reason Codes 📦4.0.1 FHIR Std.
DiagnosticReport.contained:encounter.​diagnosis.use Base preferred DiagnosisRole 📦4.0.1 FHIR Std.
DiagnosticReport.contained:encounter.​hospitalization.admitSource Base preferred Admit source 📦4.0.1 FHIR Std.
DiagnosticReport.contained:encounter.​hospitalization.reAdmission Base example hl7VS-re-admissionIndicator 📍3.0.0 THO v7.1
DiagnosticReport.contained:encounter.​hospitalization.dietPreference Base example Diet 📦4.0.1 FHIR Std.
DiagnosticReport.contained:encounter.​hospitalization.specialCourtesy Base preferred Special courtesy 📦4.0.1 FHIR Std.
DiagnosticReport.contained:encounter.​hospitalization.specialArrangement Base preferred Special arrangements 📦4.0.1 FHIR Std.
DiagnosticReport.contained:encounter.​hospitalization.dischargeDisposition Base extensible Separation Mode . ⏿1.0.1 tx.hl7.org.au
DiagnosticReport.contained:encounter.​location.status Base required EncounterLocationStatus 📍4.0.1 FHIR Std.
DiagnosticReport.contained:encounter.​location.physicalType Base example Location type 📦4.0.1 FHIR Std.
DiagnosticReport.basedOn.​type Base extensible ResourceType 📍4.0.1 FHIR Std.
DiagnosticReport.status Base required DiagnosticReportStatus 📍4.0.1 FHIR Std.
DiagnosticReport.category Base preferred Diagnostic Service Section Codes 📦4.0.1 FHIR Std.
DiagnosticReport.code Base preferred Evaluation Procedure . ⏿1.0.0 tx.hl7.org.au
DiagnosticReport.subject.​type Base extensible ResourceType 📍4.0.1 FHIR Std.
DiagnosticReport.encounter.​type Base extensible ResourceType 📍4.0.1 FHIR Std.
DiagnosticReport.performer.​type Base extensible ResourceType 📍4.0.1 FHIR Std.
DiagnosticReport.conclusionCode Base preferred Clinical Finding . ⏿1.0.2 tx.hl7.org.au
DiagnosticReport.presentedForm.​contentType Base required MimeType 📍4.0.1 FHIR Std.
DiagnosticReport.presentedForm.​language Base preferred Common Languages 📍4.0.1 FHIR Std.

Constraints

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

This structure is derived from GSReportBase

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DiagnosticReport 0..* GSReportBase 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
..... id SΣ 0..1 id Logical id of this artifact
..... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
..... Slices for extension Content/Rules for all slices
...... extension:encounterDescription 0..1 string Description, overview or summary of an encounter
URL: http://hl7.org.au/fhir/StructureDefinition/encounter-description
...... extension:associatedHealthcareService 0..* Reference(HealthcareService) Associated healthcare service
URL: http://hl7.org.au/fhir/StructureDefinition/associated-healthcareservice
..... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
..... status ?!SΣ 1..1 code finished
Binding: EncounterStatus (required): Current state of the encounter.
Required Pattern: finished
..... class SΣ 1..1 Coding Assumes the encounter where the request was made is Outpatient (i.e. AMB ambulatory)
Binding: ActEncounterCode - AU Extended (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/v3-ActCode
...... version 0..1 string Version of the system - if relevant
...... code 1..1 code Symbol in syntax defined by the system
Fixed Value: AMB
...... display 0..1 string Representation defined by the system
...... userSelected 0..1 boolean If this coding was chosen directly by the user
..... subject SΣ 1..1 Reference(Genie Patient) Patient the request is for
...... reference ΣC 1..1 string FullUrl reference to Patient resource within bundle
.... contained:organization S 0..* GSOrganization Organization associated with report
... 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 Business identifier for report
.... identifier:report-id S 1..1 AULocalReportIdentifier Business identifier for report
.... identifier:accession-number S 0..1 AUAccessionNumber Business identifier for report
... basedOn S 1..* Reference(EOrders Radiology Request) What was requested
.... reference ΣC 1..1 string Literal reference, Relative, internal or absolute URL
... 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 FullUrl reference to Patient resource
... encounter SΣ 0..1 Reference(EOrders Encounter) Health care event when test ordered
.... reference ΣC 1..1 string Reference to contained Encounter 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 | EOrders PractitionerRole) Responsible Diagnostic Service
.... reference ΣC 1..1 string FullUrl reference to Organization or PractitionerRole resource
... imagingStudy S 0..1 Reference(Magentus Imaging Study) Reference to full details of imaging associated with the diagnostic report
... 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

Path Status Usage ValueSet Version Source
DiagnosticReport.contained:encounter.​status Base required EncounterStatus 📍4.0.1 FHIR Std.
DiagnosticReport.contained:encounter.​class Base extensible ActEncounterCode - AU Extended 📦4.1.2-preview AU Base Implementation Guide v4.1
DiagnosticReport.status Base required DiagnosticReportStatus 📍4.0.1 FHIR Std.
DiagnosticReport.category Base preferred Diagnostic Service Section Codes 📦4.0.1 FHIR Std.
DiagnosticReport.code Base preferred Evaluation Procedure . ⏿1.0.0 tx.hl7.org.au
DiagnosticReport.presentedForm.​contentType Base required MimeType 📍4.0.1 FHIR Std.

Constraints

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

Differential View

This structure is derived from GSReportBase

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DiagnosticReport GSReportBase
... basedOn S 1..* Reference(EOrders Radiology Request) What was requested
.... reference 1..1 string Literal reference, Relative, internal or absolute URL
... imagingStudy S 0..1 Reference(Magentus Imaging Study) Reference to full details of imaging associated with the diagnostic report

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DiagnosticReport 0..* GSReportBase 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
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... 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
..... id SΣ 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
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... contained 0..* Resource Contained, inline Resources
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:encounterDescription 0..1 string Description, overview or summary of an encounter
URL: http://hl7.org.au/fhir/StructureDefinition/encounter-description
...... extension:associatedHealthcareService 0..* Reference(HealthcareService) Associated healthcare service
URL: http://hl7.org.au/fhir/StructureDefinition/associated-healthcareservice
..... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
..... identifier Σ 0..* Identifier Identifier(s) by which this encounter is known
..... status ?!SΣ 1..1 code finished
Binding: EncounterStatus (required): Current state of the encounter.
Required Pattern: finished
..... statusHistory 0..* BackboneElement List of past encounter statuses
...... 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
...... status 1..1 code planned | arrived | triaged | in-progress | onleave | finished | cancelled +
Binding: EncounterStatus (required): Current state of the encounter.
...... period 1..1 Period The time that the episode was in the specified status
..... class SΣ 1..1 Coding Assumes the encounter where the request was made is Outpatient (i.e. AMB ambulatory)
Binding: ActEncounterCode - AU Extended (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/v3-ActCode
...... version 0..1 string Version of the system - if relevant
...... code 1..1 code Symbol in syntax defined by the system
Fixed Value: AMB
...... display 0..1 string Representation defined by the system
...... userSelected 0..1 boolean If this coding was chosen directly by the user
..... classHistory 0..* BackboneElement List of past encounter classes
...... 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
...... class 1..1 Coding inpatient | outpatient | ambulatory | emergency +
Binding: ActEncounterCode (3.0.0) (extensible): Classification of the encounter.
...... period 1..1 Period The time that the episode was in the specified class
..... type Σ 0..* CodeableConcept Specific type of encounter
Binding: Encounter Type . (preferred)
..... serviceType Σ 0..1 CodeableConcept Specific type of service
Binding: Service Type . (preferred)
..... priority 0..1 CodeableConcept Indicates the urgency of the encounter
Binding: ActPriority (3.0.0) (example): Indicates the urgency of the encounter.
..... subject SΣ 1..1 Reference(Genie Patient) Patient the request is for
...... 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 FullUrl reference to Patient resource within bundle
...... 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
..... episodeOfCare Σ 0..* Reference(EpisodeOfCare) Episode(s) of care that this encounter should be recorded against
..... basedOn 0..* Reference(ServiceRequest) The ServiceRequest that initiated this encounter
..... participant Σ 0..* BackboneElement List of participants involved in the encounter
...... 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
...... type Σ 0..* CodeableConcept Role of participant in encounter
Binding: ParticipantType (extensible): Role of participant in encounter.
...... period 0..1 Period Period of time during the encounter that the participant participated
...... individual Σ 0..1 Reference(Practitioner | PractitionerRole | RelatedPerson) Persons involved in the encounter other than the patient
..... appointment Σ 0..* Reference(Appointment) The appointment that scheduled this encounter
..... period 0..1 Period The start and end time of the encounter
..... length 0..1 Duration Quantity of time the encounter lasted (less time absent)
..... reasonCode Σ 0..* CodeableConcept Coded reason the encounter takes place
Binding: EncounterReasonCodes (preferred): Reason why the encounter takes place.
..... reasonReference Σ 0..* Reference(Condition | Procedure | Observation | ImmunizationRecommendation) Reason the encounter takes place (reference)
..... diagnosis Σ 0..* BackboneElement The list of diagnosis relevant to this encounter
...... 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
...... condition Σ 1..1 Reference(Condition | Procedure) The diagnosis or procedure relevant to the encounter
...... use 0..1 CodeableConcept Role that this diagnosis has within the encounter (e.g. admission, billing, discharge …)
Binding: DiagnosisRole (preferred): The type of diagnosis this condition represents.
...... rank 0..1 positiveInt Ranking of the diagnosis (for each role type)
..... account 0..* Reference(Account) The set of accounts that may be used for billing for this Encounter
..... hospitalization 0..1 BackboneElement Details about the admission to a healthcare service
...... 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
...... preAdmissionIdentifier 0..1 Identifier Pre-admission identifier
...... origin 0..1 Reference(Location | Organization) The location/organization from which the patient came before admission
...... admitSource 0..1 CodeableConcept From where patient was admitted (physician referral, transfer)
Binding: AdmitSource (preferred): From where the patient was admitted.
...... reAdmission 0..1 CodeableConcept The type of hospital re-admission that has occurred (if any). If the value is absent, then this is not identified as a readmission
Binding: Hl7VSReAdmissionIndicator (3.0.0) (example): The reason for re-admission of this hospitalization encounter.
...... dietPreference 0..* CodeableConcept Diet preferences reported by the patient
Binding: Diet (example): Medical, cultural or ethical food preferences to help with catering requirements.
...... specialCourtesy 0..* CodeableConcept Special courtesies (VIP, board member)
Binding: SpecialCourtesy (preferred): Special courtesies.
...... specialArrangement 0..* CodeableConcept Wheelchair, translator, stretcher, etc.
Binding: SpecialArrangements (preferred): Special arrangements.
...... destination 0..1 Reference(Location | Organization) Location/organization to which the patient is discharged
...... dischargeDisposition 0..1 CodeableConcept Separation Mode
Binding: Separation Mode . (extensible)
..... location 0..* BackboneElement List of locations where the patient has been
...... 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
...... location 1..1 Reference(Location) Location the encounter takes place
...... status 0..1 code planned | active | reserved | completed
Binding: EncounterLocationStatus (required): The status of the location.
...... physicalType 0..1 CodeableConcept The physical type of the location (usually the level in the location hierachy - bed room ward etc.)
Binding: LocationType (example): Physical form of the location.
...... period 0..1 Period Time period during which the patient was present at the location
..... serviceProvider 0..1 Reference(Organization) The organization (facility) responsible for this encounter
..... partOf 0..1 Reference(Encounter) Another Encounter this encounter is part of
.... contained:organization S 0..* GSOrganization Organization associated with report
... 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 Business identifier for report
.... identifier:report-id S 1..1 AULocalReportIdentifier Business identifier for report
.... identifier:accession-number S 0..1 AUAccessionNumber Business identifier for report
... basedOn S 1..* Reference(EOrders Radiology Request) What was requested
.... 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
... 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 FullUrl reference to Patient resource
.... 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 Reference to contained Encounter resource
.... 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 | EOrders PractitionerRole) 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 FullUrl reference to Organization or PractitionerRole resource
.... 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 S 0..1 Reference(Magentus Imaging Study) 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

Path Status Usage ValueSet Version Source
DiagnosticReport.language Base preferred Common Languages 📦4.0.1 FHIR Std.
DiagnosticReport.contained:encounter.​language Base preferred Common Languages 📦4.0.1 FHIR Std.
DiagnosticReport.contained:encounter.​status Base required EncounterStatus 📍4.0.1 FHIR Std.
DiagnosticReport.contained:encounter.​statusHistory.status Base required EncounterStatus 📍4.0.1 FHIR Std.
DiagnosticReport.contained:encounter.​class Base extensible ActEncounterCode - AU Extended 📦4.1.2-preview AU Base Implementation Guide v4.1
DiagnosticReport.contained:encounter.​classHistory.class Base extensible ActEncounterCode 📍3.0.0 THO v7.1
DiagnosticReport.contained:encounter.​type Base preferred Encounter Type . ⏿1.0.1 tx.hl7.org.au
DiagnosticReport.contained:encounter.​serviceType Base preferred Service Type . ⏿1.0.0 tx.hl7.org.au
DiagnosticReport.contained:encounter.​priority Base example ActPriority 📍3.0.0 THO v7.1
DiagnosticReport.contained:encounter.​subject.type Base extensible ResourceType 📍4.0.1 FHIR Std.
DiagnosticReport.contained:encounter.​participant.type Base extensible Participant type 📦4.0.1 FHIR Std.
DiagnosticReport.contained:encounter.​reasonCode Base preferred Encounter Reason Codes 📦4.0.1 FHIR Std.
DiagnosticReport.contained:encounter.​diagnosis.use Base preferred DiagnosisRole 📦4.0.1 FHIR Std.
DiagnosticReport.contained:encounter.​hospitalization.admitSource Base preferred Admit source 📦4.0.1 FHIR Std.
DiagnosticReport.contained:encounter.​hospitalization.reAdmission Base example hl7VS-re-admissionIndicator 📍3.0.0 THO v7.1
DiagnosticReport.contained:encounter.​hospitalization.dietPreference Base example Diet 📦4.0.1 FHIR Std.
DiagnosticReport.contained:encounter.​hospitalization.specialCourtesy Base preferred Special courtesy 📦4.0.1 FHIR Std.
DiagnosticReport.contained:encounter.​hospitalization.specialArrangement Base preferred Special arrangements 📦4.0.1 FHIR Std.
DiagnosticReport.contained:encounter.​hospitalization.dischargeDisposition Base extensible Separation Mode . ⏿1.0.1 tx.hl7.org.au
DiagnosticReport.contained:encounter.​location.status Base required EncounterLocationStatus 📍4.0.1 FHIR Std.
DiagnosticReport.contained:encounter.​location.physicalType Base example Location type 📦4.0.1 FHIR Std.
DiagnosticReport.basedOn.​type Base extensible ResourceType 📍4.0.1 FHIR Std.
DiagnosticReport.status Base required DiagnosticReportStatus 📍4.0.1 FHIR Std.
DiagnosticReport.category Base preferred Diagnostic Service Section Codes 📦4.0.1 FHIR Std.
DiagnosticReport.code Base preferred Evaluation Procedure . ⏿1.0.0 tx.hl7.org.au
DiagnosticReport.subject.​type Base extensible ResourceType 📍4.0.1 FHIR Std.
DiagnosticReport.encounter.​type Base extensible ResourceType 📍4.0.1 FHIR Std.
DiagnosticReport.performer.​type Base extensible ResourceType 📍4.0.1 FHIR Std.
DiagnosticReport.conclusionCode Base preferred Clinical Finding . ⏿1.0.2 tx.hl7.org.au
DiagnosticReport.presentedForm.​contentType Base required MimeType 📍4.0.1 FHIR Std.
DiagnosticReport.presentedForm.​language Base preferred Common Languages 📍4.0.1 FHIR Std.

Constraints

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

This structure is derived from GSReportBase

 

Other representations of profile: CSV, Excel, Schematron