Extension: "eReferral Form URL"
URL: "http://help.caredove.com/developer-integrations/fhir-extension-healthcareservice-service-webpage"
Value: urlType
Description:
This extension is used to represent the webpage provided by the agency on their Caredove Service Details page, which is not available currently in the FHIR R4 specification.
Resource & Resource Element Locations:
This extension is located under HealthcareService
Example:
"resource": {
"resourceType": "HealthcareService",
"id": "16907",
{
"extension": [
{
"url": "http://help.caredove.com/developer-integrations/fhir-extension-healthcareservice-service-webpage",
"urlType": "https://www.example.com"
}
],
}
}