Release 4 5

This page is part of the FHIR Specification (v4.0.1: R4 (v5.0.0: R5 - Mixed Normative and STU ) ). This is the current published version in it's permanent home (it will always be available at this URL). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

Capabilitystatement-base2.ttl

Example CapabilityStatement/base2 (Turtle)

FHIR Infrastructure Work Group Maturity Level : N/A Standards Status : Informative

Raw Turtle (+ also see Turtle/RDF Format Specification )

Base Capability Statement

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# - resource -------------------------------------------------------------------

[] a fhir:CapabilityStatement;
  fhir:Resource.id [ fhir:value "base2"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:CapabilityStatement.url [ fhir:value "http://hl7.org/fhir/CapabilityStatement/base2"];
  fhir:CapabilityStatement.version [ fhir:value "4.0.1"];
  fhir:CapabilityStatement.name [ fhir:value "Base FHIR Capability Statement (Empty)"];
  fhir:CapabilityStatement.status [ fhir:value "draft"];
  fhir:CapabilityStatement.experimental [ fhir:value "true"];
  fhir:CapabilityStatement.date [ fhir:value "2019-11-01T09:29:23+11:00"];
  fhir:CapabilityStatement.publisher [ fhir:value "FHIR Project Team"];
  fhir:CapabilityStatement.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ]
  ];
  fhir:CapabilityStatement.description [ fhir:value "This is the base Capability Statement for FHIR. It represents a server that provides the none of the functionality defined by FHIR. It is provided to use as a template for system designers to build their own Capability Statements from. A capability statement has to contain something, so this contains a read of a Capability Statement"];
  fhir:CapabilityStatement.kind [ fhir:value "capability"];
  fhir:CapabilityStatement.software [
     fhir:CapabilityStatement.name [ fhir:value "Insert your software name here..." ]
  ];
  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.mode [ fhir:value "server" ];
     fhir:CapabilityStatement.documentation [ fhir:value "An empty Capability Statement" ];
     fhir:CapabilityStatement.security [
       fhir:CapabilityStatement.cors [ fhir:value "true" ];
       fhir:CapabilityStatement.service [
         fhir:index 0;
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/restful-security-service" ];
           fhir:Coding.code [ fhir:value "SMART-on-FHIR" ];
           fhir:Coding.display [ fhir:value "SMART-on-FHIR" ]
         ];
         fhir:CodeableConcept.text [ fhir:value "See http://docs.smarthealthit.org/" ]
       ];
       fhir:CapabilityStatement.description [ fhir:value "This is the Capability Statement to declare that the server supports SMART-on-FHIR. See the SMART-on-FHIR docs for the extension that would go with such a server" ]
     ];
     fhir:CapabilityStatement.resource [
       fhir:index 0;
       fhir:CapabilityStatement.type [ fhir:value "CapabilityStatement" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Read CapabilityStatement Resource" ]
       ]

[] a fhir:CapabilityStatement ;
  fhir:id [ fhir:v "base2"] ;
  fhir:text [
     fhir:status [ fhir:v "extensions" ]
  ] ;
  fhir:url [ fhir:v "http://hl7.org/fhir/CapabilityStatement/base2"], [ fhir:v "http://hl7.org/fhir/CapabilityStatement/base2"] ;
  fhir:version [ fhir:v "5.0.0"], [ fhir:v "5.0.0"] ;
  fhir:name [ fhir:v "Base FHIR Capability Statement (Empty)"], [ fhir:v "Base FHIR Capability Statement (Empty)"] ;
  fhir:status [ fhir:v "draft"], [ fhir:v "draft"] ;
  fhir:experimental [ fhir:v "true"], [ fhir:v "true"] ;
  fhir:date [ fhir:v "2023-03-26T15:21:02+11:00"], [ fhir:v "2023-03-26T15:21:02+11:00"] ;
  fhir:publisher [ fhir:v "FHIR Project Team"], [ fhir:v "FHIR Project Team"] ;
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] ) ;
  fhir:description [ fhir:v "This is the base Capability Statement for FHIR. It represents a server that provides the none of the functionality defined by FHIR. It is provided to use as a template for system designers to build their own Capability Statements from. A capability statement has to contain something, so this contains a read of a Capability Statement"], [ fhir:v "This is the base Capability Statement for FHIR. It represents a server that provides the none of the functionality defined by FHIR. It is provided to use as a template for system designers to build their own Capability Statements from. A capability statement has to contain something, so this contains a read of a Capability Statement"] ;
  fhir:kind [ fhir:v "capability"] ;
  fhir:software [
     fhir:name [ fhir:v "Insert your software name here..." ]
  ] ;
  fhir:fhirVersion [ fhir:v "5.0.0"] ;
  fhir:format ( [ fhir:v "xml"] [ fhir:v "json"] ) ;
  fhir:rest ( [
     fhir:mode [ fhir:v "server" ] ;
     fhir:documentation [ fhir:v "An empty Capability Statement" ] ;
     fhir:security [
       fhir:cors [ fhir:v "true" ] ;
       fhir:service ( [
         fhir:coding ( [
           fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/restful-security-service" ] ;
           fhir:code [ fhir:v "SMART-on-FHIR" ] ;
           fhir:display [ fhir:v "SMART-on-FHIR" ]
         ] ) ;
         fhir:text [ fhir:v "See http://docs.smarthealthit.org/" ]
       ] ) ;
       fhir:description [ fhir:v "This is the Capability Statement to declare that the server supports SMART-on-FHIR. See the SMART-on-FHIR docs for the extension that would go with such a server" ]

     ]
  ] .

  ] ) .


# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.