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:00Z",
"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:00Z" />
<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:00Z",
"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:00Z" />
<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>