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 / Solution | Create | Read | Update | Search |
|---|---|---|---|---|
| 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
- Production
- Preview
curl -X GET https://fhir.netsmartcloud.com/uscore/v1/Provenance/Allergy..12345 \
-H "Authorization: {Bearer Token}" \
-H "Content-Type: application/fhir+json"
curl -X GET https://fhirtest.netsmartcloud.com/uscore/v1/Provenance/Allergy..12345 \
-H "Authorization: {Bearer Token}" \
-H "Content-Type: application/fhir+json"