DiagnosticReport |
Top Previous Next |
The findings and interpretation of diagnostic tests performed on patients, groups of patients, devices, and locations, and/or specimens derived from these. The report includes clinical context such as requesting and provider information, and some mix of atomic results, images, textual and coded interpretations, and formatted representation of diagnostic reports.
Response Description Sample Response { "resourceType": "DiagnosticReport", "id": "DEV-DEV-11913-3270", "meta": { "lastUpdated": "2022-10-19T09:32:56-04:00", "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note" ] }, "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><tbody><tr><td>Patient:</td><td>Cole Andersonian, Sr. (DEV-DEV-11913) </td></tr><tr><td>Order#:</td><td>101950473949</td></tr><tr><td>Ordered On:</td><td>10/01/2022 14:01:00.000+02:00</td></tr><tr><td>Ordered By:</td><td>Steven Aspen, M. D.</td></tr></tbody></table><p></p><p></p><table border=1><tbody><tr><th colspan=2>Test</th><th>Code</th></tr><tr><td colspan=2>XRAY, Chest 3 views</td><td>71020</td></tr><tr><td colspan=2>XRAY, Chest 1 View Pa</td><td>71010</td></tr></tbody></table></div>" }, "status": "final", "category": [ { "coding": [ { "system": "http://loinc.org", "code": "LP29684-5", "display": "Radiology" }, { "system": "http://terminology.hl7.org/CodeSystem/v2-0074", "code": "RAD", "display": "Radiology" } ] } ], "code": { "coding": [ { "system": "http://www.ama-assn.org/go/cpt", "code": "71020", "display": "XRAY, Chest 3 views" }, { "system": "http://www.ama-assn.org/go/cpt", "code": "71010", "display": "XRAY, Chest 1 View Pa" } ], "text": "This test is scheduled for 10/19/22 at 10:00 am\nComment relating specifically to XRAY, Chest 3 views, Comment relating specifically to XRAY, Chest 1 View Pa" }, "effectiveDateTime": "2022-10-17T12:00:00-04:00", "issued": "2022-10-17T12:00:00-04:00", "subject": { "reference": "Patient/DEV-DEV-11913", "display": "Cole Andersonian, Sr. (DEV-DEV-11913)" }, "encounter": { "reference": "Encounter/DEV-DEV-11913-0014792", "display": "10/25/2022 at 7:00 am, Blood Pressure Visit with provider 117 at location OF1" }, "performer": [ { "reference": "Organization/DEV--RADNET", "display": "Radnet" } ], "result": [ { "reference": "Observation/DEV-DEV-11913-L6478", "display": "XRAY, Chest 3 views" }, { "reference": "Observation/DEV-DEV-11913-L6479", "display": "XRAY, Chest 1 View Pa" } ], "presentedForm": [ { "contentType": "application/msword", "data": "{base64-encoded data}" } ] }
DiagnosticReport.id
The logical ID of the resource, as used in the URL for the resource. Once assigned, this value never changes.
DiagnosticReport.meta
Metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.
DiagnosticReport.status
The status of the diagnostic report.
DiagnosticReport.category:LaboratorySlice
A code that classifies the clinical discipline, department or diagnostic service that created the report (e.g. cardiology, biochemistry, hematology, MRI). This is used for searching, sorting and display purposes.
DiagnosticReport.category
A code that classifies the clinical discipline, department or diagnostic service that created the report (e.g. cardiology, biochemistry, hematology, MRI). This is used for searching, sorting and display purposes.
DiagnosticReport.category.coding.system
The identification of the code system that defines the meaning of the symbol in the code.
DiagnosticReport.category.coding.code
A symbol in syntax defined by the system.
DiagnosticReport.category.coding.display
Plain text narrative that identifies the code in the system.
DiagnosticReport.code
The test, panel or battery that was ordered.
DiagnosticReport.effectiveDateTime
The time or time-period the observed values are related to. When the subject of the report is a patient, this is usually either the time of the procedure or of specimen collection(s), but very often the source of the date/time is not known, only the date/time itself.
DiagnosticReport.issued
The date and time that this version of the report was made available to providers, typically after the report was reviewed and verified.
DiagnosticReport.subject
The subject of the report. Usually, but not always, this is a patient. However, diagnostic services also perform analyses on specimens collected from a variety of other sources.
DiagnosticReport.encounter
The healthcare event (e.g. a patient and healthcare provider interaction) which this DiagnosticReport is about.
DiagnosticReport.performer
The diagnostic service that is responsible for issuing the report.
DiagnosticReport.result
Observations that are part of this diagnostic report.
Search
URL SyntaxTwo HTTP methods are supported for searching: GET and POST. It is recommended to use HTTP POST. Visit the FHIR Sandbox to try requests.
HTTP GET - searching https://sandbox.pai.healthcare/preview/fhir/DiagnosticReport?{query string}
HTTP GET - return single record https://sandbox.pai.healthcare/preview/fhir/DiagnosticReport/{resource id}
HTTP POST - searching https://sandbox.pai.healthcare/preview/fhir/DiagnosticReport/_search •Set the Content-Type header to application/x-www-urlencoded •The body of the request is a similar query string used in the GET type of request detailed above.
Error HandlingIf no records are returned or invalid search parameters are provided, then an HTTP 400 Bad Request is returned. The body of the response will be an OperationOutcome.
Supported Search Parameters
_id
patient
category
date
category
status
code
|