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

FHIR IG analytics

Packageuk.nhsdigital.r4
Resource TypeBundle
IdBundle-patient-appointment.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": "8994e1bd-8147-4437-8b8a-2b1c21ec9207",
  "identifier": {
    "system": "https://tools.ietf.org/html/rfc4122",
    "value": "8994e1bd-8147-4437-8b8a-2b1c21ec9207"
  },
  "type": "message",
  "timestamp": "2018-07-12T10:30:16+00:00",
  "entry": [
    {
      "fullUrl": "urn:uuid:ea7221b8-3cc0-4b11-bc95-585b056b5428",
      "resource": {
        "resourceType": "MessageHeader",
        "eventCoding": {
          "system": "https://fhir.nhs.uk/CodeSystem/message-event",
          "code": "appointment",
          "display": "Appointment"
        },
        "destination": [
          {
            "endpoint": "urn:nhs-uk:addressing:ods:GP0001",
            "receiver": {
              "identifier": {
                "system": "https://fhir.nhs.uk/Id/ods-organization-code",
                "value": "GP0001"
              },
              "display": "Cumbria Starling Medical Centre"
            }
          }
        ],
        "sender": {
          "identifier": {
            "system": "https://fhir.nhs.uk/Id/ods-organization-code",
            "value": "RBA"
          }
        },
        "source": {
          "endpoint": "urn:nhs-uk:addressing:ods:RR8"
        },
        "focus": [
          {
            "reference": "urn:uuid:70c35c4a-65f4-4a03-bcf7-d1041ab999fd"
          }
        ]
      }
    },
    {
      "fullUrl": "urn:uuid:70c35c4a-65f4-4a03-bcf7-d1041ab999fd",
      "resource": {
        "resourceType": "Appointment",
        "status": "booked",
        "specialty": [
          {
            "coding": [
              {
                "system": "https://fhir.nhs.uk/CodeSystem/NHSDataModelAndDictionary-clinical-specialty",
                "code": "370",
                "display": "Medical Oncology Service"
              }
            ]
          }
        ],
        "description": "Reason for calling",
        "start": "2019-01-17T15:00:00+00:00",
        "end": "2019-01-17T15:10:00+00:00",
        "created": "2019-01-17T14:32:22.579+00:00",
        "participant": [
          {
            "actor": {
              "reference": "urn:uuid:90578a68-b711-4d05-885d-42fdc435b02a",
              "type": "Patient",
              "display": "Peter Chalmers"
            },
            "status": "needs-action"
          },
          {
            "actor": {
              "type": "Practitioner",
              "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/gmc-number",
                "value": "G1234567"
              },
              "display": "Dr Razia Ali"
            },
            "status": "accepted"
          },
          {
            "actor": {
              "type": "Location",
              "identifier": {
                "system": "https://fhir.nhs.uk/Id/ods-organization-code",
                "value": "RBA11"
              },
              "display": "MUSGROVE PARK HOSPITAL"
            },
            "status": "needs-action"
          }
        ]
      }
    },
    {
      "fullUrl": "urn:uuid:90578a68-b711-4d05-885d-42fdc435b02a",
      "resource": {
        "resourceType": "Patient",
        "identifier": [
          {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9453740519"
          }
        ],
        "name": [
          {
            "use": "official",
            "family": "CORY",
            "given": [
              "ETTA"
            ],
            "prefix": [
              "MISS"
            ]
          }
        ],
        "gender": "female",
        "birthDate": "1999-01-04",
        "address": [
          {
            "use": "home",
            "line": [
              "123 Dale Avenue",
              "Long Eaton",
              "Nottingham"
            ],
            "postalCode": "NG10 1NP"
          }
        ],
        "generalPractitioner": [
          {
            "identifier": {
              "system": "https://fhir.nhs.uk/Id/ods-organization-code",
              "value": "B81001"
            }
          }
        ]
      }
    }
  ]
}