FHIR Release 3 (STU) 5 Ballot

This page is part of the FHIR Specification (v3.0.2: STU (v5.0.0-ballot: R5 Ballot - see ballot notes 3). ). 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 R2

Using Codes Code Systems Value Sets Concept Maps Identifier Systems 4.2.13.393 HL7 Version 2 Table 0393

Example CapabilityStatement/base2 (Turtle)

External Code System URL: http://hl7.org/fhir/v2/0393 Value Set URL: http://hl7.org/fhir/ValueSet/v2-0393
Vocabulary FHIR Infrastructure Work Group   Maturity Level : N/A Use Context Standards Status : Any This is a table defined as part of HL7 v2 . Related FHIR content: v2 Match Algorithms . Summary Name: Informative v2 Match Algorithms Definition: FHIR Value set/code system definition for HL7 v2 table 0393 ( Match Algorithms)
OID:

Match Algorithms Code Description Nederlands (Dutch) Comment Version LINKSOFT_2.01 Raw Turtle Proprietary algorithm for LinkSoft v2.01 Propriëtair algoritme voor LinkSoft v2.01 added v2.4 MATCHWARE_1.2 (+ also see Turtle/RDF Format Specification Proprietary algorithm for MatchWare v1.2 Propriëtair algoritme voor MatchWare v1.2 added v2.4 )

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 "extensions" ]
  ];
  fhir:CanonicalResource.url [ fhir:value "http://hl7.org/fhir/CapabilityStatement/base2"];
  fhir:CanonicalResource.version [ fhir:value "5.0.0-ballot"];
  fhir:CanonicalResource.name [ fhir:value "Base FHIR Capability Statement (Empty)"];
  fhir:CanonicalResource.status [ fhir:value "draft"];
  fhir:CanonicalResource.experimental [ fhir:value "true"];
  fhir:CanonicalResource.date [ fhir:value "2022-09-10T04:52:37+10:00"];
  fhir:CanonicalResource.publisher [ fhir:value "FHIR Project Team"];
  fhir:CanonicalResource.contact [
     fhir:ContactDetail.telecom [
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ]
  ];
  fhir:CanonicalResource.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.url [ fhir:value "http://hl7.org/fhir/CapabilityStatement/base2"];
  fhir:CapabilityStatement.version [ fhir:value "5.0.0-ballot"];
  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 "2022-09-10T04:52:37+10:00"];
  fhir:CapabilityStatement.publisher [ fhir:value "FHIR Project Team"];
  fhir:CapabilityStatement.contact [
     fhir:ContactDetail.telecom [
       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:CapabilityStatementSoftwareComponent.name [ fhir:value "Insert your software name here..." ]
  ];
  fhir:CapabilityStatement.fhirVersion [ fhir:value "5.0.0-ballot"];
  fhir:CapabilityStatement.format [ fhir:value "xml"], [ fhir:value "json"];
  fhir:CapabilityStatement.rest [
     fhir:CapabilityStatementRestComponent.mode [ fhir:value "server" ];
     fhir:CapabilityStatementRestComponent.documentation [ fhir:value "An empty Capability Statement" ];
     fhir:CapabilityStatementRestComponent.security [
       fhir:CapabilityStatementRestSecurityComponent.cors [ fhir:value "true" ];
       fhir:CapabilityStatementRestSecurityComponent.service [
         fhir:CodeableConcept.coding [
           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:CapabilityStatementRestSecurityComponent.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" ]
     ]
  ] .

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


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.