Sequoia Project Healthcare Directory Implementation Guide
0.0.10 - CI Build United States of America flag

Sequoia Project Healthcare Directory Implementation Guide - Local Development build (v0.0.10). See the Directory of published versions

: Sequoia Project Healthcare Directory - TTL Representation

Active as of 2021-10-20

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 "directory-capability-statement"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "8" ] ;
fhir:lastUpdated [ fhir:v "2022-12-07T18:23:47.086+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#9axqQkcVovaTj3I7"^^xsd:anyURI ]
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>SequoiaProjectHealthcareDirectory</h2><div><p>Sequoia Project FHIR Provider Directory</p>\n</div><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td><div><p>Sequoia Project FHIR Provider Directory</p>\n</div></td></tr><tr><td>Transaction</td><td></td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td>y</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><th><b title=\"DELETE a resource (delete interaction)\">Delete</b></th></tr><tr><td>Organization</td><td><a href=\"https://sequoiaproject.org/fhir/sphd/StructureDefinition/SequoiaOrganization\">https://sequoiaproject.org/fhir/sphd/StructureDefinition/SequoiaOrganization</a></td><td>y</td><td></td><td>y</td><td>y</td><td>y</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://sequoiaproject.org/fhir/sphd/CapabilityStatement/directory-capability-statement"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.0.10"] ; # 
  fhir:name [ fhir:v "SequoiaProjectHealthcareDirectory"] ; # 
  fhir:title [ fhir:v "Sequoia Project Healthcare Directory"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2021-10-20"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "The Sequoia Project"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "The Sequoia Project" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://sequoiaproject.org/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Sequoia Project FHIR Provider Directory"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ]     ] ) ;
fhir:text [ fhir:v "United States of America" ]
  ] ) ; # 
  fhir:copyright [ fhir:v "Copyright© 2020 The Sequoia Project. All rights reserved. "] ; # 
  fhir:kind [ fhir:v "capability"] ; # 
  fhir:software [
fhir:name [ fhir:v "FHIR Provider Dir" ] ;
fhir:version [ fhir:v "1" ] ;
fhir:releaseDate [ fhir:v "2016-09-09"^^xsd:date ]
  ] ; # 
  fhir:fhirVersion [ fhir:v "4.0.0"] ; # 
  fhir:format ( [ fhir:v "xml"] [ fhir:v "json"] ) ; # 
  fhir:implementationGuide ( [
fhir:v "http://sequoiaproject.org/ig01"^^xsd:anyURI ;
fhir:link <http://sequoiaproject.org/ig01>
  ] ) ; # 
  fhir:rest ( [
fhir:mode [ fhir:v "server" ] ;
fhir:documentation [ fhir:v "Sequoia Project FHIR Provider Directory" ] ;
fhir:security [
fhir:cors [ fhir:v "false"^^xsd:boolean ] ;
      ( fhir:service [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/restful-security-service"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Basic" ]         ] )       ] ) ;
fhir:description [ fhir:v "plain text draft version for testing" ]     ] ;
    ( fhir:resource [
fhir:type [ fhir:v "Organization" ] ;
fhir:profile [
fhir:v "https://sequoiaproject.org/fhir/sphd/StructureDefinition/SequoiaOrganization"^^xsd:anyURI ;
fhir:link <https://sequoiaproject.org/fhir/sphd/StructureDefinition/SequoiaOrganization>       ] ;
      ( fhir:interaction [
fhir:code [ fhir:v "read" ] ;
fhir:documentation [ fhir:v "Some operations require permission" ]       ] [
fhir:code [ fhir:v "create" ] ;
fhir:documentation [ fhir:v "Some operations require permission" ]       ] [
fhir:code [ fhir:v "update" ] ;
fhir:documentation [ fhir:v "Some operations require permission" ]       ] [
fhir:code [ fhir:v "delete" ] ;
fhir:documentation [ fhir:v "Some operations require permission" ]       ] ) ;
fhir:versioning [ fhir:v "no-version" ] ;
fhir:readHistory [ fhir:v "false"^^xsd:boolean ] ;
fhir:updateCreate [ fhir:v "false"^^xsd:boolean ] ;
fhir:conditionalCreate [ fhir:v "false"^^xsd:boolean ] ;
fhir:conditionalUpdate [ fhir:v "false"^^xsd:boolean ] ;
fhir:conditionalDelete [ fhir:v "not-supported" ] ;
      ( fhir:searchParam [
fhir:name [ fhir:v "_id" ] ;
fhir:type [ fhir:v "number" ] ;
fhir:documentation [ fhir:v "Search with the id of organization" ]       ] [
fhir:name [ fhir:v "_name" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Search with the name of organization" ]       ] [
fhir:name [ fhir:v "_lastUpdated" ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Search with the lastUpdated of organization" ]       ] [
fhir:name [ fhir:v "_zip" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Search with the zip of organization" ]       ] [
fhir:name [ fhir:v "_city" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Search with the city of organization" ]       ] [
fhir:name [ fhir:v "_state" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Search with the state of organization" ]       ] [
fhir:name [ fhir:v "_radius" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Search with the radius of organization" ]       ] [
fhir:name [ fhir:v "_active" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Search with the active of organization" ]       ] )     ] ) ;
    ( fhir:interaction [
fhir:code [ fhir:v "search-system" ] ;
fhir:documentation [ fhir:v "You can search organizations with several fields and also with their combination" ]     ] )
  ] ) . #