eHealth Platform Federal Core Profiles
2.1.2 - STU1 Belgium flag

eHealth Platform Federal Core Profiles, published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 2.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/core/ and changes regularly. See the Directory of published versions

: provenance1 - JSON Representation

Raw json | Download

{
  "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 class=\"res-header-id\"><b>Generated Narrative: Provenance provenance1</b></p><a name=\"provenance1\"> </a><a name=\"hcprovenance1\"> </a><a name=\"provenance1-en-US\"> </a><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\">version: 1; Last updated: 2019-06-27 08:39:24+0200</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-be-provenance.html\">BeProvenance</a></p></div><p>Provenance for <a href=\"Practitioner-practitioner1.html\">Practitioner Katherine Pulaski (official)</a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2019-06-27 08:39:24+0200</td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-DataOperation CREATE}\">create</span></td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Type</b></td><td><b>who</b></td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type author}\">Author</span></td><td><a href=\"Organization-organization1.html\">Enterprise Hospital Ziekenhuis</a></td></tr></table></div>"
  },
  "target" : [
    {
      🔗 "reference" : "Practitioner/practitioner1"
    }
  ],
  "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" : "Organization/organization1",
        "display" : "Enterprise Hospital Ziekenhuis"
      }
    }
  ]
}