Skip to main content
FHIR Extension: HealthcareService Webpage

Documentation for our HealthcareService Webpage Extension in FHIR R4

Rachel Shelswell avatar
Written by Rachel Shelswell
Updated over 2 months ago

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"
                }
            ],
        }
    }
Did this answer your question?