Janus
0.1.1 - ci-build

Janus - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Example ActorDefinition: User - TTL Representation

Draft as of 2025-10-07

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:ActorDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "AD-User"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<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-User\n            </p>\n        \n        \n\n        \n        \n            <p style=\"padding-bottom: 0px; margin: 0px;\">\n                <b>Publisher</b>: Fyrstain\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> Fyrstain  </td>\n                        <td>\n                            <ul>\n                                \n                                    <li>\n                                    \n                                        <a href=\"http://fyrstain.com\">http://fyrstain.com</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>: Person\n            </p>\n        \n        \n        \n        \n        \n        \n    </div><br/>\n</div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://fyrstain.com/fhir/R4/janus-ig/ActorDefinition/AD-User"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.1"] ; # 
  fhir:name [ fhir:v "User"] ; # 
  fhir:title [
fhir:v "User" ;
    ( fhir:extension [
      ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "fr-FR"         ]       ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Utilisateur"         ]       ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]     ] )
  ] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2025-10-07T10:35:59+02:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Fyrstain"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Fyrstain" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://fyrstain.com" ]     ] )
  ] ) ; # 
  fhir:type [ fhir:v "person"] . #