Developer Satisfaction
0.2.0 - ci-build International flag

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

: Developer Satisfaction Responder - TTL Representation

Draft as of 2024-04-11

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 -------------------------------------------------------------------

 a fhir:ActorDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "dev-satisfaction-responder"] ; #
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table class=\"grid\"><tr><td><b>Actor: DevSatisfactionResponder</b></td><td>Developer Satisfaction Responder</td><td>Type: system</td></tr><tr><td colspan=\"3\"><div><p>An application or product that responds to a data access request conformant to the Developer Satisfaction IG sending satisfaction measurement aggregated data. This can be thought of as the server in a client-server interaction.</p>\n</div></td></tr></table></div>"
  ] ; #
  fhir:url [ fhir:v "http://touchstone.aegis.net/touchstone/fhir/dev-satisfaction/ActorDefinition/dev-satisfaction-responder"^^xsd:anyURI] ; #
  fhir:version [ fhir:v "0.2.0"] ; #
  fhir:name [ fhir:v "DevSatisfactionResponder"] ; #
  fhir:title [ fhir:v "Developer Satisfaction Responder"] ; #
  fhir:status [ fhir:v "draft"] ; #
  fhir:date [ fhir:v "2024-04-11"^^xsd:date] ; #
  fhir:publisher [ fhir:v "AEGIS.net, Inc."] ; #
  fhir:contact ( [
fhir:name [ fhir:v "AEGIS.net, Inc." ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.aegis.net" ]     ] )
  ] [
fhir:name [ fhir:v "Richard Ettema" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mailto:richard.ettema@aegis.net" ]     ] )
  ] ) ; #
  fhir:description [ fhir:v "Developer Satisfaction Responder actor"] ; #
  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:display [ fhir:v "World" ]     ] )
  ] ) ; #
  fhir:copyright [ fhir:v "(c) AEGIS.net, Inc. 2024"] ; #
  fhir:type [ fhir:v "system"] ; #
  fhir:documentation [ fhir:v "An application or product that responds to a data access request conformant to the Developer Satisfaction IG sending satisfaction measurement aggregated data. This can be thought of as the server in a client-server interaction."] . #