WHO SMART Trust, published by WHO. This guide is not an authorized publication; it is the continuous build for version 1.1.6 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/WorldHealthOrganization/smart-trust/tree/main and changes regularly. See the Directory of published versions
: Receiver - TTL Representation Feedback
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#> .
a fhir:ActorDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Receiver"] ;
fhir:meta [
( fhir:profile [
fhir:v "http://smart.who.int/base/StructureDefinition/SGActor"^^xsd:anyURI ;
fhir:link <http://smart.who.int/base/StructureDefinition/SGActor> ] )
] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ActorDefinition Receiver</b></p><a name=\"Receiver\"> </a><a name=\"hcReceiver\"> </a><a name=\"Receiver-en-US\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/WorldHealthOrganization/smart-base/StructureDefinition-SGActor.html\">SGActor</a></p></div><table class=\"grid\"><tr><td><b>Actor: Receiver </b></td><td>Receiver</td><td>Type: system </td><td colspan=\"2\"/></tr><tr><td colspan=\"3\"/></tr><tr><td>Derived from:</td></tr></table></div>"^^rdf:XMLLiteral
] ;
fhir:url [ fhir:v "http://smart.who.int/trust/ActorDefinition/Receiver"^^xsd:anyURI] ;
fhir:version [ fhir:v "1.1.6"] ;
fhir:name [ fhir:v "Receiver"] ;
fhir:title [ fhir:v "Receiver"] ;
fhir:status [ fhir:v "active"] ;
fhir:experimental [ fhir:v true] ;
fhir:date [ fhir:v "2025-04-04T10:56:47+00:00"^^xsd:dateTime] ;
fhir:publisher [ fhir:v "WHO"] ;
fhir:contact ( [
fhir:name [ fhir:v "WHO" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://who.int" ] ] )
] ) ;
fhir:description [ fhir:v "A Reciever is a system authorized by a Trust Network Participant to receive from a Holder a Veritifable, verify and utilize the content within."] ;
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ;
fhir:type [ fhir:v "system"] ;
fhir:derivedFrom ( [
fhir:v "http://smart.who.int/trust/ActorDefinition/TrustNetworkParticipant"^^xsd:anyURI ;
fhir:link <http://smart.who.int/trust/ActorDefinition/TrustNetworkParticipant>
] ) .