BD-Core-FHIR-IG/input/history/h1.json
2021-04-29 22:30:42 -06:00

49 lines
1.5 KiB
JSON

{
"resourceType" : "Bundle",
"id" : "h1",
"type" : "collection",
"entry" : [
{
"fullUrl" : "http://somewhere.org/fhir/uv/myig/Provenance/h1-1",
"resource" : {
"resourceType" : "Provenance",
"id" : "h1-1",
"target" : [ { "reference" : "StructureDefinition/myObservation" } ],
"occurredDateTime" : "2015-11-30",
"recorded" : "2020-01-01T00:00:00.000Z",
"reason" : [
{
"text" : "Add \"conductible\" property to ActRelationshipType and ParticipationType codes.for ContextConduction RIM Change. And create Concept domain CodeSystem and ValueSet for ContextConductionStyle"
}
],
"activity" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/v3-DataOperation",
"code" : "UPDATE"
}]
},
"agent" : [
{
"type" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code" : "author"
}]
},
"who" : { "display" : "Rob Hausam" }
},
{
"type" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code" : "verifier"
}]
},
"who" : { "display" : "Vocab" }
}
]
}
}
]
}