NotifyADT (Eligibility Admit) Example

Json Format: NotifyADT (Eligibility Admit)

Download Raw NotifyADT (Admit) Json example

An example of a Notification ADT Admit.


{
    "resourceType": "Bundle",
    "id": "1",
    "type": "message",
    "timestamp": "2022-09-09T14:55:45.244+00:00",
    "entry":  [
        {
            "fullUrl": "urn:uuid:50933f79-23b9-4080-bc91-26392cde1527",
            "resource": {
                "resourceType": "MessageHeader",
                "id": "50933f79-23b9-4080-bc91-26392cde1527",
                "eventCoding": {
                    "system": "http://hl7.org/fhir/us/davinci-alerts/CodeSystem/notification-event",
                    "code": "notification-admit"
                },
                "destination":  [
                    {
                        "endpoint": "http://example.fhir.org/$process-message"
                    }
                ],
                "sender": {
                    "reference": "urn:uuid:cf4e3d23-6dc5-4939-b335-004355e1826e"
                },
                "author": {
                    "reference": "urn:uuid:c3ee124f-d5aa-47be-a1d2-019e603db41e"
                },
                "source": {
                    "endpoint": "https://surescripts.com/Not-Supported"
                },
                "responsible": {
                    "reference": "urn:uuid:cf4e3d23-6dc5-4939-b335-004355e1826e"
                },
                "focus":  [
                    {
                        "reference": "urn:uuid:63a86485-e7fa-4258-83ca-141f9de9fdeb",
                        "display": "Admit Notification"
                    }
                ]
            }
        },
        {
            "fullUrl": "urn:uuid:63a86485-e7fa-4258-83ca-141f9de9fdeb",
            "resource": {
                "resourceType": "Encounter",
                "id": "63a86485-e7fa-4258-83ca-141f9de9fdeb",
                "meta": {
                    "profile":  [
                        "http://hl7.org/fhir/us/davinci-alerts/StructureDefinition/adt-notification-encounter"
                    ]
                },
                "status": "planned",
                "class": {
                    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
                    "code": "AMB"
                },
                "type":  [
                    {
                        "coding":  [
                            {
                                "system": "http://snomed.info/sct",
                                "code": "453701000124103"
                            }
                        ]
                    }
                ],
                "subject": {
                    "reference": "urn:uuid:99772d94-4448-4841-b417-3ceeee4f0e2c"
                },
                "participant":  [
                    {
                        "individual": {
                            "reference": "urn:uuid:c3ee124f-d5aa-47be-a1d2-019e603db41e"
                        }
                    }
                ],
                "location":  [
                    {
                        "location": {
                            "reference": "urn:uuid:1948c1c3-4175-4710-80e5-26249afe1682"
                        }
                    }
                ]
            }
        },
        {
            "fullUrl": "urn:uuid:99772d94-4448-4841-b417-3ceeee4f0e2c",
            "resource": {
                "resourceType": "Patient",
                "id": "99772d94-4448-4841-b417-3ceeee4f0e2c",
                "meta": {
                    "profile":  [
                        "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
                    ]
                },
                "identifier":  [
                    {
                        "use": "official",
                        "system": "urn:oid:anypatientAssigningAuthority",
                        "value": "any patientId"
                    }
                ],
                "name":  [
                    {
                        "family": "Smith",
                        "given":  [
                            "Frank"
                        ]
                    }
                ],
                "gender": "male",
                "birthDate": "1999-09-09",
                "address":  [
                    {
                        "line":  [
                            "123 Home Street"
                        ],
                        "city": "Apex",
                        "state": "NC",
                        "postalCode": "27502"
                    }
                ]
            }
        },
        {
            "fullUrl": "urn:uuid:1948c1c3-4175-4710-80e5-26249afe1682",
            "resource": {
                "resourceType": "Location",
                "id": "1948c1c3-4175-4710-80e5-26249afe1682",
                "meta": {
                    "profile":  [
                        "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location"
                    ]
                },
                "name": "555 Practice Lane",
                "address": {
                    "line":  [
                        "555 Practice Lane",
                        "Main Floor"
                    ],
                    "city": "Raleigh",
                    "state": "NC",
                    "postalCode": "27502"
                }
            }
        },
        {
            "fullUrl": "urn:uuid:c3ee124f-d5aa-47be-a1d2-019e603db41e",
            "resource": {
                "resourceType": "Practitioner",
                "id": "c3ee124f-d5aa-47be-a1d2-019e603db41e",
                "meta": {
                    "profile":  [
                        "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
                    ]
                },
                "identifier":  [
                    {
                        "use": "official",
                        "system": "http://hl7.org/fhir/sid/us-npi",
                        "value": "6841628335"
                    }
                ],
                "name":  [
                    {
                        "family": "Parsing",
                        "given":  [
                            "John"
                        ]
                    }
                ]
            }
        },
        {
            "fullUrl": "urn:uuid:cf4e3d23-6dc5-4939-b335-004355e1826e",
            "resource": {
                "resourceType": "Organization",
                "id": "cf4e3d23-6dc5-4939-b335-004355e1826e",
                "meta": {
                    "profile":  [
                        "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
                    ]
                },
                "identifier":  [
                    {
                        "use": "official",
                        "value": "2.16.840.1.113883.3.2054.2.1"
                    }
                ],
                "active": true,
                "name": "Surescripts"
            }
        }
    ]
}