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
{
"resourceType": "DiagnosticReport",
"id": "DiagnosticReport-JamesMetcalfeGeneticReport-Example",
{
"system": "https://royaldevon.nhs.uk//nwglh/lims",
"value": "MD_GenomicReport",
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "RH8"
}
}
}
],
"basedOn": [
{
"reference": "ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-DirectToLab-Example"
}
],
"status": "final",
{
"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",
{
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "RH8"
}
}
],
{
"reference": "Specimen/Specimen-JamesMetcalfeBloodEDTA-Example"
}
],
{
"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" />
<system value="https://royaldevon.nhs.uk//nwglh/lims" />
<value value="MD_GenomicReport" />
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="RH8" />
</identifier>
</assigner>
</identifier>
<reference value="ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-DirectToLab-Example" />
</basedOn>
<status value="final" />
<system value="http://terminology.hl7.org/CodeSystem/v2-0074" />
<code value="GE" />
<display value="Genetics" />
</coding>
</category>
<system value="http://snomed.info/sct" />
<code value="1054161000000101" />
<display value="Genetic report" />
</coding>
</code>
<reference value="Patient/Patient-JamesMetcalfe-Example" />
</subject>
<issued value="2023-10-18T11:10:00Z" />
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="RH8" />
</identifier>
</performer>
<reference value="Specimen/Specimen-JamesMetcalfeBloodEDTA-Example" />
</specimen>
<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>