eHealth Platform Federal Core Profiles
2.0.0 - Released
This page is part of the HL7 Belgium FHIR Implementation Guide - Core profiles (v2.0.0: Trial Use Draft) based on FHIR R4. The current version which supercedes this version is 2.0.1. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Provenance",
"id" : "provenance1",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2019-06-27T08:39:24+02:00",
"profile" : [
"https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-provenance"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"provenance1\" Version \"1\" Updated \"2019-06-27 08:39:24+0200\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-be-provenance.html\">Provenance core BE profile</a></p></div><p><b>target</b>: <a href=\"Practitioner/2/_history/1\">Practitioner/2/_history/1</a></p><p><b>recorded</b>: Jun 27, 2019 8:39:24 AM</p><p><b>reason</b>: Healthcare Operations <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ActReason.html\">ActReason</a>#HOPERAT)</span></p><p><b>activity</b>: create <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-DataOperation.html\">DataOperation</a>#CREATE)</span></p><h3>Agents</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Who</b></td></tr><tr><td>*</td><td>Author <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-provenance-participant-type.html\">Provenance participant type</a>#author)</span></td><td><a href=\"https://www.anotherfhirserver.be/fhir/Organization/02\">https://www.anotherfhirserver.be/fhir/Organization/02: Enterprise Hospital Ziekenhuis</a></td></tr></table></div>"
},
"target" : [
{
"reference" : "Practitioner/2/_history/1"
}
],
"recorded" : "2019-06-27T08:39:24+02:00",
"reason" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "HOPERAT",
"display" : "Healthcare Operations"
}
]
}
],
"activity" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-DataOperation",
"code" : "CREATE"
}
]
},
"agent" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code" : "author"
}
]
},
"who" : {
"reference" : "https://www.anotherfhirserver.be/fhir/Organization/02",
"display" : "Enterprise Hospital Ziekenhuis"
}
}
]
}