Skip to main content
The format of the response is as follows:

Response

{
    "data": {
        "practitioner": {
            "practitioner_uuid": "<string>"
        },
        "patient": {
            "unique_identifier": "<string>",
            "patient_uuid": "<string>",
            "age": "<integer>",
            "gender": "<m/f/o>",
        },
        "questionnaire": [
            {
                "question": "<string>",
                "answer": "<string>",
                "items": [
                    {
                        "question": "<string>",
                        "answer": "<string>"
                        "items": []
                    }
                ]
            },
        ]
    }
}