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 / C#
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 |
|---|---|---|---|
| EffectiveDate | FuzzyDate? |
read-only | The resource's effective date — the first present of this profile's date elements (precedence), normalized to the canonical FuzzyDatetime f… |
| Display | string? |
read-only | The resource's human headline — a coded concept's label, else a title / name, else undefined. |
| Status | string? |
read/write | Where the report is in its lifecycle |
| Category | Concepts |
read/write · raw twin | Service category with raw code support |
| Code | Concept? |
read/write · raw twin | Diagnostic report type with raw code support |
| Subject | Reference? |
read/write · raw twin | The subject of the report - usually a patient |
| Encounter | Reference? |
read/write · raw twin | Healthcare event when report was generated |
| Issued | FuzzyDate? |
read/write | DateTime report was released |
| Result | References |
read/write · raw twin | Observations that are part of this report |
| ImagingStudy | References |
read/write · raw twin | Reference to full details of imaging associated with the diagnostic report |
| Conclusion | string? |
read/write | Clinical conclusion (interpretation) of test results |
| ConclusionCode | Concepts |
read/write · raw twin | Codes for the clinical conclusion |
| PresentedForm | Json[]? |
read/write | Entire report as issued |