STU3 Candidate

This page is part of the FHIR Specification (v1.8.0: STU 3 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Provenance-example.json

Raw JSON (canonical form)

General Provenance Example

{
  "resourceType": "Provenance",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">procedure record authored on 27-June 2015 by Harold Hippocrates, MD Content extracted from XDS managed CDA Referral received 26-June</div>"
  },
  "target": [
    {
      "reference": "Procedure/example/_history/1"
    }
  ],
  "period": {
    "start": "2015-06-27"
  },
  "recorded": "2015-06-27T08:39:24+10:00",
  "reason": [
    {
      "system": "http://snomed.info/sct",
      "code": "3457005",
      "display": "Referral"
    }
  ],
  "location": {
    "reference": "Location/1"
  },
  "policy": [
    "http://acme.com/fhir/Consent/25"
  ],
  "agent": [
    {
      "role": {
        "system": "http://hl7.org/fhir/provenance-participant-role",
        "code": "author"
      },
      "whoReference": {
        "reference": "Practitioner/xcda-author"
      },
      "onBehalfOfUri": "#a1",
      "relatedAgentType": {
        "text": "used"
      }
    },
    {
      "id": "a1",
      "role": {
        "system": "http://hl7.org/fhir/v3/ParticipationType",
        "code": "DEV"
      },
      "whoReference": {
        "reference": "Device/software"
      }
    }
  ],
  "entity": [
    {
      "role": "source",
      "reference": {
        "reference": "DocumentReference/90f55916-9d15-4b8f-87a9-2d7ade8670c8",
        "display": "CDA Document in XDS repository"
      }
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.