FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagedk.ehealth.sundhed.fhir.ig.core
Resource TypeProvenance
IdProvenance-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source


Source1

{
  "resourceType": "Provenance",
  "id": "1",
  "meta": {
    "profile": [
      "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-access-provenance"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
      }
    }
  ]
}