DiagnosticReport-AnitaLamberts-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-AnitaLamberts-Example",
    "identifier":  [
        {
            "system": "https://www.guysandstthomas.nhs.uk/SEGLH/lims",
            "value": "FHGenomicReport",
            "assigner": {
                "identifier": {
                    "system": "https://fhir.nhs.uk/Id/ods-organization-code",
                    "value": "RJ1"
                }
            }
        }
    ],
    "basedOn":  [
        {
            "reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderForm-NewFollowupTest-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-AnitaLamberts-Example"
    },
    "issued": "2023-11-24T09:45:00Z",
    "performer":  [
        {
            "identifier": {
                "system": "https://fhir.nhs.uk/Id/ods-organization-code",
                "value": "RJ1"
            }
        }
    ],
    "specimen":  [
        {
            "reference": "Specimen/Specimen-BloodEDTA-Example"
        }
    ],
    "presentedForm":  [
        {
            "contentType": "application/pdf",
            "language": "en-GB",
            "url": "https://o719on.axshare.com/?id=8aol33&p=introduction&g=1",
            "size": 43272,
            "title": "Genomic Report for Anita Lamberts",
            "creation": "2023-11-24"
        }
    ]
}
<DiagnosticReport xmlns="http://hl7.org/fhir">
    <id value="DiagnosticReport-AnitaLamberts-Example" />
    <identifier>
        <system value="https://www.guysandstthomas.nhs.uk/SEGLH/lims" />
        <value value="FHGenomicReport" />
        <assigner>
            <identifier>
                <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
                <value value="RJ1" />
            </identifier>
        </assigner>
    </identifier>
    <basedOn>
        <reference value="ServiceRequest/ServiceRequest-NonWGSTestOrderForm-NewFollowupTest-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-AnitaLamberts-Example" />
    </subject>
    <issued value="2023-11-24T09:45:00Z" />
    <performer>
        <identifier>
            <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
            <value value="RJ1" />
        </identifier>
    </performer>
    <specimen>
        <reference value="Specimen/Specimen-BloodEDTA-Example" />
    </specimen>
    <presentedForm>
        <contentType value="application/pdf" />
        <language value="en-GB" />
        <url value="https://o719on.axshare.com/?id=8aol33&amp;p=introduction&amp;g=1" />
        <size value="43272" />
        <title value="Genomic Report for Anita Lamberts" />
        <creation value="2023-11-24" />
    </presentedForm>
</DiagnosticReport>