diff --git a/input/history/h1.json b/input/history/h1.json index 26ea248..d506462 100644 --- a/input/history/h1.json +++ b/input/history/h1.json @@ -2,39 +2,46 @@ "resourceType" : "Bundle", "id" : "h1", "type" : "collection", - "entry" : [{ - "resource" : { - "resourceType" : "AuditEvent", - "id" : "h1-1", - "type" : { - "system": "http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle", - "code" : "amend" - }, - "action" : "U", - "period" : { "end" : "2015-11-30" }, - "purposeOfEvent" : [{ - "text": "Add \"conductible\" property to ActRelationshipType and ParticipationType codes.for ContextConduction RIM Change. And create Concept domain CodeSystem and ValueSet for ContextConductionStyle" - }], - "agent" : [{ - "type" : { - "coding": { - "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code":"AUT" - } - }, - "name" : "Rob Hausam" - },{ - "type" : { - "coding": { - "system": "http://terminology.hl7.org/CodeSystem/contractsignertypecodes", - "code":"REVIEWER" - } - }, - "name" : "Vocab" - }], - "entity" : [{ - "what" : { "reference" : "StructureDefinition/myObservation" } - }] - } - }] -} \ No newline at end of file + "entry" : [ + { + "fullUrl" : "http://somewhere.org/fhir/uv/myig/Provenance/h1-1", + "resource" : { + "resourceType" : "Provenance", + "id" : "h1-1", + "target" : [ { "reference" : "StructureDefinition/myObservation" } ], + "occurredDateTime" : "2015-11-30", + "reason" : [ + { + "text" : "Add \"conductible\" property to ActRelationshipType and ParticipationType codes.for ContextConduction RIM Change. And create Concept domain CodeSystem and ValueSet for ContextConductionStyle" + } + ], + "activity" : { + "coding" : [{ + "system" : "http://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code" : "UPDATE" + }] + }, + "agent" : [ + { + "type" : { + "coding" : { + "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code" : "author" + } + }, + "who" : { "display" : "Rob Hausam" } + }, + { + "type" : { + "coding" : { + "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code" : "verifier" + } + }, + "who" : { "display" : "Vocab" } + } + ] + } + } + ] +}