This page is part of the US Core (v7.0.0-ballot: STU7 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 6.1.0. For a full list of available versions, see the Directory of published versions
: Targeted Provenance Example - JSON Representation
Raw json | Download
{
"resourceType" : "Provenance",
"id" : "example-targeted-provenance",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-provenance|7.0.0-ballot"
]
},
"target" : [
{
🔗 "extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/targetElement",
"valueUri" : "race"
}
],
"reference" : "Patient/example-targeted-provenance"
}
],
"recorded" : "2023-02-28T15:26:23.217+00:00",
"agent" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code" : "informant",
"display" : "Informant"
}
]
},
"who" : {
🔗 "reference" : "Patient/example-targeted-provenance"
}
}
],
"entity" : [
{
"role" : "source",
"what" : {
"display" : "admission form"
}
}
]
}