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