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

FHIR IG analytics

Packageuk.nhsdigital.r4.test
Resource TypeTask
IdTask-ers-RespondingToAdvice.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": "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"
    }
  ],
  "resourceType": "Task",
  "focus": {
    "type": "ServiceRequest",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/UBRN",
      "value": "000000070000"
    }
  },
  "status": "requested",
  "intent": "order",
  "priority": "routine",
  "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-21T16:58:06.259000+00:00",
  "requester": {
    "reference": "#requester"
  },
  "note": [
    {
      "text": "Here's some advice"
    }
  ]
}