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