Notice
- Important: This guidance is under active development by NHS England and content may be added or updated on a regular basis.
- This Implementation Guide is currently in Draft and SHOULD NOT be used for development or active implementation without express direction from the NHS England Genomics Unit.
DiagnosticReport-JamesMetcalfeGeneticReport-Example
Example of a DiagnosticReport with the minimal amount of information expected by the Genomic Medicine Service when returning unstructured reports back to a requester (NOTE: basedOn SHALL reference a ServiceRequest resource within the central broker). For Structured Reports, users SHOULD follow guidance provided within the HL7 Genomic Reporting Implementation Guide.
DiagnosticReport |
id : DiagnosticReport-JamesMetcalfeGeneticReport-Example |
identifier |
system : https://royaldevon.nhs.uk//nwglh/lims |
value : MD_GenomicReport |
assigner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RH8 |
basedOn |
reference : ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-DirectToLab-Example |
status : final |
category |
coding |
system : http://terminology.hl7.org/CodeSystem/v2-0074 |
code : GE |
display : Genetics |
code |
coding |
system : http://snomed.info/sct |
code : 1054161000000101 |
display : Genetic report |
subject |
reference : Patient/Patient-JamesMetcalfe-Example |
issued : 2023-10-18T11:10:00Z |
performer |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RH8 |
specimen |
reference : Specimen/Specimen-JamesMetcalfeBloodEDTA-Example |
presentedForm |
contentType : application/pdf |
language : en-GB |
url : https://rgvu8f.axshare.com/?id=c6inxk&p=requester-_view_final_report |
size : 43272 |
title : Genomic Report for James Metcalfe |
creation : 2023-10-10 |
{ "resourceType": "DiagnosticReport", "id": "DiagnosticReport-JamesMetcalfeGeneticReport-Example", "identifier": [ { "system": "https://royaldevon.nhs.uk//nwglh/lims", "value": "MD_GenomicReport", "assigner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RH8" } } } ], "basedOn": [ { "reference": "ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-DirectToLab-Example" } ], "status": "final", "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0074", "code": "GE", "display": "Genetics" } ] } ], "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "1054161000000101", "display": "Genetic report" } ] }, "subject": { "reference": "Patient/Patient-JamesMetcalfe-Example" }, "issued": "2023-10-18T11:10:00Z", "performer": [ { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RH8" } } ], "specimen": [ { "reference": "Specimen/Specimen-JamesMetcalfeBloodEDTA-Example" } ], "presentedForm": [ { "contentType": "application/pdf", "language": "en-GB", "url": "https://rgvu8f.axshare.com/?id=c6inxk&p=requester-_view_final_report", "size": 43272, "title": "Genomic Report for James Metcalfe", "creation": "2023-10-10" } ] }
<DiagnosticReport xmlns="http://hl7.org/fhir"> <id value="DiagnosticReport-JamesMetcalfeGeneticReport-Example" /> <identifier> <system value="https://royaldevon.nhs.uk//nwglh/lims" /> <value value="MD_GenomicReport" /> <assigner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RH8" /> </identifier> </assigner> </identifier> <basedOn> <reference value="ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-DirectToLab-Example" /> </basedOn> <status value="final" /> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/v2-0074" /> <code value="GE" /> <display value="Genetics" /> </coding> </category> <code> <coding> <system value="http://snomed.info/sct" /> <code value="1054161000000101" /> <display value="Genetic report" /> </coding> </code> <subject> <reference value="Patient/Patient-JamesMetcalfe-Example" /> </subject> <issued value="2023-10-18T11:10:00Z" /> <performer> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RH8" /> </identifier> </performer> <specimen> <reference value="Specimen/Specimen-JamesMetcalfeBloodEDTA-Example" /> </specimen> <presentedForm> <contentType value="application/pdf" /> <language value="en-GB" /> <url value="https://rgvu8f.axshare.com/?id=c6inxk&p=requester-_view_final_report" /> <size value="43272" /> <title value="Genomic Report for James Metcalfe" /> <creation value="2023-10-10" /> </presentedForm> </DiagnosticReport>