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

FHIR IG analytics

Packageuk.nhsdigital.r4.test
Resource TypeBundle
IdBundle-searchSet-eRS-Task.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": "Bundle",
  "id": "22d00506-967b-4996-9893-e649cffab3ec",
  "type": "searchset",
  "total": 1,
  "link": [
    {
      "relation": "self",
      "url": "http://example.org/FHIR/R4/Task?for:identifier=https://fhir.nhs.uk/Id/nhs-number|9912003888"
    },
    {
      "relation": "next",
      "url": "http://example.org/FHIR/R4/Task?for:identifier=https://fhir.nhs.uk/Id/nhs-number|9912003888&page=2"
    }
  ],
  "entry": [
    {
      "fullUrl": "Task/bf7ab4c4-bafb-495e-8a61-1aa40309eaed",
      "resource": {
        "resourceType": "Task",
        "id": "bf7ab4c4-bafb-495e-8a61-1aa40309eaed",
        "meta": {
          "versionId": "2"
        },
        "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"
          }
        ],
        "status": "requested",
        "intent": "order",
        "priority": "routine",
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "386053000",
              "display": "Evaluation procedure"
            }
          ]
        },
        "focus": {
          "type": "ServiceRequest",
          "identifier": {
            "system": "https://fhir.nhs.uk/Id/UBRN",
            "value": "000000070000"
          }
        },
        "for": {
          "identifier": {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9912003888"
          }
        },
        "authoredOn": "2022-01-21T16:58:06.259000+00:00",
        "requester": {
          "reference": "#requester"
        },
        "note": [
          {
            "text": "Here's some advice"
          }
        ]
      }
    }
  ]
}