Extensions for Using Data Elements from FHIR R5 in FHIR STU3 - Downloaded Version null See the Directory of published versions
| Official URL: http://hl7.org/fhir/5.0/StructureDefinition/profile-CapabilityStatement | Version: 0.1.0 | |||
| Standards status: Trial-use | Maturity Level: 0 | Computable Name: Profile_R5_CapabilityStatement_R3 | ||
This cross-version profile allows R5 CapabilityStatement content to be represented via FHIR STU3 CapabilityStatement resources.
Usages:
You can also check for usages in the FHIR IG Statistics
Description of Profiles, Differentials, Snapshots and how the different presentations work.
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
C | 1..1 | CapabilityStatement | A statement of system capabilities Constraints: cpb-8, cpb-7, cpb-15, cpb-3, cpb-14, cpb-2, cpb-1 |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
0..* | Identifier | R5: Additional identifier for the CapabilityStatement (business identifier) (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.identifier | |
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm]] | R5: How to compare versions (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm | |
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-copyrightLabel]] | R5: Copyright holder and year(s) (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-copyrightLabel | |
![]() ![]() ![]() |
0..* | uri | R5: Canonical URL of another capability statement this adds to (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.imports | |
![]() ![]() ![]() |
0..* | code | R5: Languages supported (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.acceptLanguage | |
![]() ![]() ![]() |
0..* | uri | R5: Use-case specific profiles additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.rest.resource.supportedProfile | |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() |
?!Σ | 1..1 | code | draft | active | retired | unknown Binding: PublicationStatus (required): The lifecycle status of a Value Set or Concept Map. |
![]() ![]() |
?!Σ | 0..1 | boolean | For testing purposes, not real usage |
![]() ![]() |
Σ | 1..1 | dateTime | Date this was last changed |
![]() ![]() |
Σ | 1..1 | code | instance | capability | requirements Binding: CapabilityStatementKind (required): How a capability statement is intended to be used. |
![]() ![]() |
Σ | 1..1 | id | FHIR Version the system uses |
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() |
0..1 | code | R5: FHIR Version the system supports additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.fhirVersion Binding: R5FHIRVersionForR3 (0.1.0) (required): All published FHIR Versions. | |
![]() ![]() |
Σ | 1..1 | code | no | extensions | elements | both Binding: UnknownContentCode (required): A code that indicates whether an application accepts unknown elements or extensions when reading resources. |
![]() ![]() |
Σ | 1..* | code | formats supported (xml | json | ttl | mime type) Binding: (required): The mime type of an attachment. Any valid mime type is allowed. |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| CapabilityStatement.status | Base | required | PublicationStatus | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.kind | Base | required | CapabilityStatementKind | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.acceptUnknown | Base | required | UnknownContentCode | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.format | Base | required | null (missing link) | 📦 | unknown? |
| Id | Grade | Path(s) | Description | Expression |
| cpb-1 | error | CapabilityStatement | A Capability Statement SHALL have at least one of REST, messaging or document element. |
rest.exists() or messaging.exists() or document.exists()
|
| cpb-2 | error | CapabilityStatement | A Capability Statement SHALL have at least one of description, software, or implementation element. |
(description.count() + software.count() + implementation.count()) > 0
|
| cpb-3 | error | CapabilityStatement | Messaging end-point is required (and is only permitted) when a statement is for an implementation. |
messaging.endpoint.empty() or kind = 'instance'
|
| cpb-7 | error | CapabilityStatement | The set of documents must be unique by the combination of profile and mode. |
document.select(profile.reference&mode).isDistinct()
|
| cpb-8 | error | CapabilityStatement | There can only be one REST declaration per mode. |
rest.select(mode).isDistinct()
|
| cpb-14 | error | CapabilityStatement | Capability Statements of kind 'requirements' do not have software or implementation elements. |
(software.empty() and implementation.empty()) or kind != 'requirements'
|
| cpb-15 | error | CapabilityStatement | Capability Statements of kind 'instance' do not have implementation elements. |
implementation.empty() or kind != 'capability'
|
| dom-1 | error | CapabilityStatement | If the resource is contained in another resource, it SHALL NOT contain any narrative |
contained.text.empty()
|
| dom-2 | error | CapabilityStatement | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | CapabilityStatement | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource |
contained.where(('#'+id in %resource.descendants().reference).not()).empty()
|
| dom-4 | error | CapabilityStatement | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated |
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() | (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
This structure is derived from CapabilityStatement
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
C | 1..1 | CapabilityStatement | A statement of system capabilities Constraints: cpb-8, cpb-7, cpb-15, cpb-3, cpb-14, cpb-2, cpb-1 | ||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: Common Languages (extensible): A human language.
| |||||
![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
0..* | Identifier | R5: Additional identifier for the CapabilityStatement (business identifier) (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.identifier | |||||
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm]] | R5: How to compare versions (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm | |||||
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-copyrightLabel]] | R5: Copyright holder and year(s) (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-copyrightLabel | |||||
![]() ![]() ![]() |
0..* | uri | R5: Canonical URL of another capability statement this adds to (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.imports | |||||
![]() ![]() ![]() |
0..* | code | R5: Languages supported (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.acceptLanguage | |||||
![]() ![]() ![]() |
0..* | uri | R5: Use-case specific profiles additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.rest.resource.supportedProfile | |||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() |
Σ | 0..1 | uri | Logical URI to reference this capability statement (globally unique) | ||||
![]() ![]() |
Σ | 0..1 | string | Business version of the capability statement | ||||
![]() ![]() |
Σ | 0..1 | string | Name for this capability statement (computer friendly) | ||||
![]() ![]() |
Σ | 0..1 | string | Name for this capability statement (human friendly) | ||||
![]() ![]() |
?!Σ | 1..1 | code | draft | active | retired | unknown Binding: PublicationStatus (required): The lifecycle status of a Value Set or Concept Map. | ||||
![]() ![]() |
?!Σ | 0..1 | boolean | For testing purposes, not real usage | ||||
![]() ![]() |
Σ | 1..1 | dateTime | Date this was last changed | ||||
![]() ![]() |
Σ | 0..1 | string | Name of the publisher (organization or individual) | ||||
![]() ![]() |
Σ | 0..* | ContactDetail | Contact details for the publisher | ||||
![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
0..* | (Complex) | R5: contact additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.contact | |||||
![]() ![]() ![]() |
Σ | 0..1 | string | Name of an individual to contact | ||||
![]() ![]() ![]() |
Σ | 0..* | ContactPoint | Contact details for individual or organization | ||||
![]() ![]() |
C | 0..1 | markdown | Natural language description of the capability statement | ||||
![]() ![]() |
Σ | 0..* | UsageContext | Context the content is intended to support | ||||
![]() ![]() |
Σ | 0..* | CodeableConcept | Intended jurisdiction for capability statement (if applicable) Binding: Jurisdiction ValueSet (extensible): Countries and regions within which this artifact is targeted for use | ||||
![]() ![]() |
0..1 | markdown | Why this capability statement is defined | |||||
![]() ![]() |
0..1 | markdown | Use and/or publishing restrictions | |||||
![]() ![]() |
Σ | 1..1 | code | instance | capability | requirements Binding: CapabilityStatementKind (required): How a capability statement is intended to be used. | ||||
![]() ![]() |
Σ | 0..* | uri | Canonical URL of another capability statement this implements | ||||
![]() ![]() |
ΣC | 0..1 | BackboneElement | Software that is covered by this capability statement | ||||
![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() |
0..* | Extension | Additional Content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() |
Σ | 1..1 | string | A name the software is known by | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Version covered by this statement | ||||
![]() ![]() ![]() |
Σ | 0..1 | dateTime | Date this version released | ||||
![]() ![]() |
ΣC | 0..1 | BackboneElement | If this describes a specific instance | ||||
![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
0..1 | Reference(Cross-version Profile for R5.Organization for use in FHIR STU3(0.1.0) | Organization) | R5: Organization that manages the data (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.implementation.custodian | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() |
Σ | 1..1 | string | Describes this specific instance | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Base URL for the installation | ||||
![]() ![]() |
Σ | 1..1 | id | FHIR Version the system uses | ||||
![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
0..1 | code | R5: FHIR Version the system supports additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.fhirVersion Binding: R5FHIRVersionForR3 (0.1.0) (required): All published FHIR Versions. | |||||
![]() ![]() ![]() |
0..1 | string | Primitive value for id | |||||
![]() ![]() |
Σ | 1..1 | code | no | extensions | elements | both Binding: UnknownContentCode (required): A code that indicates whether an application accepts unknown elements or extensions when reading resources. | ||||
![]() ![]() |
Σ | 1..* | code | formats supported (xml | json | ttl | mime type) Binding: (required): The mime type of an attachment. Any valid mime type is allowed. | ||||
![]() ![]() |
Σ | 0..* | code | Patch formats supported Binding: (required): The mime type of an attachment. Any valid mime type is allowed. | ||||
![]() ![]() |
Σ | 0..* | uri | Implementation guides supported | ||||
![]() ![]() |
Σ | 0..* | Reference(StructureDefinition) | Profiles for use cases supported | ||||
![]() ![]() |
ΣC | 0..* | BackboneElement | If the endpoint is a RESTful one Constraints: cpb-9 | ||||
![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() |
0..* | Extension | Additional Content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() |
Σ | 1..1 | code | client | server Binding: RestfulCapabilityMode (required): The mode of a RESTful capability statement. | ||||
![]() ![]() ![]() |
0..1 | string | General description of implementation | |||||
![]() ![]() ![]() |
Σ | 0..1 | BackboneElement | Information about security of implementation | ||||
![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional Content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | Adds CORS Headers (http://enable-cors.org/) | ||||
![]() ![]() ![]() ![]() |
Σ | 0..* | CodeableConcept | OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates Binding: RestfulSecurityService (extensible): Types of security services used with FHIR. | ||||
![]() ![]() ![]() ![]() |
0..1 | string | General description of how security works | |||||
![]() ![]() ![]() ![]() |
0..* | BackboneElement | Certificates associated with security profiles | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional Content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | code | Mime type for certificates Binding: (required): The mime type of an attachment. Any valid mime type is allowed. | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | base64Binary | Actual certificate | |||||
![]() ![]() ![]() |
ΣC | 0..* | BackboneElement | Resource served on the REST interface Constraints: cpb-12 | ||||
![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | R5: If allows/uses conditional patch (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.rest.resource.conditionalPatch | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | code | A resource type that is supported Binding: ResourceType (required): One of the resource types defined as part of FHIR. | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | code | R5: type additional codes URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.rest.resource.type Binding: R5ResourceTypesForR3 (0.1.0) (required): One of the resource types defined as part of this version of FHIR. | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | code | Primitive value for code | |||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(StructureDefinition) | Base System profile for all uses of resource | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | uri | R5: System-wide profile additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.rest.resource.profile | |||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() ![]() ![]() |
0..1 | markdown | Additional information about the use of the resource type | |||||
![]() ![]() ![]() ![]() |
1..* | BackboneElement | What operations are supported? | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional Content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() ![]() ![]() |
1..1 | code | read | vread | update | patch | delete | history-instance | history-type | create | search-type Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level. | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Anything special about operation behavior | |||||
![]() ![]() ![]() ![]() |
0..1 | code | no-version | versioned | versioned-update Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource. | |||||
![]() ![]() ![]() ![]() |
0..1 | boolean | Whether vRead can return past versions | |||||
![]() ![]() ![]() ![]() |
0..1 | boolean | If update can commit to a new identity | |||||
![]() ![]() ![]() ![]() |
0..1 | boolean | If allows/uses conditional create | |||||
![]() ![]() ![]() ![]() |
0..1 | code | not-supported | modified-since | not-match | full-support Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read. | |||||
![]() ![]() ![]() ![]() |
0..1 | boolean | If allows/uses conditional update | |||||
![]() ![]() ![]() ![]() |
0..1 | code | not-supported | single | multiple - how conditional delete is supported Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete. | |||||
![]() ![]() ![]() ![]() |
0..* | code | literal | logical | resolves | enforced | local Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported. | |||||
![]() ![]() ![]() ![]() |
0..* | string | _include values supported by the server | |||||
![]() ![]() ![]() ![]() |
0..* | string | _revinclude values supported by the server | |||||
![]() ![]() ![]() ![]() |
0..* | BackboneElement | Search parameters supported by implementation | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional Content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() ![]() ![]() |
1..1 | string | Name of search parameter | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | uri | Source of definition for parameter | |||||
![]() ![]() ![]() ![]() ![]() |
1..1 | code | number | date | string | token | reference | composite | quantity | uri Binding: SearchParamType (required): Data types allowed to be used for search parameters. | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | code | R5: number | date | string | token | reference | composite | quantity | uri | special URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.rest.resource.searchParam.type Binding: SearchParamType (required): Data types allowed to be used for search parameters. | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | code | Primitive value for code | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Server-specific usage | |||||
![]() ![]() ![]() |
0..* | BackboneElement | What operations are supported? | |||||
![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional Content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() ![]() |
1..1 | code | transaction | batch | search-system | history-system Binding: SystemRestfulInteraction (required): Operations supported by REST at the system level. | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Anything special about operation behavior | |||||
![]() ![]() ![]() |
0..* | See searchParam (CapabilityStatement) | Search parameters for searching all resources | |||||
![]() ![]() ![]() |
Σ | 0..* | BackboneElement | Definition of an operation or a custom query | ||||
![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | markdown | R5: Specific details about operation behavior (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.rest.resource.operation.documentation | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() ![]() |
1..1 | string | Name by which the operation/query is invoked | |||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | Reference(OperationDefinition) | The defined operation/query | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | R5: definition additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.rest.resource.operation.definition | |||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() ![]() |
0..* | uri | Compartments served/used by system | |||||
![]() ![]() |
ΣC | 0..* | BackboneElement | If messaging is supported Constraints: cpb-16 | ||||
![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() |
0..* | Extension | Additional Content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() |
0..* | BackboneElement | Where messages should be sent | |||||
![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional Content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() ![]() |
1..1 | Coding | http | ftp | mllp + Binding: MessageTransport (extensible): The protocol used for message transport. | |||||
![]() ![]() ![]() ![]() |
1..1 | uri | Network address or identifier of the end-point | |||||
![]() ![]() ![]() |
0..1 | unsignedInt | Reliable Message Cache Length (min) | |||||
![]() ![]() ![]() |
0..1 | string | Messaging interface behavior details | |||||
![]() ![]() ![]() |
Σ | 0..* | BackboneElement | Messages supported by this system | ||||
![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional Content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | code | sender | receiver Binding: EventCapabilityMode (required): The mode of a message capability statement. | ||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | Reference(MessageDefinition) | Message supported by this system | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | R5: definition additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.messaging.supportedMessage.definition | |||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() ![]() |
Σ | 0..* | BackboneElement | Declare support for this event | ||||
![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional Content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | Coding | Event type Binding: MessageEvent (example): One of the message events defined as part of FHIR. | ||||
![]() ![]() ![]() ![]() |
0..1 | code | Consequence | Currency | Notification Binding: MessageSignificanceCategory (required): The impact of the content of a message. | |||||
![]() ![]() ![]() ![]() |
1..1 | code | sender | receiver Binding: EventCapabilityMode (required): The mode of a message capability statement. | |||||
![]() ![]() ![]() ![]() |
1..1 | code | Resource that's focus of message Binding: ResourceType (required): One of the resource types defined as part of FHIR. | |||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | Reference(StructureDefinition) | Profile that describes the request | ||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | Reference(StructureDefinition) | Profile that describes the response | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Endpoint-specific event documentation | |||||
![]() ![]() |
ΣC | 0..* | BackboneElement | Document definition | ||||
![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() |
0..* | Extension | Additional Content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() |
1..1 | code | producer | consumer Binding: DocumentMode (required): Whether the application produces or consumes documents. | |||||
![]() ![]() ![]() |
0..1 | string | Description of document support | |||||
![]() ![]() ![]() |
Σ | 1..1 | Reference(StructureDefinition) | Constraint on a resource used in the document | ||||
![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
1..1 | uri | R5: Constraint on the resources used in the document additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.document.profile | |||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Text alternative for the resource | ||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| CapabilityStatement.language | Base | extensible |
Common Languages
|
📍3.0.2 | tx.fhir.org |
| CapabilityStatement.status | Base | required | PublicationStatus | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.jurisdiction | Base | extensible | Jurisdiction ValueSet | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.kind | Base | required | CapabilityStatementKind | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.acceptUnknown | Base | required | UnknownContentCode | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.format | Base | required | null (missing link) | 📦 | unknown? |
| CapabilityStatement.patchFormat | Base | required | null (missing link) | 📦 | unknown? |
| CapabilityStatement.rest.mode | Base | required | RestfulCapabilityMode | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.rest.security.service | Base | extensible | RestfulSecurityService | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.rest.security.certificate.type | Base | required | null (missing link) | 📦 | unknown? |
| CapabilityStatement.rest.resource.type | Base | required |
ResourceType
|
📍3.0.2 | tx.fhir.org |
| CapabilityStatement.rest.resource.interaction.code | Base | required | TypeRestfulInteraction | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.rest.resource.versioning | Base | required | ResourceVersionPolicy | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.rest.resource.conditionalRead | Base | required | ConditionalReadStatus | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.rest.resource.conditionalDelete | Base | required | ConditionalDeleteStatus | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.rest.resource.referencePolicy | Base | required | ReferenceHandlingPolicy | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.rest.resource.searchParam.type | Base | required | SearchParamType | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.rest.interaction.code | Base | required | SystemRestfulInteraction | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.messaging.endpoint.protocol | Base | extensible | MessageTransport | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.messaging.supportedMessage.mode | Base | required | EventCapabilityMode | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.messaging.event.code | Base | example | MessageEvent | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.messaging.event.category | Base | required | MessageSignificanceCategory | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.messaging.event.mode | Base | required | EventCapabilityMode | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.messaging.event.focus | Base | required |
ResourceType
|
📍3.0.2 | tx.fhir.org |
| CapabilityStatement.document.mode | Base | required | DocumentMode | 📍3.0.2 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| cpb-1 | error | CapabilityStatement | A Capability Statement SHALL have at least one of REST, messaging or document element. |
rest.exists() or messaging.exists() or document.exists()
|
| cpb-2 | error | CapabilityStatement | A Capability Statement SHALL have at least one of description, software, or implementation element. |
(description.count() + software.count() + implementation.count()) > 0
|
| cpb-3 | error | CapabilityStatement | Messaging end-point is required (and is only permitted) when a statement is for an implementation. |
messaging.endpoint.empty() or kind = 'instance'
|
| cpb-7 | error | CapabilityStatement | The set of documents must be unique by the combination of profile and mode. |
document.select(profile.reference&mode).isDistinct()
|
| cpb-8 | error | CapabilityStatement | There can only be one REST declaration per mode. |
rest.select(mode).isDistinct()
|
| cpb-9 | error | CapabilityStatement.rest | A given resource can only be described once per RESTful mode. |
resource.select(type).isDistinct()
|
| cpb-12 | error | CapabilityStatement.rest.resource | Search parameter names must be unique in the context of a resource. |
searchParam.select(name).isDistinct()
|
| cpb-14 | error | CapabilityStatement | Capability Statements of kind 'requirements' do not have software or implementation elements. |
(software.empty() and implementation.empty()) or kind != 'requirements'
|
| cpb-15 | error | CapabilityStatement | Capability Statements of kind 'instance' do not have implementation elements. |
implementation.empty() or kind != 'capability'
|
| cpb-16 | error | CapabilityStatement.messaging | A Capability Statement messaging element SHALL have either supportedMessage or event element, but not both. |
supportedMessage.empty() != event.empty()
|
| dom-1 | error | CapabilityStatement | If the resource is contained in another resource, it SHALL NOT contain any narrative |
contained.text.empty()
|
| dom-2 | error | CapabilityStatement | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | CapabilityStatement | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource |
contained.where(('#'+id in %resource.descendants().reference).not()).empty()
|
| dom-4 | error | CapabilityStatement | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated |
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() | (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
This structure is derived from CapabilityStatement
Summary
Extensions
This structure refers to these extensions:
Maturity: 0
Key Elements View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
C | 1..1 | CapabilityStatement | A statement of system capabilities Constraints: cpb-8, cpb-7, cpb-15, cpb-3, cpb-14, cpb-2, cpb-1 |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
0..* | Identifier | R5: Additional identifier for the CapabilityStatement (business identifier) (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.identifier | |
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm]] | R5: How to compare versions (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm | |
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-copyrightLabel]] | R5: Copyright holder and year(s) (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-copyrightLabel | |
![]() ![]() ![]() |
0..* | uri | R5: Canonical URL of another capability statement this adds to (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.imports | |
![]() ![]() ![]() |
0..* | code | R5: Languages supported (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.acceptLanguage | |
![]() ![]() ![]() |
0..* | uri | R5: Use-case specific profiles additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.rest.resource.supportedProfile | |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() |
?!Σ | 1..1 | code | draft | active | retired | unknown Binding: PublicationStatus (required): The lifecycle status of a Value Set or Concept Map. |
![]() ![]() |
?!Σ | 0..1 | boolean | For testing purposes, not real usage |
![]() ![]() |
Σ | 1..1 | dateTime | Date this was last changed |
![]() ![]() |
Σ | 1..1 | code | instance | capability | requirements Binding: CapabilityStatementKind (required): How a capability statement is intended to be used. |
![]() ![]() |
Σ | 1..1 | id | FHIR Version the system uses |
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() |
0..1 | code | R5: FHIR Version the system supports additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.fhirVersion Binding: R5FHIRVersionForR3 (0.1.0) (required): All published FHIR Versions. | |
![]() ![]() |
Σ | 1..1 | code | no | extensions | elements | both Binding: UnknownContentCode (required): A code that indicates whether an application accepts unknown elements or extensions when reading resources. |
![]() ![]() |
Σ | 1..* | code | formats supported (xml | json | ttl | mime type) Binding: (required): The mime type of an attachment. Any valid mime type is allowed. |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| CapabilityStatement.status | Base | required | PublicationStatus | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.kind | Base | required | CapabilityStatementKind | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.acceptUnknown | Base | required | UnknownContentCode | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.format | Base | required | null (missing link) | 📦 | unknown? |
| Id | Grade | Path(s) | Description | Expression |
| cpb-1 | error | CapabilityStatement | A Capability Statement SHALL have at least one of REST, messaging or document element. |
rest.exists() or messaging.exists() or document.exists()
|
| cpb-2 | error | CapabilityStatement | A Capability Statement SHALL have at least one of description, software, or implementation element. |
(description.count() + software.count() + implementation.count()) > 0
|
| cpb-3 | error | CapabilityStatement | Messaging end-point is required (and is only permitted) when a statement is for an implementation. |
messaging.endpoint.empty() or kind = 'instance'
|
| cpb-7 | error | CapabilityStatement | The set of documents must be unique by the combination of profile and mode. |
document.select(profile.reference&mode).isDistinct()
|
| cpb-8 | error | CapabilityStatement | There can only be one REST declaration per mode. |
rest.select(mode).isDistinct()
|
| cpb-14 | error | CapabilityStatement | Capability Statements of kind 'requirements' do not have software or implementation elements. |
(software.empty() and implementation.empty()) or kind != 'requirements'
|
| cpb-15 | error | CapabilityStatement | Capability Statements of kind 'instance' do not have implementation elements. |
implementation.empty() or kind != 'capability'
|
| dom-1 | error | CapabilityStatement | If the resource is contained in another resource, it SHALL NOT contain any narrative |
contained.text.empty()
|
| dom-2 | error | CapabilityStatement | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | CapabilityStatement | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource |
contained.where(('#'+id in %resource.descendants().reference).not()).empty()
|
| dom-4 | error | CapabilityStatement | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated |
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() | (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
Differential View
This structure is derived from CapabilityStatement
Snapshot View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
C | 1..1 | CapabilityStatement | A statement of system capabilities Constraints: cpb-8, cpb-7, cpb-15, cpb-3, cpb-14, cpb-2, cpb-1 | ||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: Common Languages (extensible): A human language.
| |||||
![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
0..* | Identifier | R5: Additional identifier for the CapabilityStatement (business identifier) (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.identifier | |||||
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm]] | R5: How to compare versions (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm | |||||
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-copyrightLabel]] | R5: Copyright holder and year(s) (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-copyrightLabel | |||||
![]() ![]() ![]() |
0..* | uri | R5: Canonical URL of another capability statement this adds to (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.imports | |||||
![]() ![]() ![]() |
0..* | code | R5: Languages supported (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.acceptLanguage | |||||
![]() ![]() ![]() |
0..* | uri | R5: Use-case specific profiles additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.rest.resource.supportedProfile | |||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() |
Σ | 0..1 | uri | Logical URI to reference this capability statement (globally unique) | ||||
![]() ![]() |
Σ | 0..1 | string | Business version of the capability statement | ||||
![]() ![]() |
Σ | 0..1 | string | Name for this capability statement (computer friendly) | ||||
![]() ![]() |
Σ | 0..1 | string | Name for this capability statement (human friendly) | ||||
![]() ![]() |
?!Σ | 1..1 | code | draft | active | retired | unknown Binding: PublicationStatus (required): The lifecycle status of a Value Set or Concept Map. | ||||
![]() ![]() |
?!Σ | 0..1 | boolean | For testing purposes, not real usage | ||||
![]() ![]() |
Σ | 1..1 | dateTime | Date this was last changed | ||||
![]() ![]() |
Σ | 0..1 | string | Name of the publisher (organization or individual) | ||||
![]() ![]() |
Σ | 0..* | ContactDetail | Contact details for the publisher | ||||
![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
0..* | (Complex) | R5: contact additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.contact | |||||
![]() ![]() ![]() |
Σ | 0..1 | string | Name of an individual to contact | ||||
![]() ![]() ![]() |
Σ | 0..* | ContactPoint | Contact details for individual or organization | ||||
![]() ![]() |
C | 0..1 | markdown | Natural language description of the capability statement | ||||
![]() ![]() |
Σ | 0..* | UsageContext | Context the content is intended to support | ||||
![]() ![]() |
Σ | 0..* | CodeableConcept | Intended jurisdiction for capability statement (if applicable) Binding: Jurisdiction ValueSet (extensible): Countries and regions within which this artifact is targeted for use | ||||
![]() ![]() |
0..1 | markdown | Why this capability statement is defined | |||||
![]() ![]() |
0..1 | markdown | Use and/or publishing restrictions | |||||
![]() ![]() |
Σ | 1..1 | code | instance | capability | requirements Binding: CapabilityStatementKind (required): How a capability statement is intended to be used. | ||||
![]() ![]() |
Σ | 0..* | uri | Canonical URL of another capability statement this implements | ||||
![]() ![]() |
ΣC | 0..1 | BackboneElement | Software that is covered by this capability statement | ||||
![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() |
0..* | Extension | Additional Content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() |
Σ | 1..1 | string | A name the software is known by | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Version covered by this statement | ||||
![]() ![]() ![]() |
Σ | 0..1 | dateTime | Date this version released | ||||
![]() ![]() |
ΣC | 0..1 | BackboneElement | If this describes a specific instance | ||||
![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
0..1 | Reference(Cross-version Profile for R5.Organization for use in FHIR STU3(0.1.0) | Organization) | R5: Organization that manages the data (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.implementation.custodian | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() |
Σ | 1..1 | string | Describes this specific instance | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Base URL for the installation | ||||
![]() ![]() |
Σ | 1..1 | id | FHIR Version the system uses | ||||
![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
0..1 | code | R5: FHIR Version the system supports additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.fhirVersion Binding: R5FHIRVersionForR3 (0.1.0) (required): All published FHIR Versions. | |||||
![]() ![]() ![]() |
0..1 | string | Primitive value for id | |||||
![]() ![]() |
Σ | 1..1 | code | no | extensions | elements | both Binding: UnknownContentCode (required): A code that indicates whether an application accepts unknown elements or extensions when reading resources. | ||||
![]() ![]() |
Σ | 1..* | code | formats supported (xml | json | ttl | mime type) Binding: (required): The mime type of an attachment. Any valid mime type is allowed. | ||||
![]() ![]() |
Σ | 0..* | code | Patch formats supported Binding: (required): The mime type of an attachment. Any valid mime type is allowed. | ||||
![]() ![]() |
Σ | 0..* | uri | Implementation guides supported | ||||
![]() ![]() |
Σ | 0..* | Reference(StructureDefinition) | Profiles for use cases supported | ||||
![]() ![]() |
ΣC | 0..* | BackboneElement | If the endpoint is a RESTful one Constraints: cpb-9 | ||||
![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() |
0..* | Extension | Additional Content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() |
Σ | 1..1 | code | client | server Binding: RestfulCapabilityMode (required): The mode of a RESTful capability statement. | ||||
![]() ![]() ![]() |
0..1 | string | General description of implementation | |||||
![]() ![]() ![]() |
Σ | 0..1 | BackboneElement | Information about security of implementation | ||||
![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional Content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | Adds CORS Headers (http://enable-cors.org/) | ||||
![]() ![]() ![]() ![]() |
Σ | 0..* | CodeableConcept | OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates Binding: RestfulSecurityService (extensible): Types of security services used with FHIR. | ||||
![]() ![]() ![]() ![]() |
0..1 | string | General description of how security works | |||||
![]() ![]() ![]() ![]() |
0..* | BackboneElement | Certificates associated with security profiles | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional Content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | code | Mime type for certificates Binding: (required): The mime type of an attachment. Any valid mime type is allowed. | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | base64Binary | Actual certificate | |||||
![]() ![]() ![]() |
ΣC | 0..* | BackboneElement | Resource served on the REST interface Constraints: cpb-12 | ||||
![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | R5: If allows/uses conditional patch (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.rest.resource.conditionalPatch | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | code | A resource type that is supported Binding: ResourceType (required): One of the resource types defined as part of FHIR. | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | code | R5: type additional codes URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.rest.resource.type Binding: R5ResourceTypesForR3 (0.1.0) (required): One of the resource types defined as part of this version of FHIR. | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | code | Primitive value for code | |||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(StructureDefinition) | Base System profile for all uses of resource | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | uri | R5: System-wide profile additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.rest.resource.profile | |||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() ![]() ![]() |
0..1 | markdown | Additional information about the use of the resource type | |||||
![]() ![]() ![]() ![]() |
1..* | BackboneElement | What operations are supported? | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional Content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() ![]() ![]() |
1..1 | code | read | vread | update | patch | delete | history-instance | history-type | create | search-type Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level. | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Anything special about operation behavior | |||||
![]() ![]() ![]() ![]() |
0..1 | code | no-version | versioned | versioned-update Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource. | |||||
![]() ![]() ![]() ![]() |
0..1 | boolean | Whether vRead can return past versions | |||||
![]() ![]() ![]() ![]() |
0..1 | boolean | If update can commit to a new identity | |||||
![]() ![]() ![]() ![]() |
0..1 | boolean | If allows/uses conditional create | |||||
![]() ![]() ![]() ![]() |
0..1 | code | not-supported | modified-since | not-match | full-support Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read. | |||||
![]() ![]() ![]() ![]() |
0..1 | boolean | If allows/uses conditional update | |||||
![]() ![]() ![]() ![]() |
0..1 | code | not-supported | single | multiple - how conditional delete is supported Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete. | |||||
![]() ![]() ![]() ![]() |
0..* | code | literal | logical | resolves | enforced | local Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported. | |||||
![]() ![]() ![]() ![]() |
0..* | string | _include values supported by the server | |||||
![]() ![]() ![]() ![]() |
0..* | string | _revinclude values supported by the server | |||||
![]() ![]() ![]() ![]() |
0..* | BackboneElement | Search parameters supported by implementation | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional Content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() ![]() ![]() |
1..1 | string | Name of search parameter | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | uri | Source of definition for parameter | |||||
![]() ![]() ![]() ![]() ![]() |
1..1 | code | number | date | string | token | reference | composite | quantity | uri Binding: SearchParamType (required): Data types allowed to be used for search parameters. | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | code | R5: number | date | string | token | reference | composite | quantity | uri | special URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.rest.resource.searchParam.type Binding: SearchParamType (required): Data types allowed to be used for search parameters. | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | code | Primitive value for code | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Server-specific usage | |||||
![]() ![]() ![]() |
0..* | BackboneElement | What operations are supported? | |||||
![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional Content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() ![]() |
1..1 | code | transaction | batch | search-system | history-system Binding: SystemRestfulInteraction (required): Operations supported by REST at the system level. | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Anything special about operation behavior | |||||
![]() ![]() ![]() |
0..* | See searchParam (CapabilityStatement) | Search parameters for searching all resources | |||||
![]() ![]() ![]() |
Σ | 0..* | BackboneElement | Definition of an operation or a custom query | ||||
![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | markdown | R5: Specific details about operation behavior (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.rest.resource.operation.documentation | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() ![]() |
1..1 | string | Name by which the operation/query is invoked | |||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | Reference(OperationDefinition) | The defined operation/query | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | R5: definition additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.rest.resource.operation.definition | |||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() ![]() |
0..* | uri | Compartments served/used by system | |||||
![]() ![]() |
ΣC | 0..* | BackboneElement | If messaging is supported Constraints: cpb-16 | ||||
![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() |
0..* | Extension | Additional Content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() |
0..* | BackboneElement | Where messages should be sent | |||||
![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional Content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() ![]() |
1..1 | Coding | http | ftp | mllp + Binding: MessageTransport (extensible): The protocol used for message transport. | |||||
![]() ![]() ![]() ![]() |
1..1 | uri | Network address or identifier of the end-point | |||||
![]() ![]() ![]() |
0..1 | unsignedInt | Reliable Message Cache Length (min) | |||||
![]() ![]() ![]() |
0..1 | string | Messaging interface behavior details | |||||
![]() ![]() ![]() |
Σ | 0..* | BackboneElement | Messages supported by this system | ||||
![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional Content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | code | sender | receiver Binding: EventCapabilityMode (required): The mode of a message capability statement. | ||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | Reference(MessageDefinition) | Message supported by this system | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | R5: definition additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.messaging.supportedMessage.definition | |||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() ![]() |
Σ | 0..* | BackboneElement | Declare support for this event | ||||
![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional Content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | Coding | Event type Binding: MessageEvent (example): One of the message events defined as part of FHIR. | ||||
![]() ![]() ![]() ![]() |
0..1 | code | Consequence | Currency | Notification Binding: MessageSignificanceCategory (required): The impact of the content of a message. | |||||
![]() ![]() ![]() ![]() |
1..1 | code | sender | receiver Binding: EventCapabilityMode (required): The mode of a message capability statement. | |||||
![]() ![]() ![]() ![]() |
1..1 | code | Resource that's focus of message Binding: ResourceType (required): One of the resource types defined as part of FHIR. | |||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | Reference(StructureDefinition) | Profile that describes the request | ||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | Reference(StructureDefinition) | Profile that describes the response | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Endpoint-specific event documentation | |||||
![]() ![]() |
ΣC | 0..* | BackboneElement | Document definition | ||||
![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() |
0..* | Extension | Additional Content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() |
1..1 | code | producer | consumer Binding: DocumentMode (required): Whether the application produces or consumes documents. | |||||
![]() ![]() ![]() |
0..1 | string | Description of document support | |||||
![]() ![]() ![]() |
Σ | 1..1 | Reference(StructureDefinition) | Constraint on a resource used in the document | ||||
![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
1..1 | uri | R5: Constraint on the resources used in the document additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-CapabilityStatement.document.profile | |||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Text alternative for the resource | ||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| CapabilityStatement.language | Base | extensible |
Common Languages
|
📍3.0.2 | tx.fhir.org |
| CapabilityStatement.status | Base | required | PublicationStatus | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.jurisdiction | Base | extensible | Jurisdiction ValueSet | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.kind | Base | required | CapabilityStatementKind | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.acceptUnknown | Base | required | UnknownContentCode | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.format | Base | required | null (missing link) | 📦 | unknown? |
| CapabilityStatement.patchFormat | Base | required | null (missing link) | 📦 | unknown? |
| CapabilityStatement.rest.mode | Base | required | RestfulCapabilityMode | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.rest.security.service | Base | extensible | RestfulSecurityService | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.rest.security.certificate.type | Base | required | null (missing link) | 📦 | unknown? |
| CapabilityStatement.rest.resource.type | Base | required |
ResourceType
|
📍3.0.2 | tx.fhir.org |
| CapabilityStatement.rest.resource.interaction.code | Base | required | TypeRestfulInteraction | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.rest.resource.versioning | Base | required | ResourceVersionPolicy | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.rest.resource.conditionalRead | Base | required | ConditionalReadStatus | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.rest.resource.conditionalDelete | Base | required | ConditionalDeleteStatus | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.rest.resource.referencePolicy | Base | required | ReferenceHandlingPolicy | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.rest.resource.searchParam.type | Base | required | SearchParamType | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.rest.interaction.code | Base | required | SystemRestfulInteraction | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.messaging.endpoint.protocol | Base | extensible | MessageTransport | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.messaging.supportedMessage.mode | Base | required | EventCapabilityMode | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.messaging.event.code | Base | example | MessageEvent | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.messaging.event.category | Base | required | MessageSignificanceCategory | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.messaging.event.mode | Base | required | EventCapabilityMode | 📍3.0.2 | FHIR Std. |
| CapabilityStatement.messaging.event.focus | Base | required |
ResourceType
|
📍3.0.2 | tx.fhir.org |
| CapabilityStatement.document.mode | Base | required | DocumentMode | 📍3.0.2 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| cpb-1 | error | CapabilityStatement | A Capability Statement SHALL have at least one of REST, messaging or document element. |
rest.exists() or messaging.exists() or document.exists()
|
| cpb-2 | error | CapabilityStatement | A Capability Statement SHALL have at least one of description, software, or implementation element. |
(description.count() + software.count() + implementation.count()) > 0
|
| cpb-3 | error | CapabilityStatement | Messaging end-point is required (and is only permitted) when a statement is for an implementation. |
messaging.endpoint.empty() or kind = 'instance'
|
| cpb-7 | error | CapabilityStatement | The set of documents must be unique by the combination of profile and mode. |
document.select(profile.reference&mode).isDistinct()
|
| cpb-8 | error | CapabilityStatement | There can only be one REST declaration per mode. |
rest.select(mode).isDistinct()
|
| cpb-9 | error | CapabilityStatement.rest | A given resource can only be described once per RESTful mode. |
resource.select(type).isDistinct()
|
| cpb-12 | error | CapabilityStatement.rest.resource | Search parameter names must be unique in the context of a resource. |
searchParam.select(name).isDistinct()
|
| cpb-14 | error | CapabilityStatement | Capability Statements of kind 'requirements' do not have software or implementation elements. |
(software.empty() and implementation.empty()) or kind != 'requirements'
|
| cpb-15 | error | CapabilityStatement | Capability Statements of kind 'instance' do not have implementation elements. |
implementation.empty() or kind != 'capability'
|
| cpb-16 | error | CapabilityStatement.messaging | A Capability Statement messaging element SHALL have either supportedMessage or event element, but not both. |
supportedMessage.empty() != event.empty()
|
| dom-1 | error | CapabilityStatement | If the resource is contained in another resource, it SHALL NOT contain any narrative |
contained.text.empty()
|
| dom-2 | error | CapabilityStatement | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | CapabilityStatement | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource |
contained.where(('#'+id in %resource.descendants().reference).not()).empty()
|
| dom-4 | error | CapabilityStatement | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated |
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() | (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
This structure is derived from CapabilityStatement
Summary
Extensions
This structure refers to these extensions:
Maturity: 0
Other representations of profile: CSV, Excel, Schematron