Task-WGSRareDiseaseTestOrderAccepted-TrioTestingMother-Example

Example of a Task for sample alignment of consultand samples.

Task
{
"resourceType": "Task",
"id": "Task-WGSRareDiseaseTestOrderAccepted-TrioTestingMother-Example",
"status": "accepted",
"coding": [
{
"system": "https://fhir.nhs.uk/CodeSystem/business-status-genomics",
"code": "sample-received",
"display": "Sample Received"
}
]
},
"intent": "order",
"priority": "routine",
"code": {
"coding": [
{
"system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics",
"code": "request-sample-alignment",
"display": "Request & Sample Alignment"
}
]
},
"focus": {
"reference": "ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-TrioTestingProband-Example"
},
"for": {
"reference": "Patient/Patient-PheobeSmithamMother-Example",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449307246"
}
},
"authoredOn": "2023-09-15T15:00:00Z",
"lastModified": "2023-09-18T15:00:00Z",
"reference": "PractitionerRole/PractitionerRole-EugeneSmithLeedsSTH-Example"
},
"owner": {
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "R0A"
},
"display": "MANCHESTER UNIVERSITY NHS FOUNDATION TRUST"
},
"note": [
{
"text": "Optional Free Text field to record any additional details"
}
],
"input": [
{
"type": {
"coding": [
{
"system": "https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics",
"code": "Specimen",
"display": "Specimen"
}
]
},
"reference": "Specimen/Specimen-PheobeSmithamMother-Example"
}
},
{
"type": {
"coding": [
{
"system": "https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics",
"code": "Consent",
"display": "Consent"
}
]
},
"reference": "Consent/Consent-RoD-PheobeSmithamMother-Example"
}
}
]
}
<Task xmlns="http://hl7.org/fhir">
<id value="Task-WGSRareDiseaseTestOrderAccepted-TrioTestingMother-Example" />
<status value="accepted" />
<system value="https://fhir.nhs.uk/CodeSystem/business-status-genomics" />
<code value="sample-received" />
<display value="Sample Received" />
</coding>
</businessStatus>
<intent value="order" />
<priority value="routine" />
<system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" />
<code value="request-sample-alignment" />
<display value="Request & Sample Alignment" />
</coding>
</code>
<reference value="ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-TrioTestingProband-Example" />
</focus>
<for>
<reference value="Patient/Patient-PheobeSmithamMother-Example" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9449307246" />
</identifier>
</for>
<authoredOn value="2023-09-15T15:00:00Z" />
<lastModified value="2023-09-18T15:00:00Z" />
<reference value="PractitionerRole/PractitionerRole-EugeneSmithLeedsSTH-Example" />
</requester>
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="R0A" />
</identifier>
<display value="MANCHESTER UNIVERSITY NHS FOUNDATION TRUST" />
</owner>
<text value="Optional Free Text field to record any additional details" />
</note>
<system value="https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics" />
<code value="Specimen" />
<display value="Specimen" />
</coding>
</type>
<reference value="Specimen/Specimen-PheobeSmithamMother-Example" />
</valueReference>
</input>
<system value="https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics" />
<code value="Consent" />
<display value="Consent" />
</coding>
</type>
<reference value="Consent/Consent-RoD-PheobeSmithamMother-Example" />
</valueReference>
</input>
</Task>