@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CapabilityStatement ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ceqsubscribe-capabilitystatement"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: CapabilityStatement ceqsubscribe-capabilitystatement

Carequality Subscription Submission Capability Statement

  • Implementation Guide Version: 1.0.0
  • FHIR Version: 4.0.1
  • Supported Formats: json, xml
  • Supported Patch Formats:
  • Published on: 2020-05-07
  • Published by: Carequality

Note to Implementers: FHIR Capabilities

Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.

SHALL Support the Following Implementation Guides

  • https://carequality.org/IG/push-notifications/CEQSubscription

FHIR RESTful Capabilities

Mode: client

Security
Enable CORS: no
Security services supported: OAuth

Requires adherence to the Carequality FHIR Implementation Guide

\n
Summary of System-wide Interactions
" ] ; # fhir:url [ fhir:v "https://carequality.org/IG/push-notifications/CapabilityStatement/ceqsubscribe-capabilitystatement"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "CEQsubscribeCapabilityStatement"] ; # fhir:title [ fhir:v "Carequality Subscription Submission Capability Statement"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # fhir:date [ fhir:v "2020-05-07"^^xsd:date] ; # fhir:publisher [ fhir:v "Carequality"] ; # fhir:contact ( [ fhir:name [ fhir:v "Carequality" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://www.carequality.org" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "info@carequality.org" ] ] ) ] [ fhir:name [ fhir:v "David Pyke" ] ; fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "mailto:david.pyke@dogwoodhc.com" ] ] ) ] ) ; # fhir:description [ fhir:v "Capability Statement to describe the requirements for a Notification Recipient Actor"] ; # fhir:kind [ fhir:v "requirements"] ; # fhir:fhirVersion [ fhir:v "4.0.1"] ; # fhir:format ( [ fhir:v "json"] [ fhir:v "xml"] ) ; # fhir:implementationGuide ( [ fhir:v "https://carequality.org/IG/push-notifications/CEQSubscription"^^xsd:anyURI ; fhir:link ] ) ; # fhir:rest ( [ fhir:mode [ fhir:v "client" ] ; fhir:security [ fhir:service ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/restful-security-service"^^xsd:anyURI ] ; fhir:code [ fhir:v "OAuth" ] ] ) ; fhir:text [ fhir:v "Carequality FHIR IG" ] ] ) ; fhir:description [ fhir:v "Requires adherence to the Carequality FHIR Implementation Guide" ] ] ] ) . # # -------------------------------------------------------------------------------------