@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 -------------------------------------------------------------------

<http://www.xt-ehr.eu/fhir/models/ActorDefinition/actor-producer> a fhir:ActorDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "actor-producer"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: ActorDefinition actor-producer</b></p><a name=\"actor-producer\"> </a><a name=\"hcactor-producer\"> </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\">Language: en</p></div><table class=\"grid\"><tr><td><b>Actor: Producer </b></td><td/><td>Type: system </td></tr><tr><td colspan=\"3\"/></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://www.xt-ehr.eu/specifications/fhir/actor-producer"^^xsd:anyURI ;
     fhir:l <https://www.xt-ehr.eu/specifications/fhir/actor-producer>
  ] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "Producer"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2026-04-03T08:10:50+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Xt-EHR"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Xt-EHR" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.xt-ehr.eu/" ]
     ] )
  ] ) ; # 
  fhir:type [ fhir:v "system"] . # 

# -------------------------------------------------------------------------------------

