DocumentReference

DocumentReference-PharmCAT-Example

Example of a DocumentReference depicting 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",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "8449303649"
}
},
"date": "2023-11-24T09:45:00+00:00",
"author": [
{
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "RJ1"
}
}
],
"description": "Phenotype Report",
"content": [
{
"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" />
<reference value="Patient/Patient-AnitaLamberts-Example" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="8449303649" />
</identifier>
</subject>
<date value="2023-11-24T09:45:00+00:00" />
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="RJ1" />
</identifier>
</author>
<description value="Phenotype Report" />
<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>
<reference value="ServiceRequest/ServiceRequest-NonWGSTestOrderForm-NewFollowupTest-Example" />
</related>
<reference value="Specimen/Specimen-BloodEDTA-Example" />
</related>
</context>
</DocumentReference>


DocumentReference-StructureReporting-Example

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

DocumentReference
{
"resourceType": "DocumentReference",
"id": "DocumentReference-StructureReporting-Example",
"status": "current",
"docStatus": "final",
"subject": {
"reference": "Patient/Patient-PheobeSmitham-Example",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449307539"
}
},
"date": "2023-10-16T09:45:00+00:00",
"author": [
{
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "R0A"
}
}
],
"description": "Phenotype Report",
"content": [
{
"contentType": "application/json",
"url": "drs://drs.genomicsengland.nhs.uk/ga4gh/drs/v1/objects/42375e7d-071c-4eb3-b1c8-cec11e245cf0",
"title": "-Structure Data Capture JSON report"
}
}
],
"context": {
"related": [
{
"reference": "ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-TrioTesting-Example"
},
{
"reference": "Specimen/Specimen-PheobeSmitham-Example"
},
{
"reference": "Specimen/Specimen-PheobeSmithamFather-Example"
},
{
"reference": "Specimen/Specimen-PheobeSmithamMother-Example"
}
]
}
}
<DocumentReference xmlns="http://hl7.org/fhir">
<id value="DocumentReference-StructureReporting-Example" />
<status value="current" />
<docStatus value="final" />
<reference value="Patient/Patient-PheobeSmitham-Example" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9449307539" />
</identifier>
</subject>
<date value="2023-10-16T09:45:00+00:00" />
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="R0A" />
</identifier>
</author>
<description value="Phenotype Report" />
<contentType value="application/json" />
<url value="drs://drs.genomicsengland.nhs.uk/ga4gh/drs/v1/objects/42375e7d-071c-4eb3-b1c8-cec11e245cf0" />
<title value="-Structure Data Capture JSON report" />
</attachment>
</content>
<reference value="ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-TrioTesting-Example" />
</related>
<reference value="Specimen/Specimen-PheobeSmitham-Example" />
</related>
<reference value="Specimen/Specimen-PheobeSmithamFather-Example" />
</related>
<reference value="Specimen/Specimen-PheobeSmithamMother-Example" />
</related>
</context>
</DocumentReference>


CommunityCloud-VCFDocumentReference-Example

Example of a DocumentReference depicting a reference to a genomic data file containing the minimal information required for the Community Cloud Project.

DocumentReference
{
"resourceType": "DocumentReference",
"id": "1e6aef26-d201-43d1-b54c-087cd4ee5c24",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-data-file"
]
},
"status": "current",
"subject": {
"system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",
"value": "SomePatientIdentifier"
}
},
"author": [
{
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "699M0"
},
"display": "NHS EAST GENOMIC LABORATORY HUB"
}
],
"content": [
{
"contentType": "application/gzip",
"url": "https://002-cen.s3.eu-west-2.amazonaws.com/grch38/haplotyper_normalised_v0.3/140103896-25301R0078-25NGCEN64-9527-F-99347387_markdup_recalibrated_Haplotyper.vcf.gz",
"title": "140103896-25301R0078-25NGCEN64-9527-F-99347387_markdup_recalibrated_Haplotyper.vcf.gz"
}
}
]
}
<DocumentReference xmlns="http://hl7.org/fhir">
<id value="1e6aef26-d201-43d1-b54c-087cd4ee5c24" />
<profile value="http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-data-file" />
</meta>
<status value="current" />
<system value="urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24" />
<value value="SomePatientIdentifier" />
</identifier>
</subject>
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="699M0" />
</identifier>
<display value="NHS EAST GENOMIC LABORATORY HUB" />
</author>
<contentType value="application/gzip" />
<url value="https://002-cen.s3.eu-west-2.amazonaws.com/grch38/haplotyper_normalised_v0.3/140103896-25301R0078-25NGCEN64-9527-F-99347387_markdup_recalibrated_Haplotyper.vcf.gz" />
<title value="140103896-25301R0078-25NGCEN64-9527-F-99347387_markdup_recalibrated_Haplotyper.vcf.gz" />
</attachment>
</content>
</DocumentReference>