FHIR Release 3 (STU) R4 Ballot #2 (Mixed Normative/Trial use)

This page is part of the FHIR Specification (v3.0.2: STU 3). (v3.5.0: R4 Ballot #2). 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

Security Work Group Maturity Level : N/A Ballot Status : Informative Compartments : Device , Patient , Practitioner , RelatedPerson

Raw JSON ( canonical form + also see JSON Format Specification )

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>"

    "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 as authorized by a referenced Consent.</div>"

  },
  "target": [
    {
      "reference": "Procedure/example/_history/1"
    }
  ],
  "period": {

  "occurredPeriod": {

    "start": "2015-06-27",
    "end": "2015-06-28"
  },
  "recorded": "2015-06-27T08:39:24+10:00",
  "policy": [
    "http://acme.com/fhir/Consent/25"
  ],
  "location": {
    "reference": "Location/1"
  },
  "reason": [
    {
      "system": "http://snomed.info/sct",
      "code": "3457005",
      "display": "Referral"

      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "3457005",
          "display": "Referral"
        }
      ]

    }
  ],
  "agent": [
    {
      "role": [
        {
          "coding": [
            {
              "system": "http://hl7.org/fhir/v3/ParticipationType",
              "code": "AUT"
            }
          ]
        }
      ],
      "whoReference": {
        "reference": "Practitioner/xcda-author"

      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
            "code": "AUT"
          }
        ]

      },
      "onBehalfOfUri": "#a1",
      "relatedAgentType": {
        "text": "used"

      "who": {
        "reference": "Practitioner/xcda-author"

      }
    },
    {
      "id": "a1",
      "role": [
        {
          "coding": [
            {
              "system": "http://hl7.org/fhir/v3/ParticipationType",
              "code": "DEV"
            }
          ]
        }
      ],
      "whoReference": {

      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
            "code": "DEV"
          }
        ]
      },
      "who": {

        "reference": "Device/software"
      }
    }
  ],
  "entity": [
    {
      "role": "source",
      "whatReference": {

      "what": {

        "reference": "DocumentReference/example",
        "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.