Extraction from conversation

Extract medical facts from an entire conversation.

Example response

{
    "ehr_items": [
        {
            type: "Contraception",
            method: "Pill",
            startedAt: {
             reference: "2020-05-01T10:00:18.789Z",
             granularity: "SAME_MONTH"
            },
            endedAt: null,
            brand: "Cerazette",
            mentionedBecause: "JUST_DISCUSSING"
        },
        {
            type: "Condition",
            condition: "Headache",
            bodyPart: "Head",
            startedAt: {
             reference: "2020-05-01T10:00:18.789Z",
             granularity: "SAME_DAY"
            },
            idc10Id: "R51.9",
            mentionedBecause: "EXPLICIT_PRESENCE"
        },
        {
            type: "Medication",
            brand: "Doliprane",
            activeIngredients: ["Paracetamol"],
            mentionedBecause: "CURRENTLY_TAKEN"
        },
    ]
}
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!