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

FHIR IG analytics

Packageuk.nhsdigital.medicines.r4.test
Resource TypeBundle
IdBundle-searchSet-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": "3b17d59c-41d6-44d7-81e6-47cc398e9dcc",
  "type": "searchset",
  "total": 1,
  "link": [
    {
      "relation": "self",
      "url": "http://example.org/FHIR/R4/Task?patient.identifier=https://fhir.nhs.uk/Id/nhs-number|9912003489"
    }
  ],
  "entry": [
    {
      "fullUrl": "Task/bd1ca5c4-ff49-4f2a-9db4-f5dda0112084",
      "resource": {
        "resourceType": "Task",
        "id": "bd1ca5c4-ff49-4f2a-9db4-f5dda0112084",
        "meta": {
          "lastUpdated": "2016-07-11T11:07:22+00:00"
        },
        "extension": [
          {
            "url": "https://fhir.nhs.uk/StructureDefinition/Extension-EPS-Prescription",
            "extension": [
              {
                "url": "courseOfTherapyType",
                "valueCoding": {
                  "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy",
                  "code": "acute",
                  "display": "Acute"
                }
              }
            ]
          }
        ],
        "contained": [
          {
            "resourceType": "PractitionerRole",
            "id": "requester",
            "identifier": [
              {
                "system": "https://fhir.nhs.uk/Id/sds-role-profile-id",
                "value": "641555508105"
              }
            ],
            "code": [
              {
                "coding": [
                  {
                    "system": "https://fhir.nhs.uk/CodeSystem/NHSDigital-SDS-JobRoleCode",
                    "code": "S0030:G0100:R0620"
                  }
                ]
              }
            ],
            "practitioner": {
              "identifier": {
                "system": "https://fhir.nhs.uk/Id/sds-user-id",
                "value": "7654321"
              },
              "display": "DR AA BHATIA"
            },
            "organization": {
              "reference": "Organization/3b4b03a5-52ba-4ba6-9b82-70350aa109d8",
              "identifier": {
                "system": "https://fhir.nhs.uk/Id/ods-organization-code",
                "value": "C81007"
              },
              "display": "VERNON STREET MEDICAL CTR"
            },
            "telecom": [
              {
                "system": "phone",
                "use": "work",
                "value": "01234567890"
              }
            ]
          }
        ],
        "identifier": [
          {
            "system": "https://tools.ietf.org/html/rfc4122",
            "value": "bd1ca5c4-ff49-4f2a-9db4-f5dda0112084"
          }
        ],
        "status": "in-progress",
        "businessStatus": {
          "coding": [
            {
              "system": "https://fhir.nhs.uk/CodeSystem/EPS-task-business-status",
              "code": "0002",
              "display": "With Dispenser"
            }
          ]
        },
        "intent": "order",
        "code": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/CodeSystem/task-code",
              "code": "fulfill",
              "display": "Fulfill the focal request"
            }
          ]
        },
        "focus": {
          "type": "Task",
          "identifier": {
            "system": "https://fhir.nhs.uk/Id/prescription-order-number",
            "value": "A3B4D9-Z42475-11E6B+"
          }
        },
        "for": {
          "identifier": {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9912003489"
          }
        },
        "requester": {
          "reference": "#requester"
        },
        "owner": {
          "identifier": {
            "system": "https://fhir.nhs.uk/Id/ods-organization-code",
            "value": "FA666"
          },
          "display": "CROYDON PHARMACY"
        },
        "reasonCode": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "33633005",
              "display": "Prescription of drug"
            }
          ]
        },
        "authoredOn": "2016-07-11T11:07:21+00:00",
        "input": [
          {
            "type": {
              "coding": [
                {
                  "system": "http://snomed.info/sct",
                  "code": "16076005",
                  "display": "Prescription"
                }
              ]
            },
            "valueReference": {
              "identifier": {
                "system": "https://tools.ietf.org/html/rfc4122",
                "value": "ee86a018-779c-4809-999f-a9d89cdfd30f"
              }
            }
          }
        ],
        "output": [
          {
            "extension": [
              {
                "url": "https://fhir.nhs.uk/StructureDefinition/ExtensionRepeatDispensingInformation",
                "extension": [
                  {
                    "url": "dateLastDispensed",
                    "valueDateTime": "2014-05-07"
                  }
                ]
              }
            ],
            "type": {
              "coding": [
                {
                  "system": "http://snomed.info/sct",
                  "code": "373784005",
                  "display": "Dispensing medication"
                }
              ]
            },
            "valueReference": {
              "identifier": {
                "system": "https://tools.ietf.org/html/rfc4122",
                "value": "334a3195-1f6c-497a-8efe-d272ca9c4e38"
              }
            }
          }
        ]
      },
      "search": {
        "mode": "match"
      }
    }
  ]
}