latestOpenAPI 3.1.02026-08-0629125194.8 KB

39b46a9d8637

Heidi API

Create Patient Profile

create patient profile

post/api/v2/ml-scribe/open-api/patient-profiles

Request body

ehr_provider'Epic Systems' | 'Other' | 'Heidi'
ehr_patient_idstring nullable
patient_sex_codeinteger nullable
identifiersIdentifier[] nullable— unresolved $ref
birth_datestring nullable
gender'male' | 'female' | 'other' | 'unknown'

gender that matches FHIR API

first_namestring nullable
last_namestring nullable
phonestring nullable
emailstring nullable
demographic_stringstring nullable
additional_contextstring nullable

Response

Successful Response

Example response

{
  "data": {
    "id": "5eb7cf5a86d9755df3a6c593",
    "managed_by": "5eb7cf5a86d9755df3a6c593"
  }
}