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