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