Aiidera FHIR-definitioner
0.1.0 - ci-build

Aiidera FHIR-definitioner - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: exempel-signering - TTL Representation

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/exempel-signering> a fhir:Provenance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "exempel-signering"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.aiidera.se/StructureDefinition/AiideraSigneradHandlingProvenance|0.1.0" ;
       fhir:index 0 ;
       fhir:link <https://fhir.aiidera.se/StructureDefinition/AiideraSigneradHandlingProvenance|0.1.0>
     ]
  ] ;
  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 exempel-signering</b></p><a name=\"exempel-signering\"> </a><a name=\"hcexempel-signering\"> </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-AiideraSigneradHandlingProvenance.html\">Aiidera signerad handling — signering</a> version: 0.1.0</p></div><p>Provenance for <a href=\"Binary-exempel-original.html\">Binary: application/fhir+json (4116 bytes base64)</a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2026-08-09 10:00:00+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=\"Practitioner-exempel-lakare.html\">Practitioner Lena Läkare </a></td></tr></table></div>"
  ] ;
  fhir:Provenance.target [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Binary/exempel-original> ;
     fhir:Reference.reference [ fhir:value "Binary/exempel-original" ]
  ] ;
  fhir:Provenance.recorded [ fhir:value "2026-08-09T10:00:00+02:00"^^xsd:dateTime] ;
  fhir:Provenance.activity [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-DataOperation" ] ;
       fhir:Coding.code [ fhir:value "CREATE" ]
     ]
  ] ;
  fhir:Provenance.agent [
     fhir:index 0 ;
     fhir:Provenance.agent.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/provenance-participant-type" ] ;
         fhir:Coding.code [ fhir:value "author" ]
       ]
     ] ;
     fhir:Provenance.agent.who [
       fhir:link <http://hl7.org/fhir/Practitioner/exempel-lakare> ;
       fhir:Reference.reference [ fhir:value "Practitioner/exempel-lakare" ]
     ]
  ] ;
  fhir:Provenance.signature [
     fhir:index 0 ;
     fhir:Signature.type [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso-astm:E1762-95:2013" ] ;
       fhir:Coding.code [ fhir:value "1.2.840.10065.1.12.1.1" ] ;
       fhir:Coding.display [ fhir:value "Author's Signature" ]
     ] ;
     fhir:Signature.when [ fhir:value "2026-08-09T10:00:00+02:00"^^xsd:dateTime ] ;
     fhir:Signature.who [
       fhir:link <http://hl7.org/fhir/Practitioner/exempel-lakare> ;
       fhir:Reference.reference [ fhir:value "Practitioner/exempel-lakare" ]
     ] ;
     fhir:Signature.targetFormat [ fhir:value "application/fhir+json" ] ;
     fhir:Signature.sigFormat [ fhir:value "application/x-aiidera-ecdsa-p256-sha256" ] ;
     fhir:Signature.data [ fhir:value "ZXhlbXBlbA=="^^xsd:base64Binary ]
  ] .

<http://hl7.org/fhir/Binary/exempel-original> a fhir:Binary .

<http://hl7.org/fhir/Practitioner/exempel-lakare> a fhir:Practitioner .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Provenance/exempel-signering.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Provenance/exempel-signering.ttl> .