Provenance

The Provenance resource tracks information about the activity that created or signed a version of a document describing the entities and agents involved. This information can be used to form assessments about its quality, reliability, trustworthiness or to provide pointers for where to go to further investigate the origins of the information in it.

FHIR Resource: Provenance http://hl7.org/fhir/R4/provenance.html

https://api.healthgorilla.com/fhir/Provenance

The following attributes are supported:

NameComment
idDocument ID
target
recorded
agentActor
entitySource document

The following FHIR resources support the Provenance extension:

  • AllergyIntolerance
  • CarePlan
  • Condition
  • DeviceUseStatement
  • DiagnosticReport
  • Encounter
  • FamilyMemberHistory
  • Goal
  • Immunization
  • MedicationRequest
  • MedicationDispense
  • NutritionOrder
  • ObservationFunctionalStatus
  • ObservationSocialHistory
  • ObservationVitalSign
  • Procedure

FHIR Operations

The following operations are currently supported:

1. Read

HTTP RequestMethodAction
/Provenance/{ID}GETRetrieve document by ID

📘

Execute the request in asynchronous mode as this operation may take a long time to complete for patients or resources with a large number of linked documents.

Example:

{
    "resourceType": "Provenance",
    "id": "90a59b62d37d8a6c9ceb2770",
    "target": [
        {
            "reference": "DiagnosticReport/91a59b62da5c326b2d6b20ea",
            "display": "Imported Result"
        },
        {
            "reference": "Condition/91a59b6235b75ea4acdebfe5",
            "display": "Pseudoexfoliation glaucoma"
        },
        {
            "reference": "Condition/91a59b629e79a64f30203728",
            "display": "Ptosis of eyelid"
        },
        {
            "reference": "Condition/91a59b628985b5911cfb3c30",
            "display": "Excess skin of eyelid"
        },
        {
            "reference": "Condition/91a59b62ccda8f307b804ac7",
            "display": "Lesion of eyelid"
        },
        {
            "reference": "Condition/91a59b62c88b7dc49e6d79ec",
            "display": "Dry eyes"
        },
        {
            "reference": "AllergyIntolerance/91a59b626cb6561a8b83b121",
            "display": "NKDA, 10/27/2014"
        },
        {
            "reference": "Observation/vs-91a59b6267683301d71ffe0d",
            "display": "6/4/2022 6:33 PM, Body Height - 63 [in_i], Body Weight - 145 [lb_av], Body Mass Index - 25.7 kg/m2"
        },
        {
            "reference": "Observation/vs-91a59b6275421542db628899",
            "display": "6/4/2022 6:33 PM, Body Height - 63 [in_i], Body Weight - 145 [lb_av], Body Mass Index - 25.7 kg/m2"
        },
        {
            "reference": "Observation/vs-91a59b624da2b9a895d05d86",
            "display": "6/4/2022 6:33 PM, Body Height - 63 [in_i], Body Weight - 145 [lb_av], Body Mass Index - 25.7 kg/m2"
        },
        {
            "reference": "Observation/vs-91a59b62244ebfb81c49c5e8",
            "display": "6/4/2022 6:33 PM, Body Height - 63 [in_i], Body Weight - 145 [lb_av], Body Mass Index - 25.7 kg/m2"
        },
        {
            "reference": "Procedure/91a59b62b7f1ea939b32cd9b",
            "display": "SCANNING OPHTHAL DX IMAGE, OPTIC NERVE"
        },
        {
            "reference": "Procedure/91a59b6257b586ccb0c774e6",
            "display": "SCANNING OPHTHAL DX IMAGE, OPTIC NERVE"
        },
        {
            "reference": "Observation/sh-91a59b62311e138786d9ad29",
            "display": "ASSERTION"
        },
        {
            "reference": "Encounter/91a59b62bac9efbd03aeb8a7"
        }
    ],
    "recorded": "2022-06-04T18:33:52.658+00:00",
    "agent": [
        {
            "type": {
                "coding": [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
                        "code": "performer",
                        "display": "Performer"
                    }
                ]
            },
            "who": {
                "reference": "Practitioner/fffe7f6082012f1d044a5834",
                "display": "Demo Doctor"
            }
        }
    ],
    "entity": [
        {
            "role": "source",
            "what": {
                "reference": "DocumentReference/90a59b62d37d8a6c9ceb2770",
                "display": "Ambulatory Summary"
            }
        }
    ]
}