Composition-UGR-Example

Example of a Unified Genomic Record linking to patient demographics, test orders and results.

Composition
{
"resourceType": "Composition",
"id": "Composition-UGR-Example",
"system": "https://fhir.nhs.uk/Id/England-UnifiedGenomicRecord",
"value": "5acd7cf9-284e-4443-9763-2d1d8d524660"
},
"status": "final",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "824321000000109",
"display": "Summary record"
}
]
},
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "321401000000106",
"display": "Genomics"
}
]
}
],
"subject": {
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449307539"
}
},
"date": "2026-02-26T08:22:00Z",
"author": [
{
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "X26"
}
}
],
"title": "Unified Genomic Record Summary",
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "X26"
}
},
"section": [
{
"title": "Patient demographics",
"code": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings",
"code": "patient-demographics",
"display": "Patient demographics"
}
]
},
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Pheobe Smitham, Female, DOB: 2013-09-27</div>"
},
"entry": [
{
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449307539"
}
}
]
},
{
"title": "Investigations and procedures requested",
"code": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings",
"code": "investigations-and-procedures-requested",
"display": "Investigations and procedures requested"
}
]
},
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Test for R98.2, Likely inborn error of metabolism, 2026-01-13</div>"
},
"entry": [
{
"reference": "ServiceRequest/ServiceRequest-WGSTestOrderForm-TrioTestingProband-Example"
}
]
},
{
"title": "Investigation results",
"code": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings",
"code": "investigation-results",
"display": "Investigation results"
}
]
},
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Positive for Brown-Vialetto-Van Laere syndrome</div>"
},
"entry": [
{
"reference": "DiagnosticReport/DiagnosticReport-GenomicVariantAssessment-Example"
}
]
}
]
}
<Composition xmlns="http://hl7.org/fhir">
<id value="Composition-UGR-Example" />
<system value="https://fhir.nhs.uk/Id/England-UnifiedGenomicRecord" />
<value value="5acd7cf9-284e-4443-9763-2d1d8d524660" />
</identifier>
<status value="final" />
<system value="http://snomed.info/sct" />
<code value="824321000000109" />
<display value="Summary record" />
</coding>
</type>
<system value="http://snomed.info/sct" />
<code value="321401000000106" />
<display value="Genomics" />
</coding>
</category>
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9449307539" />
</identifier>
</subject>
<date value="2026-02-26T08:22:00Z" />
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="X26" />
</identifier>
</author>
<title value="Unified Genomic Record Summary" />
<confidentiality value="R" />
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="X26" />
</identifier>
</custodian>
<title value="Patient demographics" />
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" />
<code value="patient-demographics" />
<display value="Patient demographics" />
</coding>
</code>
<status value="generated" />
<div xmlns="http://www.w3.org/1999/xhtml">Pheobe Smitham, Female, DOB: 2013-09-27</div>
</text>
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9449307539" />
</identifier>
</entry>
</section>
<title value="Investigations and procedures requested" />
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" />
<code value="investigations-and-procedures-requested" />
<display value="Investigations and procedures requested" />
</coding>
</code>
<status value="generated" />
<div xmlns="http://www.w3.org/1999/xhtml">Test for R98.2, Likely inborn error of metabolism, 2026-01-13</div>
</text>
<reference value="ServiceRequest/ServiceRequest-WGSTestOrderForm-TrioTestingProband-Example" />
</entry>
</section>
<title value="Investigation results" />
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" />
<code value="investigation-results" />
<display value="Investigation results" />
</coding>
</code>
<status value="generated" />
<div xmlns="http://www.w3.org/1999/xhtml">Positive for Brown-Vialetto-Van Laere syndrome</div>
</text>
<reference value="DiagnosticReport/DiagnosticReport-GenomicVariantAssessment-Example" />
</entry>
</section>
</Composition>