Extension: "Contact Point Call Permission"
URL: "http://help.caredove.com/developer-integrations/contactpoint-call-permission"
Value: valueBoolean
Description:
This extension is used to indicate whether the user has granted permission to receive calls on a specific phone number.
Resource & Resource Element Locations:
This extension is located under Patient.telecom
Example:
"telecom": [
{
"system": "phone",
"value": "1 (236) 888-8888",
"rank": 1,
"extension": [
{
"url": "http://help.caredove.com/developer-integrations/contactpoint-call-permission",
"valueBoolean": true
}
]
}...
],...