DiagnosticReport-FayMutlowGeneticReport-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-FayMutlowGeneticReport-Example",
{
"system": "https://newcastle-hospitsls.nhs.uk/nwglh/lims",
"value": "FHGenomicReport",
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "RTD"
}
}
}
],
"basedOn": [
{
"reference": "ServiceRequest/ServiceRequest-SavedTestOrderUpdated-CascadeTesting-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-FayMutlow-Example"
},
"issued": "2023-10-09T09:45:00Z",
{
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "RTD"
}
}
],
{
"reference": "Specimen/Specimen-FayMutlowBloodEDTA-Example"
}
],
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "398036000",
"display": "Familial hypercholesterolemia"
}
]
}
],
{
"contentType": "application/pdf",
"language": "en-GB",
"url": "https://ytlqh0.axshare.com/?id=swl7sq&p=view_report",
"size": 43272,
"title": "Genomic Report for Fay Mutlow",
"creation": "2023-10-22"
}
]
}
<DiagnosticReport xmlns="http://hl7.org/fhir">
<id value="DiagnosticReport-FayMutlowGeneticReport-Example" />
<system value="https://newcastle-hospitsls.nhs.uk/nwglh/lims" />
<value value="FHGenomicReport" />
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="RTD" />
</identifier>
</assigner>
</identifier>
<reference value="ServiceRequest/ServiceRequest-SavedTestOrderUpdated-CascadeTesting-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-FayMutlow-Example" />
</subject>
<issued value="2023-10-09T09:45:00Z" />
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="RTD" />
</identifier>
</performer>
<reference value="Specimen/Specimen-FayMutlowBloodEDTA-Example" />
</specimen>
<system value="http://snomed.info/sct" />
<code value="398036000" />
<display value="Familial hypercholesterolemia" />
</coding>
</conclusionCode>
<contentType value="application/pdf" />
<language value="en-GB" />
<url value="https://ytlqh0.axshare.com/?id=swl7sq&p=view_report" />
<size value="43272" />
<title value="Genomic Report for Fay Mutlow" />
<creation value="2023-10-22" />
</presentedForm>
</DiagnosticReport>