DiagnosticReport Profile¶
| Canonical | ../StructureDefinition/nexus-emr-core-diagnosticreport |
|---|---|
| Status | draft · 1.26.0 |
| Base | DiagnosticReport (constraint) |
| Source | FSH · JSON |
Defines the Nexus EMR FHIR profile for DiagnosticReport resources, based on CA-Core constraints, for aggregating diagnostic reports (e.g., Lab, Imaging) from multiple EMRs.
TypedFhir API / Python
The typed accessor surface DiagnosticReport exposes for DiagnosticReport — generated from this IG's compiled profile; each typed accessor has a validating raw-FHIR twin (xRaw) where marked. The three ports are parity-enforced.
class DiagnosticReport(ClinicalResource) — generated source
| Accessor | Type | Access | Notes |
|---|---|---|---|
| effective_date | FuzzyDate | None |
read-only | The resource's effective date — the first present of this profile's date elements (precedence), normalized to the canonical FuzzyDatetime f… |
| display | str | None |
read-only | The resource's human headline — a coded concept's label, else a title / name, else undefined. |
| status | str | None |
read/write | Where the report is in its lifecycle |
| category | Concepts |
read/write · raw twin | Service category with raw code support |
| code | Concept | None |
read/write · raw twin | Diagnostic report type with raw code support |
| subject | Reference | None |
read/write · raw twin | The subject of the report - usually a patient |
| encounter | Reference | None |
read/write · raw twin | Healthcare event when report was generated |
| issued | FuzzyDate | None |
read/write | DateTime report was released |
| result | References |
read/write · raw twin | Observations that are part of this report |
| imaging_study | References |
read/write · raw twin | Reference to full details of imaging associated with the diagnostic report |
| conclusion | str | None |
read/write | Clinical conclusion (interpretation) of test results |
| conclusion_code | Concepts |
read/write · raw twin | Codes for the clinical conclusion |
| presented_form | dict[] | None |
read/write | Entire report as issued |