@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 -------------------------------------------------------------------

<https://flute.com/ActorDefinition/AD-FLUTEAdministrator> a fhir:ActorDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "AD-FLUTEAdministrator"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\n    <div style=\"display: inline-block;#xA;                background-color: #d9e0e7; #xA;                padding: 6px; #xA;                margin: 4px; #xA;                border: 1px solid #8da1b4;#xA;                border-radius: 5px; #xA;                line-height: 60%;#xA;                width: 100%;\">\n        \n            <p style=\"padding-bottom: 0px; margin: 0px;\">\n                <b>ID</b>: AD-FLUTEAdministrator\n            </p>\n        \n        \n\n        \n        \n            <p style=\"padding-bottom: 0px; margin: 0px;\">\n                <b>Publisher</b>: HL7 Europe\n            </p>\n        \n        \n            <table style=\"width: 100%;\" class=\"grid\">\n                <tr style=\"background-color: #333f4c; color: #ffffff;\">\n                    <th style=\"text-align: center;\"><b>Contact Name</b></th>\n                    <th style=\"text-align: center;\"><b>Contact Points</b></th>\n                </tr>\n                \n                        <tr style=\"background-color: #ffffff;\">\n                        <td> HL7 Europe  </td>\n                        <td>\n                            <ul>\n                                \n                                    <li>\n                                    \n                                        <a href=\"https://www.hl7.eu\">https://www.hl7.eu</a>\n                                    \n                                    </li>\n                                \n                            </ul>\n                        </td>\n                    </tr>\n                \n            </table>\n        \n        \n        \n        \n        \n        \n        \n        \n        \n\n        \n\n        \n        \n        \n            <p style=\"padding-bottom: 0px; margin: 0px;\">\n                <b>Type</b>: System\n            </p>\n        \n        \n        \n        \n        \n        \n    </div><br/>\n</div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://flute.com/ActorDefinition/AD-FLUTEAdministrator"^^xsd:anyURI ;
     fhir:l <https://flute.com/ActorDefinition/AD-FLUTEAdministrator>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "FLUTEAdministrator"] ; # 
  fhir:title [ fhir:v "FLUTE Administrator"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-01-30T16:42:51+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Europe"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 Europe" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.hl7.eu" ]
     ] )
  ] ) ; # 
  fhir:type [ fhir:v "system"] . # 

# -------------------------------------------------------------------------------------

