R6 Ballot (2nd Draft)

Publish-box (todo)

Example Provenance/example-import (JSON)

Security Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Device, Patient, Practitioner, RelatedPerson

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

Provenance of import of resources from a document (DocumentReference) to show provenance from resources back to the source document.

{
  "resourceType" : "Provenance",
  "id" : "example-import",
  "target" : [{
    "reference" : "Condition/example"
  },
  {
    "reference" : "Condition/example2"
  },
  {
    "reference" : "Encounter/example"
  },
  {
    "reference" : "Immunization/example"
  }],
  "recorded" : "2015-06-27T08:39:24+10:00",
  "policy" : ["urn:ihe:pcc:qedm:2017:document-provenance-policy"],
  "activity" : {
    "coding" : [{
      "system" : "http://hl7.org/fhir/w3c-provenance-activity-type",
      "code" : "Derivation"
    }]
  },
  "patient" : {
    "reference" : "Patient/example"
  },
  "agent" : [{
    "id" : "a1",
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
        "code" : "assembler"
      }]
    },
    "who" : {
      "display" : "Device/software"
    }
  }],
  "entity" : [{
    "role" : "source",
    "what" : {
      "reference" : "DocumentReference/example"
    }
  }]
}

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.