TerminologyThis is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
| Responsible Owner: FHIR Infrastructure Work Group | Standards Status: Informative |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Definition for Code SystemCapabilityStatementKind
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/capability-statement-kind> a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "capability-statement-kind"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2025-11-02T22:50:40.172+11:00"^^xsd:dateTime ] ;
fhir:profile ( [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>
] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n \n \n \n <p>This code system http://hl7.org/fhir/capability-statement-kind defines the following codes:</p>\n \n \n \n <table class=\"codes\">\n \n \n \n <tr>\n \n \n \n <td style=\"white-space:nowrap\">\n \n \n \n <b>Code</b>\n \n \n \n </td>\n \n \n \n <td>\n \n \n \n <b>Display</b>\n \n \n \n </td>\n \n \n \n <td>\n \n \n \n <b>Definition</b>\n \n \n \n </td>\n \n \n \n <td>\n \n \n \n <b>Comments</b>\n \n \n \n </td>\n \n \n \n </tr>\n \n \n \n <tr>\n \n \n \n <td style=\"white-space:nowrap\">instance\n \n \n \n <a name=\"capability-statement-kind-instance\"> </a>\n \n \n \n </td>\n \n \n \n <td>Instance</td>\n \n \n \n <td>The CapabilityStatement instance represents the present capabilities of a specific system instance. This is the kind returned by /metadata for a FHIR server end-point.</td>\n \n \n \n <td/>\n \n \n \n </tr>\n \n \n \n <tr>\n \n \n \n <td style=\"white-space:nowrap\">capability\n \n \n \n <a name=\"capability-statement-kind-capability\"> </a>\n \n \n \n </td>\n \n \n \n <td>Capability</td>\n \n \n \n <td>The CapabilityStatement instance represents the capabilities of a system or piece of software, independent of a particular installation.</td>\n \n \n \n <td>Elements marked as 'optional' represent configurable capabilities</td>\n \n \n \n </tr>\n \n \n \n <tr>\n \n \n \n <td style=\"white-space:nowrap\">requirements\n \n \n \n <a name=\"capability-statement-kind-requirements\"> </a>\n \n \n \n </td>\n \n \n \n <td>Requirements</td>\n \n \n \n <td>The CapabilityStatement instance represents a set of requirements for other systems to meet; e.g. as part of an implementation guide or 'request for proposal'.</td>\n \n \n \n <td/>\n \n \n \n </tr>\n \n \n \n </table>\n \n \n \n </div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
] ;
fhir:value [
a fhir:Code ;
fhir:v "fhir"
]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status>
] ;
fhir:value [
a fhir:Code ;
fhir:v "normative"
]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version>
] ;
fhir:value [
a fhir:Code ;
fhir:v "4.0.0"
]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm>
] ;
fhir:value [
a fhir:Integer ;
fhir:v 5
]
] ) ; #
fhir:url [
fhir:v "http://hl7.org/fhir/capability-statement-kind"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/capability-statement-kind>
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
fhir:l <urn:ietf:rfc:3986>
] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.199" ]
] [
fhir:use [ fhir:v "old" ] ;
fhir:system [
fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
fhir:l <urn:ietf:rfc:3986>
] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.1.189" ]
] ) ; #
fhir:version [ fhir:v "6.0.0-ballot3"] ; #
fhir:name [ fhir:v "CapabilityStatementKind"] ; #
fhir:title [ fhir:v "Capability Statement Kind"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2021-01-05T10:01:24+11:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; #
fhir:contact ( [
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/fhir" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fhir@lists.hl7.org" ]
] )
] ) ; #
fhir:description [ fhir:v "How a capability statement is intended to be used."] ; #
fhir:jurisdiction ( [
fhir:coding ( [
fhir:system [
fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]
] )
] ) ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/capability-statement-kind"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/ValueSet/capability-statement-kind>
] ; #
fhir:hierarchyMeaning [] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "instance" ] ;
fhir:display [ fhir:v "Instance" ] ;
fhir:definition [ fhir:v "The CapabilityStatement instance represents the present capabilities of a specific system instance. This is the kind returned by /metadata for a FHIR server end-point." ]
] [
fhir:code [ fhir:v "capability" ] ;
fhir:display [ fhir:v "Capability" ] ;
fhir:definition [ fhir:v "The CapabilityStatement instance represents the capabilities of a system or piece of software, independent of a particular installation." ] ;
fhir:property ( [
fhir:code [ fhir:v "comments" ] ;
fhir:value [
a fhir:String ;
fhir:v "Elements marked as 'optional' represent configurable capabilities"
]
] )
] [
fhir:code [ fhir:v "requirements" ] ;
fhir:display [ fhir:v "Requirements" ] ;
fhir:definition [ fhir:v "The CapabilityStatement instance represents a set of requirements for other systems to meet; e.g. as part of an implementation guide or 'request for proposal'." ]
] ) . #
# -------------------------------------------------------------------------------------
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.
FHIR ®© HL7.org 2011+. FHIR R6 hl7.fhir.core#6.0.0-ballot3 generated on Sun, Nov 2, 2025 11:52+0000.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R5 |
|
Propose a change