FHIR resource link | https://build.fhir.org/diagnosticreport.html |
FHIR definition (v5.0) | 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. |
PSI use case | Findings and interpretation of diagnostic tests performed on patients, groups of patients. The report includes context such a
|
FHIR required properties | see below |
PSI required properties* | Country and PsiProjectCode * +text |
Extensions | future use |
Sample payload (minimum set) | { "resourceType": "DiagnosticReport", "id": "diagnosticreport-example", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "16581-5", "display": "HIV 1+2 Ab [Presence] in Serum" } ], "text": "HIV 1+2 Ab [Presence] in Serum" }, "subject": { "reference": "Patient/example" }, "effectiveDateTime": "2013-01-17T08:00:00+00:00", "issued": "2013-01-20T08:00:00+00:00", "performer": [ { "reference": "Practitioner/example" } ], "resultsInterpreter": [ { "reference": "#p1" } ], "specimen": [ { "reference": "#s1" } ], "result": [ { "reference": "#r1" } ], ... } |
Notes for Diagnosis Report FHIR resource, per property
Property | Required by PSI? | Notes |
---|---|---|
PSI tags | YES [psi/fhir] | /wiki/spaces/DHM/pages/13992045 PENDING: implementation as extension |
OPTIONAL [psi/fhir] | Service Request (could be a voucher) | |
status | YES [psi/fhir] | for R4B: only for R5: |
category | YES [psi] | Service category. Examples: |
code | YES [psi/fhir] | LOINC code. Example: "http://loinc.org", "code": "16581-5", "display": "HIV 1+2 Ab [Presence] in Serum" |
subject | YES [psi] | The patient ID that this result relates to. |
encounter | OPTIONAL [psi] | The encounter ID that triggered this diagnosis |
YES [psi] | Who did the test? WOULD FHIR ACCEPT PATIENT ID ? | |
YES [psi] | Who interpreted the results? WOULD FHIR ACCEPT PATIENT ID ? | |
specimen | OPTIONAL [psi/fhir] | Sample ID, if applicable |
result | YES [psi] | Although optional in FHIR, at PSI if we create a Diagnosis Report is because we have a result to store. Based on SNOMED CT Clinical findings. Examples NEED VERIFICATION
|
note | OPTIONAL recommended [psi/fhir] | Comments about the diagnostic report |
media/link | OPTIONAL [psi/fhir] | |
conclusion | OPTIONAL [psi/fhir] | markdown, free text |
conclusionCode | OPTIONAL [psi/fhir] | SNOMED CT code, if result is conclusive |