MessageHeader_SRxDataResponse Example - Organization

JSON Format: MessageHeader

Download Raw MessageHeader Organization json example

An example of a MessageHeader used in an SRxDataResponse sent in the pharmacy-initiated workflow.


{
    "resourceType": "MessageHeader",
    "id": "SRxResponse-24951221-3626598-1151958",
    "eventCoding": {
        "system": "http://surescripts.net/fhir/specialty/message-events",
        "code": "specialty-data-response"
    },
    "sender": {
        "reference": "urn:uuid:efdecbee-a64f-4c1a-bdea-5d0907d079f7",
        "type": "Organization"
    },
    "source": {
        "name": "Surescripts, LLC",
        "software": "Specialty Patient Enrollment (SPE)",
        "version": "1.0",
        "endpoint": "088a10bd33ca43989ced71ba95231a50"
    },
    "focus":  [
        {
            "reference": "urn:uuid:e3a6eea9-7f5a-421a-b1f2-ba07096ed701",
            "type": "MedicationRequest"
        }
    ]
}