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-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>