HL7 Czech Base and Core Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.3.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/cz-core/ and changes regularly. See the Directory of published versions
: Signature of image order - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Provenance ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "signature-rentgen"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hl7.cz/fhir/core/StructureDefinition/cz-provenance"^^xsd:anyURI ;
fhir:link <https://hl7.cz/fhir/core/StructureDefinition/cz-provenance> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance signature-rentgen</b></p><a name=\"signature-rentgen\"> </a><a name=\"hcsignature-rentgen\"> </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-cz-provenance.html\">Provenance (CZ)</a></p></div><p>Provenance for Reference(ServiceRequest/Image-order) Rentgen (Identifier: <code>https://ncez.mzcr.cz/fhir/sid/ico</code>/27520536)</p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2023-04-05 17:23:07+0000</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=\"Practitioner-Practitioner-2.html\">MUDr. Hana Doktorová</a></td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:target ( [
fhir:identifier [
fhir:system [ fhir:v "https://ncez.mzcr.cz/fhir/sid/ico"^^xsd:anyURI ] ;
fhir:value [ fhir:v "27520536" ] ] ;
fhir:display [ fhir:v "Reference(ServiceRequest/Image-order) Rentgen" ]
] ) ; #
fhir:recorded [ fhir:v "2023-04-05T17:23:07Z"^^xsd:dateTime] ; #
fhir:agent ( [
( fhir:role [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AUT" ] ] ) ] ) ;
fhir:who [
fhir:reference [ fhir:v "Practitioner/Practitioner-2" ] ;
fhir:display [ fhir:v "MUDr. Hana Doktorová" ] ]
] ) ; #
fhir:signature ( [
( fhir:type [
fhir:system [ fhir:v "urn:iso-astm:E1762-95:2013"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1.2.840.10065.1.12.1.1" ] ;
fhir:display [ fhir:v "Author's Signature" ] ] ) ;
fhir:when [ fhir:v "2023-04-05T17:23:07Z"^^xsd:dateTime ] ;
fhir:who [
fhir:reference [ fhir:v "Practitioner/Practitioner-2" ] ;
fhir:identifier [
fhir:system [ fhir:v "http://example.org/exampleSystem"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MUDr. Hana Doktorová" ] ] ;
fhir:display [ fhir:v "MUDr. Hana Doktorová" ] ] ;
fhir:targetFormat [ fhir:v "application/fhir+xml" ] ;
fhir:sigFormat [ fhir:v "application/signature+xml" ] ;
fhir:data [ fhir:v "dGhpcyBibG9iIGlzIHNuaXBwZWQ="^^xsd:base64Binary ]
] ) . #