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

FHIR IG analytics

Packagefhir.nhs.uk.wayfinder
Resource TypeBundle
IdWayfinder-Bundle-200-One-Incomplete-WaitingList.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": "Wayfinder-Bundle-200-One-Incomplete-WaitingList",
  "meta": [
    {
      "profile": "https://fhir.nhs.uk/StructureDefinition/WayfinderUKCoreBundle",
      "versionId": "2.0.3"
    }
  ],
  "type": "searchset",
  "total": 1,
  "entry": [
    {
      "fullUrl": "https://internal-qa.api.service.nhs.uk/patient-care-aggregator-api/CarePlan/R1F~ABC220939220X",
      "search": {
        "mode": "match"
      },
      "resource": {
        "resourceType": "CarePlan",
        "meta": [
          {
            "profile": "https://fhir.nhs.uk/StructureDefinition/WayfinderUKCoreCarePlan",
            "lastUpdated": "2023-06-25T00:00:00.000+00:00"
          }
        ],
        "identifier": [
          {
            "system": "https://fhir.nhs.uk/Id/care-pathway-id",
            "value": "RTD~ABC220939220X"
          }
        ],
        "status": "active",
        "intent": "order",
        "title": "Ophthalmology",
        "subject": {
          "identifier": {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9000000009"
          }
        },
        "period": {
          "start": "2022-06-22",
          "extension": [
            {
              "url": "https://fhir.nhs.uk/StructureDefinition/Extension-PlannedWaitTime",
              "valueDuration": {
                "value": 22,
                "unit": "weeks"
              }
            }
          ]
        },
        "author": {
          "type": "Organization",
          "display": "Isle of Wight NHS Trust"
        }
      }
    }
  ]
}