FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageuk.nhsdigital.r4
Resource TypeTask
IdTask-FormComplete.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
  }
}