DocumentReference

DocumentReference-PharmCAT-Example

Example of a DocumentReference dipicting a reference to a genomic data file linked to a DiagnosticReport for a Patient.

DocumentReference
{
    "resourceType": "DocumentReference",
    "id": "DocumentReference-PharmCAT-Example",
    "status": "current",
    "docStatus": "final",
    "subject": {
        "reference": "Patient/Patient-AnitaLamberts-Example",
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "8449303649"
        }
    },
    "date": "2023-11-24T09:45:00Z",
    "author":  [
        {
            "identifier": {
                "system": "https://fhir.nhs.uk/Id/ods-organization-code",
                "value": "RJ1"
            }
        }
    ],
    "description": "Phenotype Report",
    "content":  [
        {
            "attachment": {
                "contentType": "application/json",
                "url": "drs://drs.genomicsengland.nhs.uk/ga4gh/drs/v1/objects/42375e7d-071c-4eb3-b1c8-cec11e245cf0",
                "title": "PharmCAT JSON report"
            }
        }
    ],
    "context": {
        "related":  [
            {
                "reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderForm-NewFollowupTest-Example"
            },
            {
                "reference": "Specimen/Specimen-BloodEDTA-Example"
            }
        ]
    }
}
<DocumentReference xmlns="http://hl7.org/fhir">
    <id value="DocumentReference-PharmCAT-Example" />
    <status value="current" />
    <docStatus value="final" />
    <subject>
        <reference value="Patient/Patient-AnitaLamberts-Example" />
        <identifier>
            <system value="https://fhir.nhs.uk/Id/nhs-number" />
            <value value="8449303649" />
        </identifier>
    </subject>
    <date value="2023-11-24T09:45:00Z" />
    <author>
        <identifier>
            <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
            <value value="RJ1" />
        </identifier>
    </author>
    <description value="Phenotype Report" />
    <content>
        <attachment>
            <contentType value="application/json" />
            <url value="drs://drs.genomicsengland.nhs.uk/ga4gh/drs/v1/objects/42375e7d-071c-4eb3-b1c8-cec11e245cf0" />
            <title value="PharmCAT JSON report" />
        </attachment>
    </content>
    <context>
        <related>
            <reference value="ServiceRequest/ServiceRequest-NonWGSTestOrderForm-NewFollowupTest-Example" />
        </related>
        <related>
            <reference value="Specimen/Specimen-BloodEDTA-Example" />
        </related>
    </context>
</DocumentReference>