IE (Ireland) Core Implementation Guide
1.0.0-ballot - Ballot
Publication Build: This will be filled in by the publication tooling
Page standards status: Informative |
{
"resourceType" : "Provenance",
"id" : "example-targeted-provenance",
"meta" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString" : "Targeted Provenance Example"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown" : "This is a provenance example for the *IE Core Provenance Profile* to demonstrate how Provenance can be used to document the source of individual elements such as Race and Ethnicity (R/E), gender identity."
}
],
"profile" : [
🔗 "http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-provenance"
]
},
"target" : [
{
🔗 "extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/targetElement",
"valueUri" : "ethnicity"
}
],
"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"
}
}
]
}