This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Provenance of a delete of a codeSystem.
{
"resourceType" : "Provenance",
"id" : "example-delete",
"target" : [{
"reference" : "http://terminology.hl7.org/CodeSystem/location-physical-type/_history/3"
}],
"recorded" : "2015-06-27T08:39:24+10:00",
"authorization" : [{
"concept" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "METAMGT"
}]
}
}],
"activity" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/v3-DataOperation",
"code" : "DELETE"
}]
},
"agent" : [{
"type" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code" : "author"
}]
},
"who" : {
"display" : "Brian Postlethwaite"
}
}],
"entity" : [{
"role" : "source",
"what" : {
"reference" : "http://terminology.hl7.org/CodeSystem/location-physical-type/_history/3"
}
}]
}
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.