POST
/
v1
/
medication-history
/
patient-panel
Patient Panel Load
curl --request POST \
  --url https://processing-request-staging.connectivehealth.io/v1/medication-history/patient-panel \
  --header 'Content-Type: application/json' \
  --header 'apiKey: <api-key>' \
  --data '{
  "medHistoryPatientRecords": [
    {
      "patient": {
        "mrn": {
          "root": "1.2.3.4",
          "extension": "ABC123"
        },
        "name": {
          "family": "Johnson",
          "given": [
            "John",
            "Aaron"
          ],
          "prefix": "Mr.",
          "suffix": "Jr."
        },
        "gender": "MALE",
        "birthDate": "1992-04-09",
        "address": {
          "lines": [
            "123 Main St",
            "Suite 517"
          ],
          "city": "Minneapolis",
          "state": "MN",
          "zip": "55401"
        },
        "contactPoints": [
          {
            "value": "9525551234",
            "contactPointSystem": "PHONE",
            "contactPointUse": "HOME"
          }
        ]
      },
      "requestingProvider": {
        "npi": "1414912117",
        "name": {
          "family": "Johnson",
          "given": [
            "John",
            "Aaron"
          ],
          "prefix": "Mr.",
          "suffix": "Jr."
        }
      }
    }
  ]
}'
{
  "correlationId": "9e923da0-f3cb-4d2b-9fbb-17417104ffd0"
}

Authorizations

apiKey
string
header
required

API Key

Body

application/json

Response

200
application/json

Success

The response is of type object.