Dental Data Exchange
0.1.0 - STU1 Ballot

This page is part of the Dental Data Exchange (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Capability Statement - Dental - TTL Representation

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:Resource.id [ fhir:value "capabilitystatement-dental"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "9" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-08-06T17:04:18.455+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#mirDY4bsjl620fZS" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>CapabilityStatementDental</h2><div><p>Note to ballot commenters- we encourage ballot comments regarding the expected capability, both required and supported functionality of your and your partnering systems.</p>\n<p>This resource defines the expected capabilities for both client and server participating in referral exchanges involving a dental actor (medical/dental and dental/dental).</p>\n</div><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td>This Section describes the expected capabilities of the Dental FHIR Server actor which is responsible for providing responses to the queries submitted by the Dental Requestors. A lsit of required and recommended Dental profiles, RESTful operations, and search parameters are defined.</td></tr><tr><td>Transaction</td><td></td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td></td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b title=\"GET a resource (read interaction)\">Read</b></th><th><b title=\"GET all set of resources of the type (search interaction)\">Search</b></th><th><b title=\"PUT a new resource version (update interaction)\">Update</b></th><th><b title=\"POST a new resource (create interaction)\">Create</b></th></tr></table></div>"
  ];
  fhir:CapabilityStatement.url [ fhir:value "http://hl7.org/fhir/us/dental-data-exchange/CapabilityStatement/capabilitystatement-dental"];
  fhir:CapabilityStatement.version [ fhir:value "0.1.0"];
  fhir:CapabilityStatement.name [ fhir:value "CapabilityStatementDental"];
  fhir:CapabilityStatement.title [ fhir:value "Capability Statement - Dental"];
  fhir:CapabilityStatement.status [ fhir:value "draft"];
  fhir:CapabilityStatement.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CapabilityStatement.date [ fhir:value "2020-04-27"^^xsd:date];
  fhir:CapabilityStatement.publisher [ fhir:value "Payer/Provider Information Exchange Work Group"];
  fhir:CapabilityStatement.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "HL7 International - Payer/Provider Information Exchange Work Group" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/claims" ]     ]
  ];
  fhir:CapabilityStatement.description [ fhir:value "Note to ballot commenters- we encourage ballot comments regarding the expected capability, both required and supported functionality of your and your partnering systems. \n\nThis resource defines the expected capabilities for both client and server participating in referral exchanges involving a dental actor (medical/dental and dental/dental). "];
  fhir:CapabilityStatement.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "US" ]     ];
     fhir:CodeableConcept.text [ fhir:value "US" ]
  ];
  fhir:CapabilityStatement.kind [ fhir:value "requirements"];
  fhir:CapabilityStatement.fhirVersion [ fhir:value "4.0.1"];
  fhir:CapabilityStatement.format [
     fhir:value "xml";
     fhir:index 0
  ], [
     fhir:value "json";
     fhir:index 1
  ];
  fhir:CapabilityStatement.rest [
     fhir:index 0;
     fhir:CapabilityStatement.rest.mode [ fhir:value "server" ];
     fhir:CapabilityStatement.rest.documentation [ fhir:value "This Section describes the expected capabilities of the Dental FHIR Server actor which is responsible for providing responses to the queries submitted by the Dental Requestors. A lsit of required and recommended Dental profiles, RESTful operations, and search parameters are defined." ]
  ], [
     fhir:index 1;
     fhir:CapabilityStatement.rest.mode [ fhir:value "client" ];
     fhir:CapabilityStatement.rest.documentation [ fhir:value "Note to balloters - please provide comments for your system(s) expectations for the use of this guide. " ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.