eHealth Infrastructure
8.0.0 - release Denmark flag

eHealth Infrastructure, published by Den telemedicinske infrastruktur (eHealth Infrastructure). This guide is not an authorized publication; it is the continuous build for version 8.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fut-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions

: Provenance/1 - JSON Representation

Raw json | Download

{
  "resourceType" : "Provenance",
  "id" : "1",
  "meta" : {
    "profile" : [
      🔗 "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-access-provenance"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance 1</b></p><a name=\"1\"> </a><a name=\"hc1\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ehealth-access-provenance.html\">ehealth-access-provenance</a></p></div><p>Provenance for <a href=\"Patient-102.html\">Nancy Ann Berggren (official) Ukendt, DoB Unknown ( urn:oid:1.2.208.176.1.2#Danish civil registration system - CPR#2512489996\u00a0(use:\u00a0official,\u00a0))</a></p><p>Summary</p><table class=\"grid\"><tr><td>Occurrence</td><td>2026-01-12 10:00:00+0100 --&gt; (ongoing)</td></tr><tr><td>Recorded</td><td>2026-01-12 10:00:00+0100</td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://ehealth.sundhed.dk/cs/access-provenance-activity user-authentication}\">User authentication</span></td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Role</b></td><td><b>who</b></td></tr><tr><td/><td><a href=\"Patient-102.html\">Nancy Ann Berggren (official) Ukendt, DoB Unknown ( urn:oid:1.2.208.176.1.2#Danish civil registration system - CPR#2512489996\u00a0(use:\u00a0official,\u00a0))</a></td></tr></table></div>"
  },
  "target" : [
    {
      🔗 "reference" : "Patient/102"
    }
  ],
  "occurredPeriod" : {
    "start" : "2026-01-12T10:00:00+01:00"
  },
  "recorded" : "2026-01-12T10:00:00+01:00",
  "activity" : {
    "coding" : [
      {
        "system" : "http://ehealth.sundhed.dk/cs/access-provenance-activity",
        "code" : "user-authentication"
      }
    ]
  },
  "agent" : [
    {
      "role" : [
        {
          "coding" : [
            {
              "system" : "http://ehealth.sundhed.dk/cs/access-provenance-agent-role",
              "code" : "assisted-login"
            }
          ]
        }
      ],
      "who" : {
        🔗 "reference" : "Patient/102"
      }
    }
  ]
}