HL7 Czech Base and Core FHIR IG
1.0.0 - trial-use Czechia flag

This page is part of the Czech National FHIR R4 Core and Base Implementation Guide STU 1 (v1.0.0: STU 1) 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

: Actor Consumer L3

Active as of 2026-07-29

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.0.0"] ;
  fhir:ActorDefinition.name [ fhir:value "Consumer_L3"] ;
  fhir:ActorDefinition.status [ fhir:value "active"] ;
  fhir:ActorDefinition.date [ fhir:value "2026-07-29T17:36:16+02: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> .