Trial Use 3
Clinical — Diagnostics
The findings and interpretation of diagnostic tests performed on patients, groups of patients, products, substances, devices, and locations, and/or specimens derived from these. The report includes clinical context such as requesting provider information, and some mix of atomic results, images, textual and coded interpretations, and formatted representation of diagnostic reports. The report also includes non-clinical context such as batch analysis and stability reporting of products and substances.
Endpoints
devhttps://api.sandbox.ovok.com/fhir/R5/DiagnosticReport
| Interaction | Method | Path |
|---|
| Read | GET | /fhir/R5/DiagnosticReport/[id] |
| Vread | GET | /fhir/R5/DiagnosticReport/[id]/_history/[vid] |
| Update | PUT | /fhir/R5/DiagnosticReport/[id] |
| Patch | PATCH | /fhir/R5/DiagnosticReport/[id] |
| Delete | DELETE | /fhir/R5/DiagnosticReport/[id] |
| Create | POST | /fhir/R5/DiagnosticReport |
| Search | GET | /fhir/R5/DiagnosticReport?... |
| History | GET | /fhir/R5/DiagnosticReport/[id]/_history |
| Type-history | GET | /fhir/R5/DiagnosticReport/_history |
Top-level elements
| Element | Type(s) | Cardinality | Description |
|---|
identifier | Identifier | 0..* | Business identifier for report |
basedOn | Reference | 0..* | What was requested |
status | code | 1..1 | registered |
category | CodeableConcept | 0..* | Service category |
code | CodeableConcept | 1..1 | Name/Code for this diagnostic report |
subject | Reference | 0..1 | The subject of the report - usually, but not always, the patient |
encounter | Reference | 0..1 | Health care event when test ordered |
effective[x] | dateTime / Period | 0..1 | Clinically relevant time/time-period for report |
issued | instant | 0..1 | DateTime this version was made |
performer | Reference | 0..* | Responsible Diagnostic Service |
resultsInterpreter | Reference | 0..* | Primary result interpreter |
specimen | Reference | 0..* | Specimens this report is based on |
result | Reference | 0..* | Observations |
note | Annotation | 0..* | Comments about the diagnostic report |
study | Reference | 0..* | Reference to full details of an analysis associated with the diagnostic report |
supportingInfo | BackboneElement | 0..* | Additional information supporting the diagnostic report |
media | BackboneElement | 0..* | Key images or data associated with this report |
composition | Reference | 0..1 | Reference to a Composition resource for the DiagnosticReport structure |
conclusion | markdown | 0..1 | Clinical conclusion (interpretation) of test results |
conclusionCode | CodeableConcept | 0..* | Codes for the clinical conclusion of test results |
presentedForm | Attachment | 0..* | Entire report as issued |
Resource-specific search parameters
| Parameter | Type | Description |
|---|
based-on | reference | Reference to the service request. |
category | token | Which diagnostic discipline/department created the report |
code | token | Event or incident that occurred or was averted |
| | |
conclusion | token | A coded conclusion (interpretation/impression) on the report |
date | date | When the event occurred |
| | |
encounter | reference | Encounter related to the activity recorded in the AuditEvent |
| | |
identifier | token | Account number |
| | |
issued | date | When the report was issued |
media | reference | A reference to the image source. |
patient | reference | The entity that caused the expenses |
| | |
performer | reference | Who is responsible for the report |
result | reference | Link to an atomic result (observation resource) |
results-interpreter | reference | Who was the source of the report |
specimen | reference | The specimen details |
status | token | The status of the report |
study | reference | Studies associated with the diagnostic report |
subject | reference | The subject of the report |
Reference