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

FHIR IG analytics

Packageuk.nhsdigital.r4.test
Resource TypeTask
IdTask-ers-Triage-deferralCreation.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

{
  "id": "c18dbbe5-4f8d-4b49-a434-6e55a93fab31",
  "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-deferral-id",
      "value": "c18dbbe5-4f8d-4b49-a434-6e55a93fab31"
    }
  ],
  "resourceType": "Task",
  "focus": {
    "type": "ServiceRequest",
    "reference": "ServiceRequest/be735573-9f24-42e1-ae98-af89d632e4bf"
  },
  "status": "requested",
  "intent": "proposal",
  "priority": "routine",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "413292001",
        "display": "Assessment for referral"
      }
    ]
  },
  "for": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9999998887"
    }
  },
  "authoredOn": "2022-01-27T11:27:00.259000+00:00",
  "requester": {
    "reference": "#requester"
  },
  "note": [
    {
      "text": "Optional comments"
    }
  ]
}