Task - Check Prescription

A workflow process for a prescription order to be clinically checked

{
"resourceType": "Task",
"id": "ac990628-a2be-4213-9b03-f0ae83c70099",
{
"resourceType": "PractitionerRole",
"id": "requester",
"system": "https://fhir.nhs.uk/Id/sds-user-id",
"value": "2238910010"
},
"display": "Dr Liz Scott"
},
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "RBA"
},
"display": "The Acute Trust"
},
"telecom": [
{
"system": "phone",
"use": "work",
"value": "01234567890"
}
]
}
],
{
"system": "https://tools.ietf.org/html/rfc4122",
"value": "ac990628-a2be-4213-9b03-f0ae83c70099"
}
],
"status": "requested",
"intent": "order",
"system": "https://fhir.nhs.uk/Id/prescription-order-number",
"value": "83C40E-B81001-00123C"
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "299441000000105",
"display": "Checking prescription"
}
]
},
"focus": {
"reference": "MedicationRequest/ee86a018-779c-4809-999f-a9d89cdfd30f"
},
"for": {
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9453740519"
},
"display": "MISS ETTA CORY"
},
"authoredOn": "2022-04-15T12:00:00+00:00",
"reference": "#requester"
},
"note": [
{
"text": "Can you check this prescription?"
}
]
}
<Task xmlns="http://hl7.org/fhir">
<id value="ac990628-a2be-4213-9b03-f0ae83c70099" />
<PractitionerRole>
<id value="requester" />
<system value="https://fhir.nhs.uk/Id/sds-user-id" />
<value value="2238910010" />
</identifier>
<display value="Dr Liz Scott" />
</practitioner>
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="RBA" />
</identifier>
<display value="The Acute Trust" />
</organization>
<system value="phone" />
<value value="01234567890" />
<use value="work" />
</telecom>
</PractitionerRole>
</contained>
<system value="https://tools.ietf.org/html/rfc4122" />
<value value="ac990628-a2be-4213-9b03-f0ae83c70099" />
</identifier>
<system value="https://fhir.nhs.uk/Id/prescription-order-number" />
<value value="83C40E-B81001-00123C" />
</groupIdentifier>
<status value="requested" />
<intent value="order" />
<system value="http://snomed.info/sct" />
<code value="299441000000105" />
<display value="Checking prescription" />
</coding>
</code>
<reference value="MedicationRequest/ee86a018-779c-4809-999f-a9d89cdfd30f" />
</focus>
<for>
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9453740519" />
</identifier>
<display value="MISS ETTA CORY" />
</for>
<authoredOn value="2022-04-15T12:00:00+00:00" />
<reference value="#requester" />
</requester>
<text value="Can you check this prescription?" />
</note>
</Task>
Task