POST
/
api
/
v2
/
hie
/
adt
/
subscribe
Python
from samplehc import SampleHealthcare

client = SampleHealthcare(
    api_key="My API Key",
)
response = client.v2.hie.adt.subscribe(
    address=[{
        "address_line1": "addressLine1",
        "city": "city",
        "state": "state",
        "zip": "zip",
    }],
    dob="dob",
    external_id="externalId",
    first_name="firstName",
    gender_at_birth="M",
    last_name="lastName",
)
print(response)
{}

Body

application/json

Response

200 - application/json

Default Response

The response is of type object.