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

FHIR IG analytics

Packageuk.nhsdigital.r4
Resource TypeTask
IdTask-medication-checking.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": "ac990628-a2be-4213-9b03-f0ae83c70099",
  "contained": [
    {
      "resourceType": "PractitionerRole",
      "id": "requester",
      "practitioner": {
        "identifier": {
          "system": "https://fhir.nhs.uk/Id/sds-user-id",
          "value": "2238910010"
        },
        "display": "Dr Liz Scott"
      },
      "organization": {
        "identifier": {
          "system": "https://fhir.nhs.uk/Id/ods-organization-code",
          "value": "RBA"
        },
        "display": "The Acute Trust"
      },
      "telecom": [
        {
          "system": "phone",
          "use": "work",
          "value": "01234567890"
        }
      ]
    }
  ],
  "identifier": [
    {
      "system": "https://tools.ietf.org/html/rfc4122",
      "value": "ac990628-a2be-4213-9b03-f0ae83c70099"
    }
  ],
  "status": "requested",
  "intent": "order",
  "groupIdentifier": {
    "system": "https://fhir.nhs.uk/Id/prescription-order-number",
    "value": "83C40E-B81001-00123C"
  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "299441000000105",
        "display": "Checking prescription"
      }
    ]
  },
  "focus": {
    "reference": "MedicationRequest/ee86a018-779c-4809-999f-a9d89cdfd30f"
  },
  "for": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9453740519"
    },
    "display": "MISS ETTA CORY"
  },
  "authoredOn": "2022-04-15T12:00:00+00:00",
  "requester": {
    "reference": "#requester"
  },
  "note": [
    {
      "text": "Can you check this prescription?"
    }
  ]
}