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

: R4 Developer Satisfaction Requestor Capability Statement - TTL Representation

Active as of 2024-04-10

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:CapabilityStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "dev-satisfaction-requestor-r4"] ; #
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2 id=\"title\">R4 Developer Satisfaction Requestor Capability Statement</h2><ul><li>Implementation Guide Version: 0.2.0</li><li>FHIR Version: 4.0.1</li><li>Supported Formats: <code>xml</code>, <code>json</code></li><li>Supported Patch Formats: </li><li>Published on: 2024-04-10</li><li>Published by: AEGIS.net, Inc.</li></ul><blockquote class=\"impl-note\"><p><strong>Note to Implementers: FHIR Capabilities</strong></p><p>Any FHIR capability may be 'allowed' by the system unless explicitly marked as &quot;SHALL NOT&quot;. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.</p></blockquote><h2 id=\"rest\">FHIR RESTful Capabilities</h2><div class=\"panel panel-default\"><div class=\"panel-heading\"><h3 id=\"mode1\" class=\"panel-title\">Mode: <code>client</code></h3></div><div class=\"panel-body\"><div class=\"lead\"><em>Summary of System-wide Interactions</em></div></div></div></div>"
  ] ; #
  fhir:url [ fhir:v "http://touchstone.aegis.net/touchstone/fhir/dev-satisfaction/CapabilityStatement/dev-satisfaction-requestor-r4"^^xsd:anyURI] ; #
  fhir:version [ fhir:v "0.2.0"] ; #
  fhir:name [ fhir:v "CapabilitySatisfactionRequestorR4"] ; #
  fhir:title [ fhir:v "R4 Developer Satisfaction Requestor Capability Statement"] ; #
  fhir:status [ fhir:v "active"] ; #
  fhir:date [ fhir:v "2024-04-10"^^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 "CapabilityStatement describing the required and optional capabilities of a FHIR Client supporting the Developer Satisfaction Requestor functionality."] ; #
  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:kind [ fhir:v "requirements"] ; #
  fhir:fhirVersion [ fhir:v "4.0.1"] ; #
  fhir:format ( [ fhir:v "xml"] [ fhir:v "json"] ) ; #
  fhir:rest ( [
fhir:mode [
fhir:v "client" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]       ] )     ] ;
    ( fhir:operation [
fhir:name [ fhir:v "get-satisfaction" ] ;
fhir:definition [
fhir:v "http://touchstone.aegis.net/touchstone/fhir/dev-satisfaction/OperationDefinition/dev-satisfaction-get-satisfaction"^^xsd:anyURI ;
fhir:link <http://touchstone.aegis.net/touchstone/fhir/dev-satisfaction/OperationDefinition/dev-satisfaction-get-satisfaction>       ]     ] )
  ] ) . #