Patient Profile

view patient profile

POST https://dev-api.sehhati.ae/uae-fhir/r4/$process-message

view latest patient profile with summarized view optimized for clinicians

Request Body

Name
Type
Description

content

String

Bundle containing drug

{
    // Response
}

add allergy

POST https://dev-api.sehhati.ae/uae-fhir/r4/$process-message

record new allergy intolerance finding for food or drugs

Request Body

Name
Type
Description

content

String

Bundle containing drug

{
    // Response
}

update allergy

POST https://dev-api.sehhati.ae/uae-fhir/r4/$process-message

update allergy intolerance details

Request Body

Name
Type
Description

content

String

Bundle containing drug

{
    // Response
}

remove allergy

POST https://dev-api.sehhati.ae/fhir/$process-message

remove allergy intolerance record

Request Body

Name
Type
Description

content

String

Bundle containing drug

{
    // Response
}

add history

POST https://dev-api.sehhati.ae/uae-fhir/r4/$process-message

add new patient history recording for diagnostic condition or medical procedure

Request Body

Name
Type
Description

content

String

Bundle containing drug

{
    // Response
}

update history

POST https://dev-api.sehhati.ae/uae-fhir/r4/$process-message

update history record for patient

Request Body

Name
Type
Description

content

String

Bundle containing drug

{
    // Response
}

remove history

POST https://dev-api.sehhati.ae/uae-fhir/r4/$process-message

remove invalid patient history record

Request Body

Name
Type
Description

content

String

Bundle containing drug

{
    // Response
}

add measurement

POST https://dev-api.sehhati.ae/uae-fhir/r4/$process-message

add new patient measurement recording for weight or height or vitals

Request Body

Name
Type
Description

content

String

Bundle containing drug

{
    // Response
}

update measurement

POST https://dev-api.sehhati.ae/uae-fhir/r4/$process-message

update measurement reading

Request Body

Name
Type
Description

content

String

Bundle containing drug

{
    // Response
}

remove measurement

POST https://dev-api.sehhati.ae/uae-fhir/r4/$process-message

remove invalid patient measurement record

Request Body

Name
Type
Description

content

String

Bundle containing drug

{
    // Response
}

Last updated