This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions

 

Example of provenance

{"Provenance": {
  "text": {
    "status": "generated",
    "div": "<div>Authored on 8-Nov 2011 by Grahame Grieve. Content extracted from ISO-21090<\/div>"
  },
  "target": {
    "id": {"value": "101"},
    "type": {"value": "Person"},
    "version": {"value": "1"}
  },
  "party": [
    {
      "id": {"value": "mailto:grahame@healthintersections.com.au"},
      "description": {"value": "Grahame Grieve"},
      "role": {
        "system": {"value": "http://hl7.org/fhir/provenance-participant-role"},
        "code": {"value": "author"}
      },
      "type": {
        "system": {"value": "http://hl7.org/fhir/provenance-participant-type"},
        "code": {"value": "person"}
      }
    },
    {
      "id": {"value": "urn:iso:std:21090"},
      "description": {"value": "ISO 21090"},
      "role": {
        "system": {"value": "http://hl7.org/fhir/provenance-participant-role"},
        "code": {"value": "source"}
      },
      "type": {
        "system": {"value": "http://hl7.org/fhir/provenance-participant-type"},
        "code": {"value": "document"}
      }
    }
  ],
  "activity": {
    "location": {"description": {"value": "Home Office"}},
    "reason": {"text": {"value": "Editing the FHIR Specification"}},
    "recorded": {"value": "2012-11-08T23:16:03+11:00"},
    "period": {"start": {"value": "2011-06-23"}}
  }
}}