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

FHIR IG analytics

Packageuk.nhsdigital.r4
Resource TypeTask
IdTask-ers-RespondingToAdvice-scenario4.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": "a9b9f0f4-cc37-4ea3-bd4b-16d15ddbe63b",
  "meta": {
    "versionId": "4"
  },
  "contained": [
    {
      "resourceType": "PractitionerRole",
      "id": "requester",
      "practitioner": {
        "identifier": {
          "system": "https://fhir.nhs.uk/Id/sds-user-id",
          "value": "0987654321"
        }
      },
      "organization": {
        "identifier": {
          "system": "https://fhir.nhs.uk/Id/ods-organization-code",
          "value": "RR8"
        },
        "display": "LEEDS TEACHING HOSPITALS NHS TRUST"
      }
    }
  ],
  "identifier": [
    {
      "system": "http://fhir.nhs.uk/Id/ers-advice-id",
      "value": "bf7ab4c4-bafb-495e-8a61-1aa40309eaed"
    }
  ],
  "focus": {
    "type": "ServiceRequest",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/UBRN",
      "value": "000000070000"
    }
  },
  "status": "completed",
  "intent": "order",
  "priority": "urgent",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "386053000",
        "display": "Evaluation procedure"
      }
    ]
  },
  "for": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9912003888"
    }
  },
  "authoredOn": "2022-01-25T13:28:06.259000+00:00",
  "requester": {
    "reference": "#requester"
  },
  "note": [
    {
      "text": "Converting this to a referral"
    }
  ]
}