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

FHIR IG analytics

Packageuk.nhsdigital.r4.test
Resource TypeTask
IdTask-FormComplete-completed.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": "35f3dcdf-fda5-404d-87a0-f6846a58bec4",
  "identifier": [
    {
      "system": "https://tools.ietf.org/html/rfc4122",
      "value": "06570d9e-1dd7-49b6-8276-c903eef74b73"
    }
  ],
  "status": "completed",
  "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",
  "lastModified": "2023-02-23T12:00:00+00:00",
  "note": [
    {
      "text": "Please perform 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"
  },
  "output": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "QuestionnaireResponse"
          }
        ],
        "text": "Link to completed Health review"
      },
      "valueReference": {
        "reference": "https://3cdzg7kbj4.execute-api.eu-west-2.amazonaws.com/poc/clinicaldatasharing/FHIR/R4/QuestionnaireResponse/9a3ea8c7-d1a4-4383-969b-5b3617245553",
        "identifier": {
          "system": "https://tools.ietf.org/html/rfc4122",
          "value": "9a3ea8c7-d1a4-4383-969b-5b3617245553"
        }
      }
    }
  ]
}