fix fullurl in history

This commit is contained in:
Grahame Grieve 2020-05-02 07:38:53 +10:00
parent 441a6597fc
commit 5be9be9b45

View File

@ -2,39 +2,46 @@
"resourceType" : "Bundle", "resourceType" : "Bundle",
"id" : "h1", "id" : "h1",
"type" : "collection", "type" : "collection",
"entry" : [{ "entry" : [
{
"fullUrl" : "http://somewhere.org/fhir/uv/myig/Provenance/h1-1",
"resource" : { "resource" : {
"resourceType" : "AuditEvent", "resourceType" : "Provenance",
"id" : "h1-1", "id" : "h1-1",
"type" : { "target" : [ { "reference" : "StructureDefinition/myObservation" } ],
"system": "http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle", "occurredDateTime" : "2015-11-30",
"code" : "amend" "reason" : [
}, {
"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" "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" : { "type" : {
"coding" : { "coding" : {
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code":"AUT" "code" : "author"
} }
}, },
"name" : "Rob Hausam" "who" : { "display" : "Rob Hausam" }
},{ },
{
"type" : { "type" : {
"coding" : { "coding" : {
"system": "http://terminology.hl7.org/CodeSystem/contractsignertypecodes", "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code":"REVIEWER" "code" : "verifier"
} }
}, },
"name" : "Vocab" "who" : { "display" : "Vocab" }
}],
"entity" : [{
"what" : { "reference" : "StructureDefinition/myObservation" }
}]
} }
}] ]
}
}
]
} }