Notice
- Important: This guidance is under active development by NHS England and content may be added or updated on a regular basis.
- This Implementation Guide is currently in Draft and SHOULD NOT be used for development or active implementation without express direction from the NHS England Genomics Unit.
Task
Task-NonWGSRareDiseaseTestOrder-Cancellation-Example
Example of a Task updated upon submission of a test cancellation request.
Task |
id : Task-NonWGSRareDiseaseTestOrder-Cancellation-Example |
status : cancelled |
statusReason |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics |
code : task-no-longer-required |
display : Task No Longer Required |
intent : order |
priority : routine |
code |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-code-genomics |
code : process-genomic-test-request |
display : Process Genomic Test Request |
focus |
reference : ServiceRequest/ServiceRequest-NonWGSTestOrderForm-Cancellation-Example |
for |
reference : Patient/Patient-MeirLieberman-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307873 |
authoredOn : 2023-08-08T15:43:00Z |
lastModified : 2023-08-08T15:43:00Z |
requester |
reference : PractitionerRole/PractitionerRole-GeneSmithENT-Example |
owner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RGT01 |
display : ADDENBROOKE'S HOSPITAL |
note |
text : Test no longer required. |
{ "resourceType": "Task", "id": "Task-NonWGSRareDiseaseTestOrder-Cancellation-Example", "status": "cancelled", "statusReason": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics", "code": "task-no-longer-required", "display": "Task No Longer Required" } ] }, "intent": "order", "priority": "routine", "code": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics", "code": "process-genomic-test-request", "display": "Process Genomic Test Request" } ] }, "focus": { "reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderForm-Cancellation-Example" }, "for": { "reference": "Patient/Patient-MeirLieberman-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307873" } }, "authoredOn": "2023-08-08T15:43:00Z", "lastModified": "2023-08-08T15:43:00Z", "requester": { "reference": "PractitionerRole/PractitionerRole-GeneSmithENT-Example" }, "owner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RGT01" }, "display": "ADDENBROOKE'S HOSPITAL" }, "note": [ { "text": "Test no longer required." } ] }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-NonWGSRareDiseaseTestOrder-Cancellation-Example" /> <status value="cancelled" /> <statusReason> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics" /> <code value="task-no-longer-required" /> <display value="Task No Longer Required" /> </coding> </statusReason> <intent value="order" /> <priority value="routine" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="process-genomic-test-request" /> <display value="Process Genomic Test Request" /> </coding> </code> <focus> <reference value="ServiceRequest/ServiceRequest-NonWGSTestOrderForm-Cancellation-Example" /> </focus> <for> <reference value="Patient/Patient-MeirLieberman-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307873" /> </identifier> </for> <authoredOn value="2023-08-08T15:43:00Z" /> <lastModified value="2023-08-08T15:43:00Z" /> <requester> <reference value="PractitionerRole/PractitionerRole-GeneSmithENT-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RGT01" /> </identifier> <display value="ADDENBROOKE'S HOSPITAL" /> </owner> <note> <text value="Test no longer required." /> </note> </Task>
Task-NonWGSRareDiseaseTestOrder-Example
Example of a Task created upon submission of a test request. NOTE: Task codes and status are pending further business analysis.
Task |
id : Task-NonWGSRareDiseaseTestOrder-Example |
status : requested |
intent : order |
priority : routine |
code |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-code-genomics |
code : process-genomic-test-request |
display : Process Genomic Test Request |
focus |
reference : ServiceRequest/ServiceRequest-SavedTestOrder-Example |
for |
reference : Patient/Patient-MeirLieberman-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307873 |
authoredOn : 2023-08-05 |
requester |
reference : PractitionerRole/PractitionerRole-GeneSmithENT-Example |
{ "resourceType": "Task", "id": "Task-NonWGSRareDiseaseTestOrder-Example", "status": "requested", "intent": "order", "priority": "routine", "code": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics", "code": "process-genomic-test-request", "display": "Process Genomic Test Request" } ] }, "focus": { "reference": "ServiceRequest/ServiceRequest-SavedTestOrder-Example" }, "for": { "reference": "Patient/Patient-MeirLieberman-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307873" } }, "authoredOn": "2023-08-05", "requester": { "reference": "PractitionerRole/PractitionerRole-GeneSmithENT-Example" } }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-NonWGSRareDiseaseTestOrder-Example" /> <status value="requested" /> <intent value="order" /> <priority value="routine" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="process-genomic-test-request" /> <display value="Process Genomic Test Request" /> </coding> </code> <focus> <reference value="ServiceRequest/ServiceRequest-SavedTestOrder-Example" /> </focus> <for> <reference value="Patient/Patient-MeirLieberman-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307873" /> </identifier> </for> <authoredOn value="2023-08-05" /> <requester> <reference value="PractitionerRole/PractitionerRole-GeneSmithENT-Example" /> </requester> </Task>
Task-NonWGSRareDiseaseTestOrderAccepted-Example
Example of a Task accepted by a filler organization. NOTE: Task codes and status are pending further business analysis.
Task |
id : Task-NonWGSRareDiseaseTestOrderAccepted-Example |
status : accepted |
statusReason |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics |
code : awaiting-sample |
display : Awaiting Sample |
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-SavedTestOrder-Example |
for |
reference : Patient/Patient-MeirLieberman-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307873 |
authoredOn : 2023-08-05 |
lastModified : 2023-08-08 |
requester |
reference : PractitionerRole/PractitionerRole-GeneSmithENT-Example |
owner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : 69010 |
display : Pathology Lab - ADDENBROOKE'S HOSPITAL LABORATORY |
note |
text : Optional Free Text field to record any additional details |
{ "resourceType": "Task", "id": "Task-NonWGSRareDiseaseTestOrderAccepted-Example", "status": "accepted", "statusReason": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics", "code": "awaiting-sample", "display": "Awaiting Sample" } ] }, "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-SavedTestOrder-Example" }, "for": { "reference": "Patient/Patient-MeirLieberman-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307873" } }, "authoredOn": "2023-08-05", "lastModified": "2023-08-08", "requester": { "reference": "PractitionerRole/PractitionerRole-GeneSmithENT-Example" }, "owner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "69010" }, "display": "Pathology Lab - ADDENBROOKE'S HOSPITAL LABORATORY" }, "note": [ { "text": "Optional Free Text field to record any additional details" } ] }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-NonWGSRareDiseaseTestOrderAccepted-Example" /> <status value="accepted" /> <statusReason> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics" /> <code value="awaiting-sample" /> <display value="Awaiting Sample" /> </coding> </statusReason> <intent value="order" /> <priority value="routine" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="request-sample-alignment" /> <display value="Request & Sample Alignment" /> </coding> </code> <focus> <reference value="ServiceRequest/ServiceRequest-SavedTestOrder-Example" /> </focus> <for> <reference value="Patient/Patient-MeirLieberman-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307873" /> </identifier> </for> <authoredOn value="2023-08-05" /> <lastModified value="2023-08-08" /> <requester> <reference value="PractitionerRole/PractitionerRole-GeneSmithENT-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="69010" /> </identifier> <display value="Pathology Lab - ADDENBROOKE'S HOSPITAL LABORATORY" /> </owner> <note> <text value="Optional Free Text field to record any additional details" /> </note> </Task>
Task-NonWGSRareDiseaseTestOrderAccepted-FetalScenario-Example
Example of a Task accepted by a filler organization. NOTE: Task codes and status are pending further business analysis.
Task |
id : Task-NonWGSRareDiseaseTestOrderAccepted-FetalScenario-Example |
status : accepted |
businessStatus |
coding |
system : https://fhir.nhs.uk/CodeSystem/business-status-genomics |
code : sample-received |
display : Sample Received |
intent : order |
priority : urgent |
code |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-code-genomics |
code : process-genomic-test-request |
display : Process Genomic Test Request |
focus |
reference : ServiceRequest/ServiceRequest-NonWGSTestOrderFormUpdated-FetalScenario-Example |
for |
reference : Patient/Patient-FoetusOfRyanneBoulder-Example |
identifier |
system : urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24 |
value : FT-RWT13521 |
assigner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RAX |
authoredOn : 2023-09-25T10:00:00Z |
lastModified : 2023-10-02T09:37:00Z |
requester |
reference : PractitionerRole/PractitionerRole-LoisLaneKingstonClinicalGenetics-Example |
owner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RJ1 |
display : GUY'S AND ST THOMAS' NHS FOUNDATION TRUST |
note |
text : Optional Free Text field to record any additional details |
{ "resourceType": "Task", "id": "Task-NonWGSRareDiseaseTestOrderAccepted-FetalScenario-Example", "status": "accepted", "businessStatus": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/business-status-genomics", "code": "sample-received", "display": "Sample Received" } ] }, "intent": "order", "priority": "urgent", "code": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics", "code": "process-genomic-test-request", "display": "Process Genomic Test Request" } ] }, "focus": { "reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderFormUpdated-FetalScenario-Example" }, "for": { "reference": "Patient/Patient-FoetusOfRyanneBoulder-Example", "identifier": [ { "system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24", "value": "FT-RWT13521", "assigner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RAX" } } } ] }, "authoredOn": "2023-09-25T10:00:00Z", "lastModified": "2023-10-02T09:37:00Z", "requester": { "reference": "PractitionerRole/PractitionerRole-LoisLaneKingstonClinicalGenetics-Example" }, "owner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RJ1" }, "display": "GUY'S AND ST THOMAS' NHS FOUNDATION TRUST" }, "note": [ { "text": "Optional Free Text field to record any additional details" } ] }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-NonWGSRareDiseaseTestOrderAccepted-FetalScenario-Example" /> <status value="accepted" /> <businessStatus> <coding> <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="urgent" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="process-genomic-test-request" /> <display value="Process Genomic Test Request" /> </coding> </code> <focus> <reference value="ServiceRequest/ServiceRequest-NonWGSTestOrderFormUpdated-FetalScenario-Example" /> </focus> <for> <reference value="Patient/Patient-FoetusOfRyanneBoulder-Example" /> <identifier> <system value="urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24" /> <value value="FT-RWT13521" /> <assigner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RAX" /> </identifier> </assigner> </identifier> </for> <authoredOn value="2023-09-25T10:00:00Z" /> <lastModified value="2023-10-02T09:37:00Z" /> <requester> <reference value="PractitionerRole/PractitionerRole-LoisLaneKingstonClinicalGenetics-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RJ1" /> </identifier> <display value="GUY'S AND ST THOMAS' NHS FOUNDATION TRUST" /> </owner> <note> <text value="Optional Free Text field to record any additional details" /> </note> </Task>
Task-NonWGSRareDiseaseTestOrderAccepted-FollowupTest-Example
Example of a Task accepted by a filler organization. NOTE: Task codes and status are pending further business.
Task |
id : Task-NonWGSRareDiseaseTestOrderAccepted-FollowupTest-Example |
status : accepted |
intent : order |
priority : routine |
code |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-code-genomics |
code : process-genomic-test-request |
display : Process Genomic Test Request |
focus |
reference : ServiceRequest/ServiceRequest-NonWGSTestOrderForm-FollowupTest-Example |
for |
reference : Patient/Patient-AnitaLamberts-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 8449303649 |
authoredOn : 2023-11-01T10:00:00Z |
lastModified : 2023-11-02T11:00:00Z |
requester |
reference : PractitionerRole/PractitionerRole-GeneSmith-Example |
owner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RJ1 |
display : GUY'S AND ST THOMAS' NHS FOUNDATION TRUST |
note |
text : Optional Free Text field to record any additional details |
{ "resourceType": "Task", "id": "Task-NonWGSRareDiseaseTestOrderAccepted-FollowupTest-Example", "status": "accepted", "intent": "order", "priority": "routine", "code": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics", "code": "process-genomic-test-request", "display": "Process Genomic Test Request" } ] }, "focus": { "reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderForm-FollowupTest-Example" }, "for": { "reference": "Patient/Patient-AnitaLamberts-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "8449303649" } }, "authoredOn": "2023-11-01T10:00:00Z", "lastModified": "2023-11-02T11:00:00Z", "requester": { "reference": "PractitionerRole/PractitionerRole-GeneSmith-Example" }, "owner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RJ1" }, "display": "GUY'S AND ST THOMAS' NHS FOUNDATION TRUST" }, "note": [ { "text": "Optional Free Text field to record any additional details" } ] }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-NonWGSRareDiseaseTestOrderAccepted-FollowupTest-Example" /> <status value="accepted" /> <intent value="order" /> <priority value="routine" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="process-genomic-test-request" /> <display value="Process Genomic Test Request" /> </coding> </code> <focus> <reference value="ServiceRequest/ServiceRequest-NonWGSTestOrderForm-FollowupTest-Example" /> </focus> <for> <reference value="Patient/Patient-AnitaLamberts-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="8449303649" /> </identifier> </for> <authoredOn value="2023-11-01T10:00:00Z" /> <lastModified value="2023-11-02T11:00:00Z" /> <requester> <reference value="PractitionerRole/PractitionerRole-GeneSmith-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RJ1" /> </identifier> <display value="GUY'S AND ST THOMAS' NHS FOUNDATION TRUST" /> </owner> <note> <text value="Optional Free Text field to record any additional details" /> </note> </Task>
Task-NonWGSRareDiseaseTestOrderAccepted-HaemOncology-Example
Example of a Task accepted by a filler organization. NOTE: Task codes and status are pending further business analysis.
Task |
id : Task-NonWGSRareDiseaseTestOrderAccepted-HaemOncology-Example |
status : accepted |
intent : order |
priority : routine |
code |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-code-genomics |
code : process-genomic-test-request |
display : Process Genomic Test Request |
focus |
reference : ServiceRequest/ServiceRequest-NonWGSTestOrderForm-HaemOncologyUpdated-Example |
for |
reference : Patient/Patient-PatrickSammy-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307873 |
authoredOn : 2023-09-04T15:43:00Z |
requester |
reference : PractitionerRole/PractitionerRole-HazelSmithPathology-Example |
owner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RR8 |
display : LEEDS TEACHING HOSPITALS NHS TRUST |
note |
text : M code modified to M91.4. Appropriate testing |
{ "resourceType": "Task", "id": "Task-NonWGSRareDiseaseTestOrderAccepted-HaemOncology-Example", "status": "accepted", "intent": "order", "priority": "routine", "code": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics", "code": "process-genomic-test-request", "display": "Process Genomic Test Request" } ] }, "focus": { "reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderForm-HaemOncologyUpdated-Example" }, "for": { "reference": "Patient/Patient-PatrickSammy-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307873" } }, "authoredOn": "2023-09-04T15:43:00Z", "requester": { "reference": "PractitionerRole/PractitionerRole-HazelSmithPathology-Example" }, "owner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RR8" }, "display": "LEEDS TEACHING HOSPITALS NHS TRUST" }, "note": [ { "text": "M code modified to M91.4. Appropriate testing" } ] }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-NonWGSRareDiseaseTestOrderAccepted-HaemOncology-Example" /> <status value="accepted" /> <intent value="order" /> <priority value="routine" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="process-genomic-test-request" /> <display value="Process Genomic Test Request" /> </coding> </code> <focus> <reference value="ServiceRequest/ServiceRequest-NonWGSTestOrderForm-HaemOncologyUpdated-Example" /> </focus> <for> <reference value="Patient/Patient-PatrickSammy-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307873" /> </identifier> </for> <authoredOn value="2023-09-04T15:43:00Z" /> <requester> <reference value="PractitionerRole/PractitionerRole-HazelSmithPathology-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RR8" /> </identifier> <display value="LEEDS TEACHING HOSPITALS NHS TRUST" /> </owner> <note> <text value="M code modified to M91.4. Appropriate testing" /> </note> </Task>
Task-NonWGSRareDiseaseTestOrderAccepted-Reanalysis-Example
Example of a Task accepted by a filler organization. NOTE: Task codes and status are pending further business analysis.
Task |
id : Task-NonWGSRareDiseaseTestOrderAccepted-Reanlaysis-Example |
status : accepted |
intent : order |
priority : routine |
code |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-code-genomics |
code : process-genomic-test-request |
display : Process Genomic Test Request |
focus |
reference : ServiceRequest/ServiceRequest-NonWGSTestOrderForm-ReAnalysis-Example |
for |
reference : Patient/Patient-DemeizaSeo-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307559 |
authoredOn : 2023-09-06T00:00:00Z |
lastModified : 2023-09-06T11:08:00Z |
requester |
reference : PractitionerRole/PractitionerRole-HazelSmithKingstonPathology-Example |
owner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RJ1 |
display : GUY'S AND ST THOMAS' NHS FOUNDATION TRUST |
note |
text : Optional Free Text field to record any additional details |
{ "resourceType": "Task", "id": "Task-NonWGSRareDiseaseTestOrderAccepted-Reanlaysis-Example", "status": "accepted", "intent": "order", "priority": "routine", "code": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics", "code": "process-genomic-test-request", "display": "Process Genomic Test Request" } ] }, "focus": { "reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderForm-ReAnalysis-Example" }, "for": { "reference": "Patient/Patient-DemeizaSeo-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307559" } }, "authoredOn": "2023-09-06T00:00:00Z", "lastModified": "2023-09-06T11:08:00Z", "requester": { "reference": "PractitionerRole/PractitionerRole-HazelSmithKingstonPathology-Example" }, "owner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RJ1" }, "display": "GUY'S AND ST THOMAS' NHS FOUNDATION TRUST" }, "note": [ { "text": "Optional Free Text field to record any additional details" } ] }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-NonWGSRareDiseaseTestOrderAccepted-Reanlaysis-Example" /> <status value="accepted" /> <intent value="order" /> <priority value="routine" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="process-genomic-test-request" /> <display value="Process Genomic Test Request" /> </coding> </code> <focus> <reference value="ServiceRequest/ServiceRequest-NonWGSTestOrderForm-ReAnalysis-Example" /> </focus> <for> <reference value="Patient/Patient-DemeizaSeo-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307559" /> </identifier> </for> <authoredOn value="2023-09-06T00:00:00Z" /> <lastModified value="2023-09-06T11:08:00Z" /> <requester> <reference value="PractitionerRole/PractitionerRole-HazelSmithKingstonPathology-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RJ1" /> </identifier> <display value="GUY'S AND ST THOMAS' NHS FOUNDATION TRUST" /> </owner> <note> <text value="Optional Free Text field to record any additional details" /> </note> </Task>
Task-NonWGSRareDiseaseTestOrderAccepted-SufficientSample-Example
Example of a Task accepted by a filler organization. NOTE: Task codes and status are pending further business analysis.
Task |
id : Task-NonWGSRareDiseaseTestOrderAccepted-SufficientSample-Example |
status : accepted |
businessStatus |
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 : sample-preparation |
display : Sample Preparation |
focus |
reference : ServiceRequest/ServiceRequest-NonWGSTestOrderFormUpdated-SolidTumor-Example |
for |
reference : Patient/Patient-ZelmaHadjkiss-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307555 |
authoredOn : 2023-09-08 |
lastModified : 2023-09-09T15:43:00Z |
requester |
reference : PractitionerRole/PractitionerRole-HazelSmithKingstonPathology-Example |
owner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RAX01 |
display : Kingston Hospital 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 : ConsignmentNumber |
display : Consignment Number |
value |
system : https://www.royalmail.com/track-your-item#/ |
value : HZ970705811GB |
input |
type |
coding |
system : https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics |
code : Specimen |
display : Specimen |
value |
reference : Specimen/Specimen-CancerSolidTumor-Example |
{ "resourceType": "Task", "id": "Task-NonWGSRareDiseaseTestOrderAccepted-SufficientSample-Example", "status": "accepted", "businessStatus": { "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": "sample-preparation", "display": "Sample Preparation" } ] }, "focus": { "reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderFormUpdated-SolidTumor-Example" }, "for": { "reference": "Patient/Patient-ZelmaHadjkiss-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307555" } }, "authoredOn": "2023-09-08", "lastModified": "2023-09-09T15:43:00Z", "requester": { "reference": "PractitionerRole/PractitionerRole-HazelSmithKingstonPathology-Example" }, "owner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RAX01" }, "display": "Kingston Hospital 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": "ConsignmentNumber", "display": "Consignment Number" } ] }, "valueIdentifier": { "system": "https://www.royalmail.com/track-your-item#/", "value": "HZ970705811GB" } }, { "type": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics", "code": "Specimen", "display": "Specimen" } ] }, "valueReference": { "reference": "Specimen/Specimen-CancerSolidTumor-Example" } } ] }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-NonWGSRareDiseaseTestOrderAccepted-SufficientSample-Example" /> <status value="accepted" /> <businessStatus> <coding> <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" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="sample-preparation" /> <display value="Sample Preparation" /> </coding> </code> <focus> <reference value="ServiceRequest/ServiceRequest-NonWGSTestOrderFormUpdated-SolidTumor-Example" /> </focus> <for> <reference value="Patient/Patient-ZelmaHadjkiss-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307555" /> </identifier> </for> <authoredOn value="2023-09-08" /> <lastModified value="2023-09-09T15:43:00Z" /> <requester> <reference value="PractitionerRole/PractitionerRole-HazelSmithKingstonPathology-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RAX01" /> </identifier> <display value="Kingston Hospital NHS Foundation Trust" /> </owner> <note> <text value="Optional Free Text field to record any additional details" /> </note> <input> <type> <coding> <system value="https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics" /> <code value="ConsignmentNumber" /> <display value="Consignment Number" /> </coding> </type> <valueIdentifier> <system value="https://www.royalmail.com/track-your-item#/" /> <value value="HZ970705811GB" /> </valueIdentifier> </input> <input> <type> <coding> <system value="https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics" /> <code value="Specimen" /> <display value="Specimen" /> </coding> </type> <valueReference> <reference value="Specimen/Specimen-CancerSolidTumor-Example" /> </valueReference> </input> </Task>
Task-NonWGSRareDiseaseTestOrderCancelled-FollowupTest-Example
Example of a Task updated by a requester orgnization to indicate a test is being cancelled.
Task |
id : Task-NonWGSRareDiseaseTestOrderCancelled-FollowupTest-Example |
status : cancelled |
statusReason |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics |
code : task-no-longer-required |
display : Task No Longer Required |
intent : order |
priority : routine |
code |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-code-genomics |
code : interpretation |
display : Interpretation |
focus |
reference : ServiceRequest/ServiceRequest-NonWGSTestOrderForm-FollowupTest-Example |
for |
reference : Patient/Patient-AnitaLamberts-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 8449303649 |
authoredOn : 2023-11-01T10:00:00Z |
lastModified : 2023-11-10T11:00:00Z |
requester |
reference : PractitionerRole/PractitionerRole-GeneSmith-Example |
owner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RJ1 |
display : GUY'S AND ST THOMAS' NHS FOUNDATION TRUST |
note |
text : Follow Up Test to be requested to aid interpretation. Request a new Test with M code R65.1 |
{ "resourceType": "Task", "id": "Task-NonWGSRareDiseaseTestOrderCancelled-FollowupTest-Example", "status": "cancelled", "statusReason": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics", "code": "task-no-longer-required", "display": "Task No Longer Required" } ] }, "intent": "order", "priority": "routine", "code": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics", "code": "interpretation", "display": "Interpretation" } ] }, "focus": { "reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderForm-FollowupTest-Example" }, "for": { "reference": "Patient/Patient-AnitaLamberts-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "8449303649" } }, "authoredOn": "2023-11-01T10:00:00Z", "lastModified": "2023-11-10T11:00:00Z", "requester": { "reference": "PractitionerRole/PractitionerRole-GeneSmith-Example" }, "owner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RJ1" }, "display": "GUY'S AND ST THOMAS' NHS FOUNDATION TRUST" }, "note": [ { "text": "Follow Up Test to be requested to aid interpretation. Request a new Test with M code R65.1" } ] }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-NonWGSRareDiseaseTestOrderCancelled-FollowupTest-Example" /> <status value="cancelled" /> <statusReason> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics" /> <code value="task-no-longer-required" /> <display value="Task No Longer Required" /> </coding> </statusReason> <intent value="order" /> <priority value="routine" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="interpretation" /> <display value="Interpretation" /> </coding> </code> <focus> <reference value="ServiceRequest/ServiceRequest-NonWGSTestOrderForm-FollowupTest-Example" /> </focus> <for> <reference value="Patient/Patient-AnitaLamberts-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="8449303649" /> </identifier> </for> <authoredOn value="2023-11-01T10:00:00Z" /> <lastModified value="2023-11-10T11:00:00Z" /> <requester> <reference value="PractitionerRole/PractitionerRole-GeneSmith-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RJ1" /> </identifier> <display value="GUY'S AND ST THOMAS' NHS FOUNDATION TRUST" /> </owner> <note> <text value="Follow Up Test to be requested to aid interpretation. Request a new Test with M code R65.1" /> </note> </Task>
Task-NonWGSRareDiseaseTestOrderCompleted-CascadeTesting-Example
Example of a Task updated by a filler orgnization upon completion of a test.
Task |
id : Task-NonWGSRareDiseaseTestOrderCompleted-CascadeTesting-Example |
status : completed |
intent : order |
priority : routine |
code |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-code-genomics |
code : distribute-report |
display : Distribute Report |
focus |
reference : ServiceRequest/ServiceRequest-SavedTestOrderUpdated-CascadeTesting-Example |
for |
reference : Patient/Patient-FayMutlow-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307806 |
authoredOn : 2023-10-04T11:00:00Z |
lastModified : 2023-10-06T09:00:00Z |
requester |
reference : PractitionerRole/PractitionerRole-MarySmith-Example |
owner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RTD |
display : THE NEWCASTLE UPON TYNE HOSPITALS 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 : DiagnosticReport |
display : DiagnosticReport |
value |
reference : DiagnosticReport/DiagnosticReport-FayMutlow-Example |
{ "resourceType": "Task", "id": "Task-NonWGSRareDiseaseTestOrderCompleted-CascadeTesting-Example", "status": "completed", "intent": "order", "priority": "routine", "code": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics", "code": "distribute-report", "display": "Distribute Report" } ] }, "focus": { "reference": "ServiceRequest/ServiceRequest-SavedTestOrderUpdated-CascadeTesting-Example" }, "for": { "reference": "Patient/Patient-FayMutlow-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307806" } }, "authoredOn": "2023-10-04T11:00:00Z", "lastModified": "2023-10-06T09:00:00Z", "requester": { "reference": "PractitionerRole/PractitionerRole-MarySmith-Example" }, "owner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RTD" }, "display": "THE NEWCASTLE UPON TYNE HOSPITALS 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": "DiagnosticReport", "display": "DiagnosticReport" } ] }, "valueReference": { "reference": "DiagnosticReport/DiagnosticReport-FayMutlow-Example" } } ] }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-NonWGSRareDiseaseTestOrderCompleted-CascadeTesting-Example" /> <status value="completed" /> <intent value="order" /> <priority value="routine" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="distribute-report" /> <display value="Distribute Report" /> </coding> </code> <focus> <reference value="ServiceRequest/ServiceRequest-SavedTestOrderUpdated-CascadeTesting-Example" /> </focus> <for> <reference value="Patient/Patient-FayMutlow-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307806" /> </identifier> </for> <authoredOn value="2023-10-04T11:00:00Z" /> <lastModified value="2023-10-06T09:00:00Z" /> <requester> <reference value="PractitionerRole/PractitionerRole-MarySmith-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RTD" /> </identifier> <display value="THE NEWCASTLE UPON TYNE HOSPITALS NHS FOUNDATION TRUST" /> </owner> <note> <text value="Optional Free Text field to record any additional details" /> </note> <input> <type> <coding> <system value="https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics" /> <code value="DiagnosticReport" /> <display value="DiagnosticReport" /> </coding> </type> <valueReference> <reference value="DiagnosticReport/DiagnosticReport-FayMutlow-Example" /> </valueReference> </input> </Task>
Task-NonWGSRareDiseaseTestOrderCompleted-FollowupTest-Example
Example of a Task updated by a filler orgnization upon completion of a test.
Task |
id : Task-NonWGSRareDiseaseTestOrderCompleted-FollowupTest-Example |
status : completed |
intent : order |
priority : routine |
code |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-code-genomics |
code : distribute-report |
display : Distribute Report |
focus |
reference : ServiceRequest/ServiceRequest-NonWGSTestOrderForm-NewFollowupTest-Example |
for |
reference : Patient/Patient-AnitaLamberts-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 8449303649 |
authoredOn : 2023-11-10T10:00:00Z |
lastModified : 2023-11-24T15:30:00Z |
requester |
reference : PractitionerRole/PractitionerRole-AndrewSmith-Example |
owner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RJ1 |
display : GUY'S AND ST THOMAS' 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 : DiagnosticReport |
display : DiagnosticReport |
value |
reference : DiagnosticReport/DiagnosticReport-AnitaLamberts-Example |
{ "resourceType": "Task", "id": "Task-NonWGSRareDiseaseTestOrderCompleted-FollowupTest-Example", "status": "completed", "intent": "order", "priority": "routine", "code": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics", "code": "distribute-report", "display": "Distribute Report" } ] }, "focus": { "reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderForm-NewFollowupTest-Example" }, "for": { "reference": "Patient/Patient-AnitaLamberts-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "8449303649" } }, "authoredOn": "2023-11-10T10:00:00Z", "lastModified": "2023-11-24T15:30:00Z", "requester": { "reference": "PractitionerRole/PractitionerRole-AndrewSmith-Example" }, "owner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RJ1" }, "display": "GUY'S AND ST THOMAS' 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": "DiagnosticReport", "display": "DiagnosticReport" } ] }, "valueReference": { "reference": "DiagnosticReport/DiagnosticReport-AnitaLamberts-Example" } } ] }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-NonWGSRareDiseaseTestOrderCompleted-FollowupTest-Example" /> <status value="completed" /> <intent value="order" /> <priority value="routine" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="distribute-report" /> <display value="Distribute Report" /> </coding> </code> <focus> <reference value="ServiceRequest/ServiceRequest-NonWGSTestOrderForm-NewFollowupTest-Example" /> </focus> <for> <reference value="Patient/Patient-AnitaLamberts-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="8449303649" /> </identifier> </for> <authoredOn value="2023-11-10T10:00:00Z" /> <lastModified value="2023-11-24T15:30:00Z" /> <requester> <reference value="PractitionerRole/PractitionerRole-AndrewSmith-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RJ1" /> </identifier> <display value="GUY'S AND ST THOMAS' NHS FOUNDATION TRUST" /> </owner> <note> <text value="Optional Free Text field to record any additional details" /> </note> <input> <type> <coding> <system value="https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics" /> <code value="DiagnosticReport" /> <display value="DiagnosticReport" /> </coding> </type> <valueReference> <reference value="DiagnosticReport/DiagnosticReport-AnitaLamberts-Example" /> </valueReference> </input> </Task>
Task-NonWGSRareDiseaseTestOrderForwarded-OutOfCountry-Example
Example of a Task forwarded out of country to an overseas Genomic Lab. NOTE: Task codes and status are pending further business analysis.
Task |
id : Task-NonWGSRareDiseaseTestOrderForwarded-OutOfCountry-Example |
status : in-progress |
businessStatus |
coding |
system : https://fhir.nhs.uk/CodeSystem/business-status-genomics |
code : remote-processing-required |
display : Remote Processing Required |
intent : order |
priority : routine |
code |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-code-genomics |
code : process-genomic-test-request |
display : Process Genomic Test Request |
focus |
reference : ServiceRequest-NonWGSTestOrderForm-OutOfCountry-Example |
for |
reference : Patient/Patient-KayBurbridge-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 8449303541 |
authoredOn : 2023-11-04T15:43:00Z |
lastModified : 2023-11-04T15:43:00Z |
requester |
reference : PractitionerRole/PractitionerRole-HazelSmithOncology-Example |
owner |
display : Genomic Health- U.S.A |
note |
text : Optional Free Text field to record any additional details |
{ "resourceType": "Task", "id": "Task-NonWGSRareDiseaseTestOrderForwarded-OutOfCountry-Example", "status": "in-progress", "businessStatus": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/business-status-genomics", "code": "remote-processing-required", "display": "Remote Processing Required" } ] }, "intent": "order", "priority": "routine", "code": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics", "code": "process-genomic-test-request", "display": "Process Genomic Test Request" } ] }, "focus": { "reference": "ServiceRequest-NonWGSTestOrderForm-OutOfCountry-Example" }, "for": { "reference": "Patient/Patient-KayBurbridge-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "8449303541" } }, "authoredOn": "2023-11-04T15:43:00Z", "lastModified": "2023-11-04T15:43:00Z", "requester": { "reference": "PractitionerRole/PractitionerRole-HazelSmithOncology-Example" }, "owner": { "display": "Genomic Health- U.S.A" }, "note": [ { "text": "Optional Free Text field to record any additional details" } ] }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-NonWGSRareDiseaseTestOrderForwarded-OutOfCountry-Example" /> <status value="in-progress" /> <businessStatus> <coding> <system value="https://fhir.nhs.uk/CodeSystem/business-status-genomics" /> <code value="remote-processing-required" /> <display value="Remote Processing Required" /> </coding> </businessStatus> <intent value="order" /> <priority value="routine" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="process-genomic-test-request" /> <display value="Process Genomic Test Request" /> </coding> </code> <focus> <reference value="ServiceRequest-NonWGSTestOrderForm-OutOfCountry-Example" /> </focus> <for> <reference value="Patient/Patient-KayBurbridge-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="8449303541" /> </identifier> </for> <authoredOn value="2023-11-04T15:43:00Z" /> <lastModified value="2023-11-04T15:43:00Z" /> <requester> <reference value="PractitionerRole/PractitionerRole-HazelSmithOncology-Example" /> </requester> <owner> <display value="Genomic Health- U.S.A" /> </owner> <note> <text value="Optional Free Text field to record any additional details" /> </note> </Task>
Task-NonWGSRareDiseaseTestOrderForwarded-SolidTumor-Example
Example of a Task forwarded to GEL. NOTE: Task codes and status are pending further business analysis.
Task |
id : Task-NonWGSRareDiseaseTestOrderForwarded-SolidTumor-Example |
status : requested |
intent : order |
priority : routine |
code |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-code-genomics |
code : sample-preparation |
display : Sample Preparation |
focus |
reference : ServiceRequest/ServiceRequest-NonWGSTestOrderFormUpdated-SolidTumor-Example |
for |
reference : Patient/Patient-ZelmaHadjkiss-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307555 |
authoredOn : 2023-09-09 |
lastModified : 2023-09-10T15:00:00Z |
requester |
reference : PractitionerRole/PractitionerRole-HazelSmithKingstonPathology-Example |
owner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RJ1 |
display : GUY'S AND ST THOMAS' NHS FOUNDATION TRUST |
note |
text : Free to capture additional comments |
input |
type |
coding |
system : https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics |
code : Specimen |
display : Specimen |
value |
reference : Specimen/Specimen-CancerSolidTumor-Example |
{ "resourceType": "Task", "id": "Task-NonWGSRareDiseaseTestOrderForwarded-SolidTumor-Example", "status": "requested", "intent": "order", "priority": "routine", "code": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics", "code": "sample-preparation", "display": "Sample Preparation" } ] }, "focus": { "reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderFormUpdated-SolidTumor-Example" }, "for": { "reference": "Patient/Patient-ZelmaHadjkiss-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307555" } }, "authoredOn": "2023-09-09", "lastModified": "2023-09-10T15:00:00Z", "requester": { "reference": "PractitionerRole/PractitionerRole-HazelSmithKingstonPathology-Example" }, "owner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RJ1" }, "display": "GUY'S AND ST THOMAS' NHS FOUNDATION TRUST" }, "note": [ { "text": "Free to capture additional comments" } ], "input": [ { "type": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics", "code": "Specimen", "display": "Specimen" } ] }, "valueReference": { "reference": "Specimen/Specimen-CancerSolidTumor-Example" } } ] }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-NonWGSRareDiseaseTestOrderForwarded-SolidTumor-Example" /> <status value="requested" /> <intent value="order" /> <priority value="routine" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="sample-preparation" /> <display value="Sample Preparation" /> </coding> </code> <focus> <reference value="ServiceRequest/ServiceRequest-NonWGSTestOrderFormUpdated-SolidTumor-Example" /> </focus> <for> <reference value="Patient/Patient-ZelmaHadjkiss-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307555" /> </identifier> </for> <authoredOn value="2023-09-09" /> <lastModified value="2023-09-10T15:00:00Z" /> <requester> <reference value="PractitionerRole/PractitionerRole-HazelSmithKingstonPathology-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RJ1" /> </identifier> <display value="GUY'S AND ST THOMAS' NHS FOUNDATION TRUST" /> </owner> <note> <text value="Free to capture additional comments" /> </note> <input> <type> <coding> <system value="https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics" /> <code value="Specimen" /> <display value="Specimen" /> </coding> </type> <valueReference> <reference value="Specimen/Specimen-CancerSolidTumor-Example" /> </valueReference> </input> </Task>
Task-NonWGSRareDiseaseTestOrderRejected-Example
Example of a Task rejected by a filler orgnization. NOTE: Task codes and businessStatuses are pending further business analysis.
Task |
id : Task-NonWGSRareDiseaseTestOrderRejected-Example |
status : rejected |
statusReason |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics |
code : invalid-request |
display : Invalid Request |
intent : order |
priority : routine |
code |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-code-genomics |
code : process-genomic-test-request |
display : Process Genomic Test Request |
focus |
reference : ServiceRequest/ServiceRequest-SavedTestOrder-Example |
for |
reference : Patient/Patient-MeirLieberman-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307873 |
authoredOn : 2023-08-05 |
lastModified : 2023-08-08 |
requester |
reference : PractitionerRole/PractitionerRole-GeneSmithENT-Example |
owner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : 69010 |
display : Pathology Lab - ADDENBROOKE'S HOSPITAL LABORATORY |
note |
text : Optional Free Text field to record any additional details |
{ "resourceType": "Task", "id": "Task-NonWGSRareDiseaseTestOrderRejected-Example", "status": "rejected", "statusReason": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics", "code": "invalid-request", "display": "Invalid Request" } ] }, "intent": "order", "priority": "routine", "code": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics", "code": "process-genomic-test-request", "display": "Process Genomic Test Request" } ] }, "focus": { "reference": "ServiceRequest/ServiceRequest-SavedTestOrder-Example" }, "for": { "reference": "Patient/Patient-MeirLieberman-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307873" } }, "authoredOn": "2023-08-05", "lastModified": "2023-08-08", "requester": { "reference": "PractitionerRole/PractitionerRole-GeneSmithENT-Example" }, "owner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "69010" }, "display": "Pathology Lab - ADDENBROOKE'S HOSPITAL LABORATORY" }, "note": [ { "text": "Optional Free Text field to record any additional details" } ] }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-NonWGSRareDiseaseTestOrderRejected-Example" /> <status value="rejected" /> <statusReason> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics" /> <code value="invalid-request" /> <display value="Invalid Request" /> </coding> </statusReason> <intent value="order" /> <priority value="routine" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="process-genomic-test-request" /> <display value="Process Genomic Test Request" /> </coding> </code> <focus> <reference value="ServiceRequest/ServiceRequest-SavedTestOrder-Example" /> </focus> <for> <reference value="Patient/Patient-MeirLieberman-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307873" /> </identifier> </for> <authoredOn value="2023-08-05" /> <lastModified value="2023-08-08" /> <requester> <reference value="PractitionerRole/PractitionerRole-GeneSmithENT-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="69010" /> </identifier> <display value="Pathology Lab - ADDENBROOKE'S HOSPITAL LABORATORY" /> </owner> <note> <text value="Optional Free Text field to record any additional details" /> </note> </Task>
Task-NonWGSRareDiseaseTestOrderHold-Example
Example of a Task placed on hold by a filler organization. NOTE: Task codes and status are pending further business analysis.
Task |
id : Task-NonWGSRareDiseaseTestOrderHold-Example |
status : on-hold |
statusReason |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics |
code : no-sample-provided |
display : no-sample-provided |
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-SavedTestOrder-Example |
for |
reference : Patient/Patient-MeirLieberman-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307873 |
authoredOn : 2023-08-05 |
lastModified : 2023-08-08 |
requester |
reference : PractitionerRole/PractitionerRole-GeneSmithENT-Example |
owner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : 69010 |
display : Pathology Lab - ADDENBROOKE'S HOSPITAL LABORATORY |
note |
text : Please provide additional sample of X |
{ "resourceType": "Task", "id": "Task-NonWGSRareDiseaseTestOrderHold-Example", "status": "on-hold", "statusReason": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics", "code": "no-sample-provided", "display": "no-sample-provided" } ] }, "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-SavedTestOrder-Example" }, "for": { "reference": "Patient/Patient-MeirLieberman-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307873" } }, "authoredOn": "2023-08-05", "lastModified": "2023-08-08", "requester": { "reference": "PractitionerRole/PractitionerRole-GeneSmithENT-Example" }, "owner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "69010" }, "display": "Pathology Lab - ADDENBROOKE'S HOSPITAL LABORATORY" }, "note": [ { "text": "Please provide additional sample of X" } ] }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-NonWGSRareDiseaseTestOrderHold-Example" /> <status value="on-hold" /> <statusReason> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics" /> <code value="no-sample-provided" /> <display value="no-sample-provided" /> </coding> </statusReason> <intent value="order" /> <priority value="routine" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="request-sample-alignment" /> <display value="Request & Sample Alignment" /> </coding> </code> <focus> <reference value="ServiceRequest/ServiceRequest-SavedTestOrder-Example" /> </focus> <for> <reference value="Patient/Patient-MeirLieberman-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307873" /> </identifier> </for> <authoredOn value="2023-08-05" /> <lastModified value="2023-08-08" /> <requester> <reference value="PractitionerRole/PractitionerRole-GeneSmithENT-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="69010" /> </identifier> <display value="Pathology Lab - ADDENBROOKE'S HOSPITAL LABORATORY" /> </owner> <note> <text value="Please provide additional sample of X" /> </note> </Task>
Task-NonWGSRareDiseaseTestOrderRejected-CancerSolidTumor-Example
Example of a Task rejected by a filler orgnization. NOTE: Task codes and status are pending further business analysis.
Task |
id : Task-NonWGSRareDiseaseTestOrderRejected-CancerSolidTumor-Example |
status : rejected |
statusReason |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics |
code : further-information-needed |
display : Further Information Needed |
intent : order |
priority : routine |
code |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-code-genomics |
code : process-genomic-test-request |
display : Process Genomic Test Request |
focus |
reference : ServiceRequest/ServiceRequest-NonWGSTestOrderForm-CancerSolidTumor-Example |
for |
reference : Patient/Patient-ZelmaHadjkiss-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307555 |
authoredOn : 2023-09-08 |
lastModified : 2023-09-09T15:43:00Z |
requester |
reference : PractitionerRole/PractitionerRole-HazelSmithKingstonPathology-Example |
owner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RAX01 |
display : Kingston Hospital NHS Foundation Trust |
note |
text : Additional information required on method of testing |
{ "resourceType": "Task", "id": "Task-NonWGSRareDiseaseTestOrderRejected-CancerSolidTumor-Example", "status": "rejected", "statusReason": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics", "code": "further-information-needed", "display": "Further Information Needed" } ] }, "intent": "order", "priority": "routine", "code": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics", "code": "process-genomic-test-request", "display": "Process Genomic Test Request" } ] }, "focus": { "reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderForm-CancerSolidTumor-Example" }, "for": { "reference": "Patient/Patient-ZelmaHadjkiss-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307555" } }, "authoredOn": "2023-09-08", "lastModified": "2023-09-09T15:43:00Z", "requester": { "reference": "PractitionerRole/PractitionerRole-HazelSmithKingstonPathology-Example" }, "owner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RAX01" }, "display": "Kingston Hospital NHS Foundation Trust" }, "note": [ { "text": "Additional information required on method of testing" } ] }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-NonWGSRareDiseaseTestOrderRejected-CancerSolidTumor-Example" /> <status value="rejected" /> <statusReason> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics" /> <code value="further-information-needed" /> <display value="Further Information Needed" /> </coding> </statusReason> <intent value="order" /> <priority value="routine" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="process-genomic-test-request" /> <display value="Process Genomic Test Request" /> </coding> </code> <focus> <reference value="ServiceRequest/ServiceRequest-NonWGSTestOrderForm-CancerSolidTumor-Example" /> </focus> <for> <reference value="Patient/Patient-ZelmaHadjkiss-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307555" /> </identifier> </for> <authoredOn value="2023-09-08" /> <lastModified value="2023-09-09T15:43:00Z" /> <requester> <reference value="PractitionerRole/PractitionerRole-HazelSmithKingstonPathology-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RAX01" /> </identifier> <display value="Kingston Hospital NHS Foundation Trust" /> </owner> <note> <text value="Additional information required on method of testing" /> </note> </Task>
Task-NonWGSRareDiseaseTestOrderRejected-FetalScenario-Example
Example of a Task rejected by a filler orgnization. NOTE: Task codes and status are pending further business analysis.
Task |
id : Task-NonWGSRareDiseaseTestOrderRejected-FetalScenario-Example |
status : rejected |
statusReason |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics |
code : further-information-needed |
display : Further Information Needed |
intent : order |
priority : urgent |
code |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-code-genomics |
code : request-sample-alignment |
display : Request Sample Alignment |
focus |
reference : ServiceRequest/ServiceRequest/ServiceRequest-NonWGSTestOrderForm-FetalScenario-Example |
for |
reference : Patient/Patient-FoetusOfRyanneBoulder-Example |
identifier |
system : urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24 |
value : FT-RWT13521 |
assigner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RAX |
authoredOn : 2023-09-25T10:00:00Z |
lastModified : 2023-10-01T10:18:00Z |
requester |
reference : PractitionerRole/PractitionerRole-LoisLaneKingstonClinicalGenetics-Example |
owner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RJ1 |
display : GUY'S AND ST THOMAS' NHS FOUNDATION TRUST |
note |
text : Optional Free Text field to record any additional details |
{ "resourceType": "Task", "id": "Task-NonWGSRareDiseaseTestOrderRejected-FetalScenario-Example", "status": "rejected", "statusReason": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics", "code": "further-information-needed", "display": "Further Information Needed" } ] }, "intent": "order", "priority": "urgent", "code": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics", "code": "request-sample-alignment", "display": "Request Sample Alignment" } ] }, "focus": { "reference": "ServiceRequest/ServiceRequest/ServiceRequest-NonWGSTestOrderForm-FetalScenario-Example" }, "for": { "reference": "Patient/Patient-FoetusOfRyanneBoulder-Example", "identifier": [ { "system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24", "value": "FT-RWT13521", "assigner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RAX" } } } ] }, "authoredOn": "2023-09-25T10:00:00Z", "lastModified": "2023-10-01T10:18:00Z", "requester": { "reference": "PractitionerRole/PractitionerRole-LoisLaneKingstonClinicalGenetics-Example" }, "owner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RJ1" }, "display": "GUY'S AND ST THOMAS' NHS FOUNDATION TRUST" }, "note": [ { "text": "Optional Free Text field to record any additional details" } ] }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-NonWGSRareDiseaseTestOrderRejected-FetalScenario-Example" /> <status value="rejected" /> <statusReason> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics" /> <code value="further-information-needed" /> <display value="Further Information Needed" /> </coding> </statusReason> <intent value="order" /> <priority value="urgent" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="request-sample-alignment" /> <display value="Request Sample Alignment" /> </coding> </code> <focus> <reference value="ServiceRequest/ServiceRequest/ServiceRequest-NonWGSTestOrderForm-FetalScenario-Example" /> </focus> <for> <reference value="Patient/Patient-FoetusOfRyanneBoulder-Example" /> <identifier> <system value="urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24" /> <value value="FT-RWT13521" /> <assigner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RAX" /> </identifier> </assigner> </identifier> </for> <authoredOn value="2023-09-25T10:00:00Z" /> <lastModified value="2023-10-01T10:18:00Z" /> <requester> <reference value="PractitionerRole/PractitionerRole-LoisLaneKingstonClinicalGenetics-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RJ1" /> </identifier> <display value="GUY'S AND ST THOMAS' NHS FOUNDATION TRUST" /> </owner> <note> <text value="Optional Free Text field to record any additional details" /> </note> </Task>
Task-NonWGSRareDiseaseTestOrder-InsufficientSample-Example
Example of a Task rejected by a filler orgnization. NOTE: Task codes and status are pending further business analysis.
Task |
id : Task-NonWGSRareDiseaseTestOrder-InsufficientSample-Example |
status : rejected |
statusReason |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics |
code : sample-sub-optimal |
display : Sample Sub-Optimal |
intent : order |
priority : routine |
code |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-code-genomics |
code : sample-preparation |
display : Sample Preparation |
focus |
reference : ServiceRequest/ServiceRequest-NonWGSTestOrderFormUpdated-SolidTumor-Example |
for |
reference : Patient/Patient-ZelmaHadjkiss-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307555 |
authoredOn : 2023-09-08 |
lastModified : 2023-09-09T15:43:00Z |
requester |
reference : PractitionerRole/PractitionerRole-HazelSmithKingstonPathology-Example |
owner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RAX01 |
display : Kingston Hospital NHS Foundation Trust |
note |
text : Please provide additional sample of X |
input |
type |
coding |
system : https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics |
code : RackId |
display : Rack Number |
value |
system : https://www.guysandstthomas.nhs.uk/RackId |
value : RJ1-RAX01-9449307555 |
assigner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RJ1 |
input |
type |
coding |
system : https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics |
code : Specimen |
display : Specimen |
value |
reference : Specimen/Specimen-CancerSolidTumor-Example |
{ "resourceType": "Task", "id": "Task-NonWGSRareDiseaseTestOrder-InsufficientSample-Example", "status": "rejected", "statusReason": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics", "code": "sample-sub-optimal", "display": "Sample Sub-Optimal" } ] }, "intent": "order", "priority": "routine", "code": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics", "code": "sample-preparation", "display": "Sample Preparation" } ] }, "focus": { "reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderFormUpdated-SolidTumor-Example" }, "for": { "reference": "Patient/Patient-ZelmaHadjkiss-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307555" } }, "authoredOn": "2023-09-08", "lastModified": "2023-09-09T15:43:00Z", "requester": { "reference": "PractitionerRole/PractitionerRole-HazelSmithKingstonPathology-Example" }, "owner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RAX01" }, "display": "Kingston Hospital NHS Foundation Trust" }, "note": [ { "text": "Please provide additional sample of X" } ], "input": [ { "type": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics", "code": "RackId", "display": "Rack Number" } ] }, "valueIdentifier": { "system": "https://www.guysandstthomas.nhs.uk/RackId", "value": "RJ1-RAX01-9449307555", "assigner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RJ1" } } } }, { "type": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics", "code": "Specimen", "display": "Specimen" } ] }, "valueReference": { "reference": "Specimen/Specimen-CancerSolidTumor-Example" } } ] }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-NonWGSRareDiseaseTestOrder-InsufficientSample-Example" /> <status value="rejected" /> <statusReason> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics" /> <code value="sample-sub-optimal" /> <display value="Sample Sub-Optimal" /> </coding> </statusReason> <intent value="order" /> <priority value="routine" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="sample-preparation" /> <display value="Sample Preparation" /> </coding> </code> <focus> <reference value="ServiceRequest/ServiceRequest-NonWGSTestOrderFormUpdated-SolidTumor-Example" /> </focus> <for> <reference value="Patient/Patient-ZelmaHadjkiss-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307555" /> </identifier> </for> <authoredOn value="2023-09-08" /> <lastModified value="2023-09-09T15:43:00Z" /> <requester> <reference value="PractitionerRole/PractitionerRole-HazelSmithKingstonPathology-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RAX01" /> </identifier> <display value="Kingston Hospital NHS Foundation Trust" /> </owner> <note> <text value="Please provide additional sample of X" /> </note> <input> <type> <coding> <system value="https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics" /> <code value="RackId" /> <display value="Rack Number" /> </coding> </type> <valueIdentifier> <system value="https://www.guysandstthomas.nhs.uk/RackId" /> <value value="RJ1-RAX01-9449307555" /> <assigner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RJ1" /> </identifier> </assigner> </valueIdentifier> </input> <input> <type> <coding> <system value="https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics" /> <code value="Specimen" /> <display value="Specimen" /> </coding> </type> <valueReference> <reference value="Specimen/Specimen-CancerSolidTumor-Example" /> </valueReference> </input> </Task>
Task-NonWGSTestOrderAccepted-VariantReinterpretation-Example
Example of a Task accepted by a filler organization. NOTE: Task codes and status are pending further business analysis.
Task |
id : Task-NonWGSTestOrderAccepted-VariantReinterpretation-Example |
status : accepted |
intent : order |
priority : routine |
code |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-code-genomics |
code : process-genomic-test-request |
display : Process Genomic Test Request |
focus |
reference : ServiceRequest/ServiceRequest-NonWGSTestOrder-VariantReinterpretation-Example |
for |
reference : Patient/Patient-SalimaPomfrets-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 8449303444 |
authoredOn : 2023-10-01T10:08:00Z |
lastModified : 2023-10-02T11:30:00Z |
requester |
reference : PractitionerRole/PractitionerRole-GeneSmith-Example |
owner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RQ3 |
display : BIRMINGHAM WOMEN'S AND CHILDREN'S NHS FOUNDATION TRUST |
note |
text : Optional Free Text field to record any additional details |
{ "resourceType": "Task", "id": "Task-NonWGSTestOrderAccepted-VariantReinterpretation-Example", "status": "accepted", "intent": "order", "priority": "routine", "code": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics", "code": "process-genomic-test-request", "display": "Process Genomic Test Request" } ] }, "focus": { "reference": "ServiceRequest/ServiceRequest-NonWGSTestOrder-VariantReinterpretation-Example" }, "for": { "reference": "Patient/Patient-SalimaPomfrets-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "8449303444" } }, "authoredOn": "2023-10-01T10:08:00Z", "lastModified": "2023-10-02T11:30:00Z", "requester": { "reference": "PractitionerRole/PractitionerRole-GeneSmith-Example" }, "owner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RQ3" }, "display": "BIRMINGHAM WOMEN'S AND CHILDREN'S NHS FOUNDATION TRUST" }, "note": [ { "text": "Optional Free Text field to record any additional details" } ] }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-NonWGSTestOrderAccepted-VariantReinterpretation-Example" /> <status value="accepted" /> <intent value="order" /> <priority value="routine" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="process-genomic-test-request" /> <display value="Process Genomic Test Request" /> </coding> </code> <focus> <reference value="ServiceRequest/ServiceRequest-NonWGSTestOrder-VariantReinterpretation-Example" /> </focus> <for> <reference value="Patient/Patient-SalimaPomfrets-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="8449303444" /> </identifier> </for> <authoredOn value="2023-10-01T10:08:00Z" /> <lastModified value="2023-10-02T11:30:00Z" /> <requester> <reference value="PractitionerRole/PractitionerRole-GeneSmith-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RQ3" /> </identifier> <display value="BIRMINGHAM WOMEN'S AND CHILDREN'S NHS FOUNDATION TRUST" /> </owner> <note> <text value="Optional Free Text field to record any additional details" /> </note> </Task>
Task-NonWGSTestOrderFormAccepted-UsingStoredSample-Example
Example of a Task accepted by a filler organization. NOTE: Task codes and status are pending further business analysis.
Task |
id : Task-NonWGSTestOrderFormAccepted-UsingStoredSample-Example |
status : accepted |
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-NonWGSTestOrderForm-UsingStoredSample-Example |
for |
reference : Patient/Patient-TimMclullichs-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 8449303452 |
authoredOn : 2023-11-02T15:43:00Z |
requester |
reference : PractitionerRole/PractitionerRole-OscarShields-Example |
owner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RQ3 |
display : BIRMINGHAM WOMEN'S AND CHILDREN'S NHS FOUNDATION TRUST |
note |
text : Test critieria met and sample to be used from storage |
input |
type |
coding |
system : https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics |
code : Specimen |
display : Specimen |
value |
reference : Specimen/Specimen-BloodEDTA-WithCollectionDetails-Example |
{ "resourceType": "Task", "id": "Task-NonWGSTestOrderFormAccepted-UsingStoredSample-Example", "status": "accepted", "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-NonWGSTestOrderForm-UsingStoredSample-Example" }, "for": { "reference": "Patient/Patient-TimMclullichs-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "8449303452" } }, "authoredOn": "2023-11-02T15:43:00Z", "requester": { "reference": "PractitionerRole/PractitionerRole-OscarShields-Example" }, "owner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RQ3" }, "display": "BIRMINGHAM WOMEN'S AND CHILDREN'S NHS FOUNDATION TRUST" }, "note": [ { "text": "Test critieria met and sample to be used from storage" } ], "input": [ { "type": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics", "code": "Specimen", "display": "Specimen" } ] }, "valueReference": { "reference": "Specimen/Specimen-BloodEDTA-WithCollectionDetails-Example" } } ] }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-NonWGSTestOrderFormAccepted-UsingStoredSample-Example" /> <status value="accepted" /> <intent value="order" /> <priority value="routine" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="request-sample-alignment" /> <display value="Request & Sample Alignment" /> </coding> </code> <focus> <reference value="ServiceRequest/ServiceRequest-NonWGSTestOrderForm-UsingStoredSample-Example" /> </focus> <for> <reference value="Patient/Patient-TimMclullichs-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="8449303452" /> </identifier> </for> <authoredOn value="2023-11-02T15:43:00Z" /> <requester> <reference value="PractitionerRole/PractitionerRole-OscarShields-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RQ3" /> </identifier> <display value="BIRMINGHAM WOMEN'S AND CHILDREN'S NHS FOUNDATION TRUST" /> </owner> <note> <text value="Test critieria met and sample to be used from storage" /> </note> <input> <type> <coding> <system value="https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics" /> <code value="Specimen" /> <display value="Specimen" /> </coding> </type> <valueReference> <reference value="Specimen/Specimen-BloodEDTA-WithCollectionDetails-Example" /> </valueReference> </input> </Task>
Task-TestOrderFormAccepted-StorageOfMaterial-Example
Example of a Task accepted by a filler organization. NOTE: Task codes and status are pending further business analysis.
Task |
id : Task-TestOrderFormAccepted-StorageOfMaterial-Example |
status : accepted |
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-TestOrderForm-StorageOfMaterial-Example |
for |
reference : Patient/Patient-TimMclullichs-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 8449303452 |
authoredOn : 2023-10-31T08:54:00Z |
lastModified : 2023-10-31T15:43:00Z |
requester |
reference : PractitionerRole/PractitionerRole-OscarShields-Example |
owner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RQ3 |
display : BIRMINGHAM WOMEN'S AND CHILDREN'S NHS FOUNDATION TRUST |
note |
text : sample recieved and placed to be placed in storage |
input |
type |
coding |
system : https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics |
code : Specimen |
display : Specimen |
value |
reference : Specimen/Specimen-BloodEDTA-WithCollectionDetails-Example |
{ "resourceType": "Task", "id": "Task-TestOrderFormAccepted-StorageOfMaterial-Example", "status": "accepted", "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-TestOrderForm-StorageOfMaterial-Example" }, "for": { "reference": "Patient/Patient-TimMclullichs-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "8449303452" } }, "authoredOn": "2023-10-31T08:54:00Z", "lastModified": "2023-10-31T15:43:00Z", "requester": { "reference": "PractitionerRole/PractitionerRole-OscarShields-Example" }, "owner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RQ3" }, "display": "BIRMINGHAM WOMEN'S AND CHILDREN'S NHS FOUNDATION TRUST" }, "note": [ { "text": "sample recieved and placed to be placed in storage" } ], "input": [ { "type": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics", "code": "Specimen", "display": "Specimen" } ] }, "valueReference": { "reference": "Specimen/Specimen-BloodEDTA-WithCollectionDetails-Example" } } ] }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-TestOrderFormAccepted-StorageOfMaterial-Example" /> <status value="accepted" /> <intent value="order" /> <priority value="routine" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="request-sample-alignment" /> <display value="Request & Sample Alignment" /> </coding> </code> <focus> <reference value="ServiceRequest/ServiceRequest-TestOrderForm-StorageOfMaterial-Example" /> </focus> <for> <reference value="Patient/Patient-TimMclullichs-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="8449303452" /> </identifier> </for> <authoredOn value="2023-10-31T08:54:00Z" /> <lastModified value="2023-10-31T15:43:00Z" /> <requester> <reference value="PractitionerRole/PractitionerRole-OscarShields-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RQ3" /> </identifier> <display value="BIRMINGHAM WOMEN'S AND CHILDREN'S NHS FOUNDATION TRUST" /> </owner> <note> <text value="sample recieved and placed to be placed in storage" /> </note> <input> <type> <coding> <system value="https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics" /> <code value="Specimen" /> <display value="Specimen" /> </coding> </type> <valueReference> <reference value="Specimen/Specimen-BloodEDTA-WithCollectionDetails-Example" /> </valueReference> </input> </Task>
Task-WGSRareDiseaseTestOrder-Example
Example of a Task created upon submission of a test request. NOTE: Task codes and status are pending further business analysis.
Task |
id : Task-WGSRareDiseaseTestOrder-Example |
status : requested |
intent : order |
priority : routine |
code |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-code-genomics |
code : process-genomic-test-request |
display : Process Genomic Test Request |
focus |
reference : ServiceRequest/ServiceRequest-SavedTestOrder-Example |
for |
reference : Patient/Patient-LindsaySorrell-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307946 |
authoredOn : 2023-08-08 |
requester |
reference : PractitionerRole/PractitionerRole-HazelSmithRenal-Example |
{ "resourceType": "Task", "id": "Task-WGSRareDiseaseTestOrder-Example", "status": "requested", "intent": "order", "priority": "routine", "code": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics", "code": "process-genomic-test-request", "display": "Process Genomic Test Request" } ] }, "focus": { "reference": "ServiceRequest/ServiceRequest-SavedTestOrder-Example" }, "for": { "reference": "Patient/Patient-LindsaySorrell-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307946" } }, "authoredOn": "2023-08-08", "requester": { "reference": "PractitionerRole/PractitionerRole-HazelSmithRenal-Example" } }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-WGSRareDiseaseTestOrder-Example" /> <status value="requested" /> <intent value="order" /> <priority value="routine" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="process-genomic-test-request" /> <display value="Process Genomic Test Request" /> </coding> </code> <focus> <reference value="ServiceRequest/ServiceRequest-SavedTestOrder-Example" /> </focus> <for> <reference value="Patient/Patient-LindsaySorrell-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307946" /> </identifier> </for> <authoredOn value="2023-08-08" /> <requester> <reference value="PractitionerRole/PractitionerRole-HazelSmithRenal-Example" /> </requester> </Task>
Task-WGSRareDiseaseTestOrderAccepted-Example
Example of a Task accepted by a filler organization. NOTE: Task codes and status are pending further business analysis.
Task |
id : Task-WGSRareDiseaseTestOrderAccepted-Example |
status : on-hold |
statusReason |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics |
code : awaiting-rod-and-or-sample |
display : Awaiting Record of Discussion and/or Sample |
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-SavedTestOrder-Example |
for |
reference : Patient/Patient-LindsaySorrell-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307946 |
authoredOn : 2023-08-08 |
lastModified : 2023-08-09 |
requester |
reference : PractitionerRole/PractitionerRole-HazelSmithRenal-Example |
owner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RJ1 |
display : GUY'S AND ST THOMAS' NHS FOUNDATION TRUST |
{ "resourceType": "Task", "id": "Task-WGSRareDiseaseTestOrderAccepted-Example", "status": "on-hold", "statusReason": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics", "code": "awaiting-rod-and-or-sample", "display": "Awaiting Record of Discussion and/or Sample" } ] }, "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-SavedTestOrder-Example" }, "for": { "reference": "Patient/Patient-LindsaySorrell-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307946" } }, "authoredOn": "2023-08-08", "lastModified": "2023-08-09", "requester": { "reference": "PractitionerRole/PractitionerRole-HazelSmithRenal-Example" }, "owner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RJ1" }, "display": "GUY'S AND ST THOMAS' NHS FOUNDATION TRUST" } }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-WGSRareDiseaseTestOrderAccepted-Example" /> <status value="on-hold" /> <statusReason> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics" /> <code value="awaiting-rod-and-or-sample" /> <display value="Awaiting Record of Discussion and/or Sample" /> </coding> </statusReason> <intent value="order" /> <priority value="routine" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="request-sample-alignment" /> <display value="Request & Sample Alignment" /> </coding> </code> <focus> <reference value="ServiceRequest/ServiceRequest-SavedTestOrder-Example" /> </focus> <for> <reference value="Patient/Patient-LindsaySorrell-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307946" /> </identifier> </for> <authoredOn value="2023-08-08" /> <lastModified value="2023-08-09" /> <requester> <reference value="PractitionerRole/PractitionerRole-HazelSmithRenal-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RJ1" /> </identifier> <display value="GUY'S AND ST THOMAS' NHS FOUNDATION TRUST" /> </owner> </Task>
Task-WGSRareDiseaseTestOrderAccepted-DirectToLab-Example
Example of a Task accepted by a filler organization. NOTE: Task codes and status are pending further business analysis.
Task |
id : Task-WGSRareDiseaseTestOrderAccepted-DirectToLab-Example |
status : accepted |
businessStatus |
coding |
system : https://fhir.nhs.uk/CodeSystem/business-status-genomics |
code : sample-received |
display : Sample Received |
intent : order |
priority : urgent |
code |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-code-genomics |
code : request-sample-alignment |
display : Request & Sample Alignment |
focus |
reference : ServiceRequest-WGSTestOrderFormUpdated-DirectToLab-Example |
for |
reference : Patient/Patient-JamesMetcalfe-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 7449306524 |
authoredOn : 2023-10-01T15:00:00Z |
lastModified : 2023-10-10T16:00:00Z |
requester |
reference : PractitionerRole/PractitionerRole-EugeneSmith-Example |
owner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RH8 |
display : ROYAL DEVON UNIVERSITY HEALTHCARE NHS FOUNDATION TRUST |
input |
type |
coding |
system : https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics |
code : Specimen |
display : Specimen |
value |
reference : Specimen/Specimen-JamesMetcalfeBloodEDTA-Example |
{ "resourceType": "Task", "id": "Task-WGSRareDiseaseTestOrderAccepted-DirectToLab-Example", "status": "accepted", "businessStatus": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/business-status-genomics", "code": "sample-received", "display": "Sample Received" } ] }, "intent": "order", "priority": "urgent", "code": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics", "code": "request-sample-alignment", "display": "Request & Sample Alignment" } ] }, "focus": { "reference": "ServiceRequest-WGSTestOrderFormUpdated-DirectToLab-Example" }, "for": { "reference": "Patient/Patient-JamesMetcalfe-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "7449306524" } }, "authoredOn": "2023-10-01T15:00:00Z", "lastModified": "2023-10-10T16:00:00Z", "requester": { "reference": "PractitionerRole/PractitionerRole-EugeneSmith-Example" }, "owner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RH8" }, "display": "ROYAL DEVON UNIVERSITY HEALTHCARE NHS FOUNDATION TRUST" }, "input": [ { "type": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics", "code": "Specimen", "display": "Specimen" } ] }, "valueReference": { "reference": "Specimen/Specimen-JamesMetcalfeBloodEDTA-Example" } } ] }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-WGSRareDiseaseTestOrderAccepted-DirectToLab-Example" /> <status value="accepted" /> <businessStatus> <coding> <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="urgent" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="request-sample-alignment" /> <display value="Request & Sample Alignment" /> </coding> </code> <focus> <reference value="ServiceRequest-WGSTestOrderFormUpdated-DirectToLab-Example" /> </focus> <for> <reference value="Patient/Patient-JamesMetcalfe-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="7449306524" /> </identifier> </for> <authoredOn value="2023-10-01T15:00:00Z" /> <lastModified value="2023-10-10T16:00:00Z" /> <requester> <reference value="PractitionerRole/PractitionerRole-EugeneSmith-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RH8" /> </identifier> <display value="ROYAL DEVON UNIVERSITY HEALTHCARE NHS FOUNDATION TRUST" /> </owner> <input> <type> <coding> <system value="https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics" /> <code value="Specimen" /> <display value="Specimen" /> </coding> </type> <valueReference> <reference value="Specimen/Specimen-JamesMetcalfeBloodEDTA-Example" /> </valueReference> </input> </Task>
Task-WGSRareDiseaseTestOrderAccepted-TrioTestingProband-Example
Example of a Task accepted by a filler organization. NOTE: Task codes and status are pending further business analysis.
Task |
id : Task-WGSRareDiseaseTestOrderAccepted-TrioTestingProband-Example |
status : accepted |
businessStatus |
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-PheobeSmitham-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307539 |
authoredOn : 2023-09-15T15:00:00Z |
lastModified : 2023-09-18T15:00:00Z |
requester |
reference : PractitionerRole/PractitionerRole-EugeneSmithLeedsSTH-Example |
owner |
identifier |
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 |
value |
reference : Specimen/Specimen-PheobeSmitham-Example |
input |
type |
coding |
system : https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics |
code : Consent |
display : Consent |
value |
reference : Consent/Consent-RoD-PheobeSmitham-Example |
{ "resourceType": "Task", "id": "Task-WGSRareDiseaseTestOrderAccepted-TrioTestingProband-Example", "status": "accepted", "businessStatus": { "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-PheobeSmitham-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307539" } }, "authoredOn": "2023-09-15T15:00:00Z", "lastModified": "2023-09-18T15:00:00Z", "requester": { "reference": "PractitionerRole/PractitionerRole-EugeneSmithLeedsSTH-Example" }, "owner": { "identifier": { "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" } ] }, "valueReference": { "reference": "Specimen/Specimen-PheobeSmitham-Example" } }, { "type": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics", "code": "Consent", "display": "Consent" } ] }, "valueReference": { "reference": "Consent/Consent-RoD-PheobeSmitham-Example" } } ] }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-WGSRareDiseaseTestOrderAccepted-TrioTestingProband-Example" /> <status value="accepted" /> <businessStatus> <coding> <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" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="request-sample-alignment" /> <display value="Request & Sample Alignment" /> </coding> </code> <focus> <reference value="ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-TrioTestingProband-Example" /> </focus> <for> <reference value="Patient/Patient-PheobeSmitham-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307539" /> </identifier> </for> <authoredOn value="2023-09-15T15:00:00Z" /> <lastModified value="2023-09-18T15:00:00Z" /> <requester> <reference value="PractitionerRole/PractitionerRole-EugeneSmithLeedsSTH-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="R0A" /> </identifier> <display value="MANCHESTER UNIVERSITY NHS FOUNDATION TRUST" /> </owner> <note> <text value="Optional Free Text field to record any additional details" /> </note> <input> <type> <coding> <system value="https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics" /> <code value="Specimen" /> <display value="Specimen" /> </coding> </type> <valueReference> <reference value="Specimen/Specimen-PheobeSmitham-Example" /> </valueReference> </input> <input> <type> <coding> <system value="https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics" /> <code value="Consent" /> <display value="Consent" /> </coding> </type> <valueReference> <reference value="Consent/Consent-RoD-PheobeSmitham-Example" /> </valueReference> </input> </Task>
Task-WGSRareDiseaseTestOrderCompleted-DirectToLab-Example
Example of a Task updated by a filler organization upon completion of a test.
Task |
id : Task-WGSRareDiseaseTestOrderCompleted-DirectToLab-Example |
status : completed |
intent : order |
priority : routine |
code |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-code-genomics |
code : distribute-report |
display : Distribute Report |
focus |
reference : ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-DirectToLab-Example |
for |
reference : Patient/Patient-JamesMetcalfe-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 7449306524 |
authoredOn : 2023-10-10T16:00:00Z |
lastModified : 2023-10-18T11:10:00Z |
requester |
reference : PractitionerRole/PractitionerRole-EugeneSmith-Example |
owner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RH8 |
display : ROYAL DEVON UNIVERSITY HEALTHCARE 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 : DiagnosticReport |
display : DiagnosticReport |
value |
reference : DiagnosticReport/DiagnosticReport-JamesMetcalfeGeneticReport-Example |
{ "resourceType": "Task", "id": "Task-WGSRareDiseaseTestOrderCompleted-DirectToLab-Example", "status": "completed", "intent": "order", "priority": "routine", "code": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics", "code": "distribute-report", "display": "Distribute Report" } ] }, "focus": { "reference": "ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-DirectToLab-Example" }, "for": { "reference": "Patient/Patient-JamesMetcalfe-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "7449306524" } }, "authoredOn": "2023-10-10T16:00:00Z", "lastModified": "2023-10-18T11:10:00Z", "requester": { "reference": "PractitionerRole/PractitionerRole-EugeneSmith-Example" }, "owner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RH8" }, "display": "ROYAL DEVON UNIVERSITY HEALTHCARE 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": "DiagnosticReport", "display": "DiagnosticReport" } ] }, "valueReference": { "reference": "DiagnosticReport/DiagnosticReport-JamesMetcalfeGeneticReport-Example" } } ] }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-WGSRareDiseaseTestOrderCompleted-DirectToLab-Example" /> <status value="completed" /> <intent value="order" /> <priority value="routine" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="distribute-report" /> <display value="Distribute Report" /> </coding> </code> <focus> <reference value="ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-DirectToLab-Example" /> </focus> <for> <reference value="Patient/Patient-JamesMetcalfe-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="7449306524" /> </identifier> </for> <authoredOn value="2023-10-10T16:00:00Z" /> <lastModified value="2023-10-18T11:10:00Z" /> <requester> <reference value="PractitionerRole/PractitionerRole-EugeneSmith-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RH8" /> </identifier> <display value="ROYAL DEVON UNIVERSITY HEALTHCARE NHS FOUNDATION TRUST" /> </owner> <note> <text value="Optional Free Text field to record any additional details" /> </note> <input> <type> <coding> <system value="https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics" /> <code value="DiagnosticReport" /> <display value="DiagnosticReport" /> </coding> </type> <valueReference> <reference value="DiagnosticReport/DiagnosticReport-JamesMetcalfeGeneticReport-Example" /> </valueReference> </input> </Task>
Task-WGSRareDiseaseTestOrderCompleted-TrioTestingProband-Example
Example of a Task updated by a filler organization upon completion of a test.
Task |
id : Task-WGSRareDiseaseTestOrderCompleted-TrioTestingProband-Example |
status : completed |
intent : order |
priority : routine |
code |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-code-genomics |
code : distribute-report |
display : Distribute Report |
focus |
reference : ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-TrioTestingProband-Example |
for |
reference : Patient/Patient-PheobeSmitham-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307539 |
authoredOn : 2023-09-15T15:00:00Z |
lastModified : 2023-10-16T15:50:00Z |
requester |
reference : PractitionerRole/PractitionerRole-EugeneSmithLeedsSTH-Example |
owner |
identifier |
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 : DiagnosticReport |
display : DiagnosticReport |
value |
reference : DiagnosticReport/DiagnosticReport-PhoebeSmithGeneticReport-Example |
{ "resourceType": "Task", "id": "Task-WGSRareDiseaseTestOrderCompleted-TrioTestingProband-Example", "status": "completed", "intent": "order", "priority": "routine", "code": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics", "code": "distribute-report", "display": "Distribute Report" } ] }, "focus": { "reference": "ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-TrioTestingProband-Example" }, "for": { "reference": "Patient/Patient-PheobeSmitham-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307539" } }, "authoredOn": "2023-09-15T15:00:00Z", "lastModified": "2023-10-16T15:50:00Z", "requester": { "reference": "PractitionerRole/PractitionerRole-EugeneSmithLeedsSTH-Example" }, "owner": { "identifier": { "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": "DiagnosticReport", "display": "DiagnosticReport" } ] }, "valueReference": { "reference": "DiagnosticReport/DiagnosticReport-PhoebeSmithGeneticReport-Example" } } ] }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-WGSRareDiseaseTestOrderCompleted-TrioTestingProband-Example" /> <status value="completed" /> <intent value="order" /> <priority value="routine" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="distribute-report" /> <display value="Distribute Report" /> </coding> </code> <focus> <reference value="ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-TrioTestingProband-Example" /> </focus> <for> <reference value="Patient/Patient-PheobeSmitham-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307539" /> </identifier> </for> <authoredOn value="2023-09-15T15:00:00Z" /> <lastModified value="2023-10-16T15:50:00Z" /> <requester> <reference value="PractitionerRole/PractitionerRole-EugeneSmithLeedsSTH-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="R0A" /> </identifier> <display value="MANCHESTER UNIVERSITY NHS FOUNDATION TRUST" /> </owner> <note> <text value="Optional Free Text field to record any additional details" /> </note> <input> <type> <coding> <system value="https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics" /> <code value="DiagnosticReport" /> <display value="DiagnosticReport" /> </coding> </type> <valueReference> <reference value="DiagnosticReport/DiagnosticReport-PhoebeSmithGeneticReport-Example" /> </valueReference> </input> </Task>
Task-WGSRareDiseaseTestOrderForwarded-Example
Example of a Task forwarded to GEL. NOTE: Task codes and status are pending further business analysis.
Task |
id : Task-WGSRareDiseaseTestOrderForwarded-Example |
status : ready |
businessStatus |
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 : sample-preparation |
display : Sample Preparation |
focus |
reference : ServiceRequest/ServiceRequest-SavedTestOrder-Example |
for |
reference : Patient/Patient-LindsaySorrell-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307946 |
authoredOn : 2023-08-08 |
lastModified : 2023-08-10 |
requester |
reference : PractitionerRole/PractitionerRole-HazelSmithRenal-Example |
owner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : 8J834 |
display : GENOMICS ENGLAND |
input |
type |
coding |
system : https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics |
code : Specimen |
display : Specimen |
value |
reference : Specimen/Specimen-BloodEDTA-Example |
{ "resourceType": "Task", "id": "Task-WGSRareDiseaseTestOrderForwarded-Example", "status": "ready", "businessStatus": { "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": "sample-preparation", "display": "Sample Preparation" } ] }, "focus": { "reference": "ServiceRequest/ServiceRequest-SavedTestOrder-Example" }, "for": { "reference": "Patient/Patient-LindsaySorrell-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307946" } }, "authoredOn": "2023-08-08", "lastModified": "2023-08-10", "requester": { "reference": "PractitionerRole/PractitionerRole-HazelSmithRenal-Example" }, "owner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "8J834" }, "display": "GENOMICS ENGLAND" }, "input": [ { "type": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics", "code": "Specimen", "display": "Specimen" } ] }, "valueReference": { "reference": "Specimen/Specimen-BloodEDTA-Example" } } ] }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-WGSRareDiseaseTestOrderForwarded-Example" /> <status value="ready" /> <businessStatus> <coding> <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" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="sample-preparation" /> <display value="Sample Preparation" /> </coding> </code> <focus> <reference value="ServiceRequest/ServiceRequest-SavedTestOrder-Example" /> </focus> <for> <reference value="Patient/Patient-LindsaySorrell-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307946" /> </identifier> </for> <authoredOn value="2023-08-08" /> <lastModified value="2023-08-10" /> <requester> <reference value="PractitionerRole/PractitionerRole-HazelSmithRenal-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="8J834" /> </identifier> <display value="GENOMICS ENGLAND" /> </owner> <input> <type> <coding> <system value="https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics" /> <code value="Specimen" /> <display value="Specimen" /> </coding> </type> <valueReference> <reference value="Specimen/Specimen-BloodEDTA-Example" /> </valueReference> </input> </Task>
Task-WGSRareDiseaseTestOrderHold-DirectToLab-Example
Example of a Task placed on hold by a filler organization. NOTE: Task codes and businessStatuses are pending further business
Task |
id : Task-WGSRareDiseaseTestOrderHold-DirectToLab-Example |
status : on-hold |
statusReason |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics |
code : awaiting-rod-and-or-sample |
display : Awaiting Record of Discussion and/or Sample |
intent : order |
priority : urgent |
code |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-code-genomics |
code : request-sample-alignment |
display : Request & Sample Alignment |
focus |
reference : ServiceRequest-WGSTestOrderForm-DirectToLab-Example |
for |
reference : Patient/Patient-JamesMetcalfe-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 7449306524 |
authoredOn : 2023-10-01T15:00:00Z |
lastModified : 2023-10-01T16:10:00Z |
requester |
reference : PractitionerRole/PractitionerRole-EugeneSmith-Example |
owner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RH8 |
display : ROYAL DEVON UNIVERSITY HEALTHCARE NHS FOUNDATION TRUST |
{ "resourceType": "Task", "id": "Task-WGSRareDiseaseTestOrderHold-DirectToLab-Example", "status": "on-hold", "statusReason": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics", "code": "awaiting-rod-and-or-sample", "display": "Awaiting Record of Discussion and/or Sample" } ] }, "intent": "order", "priority": "urgent", "code": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics", "code": "request-sample-alignment", "display": "Request & Sample Alignment" } ] }, "focus": { "reference": "ServiceRequest-WGSTestOrderForm-DirectToLab-Example" }, "for": { "reference": "Patient/Patient-JamesMetcalfe-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "7449306524" } }, "authoredOn": "2023-10-01T15:00:00Z", "lastModified": "2023-10-01T16:10:00Z", "requester": { "reference": "PractitionerRole/PractitionerRole-EugeneSmith-Example" }, "owner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RH8" }, "display": "ROYAL DEVON UNIVERSITY HEALTHCARE NHS FOUNDATION TRUST" } }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-WGSRareDiseaseTestOrderHold-DirectToLab-Example" /> <status value="on-hold" /> <statusReason> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics" /> <code value="awaiting-rod-and-or-sample" /> <display value="Awaiting Record of Discussion and/or Sample" /> </coding> </statusReason> <intent value="order" /> <priority value="urgent" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="request-sample-alignment" /> <display value="Request & Sample Alignment" /> </coding> </code> <focus> <reference value="ServiceRequest-WGSTestOrderForm-DirectToLab-Example" /> </focus> <for> <reference value="Patient/Patient-JamesMetcalfe-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="7449306524" /> </identifier> </for> <authoredOn value="2023-10-01T15:00:00Z" /> <lastModified value="2023-10-01T16:10:00Z" /> <requester> <reference value="PractitionerRole/PractitionerRole-EugeneSmith-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RH8" /> </identifier> <display value="ROYAL DEVON UNIVERSITY HEALTHCARE NHS FOUNDATION TRUST" /> </owner> </Task>
Task-WGSRareDiseaseTestOrderHold-TrioTestingProband-Example
Example of a Task placed on hold by a filler organization. NOTE: Task codes and businessStatuses are pending further business
Task |
id : Task-WGSRareDiseaseTestOrderHold-TrioTestingProband-Example |
status : on-hold |
statusReason |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics |
code : awaiting-rod-and-or-sample |
display : Awaiting Record of Discussion and/or Sample |
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-WGSTestOrderForm-TrioTestingProband-Example |
for |
reference : Patient/Patient-PheobeSmitham-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307539 |
authoredOn : 2023-09-15T15:00:00Z |
lastModified : 2023-09-18T15:00:00Z |
requester |
reference : PractitionerRole/PractitionerRole-EugeneSmithLeedsSTH-Example |
owner |
identifier |
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 |
{ "resourceType": "Task", "id": "Task-WGSRareDiseaseTestOrderHold-TrioTestingProband-Example", "status": "on-hold", "statusReason": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics", "code": "awaiting-rod-and-or-sample", "display": "Awaiting Record of Discussion and/or Sample" } ] }, "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-WGSTestOrderForm-TrioTestingProband-Example" }, "for": { "reference": "Patient/Patient-PheobeSmitham-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307539" } }, "authoredOn": "2023-09-15T15:00:00Z", "lastModified": "2023-09-18T15:00:00Z", "requester": { "reference": "PractitionerRole/PractitionerRole-EugeneSmithLeedsSTH-Example" }, "owner": { "identifier": { "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" } ] }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-WGSRareDiseaseTestOrderHold-TrioTestingProband-Example" /> <status value="on-hold" /> <statusReason> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics" /> <code value="awaiting-rod-and-or-sample" /> <display value="Awaiting Record of Discussion and/or Sample" /> </coding> </statusReason> <intent value="order" /> <priority value="routine" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="request-sample-alignment" /> <display value="Request & Sample Alignment" /> </coding> </code> <focus> <reference value="ServiceRequest/ServiceRequest-WGSTestOrderForm-TrioTestingProband-Example" /> </focus> <for> <reference value="Patient/Patient-PheobeSmitham-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307539" /> </identifier> </for> <authoredOn value="2023-09-15T15:00:00Z" /> <lastModified value="2023-09-18T15:00:00Z" /> <requester> <reference value="PractitionerRole/PractitionerRole-EugeneSmithLeedsSTH-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="R0A" /> </identifier> <display value="MANCHESTER UNIVERSITY NHS FOUNDATION TRUST" /> </owner> <note> <text value="Optional Free Text field to record any additional details" /> </note> </Task>
Task-WGSRareDiseaseTestOrderRequested-DirectToLab-Example
Example of a Task created upon submission of a test request. NOTE: Task codes and status are pending further business analysis.
Task |
id : Task-WGSRareDiseaseTestOrderRequested-DirectToLab-Example |
status : requested |
intent : order |
priority : urgent |
code |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-code-genomics |
code : process-genomic-test-request |
display : Process Genomic Test Request |
focus |
reference : ServiceRequest-WGSTestOrderFormUpdated-DirectToLab-Example |
for |
reference : Patient/Patient-JamesMetcalfe-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 7449306524 |
authoredOn : 2023-10-10T11:00:00Z |
lastModified : 2023-10-10T16:00:00Z |
requester |
reference : PractitionerRole/PractitionerRole-EugeneSmith-Example |
owner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RH8 |
display : ROYAL DEVON UNIVERSITY HEALTHCARE NHS FOUNDATION TRUST |
{ "resourceType": "Task", "id": "Task-WGSRareDiseaseTestOrderRequested-DirectToLab-Example", "status": "requested", "intent": "order", "priority": "urgent", "code": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics", "code": "process-genomic-test-request", "display": "Process Genomic Test Request" } ] }, "focus": { "reference": "ServiceRequest-WGSTestOrderFormUpdated-DirectToLab-Example" }, "for": { "reference": "Patient/Patient-JamesMetcalfe-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "7449306524" } }, "authoredOn": "2023-10-10T11:00:00Z", "lastModified": "2023-10-10T16:00:00Z", "requester": { "reference": "PractitionerRole/PractitionerRole-EugeneSmith-Example" }, "owner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RH8" }, "display": "ROYAL DEVON UNIVERSITY HEALTHCARE NHS FOUNDATION TRUST" } }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-WGSRareDiseaseTestOrderRequested-DirectToLab-Example" /> <status value="requested" /> <intent value="order" /> <priority value="urgent" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="process-genomic-test-request" /> <display value="Process Genomic Test Request" /> </coding> </code> <focus> <reference value="ServiceRequest-WGSTestOrderFormUpdated-DirectToLab-Example" /> </focus> <for> <reference value="Patient/Patient-JamesMetcalfe-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="7449306524" /> </identifier> </for> <authoredOn value="2023-10-10T11:00:00Z" /> <lastModified value="2023-10-10T16:00:00Z" /> <requester> <reference value="PractitionerRole/PractitionerRole-EugeneSmith-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RH8" /> </identifier> <display value="ROYAL DEVON UNIVERSITY HEALTHCARE NHS FOUNDATION TRUST" /> </owner> </Task>
Task-NonWGSTestOrderFormRequested-UsingStoredSample-Example
Example of a Task capturing well ids for coordinating sample preparation.
Task |
id : Task-NonWGSTestOrderFormRequested-UsingStoredSample-Example |
status : requested |
intent : order |
priority : routine |
code |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-code-genomics |
code : sample-preparation |
display : Sample Preparation |
focus |
reference : ServiceRequest/ServiceRequest-NonWGSTestOrderForm-UsingStoredSample-Example |
for |
reference : Patient/Patient-TimMclullichs-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 8449303452 |
authoredOn : 2023-11-02T15:43:00Z |
requester |
reference : PractitionerRole/PractitionerRole-OscarShields-Example |
owner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RQ3 |
display : BIRMINGHAM WOMEN'S AND CHILDREN'S NHS FOUNDATION TRUST |
note |
text : Test critieria met and sample to be used from storage |
input |
type |
coding |
system : https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics |
code : Specimen |
display : Specimen |
value |
reference : Specimen/Specimen-BloodEDTA-WithCollectionDetails-Example |
input |
type |
coding |
system : https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics |
code : WellId |
display : Well Identification Number |
value |
system : https://www.guysandstthomas.nhs.uk/WellId |
value : RJ1-WID-9449307555 |
assigner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RJ1 |
{ "resourceType": "Task", "id": "Task-NonWGSTestOrderFormRequested-UsingStoredSample-Example", "status": "requested", "intent": "order", "priority": "routine", "code": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics", "code": "sample-preparation", "display": "Sample Preparation" } ] }, "focus": { "reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderForm-UsingStoredSample-Example" }, "for": { "reference": "Patient/Patient-TimMclullichs-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "8449303452" } }, "authoredOn": "2023-11-02T15:43:00Z", "requester": { "reference": "PractitionerRole/PractitionerRole-OscarShields-Example" }, "owner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RQ3" }, "display": "BIRMINGHAM WOMEN'S AND CHILDREN'S NHS FOUNDATION TRUST" }, "note": [ { "text": "Test critieria met and sample to be used from storage" } ], "input": [ { "type": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics", "code": "Specimen", "display": "Specimen" } ] }, "valueReference": { "reference": "Specimen/Specimen-BloodEDTA-WithCollectionDetails-Example" } }, { "type": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics", "code": "WellId", "display": "Well Identification Number" } ] }, "valueIdentifier": { "system": "https://www.guysandstthomas.nhs.uk/WellId", "value": "RJ1-WID-9449307555", "assigner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RJ1" } } } } ] }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-NonWGSTestOrderFormRequested-UsingStoredSample-Example" /> <status value="requested" /> <intent value="order" /> <priority value="routine" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="sample-preparation" /> <display value="Sample Preparation" /> </coding> </code> <focus> <reference value="ServiceRequest/ServiceRequest-NonWGSTestOrderForm-UsingStoredSample-Example" /> </focus> <for> <reference value="Patient/Patient-TimMclullichs-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="8449303452" /> </identifier> </for> <authoredOn value="2023-11-02T15:43:00Z" /> <requester> <reference value="PractitionerRole/PractitionerRole-OscarShields-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RQ3" /> </identifier> <display value="BIRMINGHAM WOMEN'S AND CHILDREN'S NHS FOUNDATION TRUST" /> </owner> <note> <text value="Test critieria met and sample to be used from storage" /> </note> <input> <type> <coding> <system value="https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics" /> <code value="Specimen" /> <display value="Specimen" /> </coding> </type> <valueReference> <reference value="Specimen/Specimen-BloodEDTA-WithCollectionDetails-Example" /> </valueReference> </input> <input> <type> <coding> <system value="https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics" /> <code value="WellId" /> <display value="Well Identification Number" /> </coding> </type> <valueIdentifier> <system value="https://www.guysandstthomas.nhs.uk/WellId" /> <value value="RJ1-WID-9449307555" /> <assigner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RJ1" /> </identifier> </assigner> </valueIdentifier> </input> </Task>
Task-WGSRareDiseaseTestOrderAccepted-TrioTestingFather-Example
Example of a Task for sample alignment of consultand samples.
Task |
id : Task-WGSRareDiseaseTestOrderAccepted-TrioTestingFather-Example |
status : accepted |
businessStatus |
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-PheobeSmithamFather-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307636 |
authoredOn : 2023-09-15T15:00:00Z |
lastModified : 2023-09-18T15:00:00Z |
requester |
reference : PractitionerRole/PractitionerRole-EugeneSmithLeedsSTH-Example |
owner |
identifier |
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 |
value |
reference : Specimen/Specimen-PheobeSmithamFather-Example |
input |
type |
coding |
system : https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics |
code : Consent |
display : Consent |
value |
reference : Consent/Consent-RoD-PheobeSmithamFather-Example |
{ "resourceType": "Task", "id": "Task-WGSRareDiseaseTestOrderAccepted-TrioTestingFather-Example", "status": "accepted", "businessStatus": { "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-PheobeSmithamFather-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307636" } }, "authoredOn": "2023-09-15T15:00:00Z", "lastModified": "2023-09-18T15:00:00Z", "requester": { "reference": "PractitionerRole/PractitionerRole-EugeneSmithLeedsSTH-Example" }, "owner": { "identifier": { "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" } ] }, "valueReference": { "reference": "Specimen/Specimen-PheobeSmithamFather-Example" } }, { "type": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics", "code": "Consent", "display": "Consent" } ] }, "valueReference": { "reference": "Consent/Consent-RoD-PheobeSmithamFather-Example" } } ] }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-WGSRareDiseaseTestOrderAccepted-TrioTestingFather-Example" /> <status value="accepted" /> <businessStatus> <coding> <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" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="request-sample-alignment" /> <display value="Request & Sample Alignment" /> </coding> </code> <focus> <reference value="ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-TrioTestingProband-Example" /> </focus> <for> <reference value="Patient-PheobeSmithamFather-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307636" /> </identifier> </for> <authoredOn value="2023-09-15T15:00:00Z" /> <lastModified value="2023-09-18T15:00:00Z" /> <requester> <reference value="PractitionerRole/PractitionerRole-EugeneSmithLeedsSTH-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="R0A" /> </identifier> <display value="MANCHESTER UNIVERSITY NHS FOUNDATION TRUST" /> </owner> <note> <text value="Optional Free Text field to record any additional details" /> </note> <input> <type> <coding> <system value="https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics" /> <code value="Specimen" /> <display value="Specimen" /> </coding> </type> <valueReference> <reference value="Specimen/Specimen-PheobeSmithamFather-Example" /> </valueReference> </input> <input> <type> <coding> <system value="https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics" /> <code value="Consent" /> <display value="Consent" /> </coding> </type> <valueReference> <reference value="Consent/Consent-RoD-PheobeSmithamFather-Example" /> </valueReference> </input> </Task>
Task-WGSRareDiseaseTestOrderAccepted-TrioTestingMother-Example
Example of a Task for sample alignment of consultand samples.
Task |
id : Task-WGSRareDiseaseTestOrderAccepted-TrioTestingMother-Example |
status : accepted |
businessStatus |
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 |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307246 |
authoredOn : 2023-09-15T15:00:00Z |
lastModified : 2023-09-18T15:00:00Z |
requester |
reference : PractitionerRole/PractitionerRole-EugeneSmithLeedsSTH-Example |
owner |
identifier |
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 |
value |
reference : Specimen/Specimen-PheobeSmithamMother-Example |
input |
type |
coding |
system : https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics |
code : Consent |
display : Consent |
value |
reference : Consent/Consent-RoD-PheobeSmithamMother-Example |
{ "resourceType": "Task", "id": "Task-WGSRareDiseaseTestOrderAccepted-TrioTestingMother-Example", "status": "accepted", "businessStatus": { "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", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307246" } }, "authoredOn": "2023-09-15T15:00:00Z", "lastModified": "2023-09-18T15:00:00Z", "requester": { "reference": "PractitionerRole/PractitionerRole-EugeneSmithLeedsSTH-Example" }, "owner": { "identifier": { "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" } ] }, "valueReference": { "reference": "Specimen/Specimen-PheobeSmithamMother-Example" } }, { "type": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics", "code": "Consent", "display": "Consent" } ] }, "valueReference": { "reference": "Consent/Consent-RoD-PheobeSmithamMother-Example" } } ] }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-WGSRareDiseaseTestOrderAccepted-TrioTestingMother-Example" /> <status value="accepted" /> <businessStatus> <coding> <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" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="request-sample-alignment" /> <display value="Request & Sample Alignment" /> </coding> </code> <focus> <reference value="ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-TrioTestingProband-Example" /> </focus> <for> <reference value="Patient/Patient-PheobeSmithamMother-Example" /> <identifier> <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" /> <requester> <reference value="PractitionerRole/PractitionerRole-EugeneSmithLeedsSTH-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="R0A" /> </identifier> <display value="MANCHESTER UNIVERSITY NHS FOUNDATION TRUST" /> </owner> <note> <text value="Optional Free Text field to record any additional details" /> </note> <input> <type> <coding> <system value="https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics" /> <code value="Specimen" /> <display value="Specimen" /> </coding> </type> <valueReference> <reference value="Specimen/Specimen-PheobeSmithamMother-Example" /> </valueReference> </input> <input> <type> <coding> <system value="https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics" /> <code value="Consent" /> <display value="Consent" /> </coding> </type> <valueReference> <reference value="Consent/Consent-RoD-PheobeSmithamMother-Example" /> </valueReference> </input> </Task>