HL7 Czech Base and Core FHIR IG
1.1.0 - ci-build Czechia flag

HL7 Czech Base and Core FHIR IG, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 1.1.0 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

: Actor Consumer L3

Active as of 2026-08-06

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/ActorDefinition/actor-consumer-L3> a fhir:ActorDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "actor-consumer-L3"] ;
  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: ActorDefinition actor-consumer-L3</b></p><a name=\"actor-consumer-L3\"> </a><a name=\"hcactor-consumer-L3\"> </a><table class=\"grid\"><tr><td><b>Actor: Consumer_L3 </b></td><td/><td>Type: system </td></tr><tr><td colspan=\"3\"><div><p>This actor represents the L3 document consumers. That is the system using the report received or retrieved.\nUsing includes, but is not limited to, the report display, storage or processing.</p>\n</div></td></tr></table></div>"
  ] ;
  fhir:ActorDefinition.url [ fhir:value "https://hl7.cz/fhir/core/ActorDefinition/actor-consumer-L3"] ;
  fhir:ActorDefinition.version [ fhir:value "1.1.0"] ;
  fhir:ActorDefinition.name [ fhir:value "Consumer_L3"] ;
  fhir:ActorDefinition.status [ fhir:value "active"] ;
  fhir:ActorDefinition.date [ fhir:value "2026-08-06T14:49:13+00:00"^^xsd:dateTime] ;
  fhir:ActorDefinition.publisher [ fhir:value "HL7 Czech Republic"] ;
  fhir:ActorDefinition.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "HL7 Czech Republic" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.hl7.cz/" ]
     ]
  ] ;
  fhir:ActorDefinition.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "CZ" ] ;
       fhir:Coding.display [ fhir:value "Czechia" ]
     ]
  ] ;
  fhir:ActorDefinition.type [ fhir:value "system"] ;
  fhir:ActorDefinition.documentation [ fhir:value "This actor represents the L3 document consumers. That is the system using the report received or retrieved.\nUsing includes, but is not limited to, the report display, storage or processing."] .

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

<http://hl7.org/fhir/ActorDefinition/actor-consumer-L3.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ActorDefinition/actor-consumer-L3.ttl> .