{
  "resourceType": "Bundle",
  "id": "specialty-rx-query-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-bundle-query"
    ]
  },
  "type": "message",
  "timestamp": "2020-03-11T08:10:13-05:00",
  "entry": [
    {
      "fullUrl": "https://example.org/MyPharmacyApp/MessageHeader/reqheader1",
      "resource": {
        "resourceType": "MessageHeader",
        "id": "req1",
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>event</b>: <span title=\"{http://hl7.org/fhir/us/specialty-rx/CodeSystem/specialty-rx-event-type query}\">Query</span></p><h3>Sources</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Endpoint</b></td></tr><tr><td>*</td><td>MyPharmacyApp</td><td><a href=\"http://example.org/MyPharmacyApp\">http://example.org/MyPharmacyApp</a></td></tr></table><p><b>focus</b>: <a href=\"#Parameters_61ebe359-bfdc-4613-8bf2-c5e300945f0b\">See above (Parameters/61ebe359-bfdc-4613-8bf2-c5e300945f0b)</a></p></div>"
        },
        "eventCoding": {
          "system": "http://hl7.org/fhir/us/specialty-rx/CodeSystem/specialty-rx-event-type",
          "code": "query"
        },
        "source": {
          "name": "MyPharmacyApp",
          "endpoint": "http://example.org/MyPharmacyApp"
        },
        "focus": [
          {
            "reference": "urn:uuid:61ebe359-bfdc-4613-8bf2-c5e300945f0b"
          }
        ]
      }
    },
    {
      "fullUrl": "urn:uuid:61ebe359-bfdc-4613-8bf2-c5e300945f0b",
      "resource": {
        "resourceType": "Parameters",
        "id": "61ebe359-bfdc-4613-8bf2-c5e300945f0b",
        "meta": {
          "profile": [
            "http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-parameters-query"
          ]
        },
        "parameter": [
          {
            "name": "query-string",
            "valueString": "AllergyIntolerance?clinical-status=active"
          },
          {
            "name": "query-string",
            "valueString": "Condition?clinical-status=active"
          },
          {
            "name": "query-string",
            "valueString": "Coverage"
          },
          {
            "name": "query-string",
            "valueString": "Observation?category=vital-signs"
          },
          {
            "name": "query-string",
            "valueString": "Observation?category=laboratory"
          },
          {
            "name": "query-string",
            "valueString": "MedicationRequest"
          },
          {
            "name": "requester-patient",
            "valueReference": {
              "reference": "Patient/patient1"
            }
          }
        ]
      }
    },
    {
      "fullUrl": "http://example.org/MyPharmacyApp/Patient/patient1",
      "resource": {
        "resourceType": "Patient",
        "id": "patient1",
        "meta": {
          "profile": [
            "http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-patient"
          ]
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: Patient internal identifier: 540002, MRN from prescription: 30455</p><p><b>active</b>: true</p><p><b>name</b>: Tim Doe </p><p><b>telecom</b>: ph: 555-555-5555(HOME), <a href=\"mailto:tim.doe@example.com\">tim.doe@example.com</a></p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1987-02-20</p><p><b>address</b>: 2224 Century Ave Minnetonka MN 55345 US </p><h3>Communications</h3><table class=\"grid\"><tr><td>-</td><td><b>Language</b></td></tr><tr><td>*</td><td><span title=\"Codes: {urn:ietf:bcp:47 en-US}\">English (Region=United States)</span></td></tr></table></div>"
        },
        "identifier": [
          {
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code": "PI",
                  "display": "Patient internal identifier"
                }
              ]
            },
            "system": "http://example.org/MyPharmacyApp/patient-id",
            "value": "540002"
          },
          {
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code": "MR",
                  "display": "Medical record number"
                }
              ],
              "text": "MRN from prescription"
            },
            "_system": {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
                  "valueCode": "unknown"
                }
              ]
            },
            "value": "30455"
          }
        ],
        "active": true,
        "name": [
          {
            "family": "Doe",
            "given": [
              "Tim"
            ]
          }
        ],
        "telecom": [
          {
            "system": "phone",
            "value": "555-555-5555",
            "use": "home"
          },
          {
            "system": "email",
            "value": "tim.doe@example.com"
          }
        ],
        "gender": "male",
        "birthDate": "1987-02-20",
        "address": [
          {
            "line": [
              "2224 Century Ave"
            ],
            "city": "Minnetonka",
            "state": "MN",
            "postalCode": "55345",
            "country": "US"
          }
        ],
        "communication": [
          {
            "language": {
              "coding": [
                {
                  "system": "urn:ietf:bcp:47",
                  "code": "en-US",
                  "display": "English (Region=United States)"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}