Skip to main content

Provenance

The Provenance resource provides "a record that describes entities and processes involved in producing and delivering or otherwise influencing that resource". Provenance is important as it provides "a critical foundation for assessing authenticity, enabling trust, and allowing reproducibility." (HL7 FHIR R4 Provenance)

Supported Profiles

This API supports the following FHIR profiles:

Operations

The Certified API Provenance resource only supports the Read operation.

CareRecord / SolutionCreateReadUpdateSearch
GEHRIMED-Yes--
myAvatar-Yes--
myEvolv-Yes--
myUnity-Yes--
TheraOffice-Yes-Yes

Read

This operation retrieves a resource by its id specified in the path.

Read Examples

curl -X GET https://fhir.netsmartcloud.com/uscore/v1/Provenance/Allergy..12345 \
-H "Authorization: {Bearer Token}" \
-H "Content-Type: application/fhir+json"