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

FHIR IG analytics

Packageca.infoway.io.erec.branch
Resource TypeBundle
IdBundle-NotifyAddAppointmentBundle.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": "NotifyAddAppointmentBundle",
  "type": "message",
  "timestamp": "2020-10-09T15:21:51.2112+00:00",
  "entry": [
    {
      "fullUrl": "urn:uuid:a84085db-7bc2-49fe-b965-36892d7fa344",
      "resource": {
        "resourceType": "MessageHeader",
        "id": "a84085db-7bc2-49fe-b965-36892d7fa344",
        "eventCoding": {
          "system": "http://fhir.infoway-inforoute.ca/io/CA-eReC/CodeSystem/message-event-code",
          "code": "notify-add-appointment"
        },
        "destination": [
          {
            "name": "RMS Source",
            "endpoint": "http://rmssource.org/fhir/$process-message"
          }
        ],
        "author": {
          "reference": "urn:uuid:86fa8373-34c8-440d-9e8f-832c1a571da8",
          "display": "April May"
        },
        "source": {
          "name": "RMS Target",
          "software": "Software",
          "version": "1.1.0",
          "contact": {
            "system": "email",
            "value": "tech.support@rmstarget.org",
            "rank": 1
          },
          "endpoint": "http://rmstarget.org/fhir/$process-message"
        },
        "reason": {
          "text": "Booked"
        },
        "focus": [
          {
            "reference": "urn:uuid:75e61024-0d19-11ed-861d-0242ac120002"
          },
          {
            "reference": "urn:uuid:e96979b6-0d67-11ed-861d-0272ac420003"
          }
        ]
      }
    },
    {
      "fullUrl": "urn:uuid:75e61024-0d19-11ed-861d-0242ac120002",
      "resource": {
        "resourceType": "Appointment",
        "id": "75e61024-0d19-11ed-861d-0242ac120002",
        "status": "pending",
        "appointmentType": {
          "text": "Surgery"
        },
        "description": "Surgery appointment pending",
        "start": "2020-10-11T09:00:00+00:00",
        "end": "2020-10-11T10:00:00+00:00",
        "created": "2020-10-10",
        "basedOn": [
          {
            "identifier": {
              "system": "http://www.rmssource.org/identifiers/ServiceRequest",
              "value": "request-for-assessment"
            }
          }
        ],
        "participant": [
          {
            "type": [
              {
                "coding": [
                  {
                    "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
                    "code": "PART"
                  }
                ]
              }
            ],
            "actor": {
              "reference": "urn:uuid:7f7ad826-f47b-4c18-9d4a-bd3d0988ad3b",
              "display": "Jane Doe"
            },
            "required": "required",
            "status": "accepted"
          },
          {
            "type": [
              {
                "coding": [
                  {
                    "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
                    "code": "PART"
                  }
                ]
              }
            ],
            "actor": {
              "reference": "urn:uuid:86fa8373-34c8-440d-9e8f-832c1a571da8",
              "display": "April May"
            },
            "required": "required",
            "status": "accepted"
          }
        ]
      }
    },
    {
      "fullUrl": "urn:uuid:e96979b6-0d67-11ed-861d-0272ac420003",
      "resource": {
        "resourceType": "Task",
        "id": "e96979b6-0d67-11ed-861d-0272ac420003",
        "basedOn": [
          {
            "identifier": {
              "system": "http://www.rmssource.org/identifiers/ServiceRequest",
              "value": "request-for-assessment"
            }
          }
        ],
        "status": "accepted",
        "businessStatus": {
          "coding": [
            {
              "system": "http://fhir.infoway-inforoute.ca/io/CA-eReC/CodeSystem/task-business-status",
              "code": "BOK",
              "display": "Booked"
            }
          ],
          "text": "Ready for Intake"
        },
        "intent": "proposal",
        "code": {
          "coding": [
            {
              "system": "http://fhir.infoway-inforoute.ca/io/CA-eReC/CodeSystem/task-code",
              "code": "manage-request"
            }
          ],
          "text": "Request for information"
        },
        "description": "More information is needed, please provide x.",
        "authoredOn": "2020-10-10T18:40:36Z",
        "lastModified": "2020-10-10T18:40:36Z"
      }
    },
    {
      "fullUrl": "urn:uuid:7f7ad826-f47b-4c18-9d4a-bd3d0988ad3b",
      "resource": {
        "resourceType": "Patient",
        "id": "7f7ad826-f47b-4c18-9d4a-bd3d0988ad3b",
        "identifier": [
          {
            "use": "official",
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code": "JHN"
                }
              ],
              "text": "Ontario, Canada Personal Health Number"
            },
            "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn",
            "value": "1234567890"
          },
          {
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code": "MR"
                }
              ],
              "text": "The Hospital"
            },
            "system": "http://ehealthontario.ca/fhir/NamingSystem/id-example1-uri",
            "value": "ABC12345"
          }
        ],
        "active": true,
        "name": [
          {
            "family": "Doe",
            "given": [
              "Jane"
            ]
          }
        ],
        "gender": "female",
        "birthDate": "1951-02-19"
      }
    },
    {
      "fullUrl": "urn:uuid:86fa8373-34c8-440d-9e8f-832c1a571d8a",
      "resource": {
        "resourceType": "PractitionerRole",
        "id": "86fa8373-34c8-440d-9e8f-832c1a571d8a",
        "active": true,
        "practitioner": {
          "reference": "urn:uuid:8b9f61af-55ce-4ade-9987-f40fe54cc79e",
          "display": "Dr Jack Jones"
        },
        "organization": {
          "reference": "urn:uuid:334ec4c8-7932-4620-86fe-d6b33b3fc7e4",
          "display": "Primary Care Medical Clinics"
        },
        "code": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/practitioner-role",
                "code": "doctor",
                "display": "Doctor"
              }
            ]
          }
        ],
        "specialty": [
          {
            "coding": [
              {
                "system": "https://fhir.infoway-inforoute.ca/CodeSystem/snomedctcaextension",
                "code": "394802001",
                "display": "General medicine"
              }
            ]
          }
        ],
        "location": [
          {
            "reference": "urn:uuid:25470f9e-0092-4997-af53-aa3ef0f50879",
            "display": "279 Yonge St, Barrie, ON L4N 7T9"
          }
        ],
        "telecom": [
          {
            "system": "phone",
            "value": "(555) 987-1234",
            "use": "work",
            "rank": 1
          },
          {
            "system": "fax",
            "value": "(555) 987-1234",
            "use": "work",
            "rank": 3
          },
          {
            "system": "email",
            "value": "jack.jones@example.org",
            "use": "work",
            "rank": 2
          }
        ]
      }
    },
    {
      "fullUrl": "urn:uuid:8b9f61af-55ce-4ade-9987-f40fe54cc79e",
      "resource": {
        "resourceType": "Practitioner",
        "id": "8b9f61af-55ce-4ade-9987-f40fe54cc79e",
        "identifier": [
          {
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code": "LN"
                }
              ],
              "text": "Ontario Medical License Number"
            },
            "system": "http://infoway-inforoute.ca/fhir/NamingSystem/ca-on-license-physician",
            "value": "111789"
          }
        ],
        "name": [
          {
            "use": "official",
            "family": "Jones",
            "given": [
              "Jack"
            ]
          }
        ]
      }
    },
    {
      "fullUrl": "urn:uuid:334ec4c8-7932-4620-86fe-d6b33b3fc7e4",
      "resource": {
        "resourceType": "Organization",
        "id": "334ec4c8-7932-4620-86fe-d6b33b3fc7e4",
        "type": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/organization-type",
                "code": "prov",
                "display": "Healthcare Provider"
              }
            ]
          }
        ],
        "name": "Primary Care Medical Clinics"
      }
    },
    {
      "fullUrl": "urn:uuid:25470f9e-0092-4997-af53-aa3ef0f50879",
      "resource": {
        "resourceType": "Location",
        "id": "25470f9e-0092-4997-af53-aa3ef0f50879",
        "name": "Yonge Street Medical Office",
        "address": {
          "type": "physical",
          "line": [
            "279 Yonge St"
          ],
          "city": "Barrie",
          "state": "ON",
          "postalCode": "M5B 1N8",
          "country": "CAN"
        }
      }
    },
    {
      "fullUrl": "urn:uuid:86fa8373-34c8-440d-9e8f-832c1a571da8",
      "resource": {
        "resourceType": "PractitionerRole",
        "id": "86fa8373-34c8-440d-9e8f-832c1a571da8",
        "active": true,
        "practitioner": {
          "reference": "urn:uuid:8b9f61af-55ce-4ade-9987-f40fe54cc7e9",
          "display": "April May"
        },
        "organization": {
          "reference": "urn:uuid:334ec4c8-7932-4620-86fe-d6b33b3fc74e",
          "display": "South East LHIN"
        },
        "telecom": [
          {
            "system": "phone",
            "value": "(555) 987-1234",
            "use": "work",
            "rank": 1
          },
          {
            "system": "email",
            "value": "april.may@example.org",
            "use": "work",
            "rank": 2
          }
        ]
      }
    },
    {
      "fullUrl": "urn:uuid:8b9f61af-55ce-4ade-9987-f40fe54cc7e9",
      "resource": {
        "resourceType": "Practitioner",
        "id": "8b9f61af-55ce-4ade-9987-f40fe54cc7e9",
        "name": [
          {
            "use": "official",
            "family": "May",
            "given": [
              "April"
            ]
          }
        ]
      }
    },
    {
      "fullUrl": "urn:uuid:334ec4c8-7932-4620-86fe-d6b33b3fc74e",
      "resource": {
        "resourceType": "Organization",
        "id": "334ec4c8-7932-4620-86fe-d6b33b3fc74e",
        "identifier": [
          {
            "use": "official",
            "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-health-care-facility-id",
            "value": "4664"
          }
        ],
        "active": true,
        "type": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/organization-type",
                "code": "prov",
                "display": "Healthcare Provider"
              }
            ]
          }
        ],
        "name": "South East LHIN"
      }
    }
  ]
}