eHealth Infrastructure 10.0.0 - release
This page is part of the FUT Infrastructure (v10.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- <http://hl7.org/fhir/Provenance/1> a fhir:Provenance ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "1"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-access-provenance" ; fhir:index 0 ; fhir:link <http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-access-provenance> ] ] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ; fhir:Narrative.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) Unknown, DoB Unknown ( urn:oid:1.2.208.176.1.2#Danish civil registration system - CPR#2512489996 (use: official, ))</a></p><p>Summary</p><table class=\"grid\"><tr><td>Occurrence</td><td>2026-01-12 10:00:00+0100 --> (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) Unknown, DoB Unknown ( urn:oid:1.2.208.176.1.2#Danish civil registration system - CPR#2512489996 (use: official, ))</a></td></tr></table></div>" ] ; fhir:Provenance.target [ fhir:index 0 ; fhir:link <http://hl7.org/fhir/Patient/102> ; fhir:Reference.reference [ fhir:value "Patient/102" ] ] ; fhir:Provenance.occurredPeriod [ fhir:Period.start [ fhir:value "2026-01-12T10:00:00+01:00"^^xsd:dateTime ] ] ; fhir:Provenance.recorded [ fhir:value "2026-01-12T10:00:00+01:00"^^xsd:dateTime] ; fhir:Provenance.activity [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "http://ehealth.sundhed.dk/cs/access-provenance-activity" ] ; fhir:Coding.code [ fhir:value "user-authentication" ] ] ] ; fhir:Provenance.agent [ fhir:index 0 ; fhir:Provenance.agent.role [ fhir:index 0 ; fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "http://ehealth.sundhed.dk/cs/access-provenance-agent-role" ] ; fhir:Coding.code [ fhir:value "assisted-login" ] ] ] ; fhir:Provenance.agent.who [ fhir:link <http://hl7.org/fhir/Patient/102> ; fhir:Reference.reference [ fhir:value "Patient/102" ] ] ] . <http://hl7.org/fhir/Patient/102> a fhir:Patient . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/Provenance/1.ttl> a owl:Ontology ; owl:imports fhir:fhir.ttl ; owl:versionIRI <http://build.fhir.org/Provenance/1.ttl> .