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