FHIR IG analytics| Package | uk.nhsdigital.r4.test |
| Resource Type | Task |
| Id | Task-FormComplete.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Task",
"id": "06570d9e-1dd7-49b6-8276-c903eef74b73",
"identifier": [
{
"system": "https://tools.ietf.org/html/rfc4122",
"value": "06570d9e-1dd7-49b6-8276-c903eef74b73"
}
],
"status": "requested",
"intent": "order",
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/CodeSystem/task-code",
"code": "fulfill",
"display": "Fulfill the focal request"
}
]
},
"focus": {
"reference": "https://example.fhir.nhs.uk/Questionnaire/Simple-Blood-Pressure"
},
"for": {
"identifier": {
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9876543210"
}
},
"owner": {
"identifier": {
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "FE048"
}
},
"requester": {
"identifier": {
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "RR8"
},
"display": "LEEDS TEACHING HOSPITALS NHS TRUST"
},
"authoredOn": "2023-02-22T12:00:00+00:00",
"note": [
{
"text": "Please perfrom this health check on this patient."
}
],
"reasonCode": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "275944005",
"display": "Hypertension monitoring"
}
],
"text": "Code is for demonstration purposes and is probably not correct"
}
}