All Collections
Developer Integrations
FHIR Extension: HealthcareService Webpage
FHIR Extension: HealthcareService Webpage

Documentation for our HealthcareService Webpage Extension in FHIR4

Rachel Shelswell avatar
Written by Rachel Shelswell
Updated over a week 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 FHIR4 spec.

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-webpage",
                    "urlType": "https://www.example.com"
                }
            ],
        }
    }
Did this answer your question?