fix fullurl in history
This commit is contained in:
parent
441a6597fc
commit
5be9be9b45
@ -2,39 +2,46 @@
|
||||
"resourceType" : "Bundle",
|
||||
"id" : "h1",
|
||||
"type" : "collection",
|
||||
"entry" : [{
|
||||
"entry" : [
|
||||
{
|
||||
"fullUrl" : "http://somewhere.org/fhir/uv/myig/Provenance/h1-1",
|
||||
"resource" : {
|
||||
"resourceType" : "AuditEvent",
|
||||
"resourceType" : "Provenance",
|
||||
"id" : "h1-1",
|
||||
"type" : {
|
||||
"system": "http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle",
|
||||
"code" : "amend"
|
||||
},
|
||||
"action" : "U",
|
||||
"period" : { "end" : "2015-11-30" },
|
||||
"purposeOfEvent" : [{
|
||||
"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"
|
||||
}],
|
||||
"agent" : [{
|
||||
}
|
||||
],
|
||||
"activity" : {
|
||||
"coding" : [{
|
||||
"system" : "http://terminology.hl7.org/CodeSystem/v3-DataOperation",
|
||||
"code" : "UPDATE"
|
||||
}]
|
||||
},
|
||||
"agent" : [
|
||||
{
|
||||
"type" : {
|
||||
"coding" : {
|
||||
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
|
||||
"code":"AUT"
|
||||
"system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
|
||||
"code" : "author"
|
||||
}
|
||||
},
|
||||
"name" : "Rob Hausam"
|
||||
},{
|
||||
"who" : { "display" : "Rob Hausam" }
|
||||
},
|
||||
{
|
||||
"type" : {
|
||||
"coding" : {
|
||||
"system": "http://terminology.hl7.org/CodeSystem/contractsignertypecodes",
|
||||
"code":"REVIEWER"
|
||||
"system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
|
||||
"code" : "verifier"
|
||||
}
|
||||
},
|
||||
"name" : "Vocab"
|
||||
}],
|
||||
"entity" : [{
|
||||
"what" : { "reference" : "StructureDefinition/myObservation" }
|
||||
}]
|
||||
"who" : { "display" : "Vocab" }
|
||||
}
|
||||
}]
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user