Add history to show how it works
This commit is contained in:
40
input/history/h1.json
Normal file
40
input/history/h1.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"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" }
|
||||
}]
|
||||
}
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user