RequestGroup-WGSTrioTesting-Example

Example of a RequestGroup resource linking a Proband and consultand in a family testing, as in the case of Duo/Trio testing.

RequestGroup
{
"resourceType": "RequestGroup",
"id": "RequestGroup-WGSTrioTesting-Example",
{
"system": "https://fhir.leedssth.nhs.uk//Id/grouptestId",
"value": "RR-REQ12764",
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "RR8"
}
}
}
],
"status": "active",
"intent": "order",
"subject": {
"reference": "Patient/Patient-PheobeSmitham-Example",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449307539"
}
},
"authoredOn": "2026-01-13T12:00:00Z",
"action": [
{
"reference": "ServiceRequest/ServiceRequest-WGSTestOrderForm-TrioTestingProband-Example"
}
},
{
"reference": "ServiceRequest/ServiceRequest-WGSTestOrderForm-TrioTestingProbandFather-Example"
}
},
{
"reference": "ServiceRequest/ServiceRequest-WGSTestOrderForm-TrioTestingProbandMother-Example"
}
}
]
}
<RequestGroup xmlns="http://hl7.org/fhir">
<id value="RequestGroup-WGSTrioTesting-Example" />
<system value="https://fhir.leedssth.nhs.uk//Id/grouptestId" />
<value value="RR-REQ12764" />
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="RR8" />
</identifier>
</assigner>
</identifier>
<status value="active" />
<intent value="order" />
<reference value="Patient/Patient-PheobeSmitham-Example" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9449307539" />
</identifier>
</subject>
<authoredOn value="2026-01-13T12:00:00Z" />
<reference value="ServiceRequest/ServiceRequest-WGSTestOrderForm-TrioTestingProband-Example" />
</resource>
</action>
<reference value="ServiceRequest/ServiceRequest-WGSTestOrderForm-TrioTestingProbandFather-Example" />
</resource>
</action>
<reference value="ServiceRequest/ServiceRequest-WGSTestOrderForm-TrioTestingProbandMother-Example" />
</resource>
</action>
</RequestGroup>