This
page
is
part
of
the
FHIR
Specification
(v3.0.2:
STU
3).
(v3.5.0:
R4
Ballot
#2).
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
| FHIR Infrastructure Work Group | Maturity Level : N/A | Ballot Status : Informative | Compartments : Not linked to any defined compartments |
Raw JSON ( canonical form + also see JSON Format Specification )
StructureDefinition for capabilitystatement
{
"resourceType": "StructureDefinition",
"id": "CapabilityStatement",
"meta": {
"lastUpdated": "2019-10-24T11:53:00+11:00"
"resourceType" : "StructureDefinition",
"id" : "CapabilityStatement",
"meta" : {
"lastUpdated" : "2018-08-19T21:48:56.559+10:00"
},
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></div>"
"text" : {
"status" : "generated",
"div" : "<div>!-- Snipped for Brevity --></div>"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 3
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/CapabilityStatement",
"name": "CapabilityStatement",
"status": "draft",
"date": "2019-10-24T11:53:00+11:00",
"publisher": "Health Level Seven International (FHIR Infrastructure)",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
}
]
},
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/fiwg/index.cfm"
}
]
}
],
"description": "Base StructureDefinition for CapabilityStatement Resource",
"fhirVersion": "3.0.2",
"mapping": [
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "w5",
"uri": "http://hl7.org/fhir/w5",
"name": "W5 Mapping"
},
{
"identity": "objimpl",
"uri": "http://hl7.org/fhir/object-implementation",
"name": "Object Implementation Information"
}
],
"kind": "resource",
"abstract": false,
"type": "CapabilityStatement",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource",
"_baseDefinition": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super",
"valueString": "MetadataResource"
}
]
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
"valueString" : "Foundation.Conformance"
},
"derivation": "specialization",
"snapshot": {
"element": [
{
"id": "CapabilityStatement",
"path": "CapabilityStatement",
"short": "A statement of system capabilities",
"definition": "A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.",
"min": 1,
"max": "1",
"constraint": [
{
"key": "dom-2",
"severity": "error",
"human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources",
"expression": "contained.contained.empty()",
"xpath": "not(parent::f:contained and f:contained)",
"source": "DomainResource"
},
{
"key": "dom-1",
"severity": "error",
"human": "If the resource is contained in another resource, it SHALL NOT contain any narrative",
"expression": "contained.text.empty()",
"xpath": "not(parent::f:contained and f:text)",
"source": "DomainResource"
},
{
"key": "dom-4",
"severity": "error",
"human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated",
"expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()",
"xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))",
"source": "DomainResource"
},
{
"key": "dom-3",
"severity": "error",
"human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource",
"expression": "contained.where(('#'+id in %resource.descendants().reference).not()).empty()",
"xpath": "not(exists(for $id in f:contained/*/@id return $id[not(ancestor::f:contained/parent::*/descendant::f:reference/@value=concat('#', $id))]))",
"source": "DomainResource"
},
{
"key": "cpb-8",
"severity": "error",
"human": "There can only be one REST declaration per mode.",
"expression": "rest.select(mode).isDistinct()",
"xpath": "count(f:rest)=count(distinct-values(f:rest/f:mode/@value))"
},
{
"key": "cpb-7",
"severity": "error",
"human": "The set of documents must be unique by the combination of profile and mode.",
"expression": "document.select(profile.reference&mode).isDistinct()",
"xpath": "count(f:document[f:mode/@value='producer'])=count(distinct-values(f:document[f:mode/@value='producer']/f:profile/f:reference/@value)) and count(f:document[f:mode/@value='consumer'])=count(distinct-values(f:document[f:mode/@value='consumer']/f:profile/f:reference/@value))"
},
{
"key": "cpb-15",
"severity": "error",
"human": "Capability Statements of kind 'instance' do not have implementation elements.",
"expression": "implementation.empty() or kind != 'capability'",
"xpath": "not(exists(f:implementation)) or (f:kind/@value != 'capability')"
},
{
"key": "cpb-3",
"severity": "error",
"human": "Messaging end-point is required (and is only permitted) when a statement is for an implementation.",
"expression": "messaging.endpoint.empty() or kind = 'instance'",
"xpath": "not(exists(f:messaging/f:endpoint)) or f:kind/@value = 'instance'"
},
{
"key": "cpb-14",
"severity": "error",
"human": "Capability Statements of kind 'requirements' do not have software or implementation elements.",
"expression": "(software.empty() and implementation.empty()) or kind != 'requirements'",
"xpath": "not(exists(f:software) or exists(f:implementation)) or (f:kind/@value != 'requirements')"
},
{
"key": "cpb-2",
"severity": "error",
"human": "A Capability Statement SHALL have at least one of description, software, or implementation element.",
"expression": "(description.count() + software.count() + implementation.count()) > 0",
"xpath": "count(f:software | f:implementation | f:description) > 0"
},
{
"key": "cpb-1",
"severity": "error",
"human": "A Capability Statement SHALL have at least one of REST, messaging or document element.",
"expression": "rest.exists() or messaging.exists() or document.exists()",
"xpath": "exists(f:rest) or exists(f:messaging) or exists(f:document)"
}
],
"mapping": [
{
"identity": "rim",
"map": "Entity. Role, or Act"
},
{
"identity": "rim",
"map": "n/a"
},
{
"identity": "w5",
"map": "conformance.behavior"
}
]
},
{
"id": "CapabilityStatement.id",
"path": "CapabilityStatement.id",
"short": "Logical id of this artifact",
"definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
"comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.",
"min": 0,
"max": "1",
"base": {
"path": "Resource.id",
"min": 0,
"max": "1"
},
"type": [
{
"code": "id"
}
],
"isSummary": true
},
{
"id": "CapabilityStatement.meta",
"path": "CapabilityStatement.meta",
"short": "Metadata about the resource",
"definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource.",
"min": 0,
"max": "1",
"base": {
"path": "Resource.meta",
"min": 0,
"max": "1"
},
"type": [
{
"code": "Meta"
}
],
"isSummary": true
},
{
"id": "CapabilityStatement.implicitRules",
"path": "CapabilityStatement.implicitRules",
"short": "A set of rules under which this content was created",
"definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content.",
"comment": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. \n\nThis element is labelled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation.",
"min": 0,
"max": "1",
"base": {
"path": "Resource.implicitRules",
"min": 0,
"max": "1"
},
"type": [
{
"code": "uri"
}
],
"isModifier": true,
"isSummary": true
},
{
"id": "CapabilityStatement.language",
"path": "CapabilityStatement.language",
"short": "Language of the resource content",
"definition": "The base language in which the resource is written.",
"comment": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).",
"min": 0,
"max": "1",
"base": {
"path": "Resource.language",
"min": 0,
"max": "1"
},
"type": [
{
"code": "code"
}
],
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet",
"valueReference": {
"reference": "http://hl7.org/fhir/ValueSet/all-languages"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "Language"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean": true
}
],
"strength": "extensible",
"description": "A human language.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/languages"
}
}
},
{
"id": "CapabilityStatement.text",
"path": "CapabilityStatement.text",
"short": "Text summary of the resource, for human interpretation",
"definition": "A human-readable narrative that contains a summary of the resource, and may be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
"comment": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded in formation is added later.",
"alias": [
"narrative",
"html",
"xhtml",
"display"
],
"min": 0,
"max": "1",
"base": {
"path": "DomainResource.text",
"min": 0,
"max": "1"
},
"type": [
{
"code": "Narrative"
}
],
"condition": [
"dom-1"
],
"mapping": [
{
"identity": "rim",
"map": "Act.text?"
}
]
},
{
"id": "CapabilityStatement.contained",
"path": "CapabilityStatement.contained",
"short": "Contained, inline Resources",
"definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
"comment": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again.",
"alias": [
"inline resources",
"anonymous resources",
"contained resources"
],
"min": 0,
"max": "*",
"base": {
"path": "DomainResource.contained",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Resource"
}
],
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
},
{
"id": "CapabilityStatement.extension",
"path": "CapabilityStatement.extension",
"short": "Additional Content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the resource. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "DomainResource.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
},
{
"id": "CapabilityStatement.modifierExtension",
"path": "CapabilityStatement.modifierExtension",
"short": "Extensions that cannot be ignored",
"definition": "May be used to represent additional information that is not part of the basic definition of the resource, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "DomainResource.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"isModifier": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
},
{
"id": "CapabilityStatement.url",
"path": "CapabilityStatement.url",
"short": "Logical URI to reference this capability statement (globally unique)",
"definition": "An absolute URI that is used to identify this capability statement when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this capability statement is (or will be) published. The URL SHOULD include the major version of the capability statement. For more information see [Technical and Business Versions](resource.html#versions).",
"comment": "Can be a urn:uuid: or a urn:oid:, but real http: addresses are preferred. Multiple instances may share the same url if they have a distinct version.",
"requirements": "Allows the capability statement to be referenced by a single globally unique identifier.",
"min": 0,
"max": "1",
"type": [
{
"code": "uri"
}
],
"isSummary": true,
"mapping": [
{
"identity": "w5",
"map": "id"
}
]
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueString" : "Normative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 5
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "fhir"
}],
"url" : "http://hl7.org/fhir/StructureDefinition/CapabilityStatement",
"name" : "CapabilityStatement",
"status" : "draft",
"date" : "2018-08-19T21:48:56+10:00",
"publisher" : "Health Level Seven International (FHIR Infrastructure)",
"contact" : [{
"telecom" : [{
"system" : "url",
"value" : "http://hl7.org/fhir"
}]
},
{
"telecom" : [{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm"
}]
}],
"description" : "A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.",
"fhirVersion" : "3.5.0",
"mapping" : [{
"identity" : "rim",
"uri" : "http://hl7.org/v3",
"name" : "RIM Mapping"
},
{
"identity" : "workflow",
"uri" : "http://hl7.org/fhir/workflow",
"name" : "Workflow Pattern"
},
{
"identity" : "w5",
"uri" : "http://hl7.org/fhir/fivews",
"name" : "FiveWs Pattern"
},
{
"identity" : "objimpl",
"uri" : "http://hl7.org/fhir/object-implementation",
"name" : "Object Implementation Information"
}],
"kind" : "resource",
"abstract" : false,
"type" : "CapabilityStatement",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/DomainResource",
"_baseDefinition" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super",
"valueString" : "MetadataResource"
}]
},
"derivation" : "specialization",
"snapshot" : {
"element" : [{
"id" : "CapabilityStatement",
"path" : "CapabilityStatement",
"short" : "A statement of system capabilities",
"definition" : "A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.",
"min" : 1,
"max" : "1",
"base" : {
"path" : "CapabilityStatement",
"min" : 1,
"max" : "1"
},
{
"id": "CapabilityStatement.version",
"path": "CapabilityStatement.version",
"short": "Business version of the capability statement",
"definition": "The identifier that is used to identify this version of the capability statement when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the capability statement author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.",
"comment": "There may be different capability statement instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a refrence to a particular business version of the capability statement with the format [url]|[version].",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"isSummary": true,
"mapping": [
{
"identity": "w5",
"map": "id.version"
}
]
"constraint" : [{
"key" : "dom-2",
"severity" : "error",
"human" : "If the resource is contained in another resource, it SHALL NOT contain nested Resources",
"expression" : "contained.contained.empty()",
"xpath" : "not(parent::f:contained and f:contained)",
"source" : "DomainResource"
},
{
"id": "CapabilityStatement.name",
"path": "CapabilityStatement.name",
"short": "Name for this capability statement (computer friendly)",
"definition": "A natural language name identifying the capability statement. This name should be usable as an identifier for the module by machine processing applications such as code generation.",
"comment": "The name is not expected to be globally unique. The name should be a simple alpha-numeric type name to ensure that it is computable friendly.",
"requirements": "Support human navigation and code generation.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"isSummary": true
"key" : "dom-4",
"severity" : "error",
"human" : "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated",
"expression" : "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()",
"xpath" : "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))",
"source" : "DomainResource"
},
{
"id": "CapabilityStatement.title",
"path": "CapabilityStatement.title",
"short": "Name for this capability statement (human friendly)",
"definition": "A short, descriptive, user-friendly title for the capability statement.",
"comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"isSummary": true
"key" : "dom-3",
"severity" : "error",
"human" : "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource",
"expression" : "contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()",
"xpath" : "not(exists(for $contained in f:contained return $contained[not(parent::*/descendant::f:reference/@value=concat('#', $contained/*/id/@value) or descendant::f:reference[@value='#'])]))",
"source" : "DomainResource"
},
{
"id": "CapabilityStatement.status",
"path": "CapabilityStatement.status",
"short": "draft | active | retired | unknown",
"definition": "The status of this capability statement. Enables tracking the life-cycle of the content.",
"comment": "Allows filtering of capability statements that are appropriate for use vs. not. \nThis is labeled as \"Is Modifier\" because applications should not use a retired capability statement without due consideration. This is not intended for use with actual capability statements, but where capability statements are used to describe possible or desired systems.",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
],
"isModifier": true,
"isSummary": true,
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "PublicationStatus"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean": true
}
],
"strength": "required",
"description": "The lifecycle status of a Value Set or Concept Map.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/publication-status"
}
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice",
"valueBoolean" : true
},
"mapping": [
{
"identity": "w5",
"map": "status"
}
]
},
{
"id": "CapabilityStatement.experimental",
"path": "CapabilityStatement.experimental",
"short": "For testing purposes, not real usage",
"definition": "A boolean value to indicate that this capability statement is authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.",
"comment": "Allows filtering of capability statement that are appropriate for use vs. not. This is labeled as \"Is Modifier\" because applications should not use an experimental capability statement in production.",
"requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level capability statement.",
"min": 0,
"max": "1",
"type": [
{
"code": "boolean"
}
],
"isModifier": true,
"isSummary": true,
"mapping": [
{
"identity": "w5",
"map": "class"
}
]
},
{
"id": "CapabilityStatement.date",
"path": "CapabilityStatement.date",
"short": "Date this was last changed",
"definition": "The date (and optionally time) when the capability statement was published. The date must change if and when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the capability statement changes.",
"comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the capability statement. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.",
"alias": [
"Revision Date"
],
"min": 1,
"max": "1",
"type": [
{
"code": "dateTime"
}
],
"isSummary": true,
"mapping": [
{
"identity": "w5",
"map": "when.recorded"
}
]
},
{
"id": "CapabilityStatement.publisher",
"path": "CapabilityStatement.publisher",
"short": "Name of the publisher (organization or individual)",
"definition": "The name of the individual or organization that published the capability statement.",
"comment": "Usually an organization, but may be an individual. The publisher (or steward) of the capability statement is the organization or individual primarily responsible for the maintenance and upkeep of the capability statement. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the capability statement. This item SHOULD be populated unless the information is available from context.",
"requirements": "Helps establish the \"authority/credibility\" of the capability statement. May also allow for contact.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"isSummary": true,
"mapping": [
{
"identity": "w5",
"map": "who.witness"
}
]
},
{
"id": "CapabilityStatement.contact",
"path": "CapabilityStatement.contact",
"short": "Contact details for the publisher",
"definition": "Contact details to assist a user in finding and communicating with the publisher.",
"comment": "May be a web site, an email address, a telephone number, etc.",
"min": 0,
"max": "*",
"type": [
{
"code": "ContactDetail"
}
],
"isSummary": true
},
{
"id": "CapabilityStatement.description",
"path": "CapabilityStatement.description",
"short": "Natural language description of the capability statement",
"definition": "A free text natural language description of the capability statement from a consumer's perspective. Typically, this is used when the capability statement describes a desired rather than an actual solution, for example as a formal expression of requirements as part of an RFP.",
"comment": "This description can be used to capture details such as why the capability statement was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the capability statement as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the profile is presumed to be the predominant language in the place the profile was created). This does not need to be populated if the description is adequately implied by the software or implementation details.",
"min": 0,
"max": "1",
"type": [
{
"code": "markdown"
}
],
"condition": [
"cpb-2"
]
},
{
"id": "CapabilityStatement.useContext",
"path": "CapabilityStatement.useContext",
"short": "Context the content is intended to support",
"definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching for appropriate capability statement instances.",
"comment": "When multiple useContexts are specified, there is no expectation whether all or any of the contexts apply.",
"requirements": "Assist in searching for appropriate content.",
"min": 0,
"max": "*",
"type": [
{
"code": "UsageContext"
}
],
"isSummary": true
},
{
"id": "CapabilityStatement.jurisdiction",
"path": "CapabilityStatement.jurisdiction",
"short": "Intended jurisdiction for capability statement (if applicable)",
"definition": "A legal or geographic region in which the capability statement is intended to be used.",
"comment": "It may be possible for the capability statement to be used in jurisdictions other than those for which it was originally designed or intended.",
"min": 0,
"max": "*",
"type": [
{
"code": "CodeableConcept"
}
],
"isSummary": true,
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "Jurisdiction"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean": true
}
],
"strength": "extensible",
"description": "Countries and regions within which this artifact is targeted for use",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/jurisdiction"
}
}
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation",
"valueMarkdown" : "When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a guman readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time."
}],
"key" : "dom-6",
"severity" : "warning",
"human" : "A resource should have narrative for robust management",
"expression" : "text.div.exists()",
"xpath" : "exists(f:text/h:div)",
"source" : "DomainResource"
},
{
"id": "CapabilityStatement.purpose",
"path": "CapabilityStatement.purpose",
"short": "Why this capability statement is defined",
"definition": "Explaination of why this capability statement is needed and why it has been designed as it has.",
"comment": "This element does not describe the usage of the capability statement Instead it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this capability statement.",
"min": 0,
"max": "1",
"type": [
{
"code": "markdown"
}
],
"mapping": [
{
"identity": "objimpl",
"map": "no-gen-base"
},
{
"identity": "w5",
"map": "why"
}
]
"key" : "dom-5",
"severity" : "error",
"human" : "If a resource is contained in another resource, it SHALL NOT have a security label",
"expression" : "contained.meta.security.empty()",
"xpath" : "not(exists(f:contained/*/f:meta/f:security))",
"source" : "DomainResource"
},
{
"id": "CapabilityStatement.copyright",
"path": "CapabilityStatement.copyright",
"short": "Use and/or publishing restrictions",
"definition": "A copyright statement relating to the capability statement and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the capability statement.",
"requirements": "Consumers must be able to determine any legal restrictions on the use of the capability statement and/or its content.",
"alias": [
"License",
"Restrictions"
],
"min": 0,
"max": "1",
"type": [
{
"code": "markdown"
}
],
"mapping": [
{
"identity": "objimpl",
"map": "no-gen-base"
}
]
"key" : "cpb-7",
"severity" : "error",
"human" : "The set of documents must be unique by the combination of profile and mode.",
"expression" : "document.select(profile&mode).isDistinct()",
"xpath" : "count(f:document[f:mode/@value='producer'])=count(distinct-values(f:document[f:mode/@value='producer']/f:profile/f:reference/@value)) and count(f:document[f:mode/@value='consumer'])=count(distinct-values(f:document[f:mode/@value='consumer']/f:profile/f:reference/@value))"
},
{
"id": "CapabilityStatement.kind",
"path": "CapabilityStatement.kind",
"short": "instance | capability | requirements",
"definition": "The way that this statement is intended to be used, to describe an actual running instance of software, a particular product (kind not instance of software) or a class of implementation (e.g. a desired purchase).",
"requirements": "Allow searching the 3 modes.",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
],
"isSummary": true,
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "CapabilityStatementKind"
}
],
"strength": "required",
"description": "How a capability statement is intended to be used.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/capability-statement-kind"
}
}
"key" : "cpb-16",
"severity" : "error",
"human" : "If kind = requirements, implementation and software must be absent",
"expression" : "(kind!='requirements') or (implementation.exists().not() and software.exists().not())",
"xpath" : "not(f:kind/@value='instance') or (not(exists(f:implementation)) and not(exists(f:software)))"
},
{
"id": "CapabilityStatement.instantiates",
"path": "CapabilityStatement.instantiates",
"short": "Canonical URL of another capability statement this implements",
"definition": "Reference to a canonical URL of another CapabilityStatement that this software implements or uses. This capability statement is a published API description that corresponds to a business service. The rest of the capability statement does not need to repeat the details of the referenced resource, but can do so.",
"comment": "HL7 defines the following Services: [Terminology Service](terminology-service.html).\n\nMany [Implementation Guides](https://registry.fhir.org/guides) define additional services.",
"min": 0,
"max": "*",
"type": [
{
"code": "uri"
}
],
"isSummary": true
"key" : "cpb-15",
"severity" : "error",
"human" : "If kind = capability, implementation must be absent, software must be present",
"expression" : "(kind != 'capability') or (implementation.exists().not() and software.exists())",
"xpath" : " not(f:kind/@value='instance') or (not(exists(f:implementation)) and exists(f:software))"
},
{
"id": "CapabilityStatement.software",
"path": "CapabilityStatement.software",
"short": "Software that is covered by this capability statement",
"definition": "Software that is covered by this capability statement. It is used when the capability statement describes the capabilities of a particular software version, independent of an installation.",
"min": 0,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
],
"condition": [
"cpb-2"
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() | (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "Element"
}
],
"isSummary": true
"key" : "cpb-3",
"severity" : "error",
"human" : "Messaging end-point is required (and is only permitted) when a statement is for an implementation.",
"expression" : "messaging.endpoint.empty() or kind = 'instance'",
"xpath" : "not(exists(f:messaging/f:endpoint)) or f:kind/@value = 'instance'"
},
{
"id": "CapabilityStatement.software.id",
"path": "CapabilityStatement.software.id",
"representation": [
"xmlAttr"
],
"short": "xml:id (or equivalent in JSON)",
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
"key" : "cpb-14",
"severity" : "error",
"human" : "If kind = instance, implementation must be present and software may be present",
"expression" : "(kind != 'instance') or implementation.exists()",
"xpath" : "not(f:kind/@value='instance') or exists(f:implementation)"
},
{
"id": "CapabilityStatement.software.extension",
"path": "CapabilityStatement.software.extension",
"short": "Additional Content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
"key" : "cpb-2",
"severity" : "error",
"human" : "A Capability Statement SHALL have at least one of description, software, or implementation element.",
"expression" : "(description.count() + software.count() + implementation.count()) > 0",
"xpath" : "count(f:software | f:implementation | f:description) > 0"
},
{
"id": "CapabilityStatement.software.modifierExtension",
"path": "CapabilityStatement.software.modifierExtension",
"short": "Extensions that cannot be ignored",
"definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"isModifier": true,
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
"key" : "cpb-1",
"severity" : "error",
"human" : "A Capability Statement SHALL have at least one of REST, messaging or document element.",
"expression" : "rest.exists() or messaging.exists() or document.exists()",
"xpath" : "exists(f:rest) or exists(f:messaging) or exists(f:document)"
},
{
"id": "CapabilityStatement.software.name",
"path": "CapabilityStatement.software.name",
"short": "A name the software is known by",
"definition": "Name software is known by.",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
],
"isSummary": true
"key" : "cpb-0",
"severity" : "warning",
"human" : "Name should be usable as an identifier for the module by machine processing applications such as code generation",
"expression" : "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')",
"xpath" : "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')"
}],
"isModifier" : false,
"isSummary" : false,
"mapping" : [{
"identity" : "rim",
"map" : "Entity. Role, or Act"
},
{
"id": "CapabilityStatement.software.version",
"path": "CapabilityStatement.software.version",
"short": "Version covered by this statement",
"definition": "The version identifier for the software covered by this statement.",
"comment": "If possible, a version should be specified, as statements are likely to be different for different versions of software.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"isSummary": true
"identity" : "rim",
"map" : "n/a"
}]
},
{
"id" : "CapabilityStatement.id",
"path" : "CapabilityStatement.id",
"short" : "Logical id of this artifact",
"definition" : "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
"comment" : "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Resource.id",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.software.releaseDate",
"path": "CapabilityStatement.software.releaseDate",
"short": "Date this version released",
"definition": "Date this version of the software was released.",
"min": 0,
"max": "1",
"type": [
{
"code": "dateTime"
}
],
"isSummary": true
"type" : [{
"code" : "id"
}],
"isModifier" : false,
"isSummary" : true
},
{
"id" : "CapabilityStatement.meta",
"path" : "CapabilityStatement.meta",
"short" : "Metadata about the resource",
"definition" : "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Resource.meta",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.implementation",
"path": "CapabilityStatement.implementation",
"short": "If this describes a specific instance",
"definition": "Identifies a specific implementation instance that is described by the capability statement - i.e. a particular installation, rather than the capabilities of a software program.",
"min": 0,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
],
"condition": [
"cpb-2"
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() | (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "Element"
}
],
"isSummary": true
"type" : [{
"code" : "Meta"
}],
"isModifier" : false,
"isSummary" : true
},
{
"id" : "CapabilityStatement.implicitRules",
"path" : "CapabilityStatement.implicitRules",
"short" : "A set of rules under which this content was created",
"definition" : "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.",
"comment" : "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Resource.implicitRules",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.implementation.id",
"path": "CapabilityStatement.implementation.id",
"representation": [
"xmlAttr"
],
"short": "xml:id (or equivalent in JSON)",
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
"type" : [{
"code" : "uri"
}],
"isModifier" : true,
"isModifierReason" : "This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation",
"isSummary" : true
},
{
"id" : "CapabilityStatement.language",
"path" : "CapabilityStatement.language",
"short" : "Language of the resource content",
"definition" : "The base language in which the resource is written.",
"comment" : "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Resource.language",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.implementation.extension",
"path": "CapabilityStatement.implementation.extension",
"short": "Additional Content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
"type" : [{
"code" : "code"
}],
"isModifier" : false,
"isSummary" : false,
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet",
"valueCanonical" : "http://hl7.org/fhir/ValueSet/all-languages"
},
"type": [
{
"code": "Extension"
}
],
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "CapabilityStatement.implementation.modifierExtension",
"path": "CapabilityStatement.implementation.modifierExtension",
"short": "Extensions that cannot be ignored",
"definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "Language"
},
"type": [
{
"code": "Extension"
}
],
"isModifier": true,
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
},
{
"id": "CapabilityStatement.implementation.description",
"path": "CapabilityStatement.implementation.description",
"short": "Describes this specific instance",
"definition": "Information about the specific installation that this capability statement relates to.",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
],
"isSummary": true
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean" : true
}],
"strength" : "preferred",
"description" : "A human language.",
"valueSet" : "http://hl7.org/fhir/ValueSet/languages"
}
},
{
"id" : "CapabilityStatement.text",
"path" : "CapabilityStatement.text",
"short" : "Text summary of the resource, for human interpretation",
"definition" : "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
"comment" : "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded information is added later.",
"alias" : ["narrative",
"html",
"xhtml",
"display"],
"min" : 0,
"max" : "1",
"base" : {
"path" : "DomainResource.text",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.implementation.url",
"path": "CapabilityStatement.implementation.url",
"short": "Base URL for the installation",
"definition": "An absolute base URL for the implementation. This forms the base for REST interfaces as well as the mailbox and document interfaces.",
"min": 0,
"max": "1",
"type": [
{
"code": "uri"
}
],
"isSummary": true
"type" : [{
"code" : "Narrative"
}],
"isModifier" : false,
"isSummary" : false,
"mapping" : [{
"identity" : "rim",
"map" : "Act.text?"
}]
},
{
"id" : "CapabilityStatement.contained",
"path" : "CapabilityStatement.contained",
"short" : "Contained, inline Resources",
"definition" : "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
"comment" : "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.",
"alias" : ["inline resources",
"anonymous resources",
"contained resources"],
"min" : 0,
"max" : "*",
"base" : {
"path" : "DomainResource.contained",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.fhirVersion",
"path": "CapabilityStatement.fhirVersion",
"short": "FHIR Version the system uses",
"definition": "The version of the FHIR specification on which this capability statement is based.",
"min": 1,
"max": "1",
"type": [
{
"code": "id"
}
],
"isSummary": true
"type" : [{
"code" : "Resource"
}],
"isModifier" : false,
"isSummary" : false,
"mapping" : [{
"identity" : "rim",
"map" : "N/A"
}]
},
{
"id" : "CapabilityStatement.extension",
"path" : "CapabilityStatement.extension",
"short" : "Additional Content defined by implementations",
"definition" : "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : ["extensions",
"user content"],
"min" : 0,
"max" : "*",
"base" : {
"path" : "DomainResource.extension",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.acceptUnknown",
"path": "CapabilityStatement.acceptUnknown",
"short": "no | extensions | elements | both",
"definition": "A code that indicates whether the application accepts unknown elements or extensions when reading resources.",
"comment": "Unknown elements in a resource can only arise as later versions of the specification are published, because this is the only place where such elements can be defined. Hence accepting unknown elements is about inter-version compatibility.\n\nApplications are recommended to accept unknown extensions and elements ('both'), but this is not always possible.",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
],
"isSummary": true,
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "UnknownContentCode"
}
],
"strength": "required",
"description": "A code that indicates whether an application accepts unknown elements or extensions when reading resources.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/unknown-content-code"
}
}
"type" : [{
"code" : "Extension"
}],
"isModifier" : false,
"isSummary" : false,
"mapping" : [{
"identity" : "rim",
"map" : "N/A"
}]
},
{
"id" : "CapabilityStatement.modifierExtension",
"path" : "CapabilityStatement.modifierExtension",
"short" : "Extensions that cannot be ignored",
"definition" : "May be used to represent additional information that is not part of the basic definition of the resource, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : ["extensions",
"user content"],
"min" : 0,
"max" : "*",
"base" : {
"path" : "DomainResource.modifierExtension",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.format",
"path": "CapabilityStatement.format",
"short": "formats supported (xml | json | ttl | mime type)",
"definition": "A list of the formats supported by this implementation using their content types.",
"comment": "\"xml\", \"json\" and \"ttl\" are allowed, which describe the simple encodings described in the specification (and imply appropriate bundle support). Otherwise, mime types are legal here.",
"min": 1,
"max": "*",
"type": [
{
"code": "code"
}
],
"isSummary": true,
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "MimeType"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean": true
}
],
"strength": "required",
"description": "The mime type of an attachment. Any valid mime type is allowed.",
"valueSetUri": "http://www.rfc-editor.org/bcp/bcp13.txt"
}
"type" : [{
"code" : "Extension"
}],
"isModifier" : true,
"isModifierReason" : "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them",
"isSummary" : false,
"mapping" : [{
"identity" : "rim",
"map" : "N/A"
}]
},
{
"id" : "CapabilityStatement.url",
"path" : "CapabilityStatement.url",
"short" : "Canonical identifier for this capability statement, represented as a URI (globally unique)",
"definition" : "An absolute URI that is used to identify this capability statement when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this capability statement is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the capability statement is stored on different servers.",
"comment" : "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions).",
"requirements" : "Allows the capability statement to be referenced by a single globally unique identifier.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.url",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.patchFormat",
"path": "CapabilityStatement.patchFormat",
"short": "Patch formats supported",
"definition": "A list of the patch formats supported by this implementation using their content types.",
"comment": "At present, the patch mime types application/json-patch+json and application/xml-patch+xml are legal. Generally, if a server supports PATCH, it would be expected to support the patch formats and match the formats it supports, but this is not always possible or necessary.",
"min": 0,
"max": "*",
"type": [
{
"code": "code"
}
],
"isSummary": true,
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "MimeType"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean": true
}
],
"strength": "required",
"description": "The mime type of an attachment. Any valid mime type is allowed.",
"valueSetUri": "http://www.rfc-editor.org/bcp/bcp13.txt"
}
"type" : [{
"code" : "uri"
}],
"isModifier" : false,
"isSummary" : true,
"mapping" : [{
"identity" : "workflow",
"map" : "Definition.url"
},
{
"id": "CapabilityStatement.implementationGuide",
"path": "CapabilityStatement.implementationGuide",
"short": "Implementation guides supported",
"definition": "A list of implementation guides that the server does (or should) support in their entirety.",
"min": 0,
"max": "*",
"type": [
{
"code": "uri"
}
],
"isSummary": true
"identity" : "w5",
"map" : "FiveWs.identifier"
}]
},
{
"id" : "CapabilityStatement.version",
"path" : "CapabilityStatement.version",
"short" : "Business version of the capability statement",
"definition" : "The identifier that is used to identify this version of the capability statement when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the capability statement author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.",
"comment" : "There may be different capability statement instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the capability statement with the format [url]|[version].",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.version",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.profile",
"path": "CapabilityStatement.profile",
"short": "Profiles for use cases supported",
"definition": "A list of profiles that represent different use cases supported by the system. For a server, \"supported by the system\" means the system hosts/produces a set of resources that are conformant to a particular profile, and allows clients that use its services to search using this profile and to find appropriate data. For a client, it means the system will search by this profile and process data according to the guidance implicit in the profile. See further discussion in [Using Profiles](profiling.html#profile-uses).",
"comment": "Supported profiles are different than the profiles that apply to a particular resource in rest.resource.profile. The resource profile is a general statement of what features of the resource are supported overall by the system - the sum total of the facilities it supports. A supported profile is a deeper statement about the functionality of the data and services provided by the server (or used by the client). A typical case is a laboratory system that produces a set of different reports - this is the list of types of data that it publishes. A key aspect of declaring profiles here is the question of how the client converts knowledge that the server publishes this data into working with the data; the client can inspect individual resources to determine whether they conform to a particular profile, but how does it find the ones that does? It does so by searching using the _profile parameter, so any resources listed here must be valid values for the _profile resource (using the identifier in the target profile). Typically, supported profiles cross resource types to describe a network of related resources, so they are listed here rather than by resource. However, they do not need to describe more than one resource.",
"min": 0,
"max": "*",
"type": [
{
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/StructureDefinition"
}
],
"isSummary": true
"type" : [{
"code" : "string"
}],
"isModifier" : false,
"isSummary" : true,
"mapping" : [{
"identity" : "workflow",
"map" : "Definition.version"
},
{
"id": "CapabilityStatement.rest",
"path": "CapabilityStatement.rest",
"short": "If the endpoint is a RESTful one",
"definition": "A definition of the restful capabilities of the solution, if any.",
"comment": "Multiple repetitions allow definition of both client and/or server behaviors or possibly behaviors under different configuration settings (for software or requirements statements).",
"min": 0,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
],
"condition": [
"cpb-1"
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() | (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "Element"
},
{
"key": "cpb-9",
"severity": "error",
"human": "A given resource can only be described once per RESTful mode.",
"expression": "resource.select(type).isDistinct()",
"xpath": "count(f:resource)=count(distinct-values(f:resource/f:type/@value))"
}
],
"isSummary": true
"identity" : "w5",
"map" : "FiveWs.version"
}]
},
{
"id" : "CapabilityStatement.name",
"path" : "CapabilityStatement.name",
"short" : "Name for this capability statement (computer friendly)",
"definition" : "A natural language name identifying the capability statement. This name should be usable as an identifier for the module by machine processing applications such as code generation.",
"comment" : "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.",
"requirements" : "Support human navigation and code generation.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.name",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.id",
"path": "CapabilityStatement.rest.id",
"representation": [
"xmlAttr"
],
"short": "xml:id (or equivalent in JSON)",
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
"type" : [{
"code" : "string"
}],
"condition" : ["inv-0"],
"isModifier" : false,
"isSummary" : true
},
{
"id" : "CapabilityStatement.title",
"path" : "CapabilityStatement.title",
"short" : "Name for this capability statement (human friendly)",
"definition" : "A short, descriptive, user-friendly title for the capability statement.",
"comment" : "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.title",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.extension",
"path": "CapabilityStatement.rest.extension",
"short": "Additional Content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
"type" : [{
"code" : "string"
}],
"isModifier" : false,
"isSummary" : true,
"mapping" : [{
"identity" : "workflow",
"map" : "Definition.title"
}]
},
{
"id" : "CapabilityStatement.status",
"path" : "CapabilityStatement.status",
"short" : "draft | active | retired | unknown",
"definition" : "The status of this capability statement. Enables tracking the life-cycle of the content.",
"comment" : "Allows filtering of capability statements that are appropriate for use versus not.This is not intended for use with actual capability statements, but where capability statements are used to describe possible or desired systems.",
"min" : 1,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.status",
"min" : 1,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.modifierExtension",
"path": "CapabilityStatement.rest.modifierExtension",
"short": "Extensions that cannot be ignored",
"definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
"type" : [{
"code" : "code"
}],
"isModifier" : true,
"isModifierReason" : "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration",
"isSummary" : true,
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "PublicationStatus"
},
"type": [
{
"code": "Extension"
}
],
"isModifier": true,
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
},
{
"id": "CapabilityStatement.rest.mode",
"path": "CapabilityStatement.rest.mode",
"short": "client | server",
"definition": "Identifies whether this portion of the statement is describing the ability to initiate or receive restful operations.",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
],
"isSummary": true,
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "RestfulCapabilityMode"
}
],
"strength": "required",
"description": "The mode of a RESTful capability statement.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/restful-capability-mode"
}
}
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean" : true
}],
"strength" : "required",
"description" : "The lifecycle status of an artifact.",
"valueSet" : "http://hl7.org/fhir/ValueSet/publication-status"
},
{
"id": "CapabilityStatement.rest.documentation",
"path": "CapabilityStatement.rest.documentation",
"short": "General description of implementation",
"definition": "Information about the system's restful capabilities that apply across all applications, such as security.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
"mapping" : [{
"identity" : "workflow",
"map" : "Definition.status"
},
{
"id": "CapabilityStatement.rest.security",
"path": "CapabilityStatement.rest.security",
"short": "Information about security of implementation",
"definition": "Information about security implementation from an interface perspective - what a client needs to know.",
"min": 0,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() | (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "Element"
}
],
"isSummary": true
"identity" : "w5",
"map" : "FiveWs.status"
}]
},
{
"id" : "CapabilityStatement.experimental",
"path" : "CapabilityStatement.experimental",
"short" : "For testing purposes, not real usage",
"definition" : "A Boolean value to indicate that this capability statement is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.",
"comment" : "Allows filtering of capability statements that are appropriate for use versus not.",
"requirements" : "Enables experimental content to be developed following the same lifecycle that would be used for a production-level capability statement.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.experimental",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.security.id",
"path": "CapabilityStatement.rest.security.id",
"representation": [
"xmlAttr"
],
"short": "xml:id (or equivalent in JSON)",
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
"type" : [{
"code" : "boolean"
}],
"isModifier" : false,
"isSummary" : true,
"mapping" : [{
"identity" : "workflow",
"map" : "Definition.experimental"
},
{
"id": "CapabilityStatement.rest.security.extension",
"path": "CapabilityStatement.rest.security.extension",
"short": "Additional Content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
"identity" : "w5",
"map" : "FiveWs.class"
}]
},
{
"id" : "CapabilityStatement.date",
"path" : "CapabilityStatement.date",
"short" : "Date last changed",
"definition" : "The date (and optionally time) when the capability statement was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the capability statement changes.",
"comment" : "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the capability statement. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.",
"alias" : ["Revision Date"],
"min" : 1,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.date",
"min" : 1,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.security.modifierExtension",
"path": "CapabilityStatement.rest.security.modifierExtension",
"short": "Extensions that cannot be ignored",
"definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"isModifier": true,
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
"type" : [{
"code" : "dateTime"
}],
"isModifier" : false,
"isSummary" : true,
"mapping" : [{
"identity" : "workflow",
"map" : "Definition.date"
},
{
"id": "CapabilityStatement.rest.security.cors",
"path": "CapabilityStatement.rest.security.cors",
"short": "Adds CORS Headers (http://enable-cors.org/)",
"definition": "Server adds CORS headers when responding to requests - this enables javascript applications to use the server.",
"comment": "The easiest CORS headers to add are Access-Control-Allow-Origin: * & Access-Control-Request-Method: GET, POST, PUT, DELETE. All servers SHOULD support CORS.",
"min": 0,
"max": "1",
"type": [
{
"code": "boolean"
}
],
"isSummary": true
"identity" : "w5",
"map" : "FiveWs.recorded"
}]
},
{
"id" : "CapabilityStatement.publisher",
"path" : "CapabilityStatement.publisher",
"short" : "Name of the publisher (organization or individual)",
"definition" : "The name of the organization or individual that published the capability statement.",
"comment" : "Usually an organization but may be an individual. The publisher (or steward) of the capability statement is the organization or individual primarily responsible for the maintenance and upkeep of the capability statement. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the capability statement. This item SHOULD be populated unless the information is available from context.",
"requirements" : "Helps establish the \"authority/credibility\" of the capability statement. May also allow for contact.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.publisher",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.security.service",
"path": "CapabilityStatement.rest.security.service",
"short": "OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates",
"definition": "Types of security services that are supported/required by the system.",
"min": 0,
"max": "*",
"type": [
{
"code": "CodeableConcept"
}
],
"isSummary": true,
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "RestfulSecurityService"
}
],
"strength": "extensible",
"description": "Types of security services used with FHIR.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/restful-security-service"
}
}
"type" : [{
"code" : "string"
}],
"isModifier" : false,
"isSummary" : true,
"mapping" : [{
"identity" : "workflow",
"map" : "Definition.publisher"
},
{
"id": "CapabilityStatement.rest.security.description",
"path": "CapabilityStatement.rest.security.description",
"short": "General description of how security works",
"definition": "General description of how security works.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
"identity" : "w5",
"map" : "FiveWs.witness"
}]
},
{
"id" : "CapabilityStatement.contact",
"path" : "CapabilityStatement.contact",
"short" : "Contact details for the publisher",
"definition" : "Contact details to assist a user in finding and communicating with the publisher.",
"comment" : "May be a web site, an email address, a telephone number, etc.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "CapabilityStatement.contact",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.security.certificate",
"path": "CapabilityStatement.rest.security.certificate",
"short": "Certificates associated with security profiles",
"definition": "Certificates associated with security profiles.",
"min": 0,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() | (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "Element"
}
]
"type" : [{
"code" : "ContactDetail"
}],
"isModifier" : false,
"isSummary" : true,
"mapping" : [{
"identity" : "workflow",
"map" : "Definition.contact"
}]
},
{
"id" : "CapabilityStatement.description",
"path" : "CapabilityStatement.description",
"short" : "Natural language description of the capability statement",
"definition" : "A free text natural language description of the capability statement from a consumer's perspective. Typically, this is used when the capability statement describes a desired rather than an actual solution, for example as a formal expression of requirements as part of an RFP.",
"comment" : "This description can be used to capture details such as why the capability statement was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the capability statement as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the capability statement is presumed to be the predominant language in the place the capability statement was created).This does not need to be populated if the description is adequately implied by the software or implementation details.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.description",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.security.certificate.id",
"path": "CapabilityStatement.rest.security.certificate.id",
"representation": [
"xmlAttr"
],
"short": "xml:id (or equivalent in JSON)",
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
"type" : [{
"code" : "markdown"
}],
"condition" : ["cpb-2"],
"isModifier" : false,
"isSummary" : false,
"mapping" : [{
"identity" : "workflow",
"map" : "Definition.description"
}]
},
{
"id" : "CapabilityStatement.useContext",
"path" : "CapabilityStatement.useContext",
"short" : "The context that the content is intended to support",
"definition" : "The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching for appropriate capability statement instances.",
"comment" : "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.",
"requirements" : "Assist in searching for appropriate content.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "CapabilityStatement.useContext",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.security.certificate.extension",
"path": "CapabilityStatement.rest.security.certificate.extension",
"short": "Additional Content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
"type" : [{
"code" : "UsageContext"
}],
"isModifier" : false,
"isSummary" : true,
"mapping" : [{
"identity" : "workflow",
"map" : "Definition.useContext"
}]
},
{
"id" : "CapabilityStatement.jurisdiction",
"path" : "CapabilityStatement.jurisdiction",
"short" : "Intended jurisdiction for capability statement (if applicable)",
"definition" : "A legal or geographic region in which the capability statement is intended to be used.",
"comment" : "It may be possible for the capability statement to be used in jurisdictions other than those for which it was originally designed or intended.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "CapabilityStatement.jurisdiction",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.security.certificate.modifierExtension",
"path": "CapabilityStatement.rest.security.certificate.modifierExtension",
"short": "Extensions that cannot be ignored",
"definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
"type" : [{
"code" : "CodeableConcept"
}],
"isModifier" : false,
"isSummary" : true,
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "Jurisdiction"
},
"type": [
{
"code": "Extension"
}
],
"isModifier": true,
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
},
{
"id": "CapabilityStatement.rest.security.certificate.type",
"path": "CapabilityStatement.rest.security.certificate.type",
"short": "Mime type for certificates",
"definition": "Mime type for a certificate.",
"min": 0,
"max": "1",
"type": [
{
"code": "code"
}
],
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "MimeType"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean": true
}
],
"strength": "required",
"description": "The mime type of an attachment. Any valid mime type is allowed.",
"valueSetUri": "http://www.rfc-editor.org/bcp/bcp13.txt"
}
},
{
"id": "CapabilityStatement.rest.security.certificate.blob",
"path": "CapabilityStatement.rest.security.certificate.blob",
"short": "Actual certificate",
"definition": "Actual certificate.",
"min": 0,
"max": "1",
"type": [
{
"code": "base64Binary"
}
]
},
{
"id": "CapabilityStatement.rest.resource",
"path": "CapabilityStatement.rest.resource",
"short": "Resource served on the REST interface",
"definition": "A specification of the restful capabilities of the solution for a specific resource type.",
"comment": "Max of one repetition per resource type.",
"min": 0,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() | (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "Element"
},
{
"key": "cpb-12",
"severity": "error",
"human": "Search parameter names must be unique in the context of a resource.",
"expression": "searchParam.select(name).isDistinct()",
"xpath": "count(f:searchParam)=count(distinct-values(f:searchParam/f:name/@value))"
}
],
"isSummary": true
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean" : true
}],
"strength" : "extensible",
"description" : "Countries and regions within which this artifact is targeted for use.",
"valueSet" : "http://hl7.org/fhir/ValueSet/jurisdiction"
},
{
"id": "CapabilityStatement.rest.resource.id",
"path": "CapabilityStatement.rest.resource.id",
"representation": [
"xmlAttr"
],
"short": "xml:id (or equivalent in JSON)",
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
"mapping" : [{
"identity" : "workflow",
"map" : "Definition.jurisdiction"
}]
},
{
"id" : "CapabilityStatement.purpose",
"path" : "CapabilityStatement.purpose",
"short" : "Why this capability statement is defined",
"definition" : "Explanation of why this capability statement is needed and why it has been designed as it has.",
"comment" : "This element does not describe the usage of the capability statement. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this capability statement.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.purpose",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.resource.extension",
"path": "CapabilityStatement.rest.resource.extension",
"short": "Additional Content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
"type" : [{
"code" : "markdown"
}],
"isModifier" : false,
"isSummary" : false,
"mapping" : [{
"identity" : "workflow",
"map" : "Definition.purpose"
},
{
"id": "CapabilityStatement.rest.resource.modifierExtension",
"path": "CapabilityStatement.rest.resource.modifierExtension",
"short": "Extensions that cannot be ignored",
"definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"isModifier": true,
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
"identity" : "w5",
"map" : "FiveWs.why[x]"
},
{
"id": "CapabilityStatement.rest.resource.type",
"path": "CapabilityStatement.rest.resource.type",
"short": "A resource type that is supported",
"definition": "A type of resource exposed via the restful interface.",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
],
"isSummary": true,
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ResourceType"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean": true
}
],
"strength": "required",
"description": "One of the resource types defined as part of FHIR.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/resource-types"
}
}
"identity" : "objimpl",
"map" : "no-gen-base"
}]
},
{
"id" : "CapabilityStatement.copyright",
"path" : "CapabilityStatement.copyright",
"short" : "Use and/or publishing restrictions",
"definition" : "A copyright statement relating to the capability statement and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the capability statement.",
"requirements" : "Consumers must be able to determine any legal restrictions on the use of the capability statement and/or its content.",
"alias" : ["License",
"Restrictions"],
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.copyright",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.resource.profile",
"path": "CapabilityStatement.rest.resource.profile",
"short": "Base System profile for all uses of resource",
"definition": "A specification of the profile that describes the solution's overall support for the resource, including any constraints on cardinality, bindings, lengths or other limitations. See further discussion in [Using Profiles](profiling.html#profile-uses).",
"comment": "The profile applies to all resources of this type - i.e. it is the superset of what is supported by the system.",
"min": 0,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/StructureDefinition"
}
],
"isSummary": true
"type" : [{
"code" : "markdown"
}],
"isModifier" : false,
"isSummary" : false,
"mapping" : [{
"identity" : "workflow",
"map" : "Definition.copyright"
},
{
"id": "CapabilityStatement.rest.resource.documentation",
"path": "CapabilityStatement.rest.resource.documentation",
"short": "Additional information about the use of the resource type",
"definition": "Additional information about the resource type used by the system.",
"min": 0,
"max": "1",
"type": [
{
"code": "markdown"
}
]
"identity" : "objimpl",
"map" : "no-gen-base"
}]
},
{
"id" : "CapabilityStatement.kind",
"path" : "CapabilityStatement.kind",
"short" : "instance | capability | requirements",
"definition" : "The way that this statement is intended to be used, to describe an actual running instance of software, a particular product (kind, not instance of software) or a class of implementation (e.g. a desired purchase).",
"requirements" : "Allow searching the 3 modes.",
"min" : 1,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.kind",
"min" : 1,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.resource.interaction",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString": "ResourceInteraction"
}
],
"path": "CapabilityStatement.rest.resource.interaction",
"short": "What operations are supported?",
"definition": "Identifies a restful operation supported by the solution.",
"min": 1,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() | (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "Element"
}
]
"type" : [{
"code" : "code"
}],
"condition" : ["cpb-15"],
"isModifier" : false,
"isSummary" : true,
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "CapabilityStatementKind"
}],
"strength" : "required",
"description" : "How a capability statement is intended to be used.",
"valueSet" : "http://hl7.org/fhir/ValueSet/capability-statement-kind"
}
},
{
"id" : "CapabilityStatement.instantiates",
"path" : "CapabilityStatement.instantiates",
"short" : "Canonical URL of another capability statement this implements",
"definition" : "Reference to a canonical URL of another CapabilityStatement that this software implements. This capability statement is a published API description that corresponds to a business service. The server may actually implement a subset of the capability statement it claims to implement, so the capability statement must specify the full capability details.",
"comment" : "HL7 defines the following Services: [Terminology Service](terminology-service.html). \n\nMany [Implementation Guides](https://registry.fhir.org/guides) define additional services.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "CapabilityStatement.instantiates",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.resource.interaction.id",
"path": "CapabilityStatement.rest.resource.interaction.id",
"representation": [
"xmlAttr"
],
"short": "xml:id (or equivalent in JSON)",
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
"type" : [{
"code" : "canonical",
"targetProfile" : ["http://hl7.org/fhir/StructureDefinition/CapabilityStatement"]
}],
"isModifier" : false,
"isSummary" : true
},
{
"id" : "CapabilityStatement.imports",
"path" : "CapabilityStatement.imports",
"short" : "Canonical URL of another capability statement this adds to",
"definition" : "Reference to a canonical URL of another CapabilityStatement that this software adds to. The capability statement automatically includes everything in the other statement, and it is not duplicated, though the server may repeat the same resources, interactions and operations to add additional details to them.",
"comment" : "the contents of any directly or indirectly imported CapabilityStatements SHALL NOT overlap, i.e. they cannot refer to the same rest/resource, operations/name, searchparam/name, interaction/code, messaging/endpoint, document/mode pair.\n\nA capability statement that imports another CapabilityStatement automatically instantiates it too (though this is often not a very useful statement for the kinds of CapabilityStatements that are suitable for importing).",
"min" : 0,
"max" : "*",
"base" : {
"path" : "CapabilityStatement.imports",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.resource.interaction.extension",
"path": "CapabilityStatement.rest.resource.interaction.extension",
"short": "Additional Content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
"type" : [{
"code" : "canonical",
"targetProfile" : ["http://hl7.org/fhir/StructureDefinition/CapabilityStatement"]
}],
"isModifier" : false,
"isSummary" : true
},
{
"id" : "CapabilityStatement.software",
"path" : "CapabilityStatement.software",
"short" : "Software that is covered by this capability statement",
"definition" : "Software that is covered by this capability statement. It is used when the capability statement describes the capabilities of a particular software version, independent of an installation.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.software",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.resource.interaction.modifierExtension",
"path": "CapabilityStatement.rest.resource.interaction.modifierExtension",
"short": "Extensions that cannot be ignored",
"definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"isModifier": true,
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
"type" : [{
"code" : "BackboneElement"
}],
"condition" : ["cpb-2"],
"constraint" : [{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "Element"
}],
"isModifier" : false,
"isSummary" : true
},
{
"id" : "CapabilityStatement.software.id",
"path" : "CapabilityStatement.software.id",
"representation" : ["xmlAttr"],
"short" : "xml:id (or equivalent in JSON)",
"definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.id",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.resource.interaction.code",
"path": "CapabilityStatement.rest.resource.interaction.code",
"short": "read | vread | update | patch | delete | history-instance | history-type | create | search-type",
"definition": "Coded identifier of the operation, supported by the system resource.",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
],
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "TypeRestfulInteraction"
}
],
"strength": "required",
"description": "Operations supported by REST at the type or instance level.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/type-restful-interaction"
}
}
"type" : [{
"code" : "string"
}],
"isModifier" : false,
"isSummary" : false,
"mapping" : [{
"identity" : "rim",
"map" : "n/a"
}]
},
{
"id" : "CapabilityStatement.software.extension",
"path" : "CapabilityStatement.software.extension",
"short" : "Additional content defined by implementations",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : ["extensions",
"user content"],
"min" : 0,
"max" : "*",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.resource.interaction.documentation",
"path": "CapabilityStatement.rest.resource.interaction.documentation",
"short": "Anything special about operation behavior",
"definition": "Guidance specific to the implementation of this operation, such as 'delete is a logical delete' or 'updates are only allowed with version id' or 'creates permitted from pre-authorized certificates only'.",
"requirements": "REST allows a degree of variability in the implementation of RESTful solutions that is useful for exchange partners to be aware of.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
"type" : [{
"code" : "Extension"
}],
"isModifier" : false,
"isSummary" : false,
"mapping" : [{
"identity" : "rim",
"map" : "n/a"
}]
},
{
"id" : "CapabilityStatement.software.modifierExtension",
"path" : "CapabilityStatement.software.modifierExtension",
"short" : "Extensions that cannot be ignored if unrecognized",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : ["extensions",
"user content",
"modifiers"],
"min" : 0,
"max" : "*",
"base" : {
"path" : "BackboneElement.modifierExtension",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.resource.versioning",
"path": "CapabilityStatement.rest.resource.versioning",
"short": "no-version | versioned | versioned-update",
"definition": "This field is set to no-version to specify that the system does not support (server) or use (client) versioning for this resource type. If this has some other value, the server must at least correctly track and populate the versionId meta-property on resources. If the value is 'versioned-update', then the server supports all the versioning features, including using e-tags for version integrity in the API.",
"comment": "If a server supports versionIds correctly, it SHOULD support vread too, but is not required to do so.",
"min": 0,
"max": "1",
"type": [
{
"code": "code"
}
],
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ResourceVersionPolicy"
}
],
"strength": "required",
"description": "How the system supports versioning for a resource.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/versioning-policy"
}
}
"type" : [{
"code" : "Extension"
}],
"isModifier" : true,
"isModifierReason" : "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary" : true,
"mapping" : [{
"identity" : "rim",
"map" : "N/A"
}]
},
{
"id" : "CapabilityStatement.software.name",
"path" : "CapabilityStatement.software.name",
"short" : "A name the software is known by",
"definition" : "Name the software is known by.",
"min" : 1,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.software.name",
"min" : 1,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.resource.readHistory",
"path": "CapabilityStatement.rest.resource.readHistory",
"short": "Whether vRead can return past versions",
"definition": "A flag for whether the server is able to return past versions as part of the vRead operation.",
"comment": "It is useful to support the vRead operation for current operations, even if past versions aren't available.",
"min": 0,
"max": "1",
"type": [
{
"code": "boolean"
}
]
"type" : [{
"code" : "string"
}],
"isModifier" : false,
"isSummary" : true
},
{
"id" : "CapabilityStatement.software.version",
"path" : "CapabilityStatement.software.version",
"short" : "Version covered by this statement",
"definition" : "The version identifier for the software covered by this statement.",
"comment" : "If possible, a version should be specified, as statements are likely to be different for different versions of software.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.software.version",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.resource.updateCreate",
"path": "CapabilityStatement.rest.resource.updateCreate",
"short": "If update can commit to a new identity",
"definition": "A flag to indicate that the server allows or needs to allow the client to create new identities on the server (e.g. that is, the client PUTs to a location where there is no existing resource). Allowing this operation means that the server allows the client to create new identities on the server.",
"comment": "Allowing the clients to create new identities on the server means that the system administrator needs to have confidence that the clients do not create clashing identities between them. Obviously, if there is only one client, this won't happen. While creating identities on the client means that the clients need to be managed, it's much more convenient for many scenarios if such management can be put in place.",
"min": 0,
"max": "1",
"type": [
{
"code": "boolean"
}
]
"type" : [{
"code" : "string"
}],
"isModifier" : false,
"isSummary" : true
},
{
"id" : "CapabilityStatement.software.releaseDate",
"path" : "CapabilityStatement.software.releaseDate",
"short" : "Date this version was released",
"definition" : "Date this version of the software was released.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.software.releaseDate",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.resource.conditionalCreate",
"path": "CapabilityStatement.rest.resource.conditionalCreate",
"short": "If allows/uses conditional create",
"definition": "A flag that indicates that the server supports conditional create.",
"comment": "Conditional Create is mainly appropriate for interface engine scripts converting from other formats, such as v2.",
"min": 0,
"max": "1",
"type": [
{
"code": "boolean"
}
]
"type" : [{
"code" : "dateTime"
}],
"isModifier" : false,
"isSummary" : true
},
{
"id" : "CapabilityStatement.implementation",
"path" : "CapabilityStatement.implementation",
"short" : "If this describes a specific instance",
"definition" : "Identifies a specific implementation instance that is described by the capability statement - i.e. a particular installation, rather than the capabilities of a software program.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.implementation",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.resource.conditionalRead",
"path": "CapabilityStatement.rest.resource.conditionalRead",
"short": "not-supported | modified-since | not-match | full-support",
"definition": "A code that indicates how the server supports conditional read.",
"comment": "Conditional Read is mainly appropriate for interface engine scripts converting from other formats, such as v2.",
"min": 0,
"max": "1",
"type": [
{
"code": "code"
}
],
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ConditionalReadStatus"
}
],
"strength": "required",
"description": "A code that indicates how the server supports conditional read.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/conditional-read-status"
}
}
"type" : [{
"code" : "BackboneElement"
}],
"condition" : ["cpb-2",
"cpb-15"],
"constraint" : [{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "Element"
}],
"isModifier" : false,
"isSummary" : true
},
{
"id" : "CapabilityStatement.implementation.id",
"path" : "CapabilityStatement.implementation.id",
"representation" : ["xmlAttr"],
"short" : "xml:id (or equivalent in JSON)",
"definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.id",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.resource.conditionalUpdate",
"path": "CapabilityStatement.rest.resource.conditionalUpdate",
"short": "If allows/uses conditional update",
"definition": "A flag that indicates that the server supports conditional update.",
"comment": "Conditional Update is mainly appropriate for interface engine scripts converting from other formats, such as v2.",
"min": 0,
"max": "1",
"type": [
{
"code": "boolean"
}
]
"type" : [{
"code" : "string"
}],
"isModifier" : false,
"isSummary" : false,
"mapping" : [{
"identity" : "rim",
"map" : "n/a"
}]
},
{
"id" : "CapabilityStatement.implementation.extension",
"path" : "CapabilityStatement.implementation.extension",
"short" : "Additional content defined by implementations",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : ["extensions",
"user content"],
"min" : 0,
"max" : "*",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.resource.conditionalDelete",
"path": "CapabilityStatement.rest.resource.conditionalDelete",
"short": "not-supported | single | multiple - how conditional delete is supported",
"definition": "A code that indicates how the server supports conditional delete.",
"comment": "Conditional Delete is mainly appropriate for interface engine scripts converting from other formats, such as v2.",
"min": 0,
"max": "1",
"type": [
{
"code": "code"
}
],
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ConditionalDeleteStatus"
}
],
"strength": "required",
"description": "A code that indicates how the server supports conditional delete.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/conditional-delete-status"
}
}
"type" : [{
"code" : "Extension"
}],
"isModifier" : false,
"isSummary" : false,
"mapping" : [{
"identity" : "rim",
"map" : "n/a"
}]
},
{
"id" : "CapabilityStatement.implementation.modifierExtension",
"path" : "CapabilityStatement.implementation.modifierExtension",
"short" : "Extensions that cannot be ignored if unrecognized",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : ["extensions",
"user content",
"modifiers"],
"min" : 0,
"max" : "*",
"base" : {
"path" : "BackboneElement.modifierExtension",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.resource.referencePolicy",
"path": "CapabilityStatement.rest.resource.referencePolicy",
"short": "literal | logical | resolves | enforced | local",
"definition": "A set of flags that defines how references are supported.",
"min": 0,
"max": "*",
"type": [
{
"code": "code"
}
],
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ReferenceHandlingPolicy"
}
],
"strength": "required",
"description": "A set of flags that defines how references are supported.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/reference-handling-policy"
}
}
"type" : [{
"code" : "Extension"
}],
"isModifier" : true,
"isModifierReason" : "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary" : true,
"mapping" : [{
"identity" : "rim",
"map" : "N/A"
}]
},
{
"id" : "CapabilityStatement.implementation.description",
"path" : "CapabilityStatement.implementation.description",
"short" : "Describes this specific instance",
"definition" : "Information about the specific installation that this capability statement relates to.",
"min" : 1,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.implementation.description",
"min" : 1,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.resource.searchInclude",
"path": "CapabilityStatement.rest.resource.searchInclude",
"short": "_include values supported by the server",
"definition": "A list of _include values supported by the server.",
"comment": "If this list is empty, the server does not support includes.",
"min": 0,
"max": "*",
"type": [
{
"code": "string"
}
]
"type" : [{
"code" : "string"
}],
"isModifier" : false,
"isSummary" : true
},
{
"id" : "CapabilityStatement.implementation.url",
"path" : "CapabilityStatement.implementation.url",
"short" : "Base URL for the installation",
"definition" : "An absolute base URL for the implementation. This forms the base for REST interfaces as well as the mailbox and document interfaces.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.implementation.url",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.resource.searchRevInclude",
"path": "CapabilityStatement.rest.resource.searchRevInclude",
"short": "_revinclude values supported by the server",
"definition": "A list of _revinclude (reverse include) values supported by the server.",
"comment": "If this list is empty, the server does not support reverse includes.",
"min": 0,
"max": "*",
"type": [
{
"code": "string"
}
]
"type" : [{
"code" : "url"
}],
"isModifier" : false,
"isSummary" : true
},
{
"id" : "CapabilityStatement.implementation.custodian",
"path" : "CapabilityStatement.implementation.custodian",
"short" : "Organization that manages the data",
"definition" : "The organization responsible for the management of the instance and oversight of the data on the server at the specified URL.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.implementation.custodian",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.resource.searchParam",
"path": "CapabilityStatement.rest.resource.searchParam",
"short": "Search parameters supported by implementation",
"definition": "Search parameters for implementations to support and/or make use of - either references to ones defined in the specification, or additional ones defined for/by the implementation.",
"min": 0,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() | (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "Element"
}
]
"type" : [{
"code" : "Reference",
"targetProfile" : ["http://hl7.org/fhir/StructureDefinition/Organization"]
}],
"isModifier" : false,
"isSummary" : true
},
{
"id" : "CapabilityStatement.fhirVersion",
"path" : "CapabilityStatement.fhirVersion",
"short" : "FHIR Version the system uses",
"definition" : "The version of the FHIR specification on which this capability statement is based.",
"min" : 1,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.fhirVersion",
"min" : 1,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.resource.searchParam.id",
"path": "CapabilityStatement.rest.resource.searchParam.id",
"representation": [
"xmlAttr"
],
"short": "xml:id (or equivalent in JSON)",
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
"type" : [{
"code" : "id"
}],
"isModifier" : false,
"isSummary" : true,
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "FHIRVersions"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean" : true
}],
"strength" : "required",
"description" : "All published FHIR Versions.",
"valueSet" : "http://hl7.org/fhir/ValueSet/fhir-versions"
}
},
{
"id" : "CapabilityStatement.format",
"path" : "CapabilityStatement.format",
"short" : "formats supported (xml | json | ttl | mime type)",
"definition" : "A list of the formats supported by this implementation using their content types.",
"comment" : "\"xml\", \"json\" and \"ttl\" are allowed, which describe the simple encodings described in the specification (and imply appropriate bundle support). Otherwise, mime types are legal here.",
"min" : 1,
"max" : "*",
"base" : {
"path" : "CapabilityStatement.format",
"min" : 1,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.resource.searchParam.extension",
"path": "CapabilityStatement.rest.resource.searchParam.extension",
"short": "Additional Content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
"type" : [{
"code" : "code"
}],
"isModifier" : false,
"isSummary" : true,
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "MimeType"
},
"type": [
{
"code": "Extension"
}
],
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean" : true
}],
"strength" : "required",
"description" : "The mime type of an attachment. Any valid mime type is allowed.",
"valueSet" : "http://hl7.org/fhir/ValueSet/mimetypes"
}
},
{
"id" : "CapabilityStatement.patchFormat",
"path" : "CapabilityStatement.patchFormat",
"short" : "Patch formats supported",
"definition" : "A list of the patch formats supported by this implementation using their content types.",
"comment" : "At present, the patch mime types application/json-patch+json and application/xml-patch+xml are legal. Generally, if a server supports PATCH, it would be expected to support the patch formats and match the formats it supports, but this is not always possible or necessary.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "CapabilityStatement.patchFormat",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.resource.searchParam.modifierExtension",
"path": "CapabilityStatement.rest.resource.searchParam.modifierExtension",
"short": "Extensions that cannot be ignored",
"definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
"type" : [{
"code" : "code"
}],
"isModifier" : false,
"isSummary" : true,
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "MimeType"
},
"type": [
{
"code": "Extension"
}
],
"isModifier": true,
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
},
{
"id": "CapabilityStatement.rest.resource.searchParam.name",
"path": "CapabilityStatement.rest.resource.searchParam.name",
"short": "Name of search parameter",
"definition": "The name of the search parameter used in the interface.",
"comment": "Parameter names cannot overlap with standard parameter names, and standard parameters cannot be redefined.",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "CapabilityStatement.rest.resource.searchParam.definition",
"path": "CapabilityStatement.rest.resource.searchParam.definition",
"short": "Source of definition for parameter",
"definition": "An absolute URI that is a formal reference to where this parameter was first defined, so that a client can be confident of the meaning of the search parameter (a reference to [SearchParameter.url]()).",
"comment": "This SHOULD be present, and matches refers to a SearchParameter by its canonical url. If systems wish to document their support for modifiers, comparators, target resource types, and chained parameters, they should do using a search parameter resource.",
"min": 0,
"max": "1",
"type": [
{
"code": "uri"
}
]
},
{
"id": "CapabilityStatement.rest.resource.searchParam.type",
"path": "CapabilityStatement.rest.resource.searchParam.type",
"short": "number | date | string | token | reference | composite | quantity | uri",
"definition": "The type of value a search parameter refers to, and how the content is interpreted.",
"comment": "While this can be looked up from the definition, it is included here as a convenience for systems that autogenerate a query interface based on the server capability statement. It SHALL be the same as the type in the search parameter definition.",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
],
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "SearchParamType"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean": true
}
],
"strength": "required",
"description": "Data types allowed to be used for search parameters.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/search-param-type"
}
}
},
{
"id": "CapabilityStatement.rest.resource.searchParam.documentation",
"path": "CapabilityStatement.rest.resource.searchParam.documentation",
"short": "Server-specific usage",
"definition": "This allows documentation of any distinct behaviors about how the search parameter is used. For example, text matching algorithms.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean" : true
}],
"strength" : "required",
"description" : "The mime type of an attachment. Any valid mime type is allowed.",
"valueSet" : "http://hl7.org/fhir/ValueSet/mimetypes"
}
},
{
"id" : "CapabilityStatement.implementationGuide",
"path" : "CapabilityStatement.implementationGuide",
"short" : "Implementation guides supported",
"definition" : "A list of implementation guides that the server does (or should) support in their entirety.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "CapabilityStatement.implementationGuide",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.interaction",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString": "SystemInteraction"
}
],
"path": "CapabilityStatement.rest.interaction",
"short": "What operations are supported?",
"definition": "A specification of restful operations supported by the system.",
"min": 0,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() | (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "Element"
}
]
"type" : [{
"code" : "canonical",
"targetProfile" : ["http://hl7.org/fhir/StructureDefinition/ImplementationGuide"]
}],
"isModifier" : false,
"isSummary" : true
},
{
"id" : "CapabilityStatement.rest",
"path" : "CapabilityStatement.rest",
"short" : "If the endpoint is a RESTful one",
"definition" : "A definition of the restful capabilities of the solution, if any.",
"comment" : "Multiple repetitions allow definition of both client and/or server behaviors or possibly behaviors under different configuration settings (for software or requirements statements).",
"min" : 0,
"max" : "*",
"base" : {
"path" : "CapabilityStatement.rest",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.interaction.id",
"path": "CapabilityStatement.rest.interaction.id",
"representation": [
"xmlAttr"
],
"short": "xml:id (or equivalent in JSON)",
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
"type" : [{
"code" : "BackboneElement"
}],
"condition" : ["cpb-1"],
"constraint" : [{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "Element"
},
{
"id": "CapabilityStatement.rest.interaction.extension",
"path": "CapabilityStatement.rest.interaction.extension",
"short": "Additional Content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
"key" : "cpb-9",
"severity" : "error",
"human" : "A given resource can only be described once per RESTful mode.",
"expression" : "resource.select(type).isDistinct()",
"xpath" : "count(f:resource)=count(distinct-values(f:resource/f:type/@value))"
}],
"isModifier" : false,
"isSummary" : true
},
{
"id" : "CapabilityStatement.rest.id",
"path" : "CapabilityStatement.rest.id",
"representation" : ["xmlAttr"],
"short" : "xml:id (or equivalent in JSON)",
"definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.id",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.interaction.modifierExtension",
"path": "CapabilityStatement.rest.interaction.modifierExtension",
"short": "Extensions that cannot be ignored",
"definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"isModifier": true,
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
"type" : [{
"code" : "string"
}],
"isModifier" : false,
"isSummary" : false,
"mapping" : [{
"identity" : "rim",
"map" : "n/a"
}]
},
{
"id" : "CapabilityStatement.rest.extension",
"path" : "CapabilityStatement.rest.extension",
"short" : "Additional content defined by implementations",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : ["extensions",
"user content"],
"min" : 0,
"max" : "*",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.interaction.code",
"path": "CapabilityStatement.rest.interaction.code",
"short": "transaction | batch | search-system | history-system",
"definition": "A coded identifier of the operation, supported by the system.",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
],
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "SystemRestfulInteraction"
}
],
"strength": "required",
"description": "Operations supported by REST at the system level.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/system-restful-interaction"
}
}
"type" : [{
"code" : "Extension"
}],
"isModifier" : false,
"isSummary" : false,
"mapping" : [{
"identity" : "rim",
"map" : "n/a"
}]
},
{
"id" : "CapabilityStatement.rest.modifierExtension",
"path" : "CapabilityStatement.rest.modifierExtension",
"short" : "Extensions that cannot be ignored if unrecognized",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : ["extensions",
"user content",
"modifiers"],
"min" : 0,
"max" : "*",
"base" : {
"path" : "BackboneElement.modifierExtension",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.interaction.documentation",
"path": "CapabilityStatement.rest.interaction.documentation",
"short": "Anything special about operation behavior",
"definition": "Guidance specific to the implementation of this operation, such as limitations on the kind of transactions allowed, or information about system wide search is implemented.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
"type" : [{
"code" : "Extension"
}],
"isModifier" : true,
"isModifierReason" : "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary" : true,
"mapping" : [{
"identity" : "rim",
"map" : "N/A"
}]
},
{
"id" : "CapabilityStatement.rest.mode",
"path" : "CapabilityStatement.rest.mode",
"short" : "client | server",
"definition" : "Identifies whether this portion of the statement is describing the ability to initiate or receive restful operations.",
"min" : 1,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.rest.mode",
"min" : 1,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.searchParam",
"path": "CapabilityStatement.rest.searchParam",
"short": "Search parameters for searching all resources",
"definition": "Search parameters that are supported for searching all resources for implementations to support and/or make use of - either references to ones defined in the specification, or additional ones defined for/by the implementation.",
"comment": "Typically, the only search parameters supported for all searchse are those that apply to all resources - tags, profiles, text search etc.",
"min": 0,
"max": "*",
"contentReference": "#CapabilityStatement.rest.resource.searchParam"
"type" : [{
"code" : "code"
}],
"isModifier" : false,
"isSummary" : true,
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "RestfulCapabilityMode"
}],
"strength" : "required",
"description" : "The mode of a RESTful capability statement.",
"valueSet" : "http://hl7.org/fhir/ValueSet/restful-capability-mode"
}
},
{
"id" : "CapabilityStatement.rest.documentation",
"path" : "CapabilityStatement.rest.documentation",
"short" : "General description of implementation",
"definition" : "Information about the system's restful capabilities that apply across all applications, such as security.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.rest.documentation",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.operation",
"path": "CapabilityStatement.rest.operation",
"short": "Definition of an operation or a custom query",
"definition": "Definition of an operation or a named query together with its parameters and their meaning and type.",
"min": 0,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() | (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "Element"
}
],
"isSummary": true
"type" : [{
"code" : "markdown"
}],
"isModifier" : false,
"isSummary" : false
},
{
"id" : "CapabilityStatement.rest.security",
"path" : "CapabilityStatement.rest.security",
"short" : "Information about security of implementation",
"definition" : "Information about security implementation from an interface perspective - what a client needs to know.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.rest.security",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.operation.id",
"path": "CapabilityStatement.rest.operation.id",
"representation": [
"xmlAttr"
],
"short": "xml:id (or equivalent in JSON)",
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
"type" : [{
"code" : "BackboneElement"
}],
"constraint" : [{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "Element"
}],
"isModifier" : false,
"isSummary" : true
},
{
"id" : "CapabilityStatement.rest.security.id",
"path" : "CapabilityStatement.rest.security.id",
"representation" : ["xmlAttr"],
"short" : "xml:id (or equivalent in JSON)",
"definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.id",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.operation.extension",
"path": "CapabilityStatement.rest.operation.extension",
"short": "Additional Content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
"type" : [{
"code" : "string"
}],
"isModifier" : false,
"isSummary" : false,
"mapping" : [{
"identity" : "rim",
"map" : "n/a"
}]
},
{
"id" : "CapabilityStatement.rest.security.extension",
"path" : "CapabilityStatement.rest.security.extension",
"short" : "Additional content defined by implementations",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : ["extensions",
"user content"],
"min" : 0,
"max" : "*",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.operation.modifierExtension",
"path": "CapabilityStatement.rest.operation.modifierExtension",
"short": "Extensions that cannot be ignored",
"definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"isModifier": true,
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
"type" : [{
"code" : "Extension"
}],
"isModifier" : false,
"isSummary" : false,
"mapping" : [{
"identity" : "rim",
"map" : "n/a"
}]
},
{
"id" : "CapabilityStatement.rest.security.modifierExtension",
"path" : "CapabilityStatement.rest.security.modifierExtension",
"short" : "Extensions that cannot be ignored if unrecognized",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : ["extensions",
"user content",
"modifiers"],
"min" : 0,
"max" : "*",
"base" : {
"path" : "BackboneElement.modifierExtension",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.operation.name",
"path": "CapabilityStatement.rest.operation.name",
"short": "Name by which the operation/query is invoked",
"definition": "The name of the operation or query. For an operation, this is the name prefixed with $ and used in the URL. For a query, this is the name used in the _query parameter when the query is called.",
"comment": "The name here SHOULD be the same as the name in the definition, unless there is a name clash and the name cannot be used. The name does not include the \"$\" portion that is always included in the URL.",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
]
"type" : [{
"code" : "Extension"
}],
"isModifier" : true,
"isModifierReason" : "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary" : true,
"mapping" : [{
"identity" : "rim",
"map" : "N/A"
}]
},
{
"id" : "CapabilityStatement.rest.security.cors",
"path" : "CapabilityStatement.rest.security.cors",
"short" : "Adds CORS Headers (http://enable-cors.org/)",
"definition" : "Server adds CORS headers when responding to requests - this enables Javascript applications to use the server.",
"comment" : "The easiest CORS headers to add are Access-Control-Allow-Origin: * & Access-Control-Request-Method: GET, POST, PUT, DELETE. All servers SHOULD support CORS.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.rest.security.cors",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.operation.definition",
"path": "CapabilityStatement.rest.operation.definition",
"short": "The defined operation/query",
"definition": "Where the formal definition can be found.",
"comment": "This can be used to build an HTML form to invoke the operation, for instance.",
"min": 1,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/OperationDefinition"
}
],
"isSummary": true
"type" : [{
"code" : "boolean"
}],
"isModifier" : false,
"isSummary" : true
},
{
"id" : "CapabilityStatement.rest.security.service",
"path" : "CapabilityStatement.rest.security.service",
"short" : "OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates",
"definition" : "Types of security services that are supported/required by the system.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "CapabilityStatement.rest.security.service",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.compartment",
"path": "CapabilityStatement.rest.compartment",
"short": "Compartments served/used by system",
"definition": "An absolute URI which is a reference to the definition of a compartment that the system supports. The reference is to a CompartmentDefinition resource by its canonical URL .",
"comment": "At present, the only defined compartments are at [CompartmentDefinition](compartmentdefinition.html).",
"min": 0,
"max": "*",
"type": [
{
"code": "uri"
}
]
"type" : [{
"code" : "CodeableConcept"
}],
"isModifier" : false,
"isSummary" : true,
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "RestfulSecurityService"
}],
"strength" : "extensible",
"description" : "Types of security services used with FHIR.",
"valueSet" : "http://hl7.org/fhir/ValueSet/restful-security-service"
}
},
{
"id" : "CapabilityStatement.rest.security.description",
"path" : "CapabilityStatement.rest.security.description",
"short" : "General description of how security works",
"definition" : "General description of how security works.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.rest.security.description",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.messaging",
"path": "CapabilityStatement.messaging",
"short": "If messaging is supported",
"definition": "A description of the messaging capabilities of the solution.",
"comment": "Multiple repetitions allow the documentation of multiple endpoints per solution.",
"min": 0,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
],
"condition": [
"cpb-1"
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() | (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "Element"
},
{
"key": "cpb-16",
"severity": "error",
"human": "A Capability Statement messaging element SHALL have either supportedMessage or event element, but not both.",
"expression": "supportedMessage.empty() != event.empty()",
"xpath": "exists(f:supportedMessage) != exists(f:event)"
}
],
"isSummary": true
"type" : [{
"code" : "markdown"
}],
"isModifier" : false,
"isSummary" : false
},
{
"id" : "CapabilityStatement.rest.resource",
"path" : "CapabilityStatement.rest.resource",
"short" : "Resource served on the REST interface",
"definition" : "A specification of the restful capabilities of the solution for a specific resource type.",
"comment" : "Max of one repetition per resource type.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "CapabilityStatement.rest.resource",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.messaging.id",
"path": "CapabilityStatement.messaging.id",
"representation": [
"xmlAttr"
],
"short": "xml:id (or equivalent in JSON)",
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
"type" : [{
"code" : "BackboneElement"
}],
"constraint" : [{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "Element"
},
{
"id": "CapabilityStatement.messaging.extension",
"path": "CapabilityStatement.messaging.extension",
"short": "Additional Content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
"key" : "cpb-12",
"severity" : "error",
"human" : "Search parameter names must be unique in the context of a resource.",
"expression" : "searchParam.select(name).isDistinct()",
"xpath" : "count(f:searchParam)=count(distinct-values(f:searchParam/f:name/@value))"
}],
"isModifier" : false,
"isSummary" : true
},
{
"id" : "CapabilityStatement.rest.resource.id",
"path" : "CapabilityStatement.rest.resource.id",
"representation" : ["xmlAttr"],
"short" : "xml:id (or equivalent in JSON)",
"definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.id",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.messaging.modifierExtension",
"path": "CapabilityStatement.messaging.modifierExtension",
"short": "Extensions that cannot be ignored",
"definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"isModifier": true,
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
"type" : [{
"code" : "string"
}],
"isModifier" : false,
"isSummary" : false,
"mapping" : [{
"identity" : "rim",
"map" : "n/a"
}]
},
{
"id" : "CapabilityStatement.rest.resource.extension",
"path" : "CapabilityStatement.rest.resource.extension",
"short" : "Additional content defined by implementations",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : ["extensions",
"user content"],
"min" : 0,
"max" : "*",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.messaging.endpoint",
"path": "CapabilityStatement.messaging.endpoint",
"short": "Where messages should be sent",
"definition": "An endpoint (network accessible address) to which messages and/or replies are to be sent.",
"alias": [
"3"
],
"min": 0,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() | (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "Element"
}
]
"type" : [{
"code" : "Extension"
}],
"isModifier" : false,
"isSummary" : false,
"mapping" : [{
"identity" : "rim",
"map" : "n/a"
}]
},
{
"id" : "CapabilityStatement.rest.resource.modifierExtension",
"path" : "CapabilityStatement.rest.resource.modifierExtension",
"short" : "Extensions that cannot be ignored if unrecognized",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : ["extensions",
"user content",
"modifiers"],
"min" : 0,
"max" : "*",
"base" : {
"path" : "BackboneElement.modifierExtension",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.messaging.endpoint.id",
"path": "CapabilityStatement.messaging.endpoint.id",
"representation": [
"xmlAttr"
],
"short": "xml:id (or equivalent in JSON)",
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
"type" : [{
"code" : "Extension"
}],
"isModifier" : true,
"isModifierReason" : "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary" : true,
"mapping" : [{
"identity" : "rim",
"map" : "N/A"
}]
},
{
"id" : "CapabilityStatement.rest.resource.type",
"path" : "CapabilityStatement.rest.resource.type",
"short" : "A resource type that is supported",
"definition" : "A type of resource exposed via the restful interface.",
"min" : 1,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.rest.resource.type",
"min" : 1,
"max" : "1"
},
{
"id": "CapabilityStatement.messaging.endpoint.extension",
"path": "CapabilityStatement.messaging.endpoint.extension",
"short": "Additional Content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
"type" : [{
"code" : "code"
}],
"isModifier" : false,
"isSummary" : true,
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "ResourceType"
},
"type": [
{
"code": "Extension"
}
],
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean" : true
}],
"strength" : "required",
"description" : "One of the resource types defined as part of this version of FHIR.",
"valueSet" : "http://hl7.org/fhir/ValueSet/resource-types"
}
},
{
"id" : "CapabilityStatement.rest.resource.profile",
"path" : "CapabilityStatement.rest.resource.profile",
"short" : "Base System profile for all uses of resource",
"definition" : "A specification of the profile that describes the solution's overall support for the resource, including any constraints on cardinality, bindings, lengths or other limitations. See further discussion in [Using Profiles](profiling.html#profile-uses).",
"comment" : "The profile applies to all resources of this type - i.e. it is the superset of what is supported by the system.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.rest.resource.profile",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.messaging.endpoint.modifierExtension",
"path": "CapabilityStatement.messaging.endpoint.modifierExtension",
"short": "Extensions that cannot be ignored",
"definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"isModifier": true,
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
"type" : [{
"code" : "canonical",
"targetProfile" : ["http://hl7.org/fhir/StructureDefinition/StructureDefinition"]
}],
"isModifier" : false,
"isSummary" : true
},
{
"id" : "CapabilityStatement.rest.resource.supportedProfile",
"path" : "CapabilityStatement.rest.resource.supportedProfile",
"short" : "Profiles for use cases supported",
"definition" : "A list of profiles that represent different use cases supported by the system. For a server, \"supported by the system\" means the system hosts/produces a set of resources that are conformant to a particular profile, and allows clients that use its services to search using this profile and to find appropriate data. For a client, it means the system will search by this profile and process data according to the guidance implicit in the profile. See further discussion in [Using Profiles](profiling.html#profile-uses).",
"comment" : "Supported profiles are different than the profile that applies to a particular resource in .rest.resource.profile. The resource profile is a general statement of what features of the resource are supported overall by the system - the sum total of the facilities it supports. A supported profile is a deeper statement about the functionality of the data and services provided by the server (or used by the client). A typical case is a laboratory system that produces a set of different reports - this is the list of types of data that it publishes. A key aspect of declaring profiles here is the question of how the client converts knowledge that the server publishes this data into working with the data; the client can inspect individual resources to determine whether they conform to a particular profile, but how does it find the ones that do? It does so by searching using the _profile parameter, so any resources listed here must be valid values for the _profile resource (using the identifier in the target profile).",
"min" : 0,
"max" : "*",
"base" : {
"path" : "CapabilityStatement.rest.resource.supportedProfile",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.messaging.endpoint.protocol",
"path": "CapabilityStatement.messaging.endpoint.protocol",
"short": "http | ftp | mllp +",
"definition": "A list of the messaging transport protocol(s) identifiers, supported by this endpoint.",
"min": 1,
"max": "1",
"type": [
{
"code": "Coding"
}
],
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "MessageTransport"
}
],
"strength": "extensible",
"description": "The protocol used for message transport.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/message-transport"
}
}
"type" : [{
"code" : "canonical",
"targetProfile" : ["http://hl7.org/fhir/StructureDefinition/StructureDefinition"]
}],
"isModifier" : false,
"isSummary" : true
},
{
"id" : "CapabilityStatement.rest.resource.documentation",
"path" : "CapabilityStatement.rest.resource.documentation",
"short" : "Additional information about the use of the resource type",
"definition" : "Additional information about the resource type used by the system.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.rest.resource.documentation",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.messaging.endpoint.address",
"path": "CapabilityStatement.messaging.endpoint.address",
"short": "Network address or identifier of the end-point",
"definition": "The network address of the end-point. For solutions that do not use network addresses for routing, it can be just an identifier.",
"min": 1,
"max": "1",
"type": [
{
"code": "uri"
}
]
"type" : [{
"code" : "markdown"
}],
"isModifier" : false,
"isSummary" : false
},
{
"id" : "CapabilityStatement.rest.resource.interaction",
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString" : "ResourceInteraction"
}],
"path" : "CapabilityStatement.rest.resource.interaction",
"short" : "What operations are supported?",
"definition" : "Identifies a restful operation supported by the solution.",
"comment" : "In general, a Resource will only appear in a CapabilityStatement if the server actually has some capabilities - e.g. there is at least one interaction supported. However interactions can be omitted to support summarization (_summary = true).",
"min" : 0,
"max" : "*",
"base" : {
"path" : "CapabilityStatement.rest.resource.interaction",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.messaging.reliableCache",
"path": "CapabilityStatement.messaging.reliableCache",
"short": "Reliable Message Cache Length (min)",
"definition": "Length if the receiver's reliable messaging cache in minutes (if a receiver) or how long the cache length on the receiver should be (if a sender).",
"comment": "If this value is missing then the application does not implement (receiver) or depend on (sender) reliable messaging.",
"min": 0,
"max": "1",
"type": [
{
"code": "unsignedInt"
}
]
"type" : [{
"code" : "BackboneElement"
}],
"constraint" : [{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "Element"
}],
"isModifier" : false,
"isSummary" : false
},
{
"id" : "CapabilityStatement.rest.resource.interaction.id",
"path" : "CapabilityStatement.rest.resource.interaction.id",
"representation" : ["xmlAttr"],
"short" : "xml:id (or equivalent in JSON)",
"definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.id",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.messaging.documentation",
"path": "CapabilityStatement.messaging.documentation",
"short": "Messaging interface behavior details",
"definition": "Documentation about the system's messaging capabilities for this endpoint not otherwise documented by the capability statement. For example, the process for becoming an authorized messaging exchange partner.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
"type" : [{
"code" : "string"
}],
"isModifier" : false,
"isSummary" : false,
"mapping" : [{
"identity" : "rim",
"map" : "n/a"
}]
},
{
"id" : "CapabilityStatement.rest.resource.interaction.extension",
"path" : "CapabilityStatement.rest.resource.interaction.extension",
"short" : "Additional content defined by implementations",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : ["extensions",
"user content"],
"min" : 0,
"max" : "*",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.messaging.supportedMessage",
"path": "CapabilityStatement.messaging.supportedMessage",
"short": "Messages supported by this system",
"definition": "References to message definitions for messages this system can send or receive.",
"comment": "This is a proposed alternative to the messaging.event structure.",
"min": 0,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() | (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "Element"
}
],
"isSummary": true
"type" : [{
"code" : "Extension"
}],
"isModifier" : false,
"isSummary" : false,
"mapping" : [{
"identity" : "rim",
"map" : "n/a"
}]
},
{
"id" : "CapabilityStatement.rest.resource.interaction.modifierExtension",
"path" : "CapabilityStatement.rest.resource.interaction.modifierExtension",
"short" : "Extensions that cannot be ignored if unrecognized",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : ["extensions",
"user content",
"modifiers"],
"min" : 0,
"max" : "*",
"base" : {
"path" : "BackboneElement.modifierExtension",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.messaging.supportedMessage.id",
"path": "CapabilityStatement.messaging.supportedMessage.id",
"representation": [
"xmlAttr"
],
"short": "xml:id (or equivalent in JSON)",
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
"type" : [{
"code" : "Extension"
}],
"isModifier" : true,
"isModifierReason" : "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary" : true,
"mapping" : [{
"identity" : "rim",
"map" : "N/A"
}]
},
{
"id" : "CapabilityStatement.rest.resource.interaction.code",
"path" : "CapabilityStatement.rest.resource.interaction.code",
"short" : "read | vread | update | patch | delete | history-instance | history-type | create | search-type",
"definition" : "Coded identifier of the operation, supported by the system resource.",
"min" : 1,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.rest.resource.interaction.code",
"min" : 1,
"max" : "1"
},
{
"id": "CapabilityStatement.messaging.supportedMessage.extension",
"path": "CapabilityStatement.messaging.supportedMessage.extension",
"short": "Additional Content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
"type" : [{
"code" : "code"
}],
"isModifier" : false,
"isSummary" : false,
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "TypeRestfulInteraction"
}],
"strength" : "required",
"description" : "Operations supported by REST at the type or instance level.",
"valueSet" : "http://hl7.org/fhir/ValueSet/type-restful-interaction"
}
},
{
"id" : "CapabilityStatement.rest.resource.interaction.documentation",
"path" : "CapabilityStatement.rest.resource.interaction.documentation",
"short" : "Anything special about operation behavior",
"definition" : "Guidance specific to the implementation of this operation, such as 'delete is a logical delete' or 'updates are only allowed with version id' or 'creates permitted from pre-authorized certificates only'.",
"requirements" : "REST allows a degree of variability in the implementation of RESTful solutions that is useful for exchange partners to be aware of.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.rest.resource.interaction.documentation",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.messaging.supportedMessage.modifierExtension",
"path": "CapabilityStatement.messaging.supportedMessage.modifierExtension",
"short": "Extensions that cannot be ignored",
"definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"isModifier": true,
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
"type" : [{
"code" : "markdown"
}],
"isModifier" : false,
"isSummary" : false
},
{
"id" : "CapabilityStatement.rest.resource.versioning",
"path" : "CapabilityStatement.rest.resource.versioning",
"short" : "no-version | versioned | versioned-update",
"definition" : "This field is set to no-version to specify that the system does not support (server) or use (client) versioning for this resource type. If this has some other value, the server must at least correctly track and populate the versionId meta-property on resources. If the value is 'versioned-update', then the server supports all the versioning features, including using e-tags for version integrity in the API.",
"comment" : "If a server supports versionIds correctly, it SHOULD support vread too, but is not required to do so.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.rest.resource.versioning",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.messaging.supportedMessage.mode",
"path": "CapabilityStatement.messaging.supportedMessage.mode",
"short": "sender | receiver",
"definition": "The mode of this event declaration - whether application is sender or receiver.",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
],
"isSummary": true,
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "EventCapabilityMode"
}
],
"strength": "required",
"description": "The mode of a message capability statement.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/event-capability-mode"
}
}
"type" : [{
"code" : "code"
}],
"isModifier" : false,
"isSummary" : false,
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "ResourceVersionPolicy"
}],
"strength" : "required",
"description" : "How the system supports versioning for a resource.",
"valueSet" : "http://hl7.org/fhir/ValueSet/versioning-policy"
}
},
{
"id" : "CapabilityStatement.rest.resource.readHistory",
"path" : "CapabilityStatement.rest.resource.readHistory",
"short" : "Whether vRead can return past versions",
"definition" : "A flag for whether the server is able to return past versions as part of the vRead operation.",
"comment" : "It is useful to support the vRead operation for current operations, even if past versions aren't available.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.rest.resource.readHistory",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.messaging.supportedMessage.definition",
"path": "CapabilityStatement.messaging.supportedMessage.definition",
"short": "Message supported by this system",
"definition": "Points to a message definition that identifies the messaging event, message structure, allowed responses, etc.",
"min": 1,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/MessageDefinition"
}
],
"isSummary": true
"type" : [{
"code" : "boolean"
}],
"isModifier" : false,
"isSummary" : false
},
{
"id" : "CapabilityStatement.rest.resource.updateCreate",
"path" : "CapabilityStatement.rest.resource.updateCreate",
"short" : "If update can commit to a new identity",
"definition" : "A flag to indicate that the server allows or needs to allow the client to create new identities on the server (that is, the client PUTs to a location where there is no existing resource). Allowing this operation means that the server allows the client to create new identities on the server.",
"comment" : "Allowing the clients to create new identities on the server means that the system administrator needs to have confidence that the clients do not create clashing identities between them. Obviously, if there is only one client, this won't happen. While creating identities on the client means that the clients need to be managed, it's much more convenient for many scenarios if such management can be put in place.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.rest.resource.updateCreate",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.messaging.event",
"path": "CapabilityStatement.messaging.event",
"short": "Declare support for this event",
"definition": "A description of the solution's support for an event at this end-point.",
"comment": "The same event may be listed up to two times - once as sender and once as receiver.",
"min": 0,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() | (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "Element"
}
],
"isSummary": true
"type" : [{
"code" : "boolean"
}],
"isModifier" : false,
"isSummary" : false
},
{
"id" : "CapabilityStatement.rest.resource.conditionalCreate",
"path" : "CapabilityStatement.rest.resource.conditionalCreate",
"short" : "If allows/uses conditional create",
"definition" : "A flag that indicates that the server supports conditional create.",
"comment" : "Conditional Create is mainly appropriate for interface engine scripts converting from other formats, such as v2.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.rest.resource.conditionalCreate",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.messaging.event.id",
"path": "CapabilityStatement.messaging.event.id",
"representation": [
"xmlAttr"
],
"short": "xml:id (or equivalent in JSON)",
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
"type" : [{
"code" : "boolean"
}],
"isModifier" : false,
"isSummary" : false
},
{
"id" : "CapabilityStatement.rest.resource.conditionalRead",
"path" : "CapabilityStatement.rest.resource.conditionalRead",
"short" : "not-supported | modified-since | not-match | full-support",
"definition" : "A code that indicates how the server supports conditional read.",
"comment" : "Conditional Read is mainly appropriate for interface engine scripts converting from other formats, such as v2.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.rest.resource.conditionalRead",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.messaging.event.extension",
"path": "CapabilityStatement.messaging.event.extension",
"short": "Additional Content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
"type" : [{
"code" : "code"
}],
"isModifier" : false,
"isSummary" : false,
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "ConditionalReadStatus"
}],
"strength" : "required",
"description" : "A code that indicates how the server supports conditional read.",
"valueSet" : "http://hl7.org/fhir/ValueSet/conditional-read-status"
}
},
{
"id" : "CapabilityStatement.rest.resource.conditionalUpdate",
"path" : "CapabilityStatement.rest.resource.conditionalUpdate",
"short" : "If allows/uses conditional update",
"definition" : "A flag that indicates that the server supports conditional update.",
"comment" : "Conditional Update is mainly appropriate for interface engine scripts converting from other formats, such as v2.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.rest.resource.conditionalUpdate",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.messaging.event.modifierExtension",
"path": "CapabilityStatement.messaging.event.modifierExtension",
"short": "Extensions that cannot be ignored",
"definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"isModifier": true,
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
"type" : [{
"code" : "boolean"
}],
"isModifier" : false,
"isSummary" : false
},
{
"id" : "CapabilityStatement.rest.resource.conditionalDelete",
"path" : "CapabilityStatement.rest.resource.conditionalDelete",
"short" : "not-supported | single | multiple - how conditional delete is supported",
"definition" : "A code that indicates how the server supports conditional delete.",
"comment" : "Conditional Delete is mainly appropriate for interface engine scripts converting from other formats, such as v2.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.rest.resource.conditionalDelete",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.messaging.event.code",
"path": "CapabilityStatement.messaging.event.code",
"short": "Event type",
"definition": "A coded identifier of a supported messaging event.",
"min": 1,
"max": "1",
"type": [
{
"code": "Coding"
}
],
"isSummary": true,
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "MessageEvent"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean": true
}
],
"strength": "example",
"description": "One of the message events defined as part of FHIR.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/message-events"
}
}
"type" : [{
"code" : "code"
}],
"isModifier" : false,
"isSummary" : false,
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "ConditionalDeleteStatus"
}],
"strength" : "required",
"description" : "A code that indicates how the server supports conditional delete.",
"valueSet" : "http://hl7.org/fhir/ValueSet/conditional-delete-status"
}
},
{
"id" : "CapabilityStatement.rest.resource.referencePolicy",
"path" : "CapabilityStatement.rest.resource.referencePolicy",
"short" : "literal | logical | resolves | enforced | local",
"definition" : "A set of flags that defines how references are supported.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "CapabilityStatement.rest.resource.referencePolicy",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.messaging.event.category",
"path": "CapabilityStatement.messaging.event.category",
"short": "Consequence | Currency | Notification",
"definition": "The impact of the content of the message.",
"min": 0,
"max": "1",
"type": [
{
"code": "code"
}
],
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "MessageSignificanceCategory"
}
],
"strength": "required",
"description": "The impact of the content of a message.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/message-significance-category"
}
}
"type" : [{
"code" : "code"
}],
"isModifier" : false,
"isSummary" : false,
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "ReferenceHandlingPolicy"
}],
"strength" : "required",
"description" : "A set of flags that defines how references are supported.",
"valueSet" : "http://hl7.org/fhir/ValueSet/reference-handling-policy"
}
},
{
"id" : "CapabilityStatement.rest.resource.searchInclude",
"path" : "CapabilityStatement.rest.resource.searchInclude",
"short" : "_include values supported by the server",
"definition" : "A list of _include values supported by the server.",
"comment" : "If this list is empty, the server does not support includes.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "CapabilityStatement.rest.resource.searchInclude",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.messaging.event.mode",
"path": "CapabilityStatement.messaging.event.mode",
"short": "sender | receiver",
"definition": "The mode of this event declaration - whether an application is a sender or receiver.",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
],
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "EventCapabilityMode"
}
],
"strength": "required",
"description": "The mode of a message capability statement.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/event-capability-mode"
}
}
"type" : [{
"code" : "string"
}],
"isModifier" : false,
"isSummary" : false
},
{
"id" : "CapabilityStatement.rest.resource.searchRevInclude",
"path" : "CapabilityStatement.rest.resource.searchRevInclude",
"short" : "_revinclude values supported by the server",
"definition" : "A list of _revinclude (reverse include) values supported by the server.",
"comment" : "If this list is empty, the server does not support reverse includes.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "CapabilityStatement.rest.resource.searchRevInclude",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.messaging.event.focus",
"path": "CapabilityStatement.messaging.event.focus",
"short": "Resource that's focus of message",
"definition": "A resource associated with the event. This is the resource that defines the event.",
"comment": "This SHALL be provided if the event type supports multiple different resource types.",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
],
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ResourceType"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean": true
}
],
"strength": "required",
"description": "One of the resource types defined as part of FHIR.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/resource-types"
}
}
"type" : [{
"code" : "string"
}],
"isModifier" : false,
"isSummary" : false
},
{
"id" : "CapabilityStatement.rest.resource.searchParam",
"path" : "CapabilityStatement.rest.resource.searchParam",
"short" : "Search parameters supported by implementation",
"definition" : "Search parameters for implementations to support and/or make use of - either references to ones defined in the specification, or additional ones defined for/by the implementation.",
"comment" : "The search parameters should include the control search parameters such as _sort, _count, etc. that also apply to this resource (though many will be listed at [CapabilityStatement.rest.searchParam](capabilitystatement-definitions.html#CapabilityStatement.rest.searchParam)). The behavior of some search parameters may be further described by other code or extension elements, or narrative within the capability statement or linked [SearchParameter](searchparameter.html#) definitions.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "CapabilityStatement.rest.resource.searchParam",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.messaging.event.request",
"path": "CapabilityStatement.messaging.event.request",
"short": "Profile that describes the request",
"definition": "Information about the request for this event.",
"min": 1,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/StructureDefinition"
}
],
"isSummary": true
"type" : [{
"code" : "BackboneElement"
}],
"constraint" : [{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "Element"
}],
"isModifier" : false,
"isSummary" : false
},
{
"id" : "CapabilityStatement.rest.resource.searchParam.id",
"path" : "CapabilityStatement.rest.resource.searchParam.id",
"representation" : ["xmlAttr"],
"short" : "xml:id (or equivalent in JSON)",
"definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.id",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.messaging.event.response",
"path": "CapabilityStatement.messaging.event.response",
"short": "Profile that describes the response",
"definition": "Information about the response for this event.",
"min": 1,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/StructureDefinition"
}
],
"isSummary": true
"type" : [{
"code" : "string"
}],
"isModifier" : false,
"isSummary" : false,
"mapping" : [{
"identity" : "rim",
"map" : "n/a"
}]
},
{
"id" : "CapabilityStatement.rest.resource.searchParam.extension",
"path" : "CapabilityStatement.rest.resource.searchParam.extension",
"short" : "Additional content defined by implementations",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : ["extensions",
"user content"],
"min" : 0,
"max" : "*",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.messaging.event.documentation",
"path": "CapabilityStatement.messaging.event.documentation",
"short": "Endpoint-specific event documentation",
"definition": "Guidance on how this event is handled, such as internal system trigger points, business rules, etc.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
"type" : [{
"code" : "Extension"
}],
"isModifier" : false,
"isSummary" : false,
"mapping" : [{
"identity" : "rim",
"map" : "n/a"
}]
},
{
"id" : "CapabilityStatement.rest.resource.searchParam.modifierExtension",
"path" : "CapabilityStatement.rest.resource.searchParam.modifierExtension",
"short" : "Extensions that cannot be ignored if unrecognized",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : ["extensions",
"user content",
"modifiers"],
"min" : 0,
"max" : "*",
"base" : {
"path" : "BackboneElement.modifierExtension",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.document",
"path": "CapabilityStatement.document",
"short": "Document definition",
"definition": "A document definition.",
"min": 0,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
],
"condition": [
"cpb-1"
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() | (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "Element"
}
],
"isSummary": true
"type" : [{
"code" : "Extension"
}],
"isModifier" : true,
"isModifierReason" : "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary" : true,
"mapping" : [{
"identity" : "rim",
"map" : "N/A"
}]
},
{
"id" : "CapabilityStatement.rest.resource.searchParam.name",
"path" : "CapabilityStatement.rest.resource.searchParam.name",
"short" : "Name of search parameter",
"definition" : "The name of the search parameter used in the interface.",
"comment" : "Parameter names cannot overlap with standard parameter names, and standard parameters cannot be redefined.",
"min" : 1,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.rest.resource.searchParam.name",
"min" : 1,
"max" : "1"
},
{
"id": "CapabilityStatement.document.id",
"path": "CapabilityStatement.document.id",
"representation": [
"xmlAttr"
],
"short": "xml:id (or equivalent in JSON)",
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
"type" : [{
"code" : "string"
}],
"isModifier" : false,
"isSummary" : false
},
{
"id" : "CapabilityStatement.rest.resource.searchParam.definition",
"path" : "CapabilityStatement.rest.resource.searchParam.definition",
"short" : "Source of definition for parameter",
"definition" : "An absolute URI that is a formal reference to where this parameter was first defined, so that a client can be confident of the meaning of the search parameter (a reference to [SearchParameter.url](searchparameter-definitions.html#SearchParameter.url)). This element SHALL be populated if the search parameter refers to a SearchParameter defined by the FHIR core specification or externally defined IGs.",
"comment" : "This SHOULD be present, and matches refers to a SearchParameter by its canonical url. If systems wish to document their support for modifiers, comparators, target resource types, and chained parameters, they should do using a search parameter resource. This element SHALL be populated if the search parameter refers to a SearchParameter defined by the FHIR core specification or externally defined IGs.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.rest.resource.searchParam.definition",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.document.extension",
"path": "CapabilityStatement.document.extension",
"short": "Additional Content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
"type" : [{
"code" : "canonical",
"targetProfile" : ["http://hl7.org/fhir/StructureDefinition/SearchParameter"]
}],
"isModifier" : false,
"isSummary" : false
},
{
"id" : "CapabilityStatement.rest.resource.searchParam.type",
"path" : "CapabilityStatement.rest.resource.searchParam.type",
"short" : "number | date | string | token | reference | composite | quantity | uri | special",
"definition" : "The type of value a search parameter refers to, and how the content is interpreted.",
"comment" : "While this can be looked up from the definition, it is included here as a convenience for systems that autogenerate a query interface based on the server capability statement. It SHALL be the same as the type in the search parameter definition.",
"min" : 1,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.rest.resource.searchParam.type",
"min" : 1,
"max" : "1"
},
{
"id": "CapabilityStatement.document.modifierExtension",
"path": "CapabilityStatement.document.modifierExtension",
"short": "Extensions that cannot be ignored",
"definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
"type" : [{
"code" : "code"
}],
"isModifier" : false,
"isSummary" : false,
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "SearchParamType"
},
"type": [
{
"code": "Extension"
}
],
"isModifier": true,
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
},
{
"id": "CapabilityStatement.document.mode",
"path": "CapabilityStatement.document.mode",
"short": "producer | consumer",
"definition": "Mode of this document declaration - whether an application is a producer or consumer.",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
],
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "DocumentMode"
}
],
"strength": "required",
"description": "Whether the application produces or consumes documents.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/document-mode"
}
}
},
{
"id": "CapabilityStatement.document.documentation",
"path": "CapabilityStatement.document.documentation",
"short": "Description of document support",
"definition": "A description of how the application supports or uses the specified document profile. For example, when documents are created, what action is taken with consumed documents, etc.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "CapabilityStatement.document.profile",
"path": "CapabilityStatement.document.profile",
"short": "Constraint on a resource used in the document",
"definition": "A constraint on a resource used in the document.",
"comment": "The first resource is the document resource.",
"min": 1,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/StructureDefinition"
}
],
"isSummary": true
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean" : true
}],
"strength" : "required",
"description" : "Data types allowed to be used for search parameters.",
"valueSet" : "http://hl7.org/fhir/ValueSet/search-param-type"
}
]
},
"differential": {
"element": [
{
"id": "CapabilityStatement",
"path": "CapabilityStatement",
"short": "A statement of system capabilities",
"definition": "A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.",
"min": 1,
"max": "1",
"constraint": [
{
"key": "cpb-8",
"severity": "error",
"human": "There can only be one REST declaration per mode.",
"expression": "rest.select(mode).isDistinct()",
"xpath": "count(f:rest)=count(distinct-values(f:rest/f:mode/@value))"
},
{
"key": "cpb-7",
"severity": "error",
"human": "The set of documents must be unique by the combination of profile and mode.",
"expression": "document.select(profile.reference&mode).isDistinct()",
"xpath": "count(f:document[f:mode/@value='producer'])=count(distinct-values(f:document[f:mode/@value='producer']/f:profile/f:reference/@value)) and count(f:document[f:mode/@value='consumer'])=count(distinct-values(f:document[f:mode/@value='consumer']/f:profile/f:reference/@value))"
},
{
"key": "cpb-15",
"severity": "error",
"human": "Capability Statements of kind 'instance' do not have implementation elements.",
"expression": "implementation.empty() or kind != 'capability'",
"xpath": "not(exists(f:implementation)) or (f:kind/@value != 'capability')"
},
{
"key": "cpb-3",
"severity": "error",
"human": "Messaging end-point is required (and is only permitted) when a statement is for an implementation.",
"expression": "messaging.endpoint.empty() or kind = 'instance'",
"xpath": "not(exists(f:messaging/f:endpoint)) or f:kind/@value = 'instance'"
},
{
"key": "cpb-14",
"severity": "error",
"human": "Capability Statements of kind 'requirements' do not have software or implementation elements.",
"expression": "(software.empty() and implementation.empty()) or kind != 'requirements'",
"xpath": "not(exists(f:software) or exists(f:implementation)) or (f:kind/@value != 'requirements')"
},
{
"key": "cpb-2",
"severity": "error",
"human": "A Capability Statement SHALL have at least one of description, software, or implementation element.",
"expression": "(description.count() + software.count() + implementation.count()) > 0",
"xpath": "count(f:software | f:implementation | f:description) > 0"
},
{
"key": "cpb-1",
"severity": "error",
"human": "A Capability Statement SHALL have at least one of REST, messaging or document element.",
"expression": "rest.exists() or messaging.exists() or document.exists()",
"xpath": "exists(f:rest) or exists(f:messaging) or exists(f:document)"
}
],
"mapping": [
{
"identity": "rim",
"map": "n/a"
},
{
"identity": "w5",
"map": "conformance.behavior"
}
]
},
{
"id": "CapabilityStatement.url",
"path": "CapabilityStatement.url",
"short": "Logical URI to reference this capability statement (globally unique)",
"definition": "An absolute URI that is used to identify this capability statement when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this capability statement is (or will be) published. The URL SHOULD include the major version of the capability statement. For more information see [Technical and Business Versions](resource.html#versions).",
"comment": "Can be a urn:uuid: or a urn:oid:, but real http: addresses are preferred. Multiple instances may share the same url if they have a distinct version.",
"requirements": "Allows the capability statement to be referenced by a single globally unique identifier.",
"min": 0,
"max": "1",
"type": [
{
"code": "uri"
}
],
"isSummary": true,
"mapping": [
{
"identity": "w5",
"map": "id"
}
]
},
{
"id": "CapabilityStatement.version",
"path": "CapabilityStatement.version",
"short": "Business version of the capability statement",
"definition": "The identifier that is used to identify this version of the capability statement when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the capability statement author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.",
"comment": "There may be different capability statement instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a refrence to a particular business version of the capability statement with the format [url]|[version].",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"isSummary": true,
"mapping": [
{
"identity": "w5",
"map": "id.version"
}
]
},
{
"id": "CapabilityStatement.name",
"path": "CapabilityStatement.name",
"short": "Name for this capability statement (computer friendly)",
"definition": "A natural language name identifying the capability statement. This name should be usable as an identifier for the module by machine processing applications such as code generation.",
"comment": "The name is not expected to be globally unique. The name should be a simple alpha-numeric type name to ensure that it is computable friendly.",
"requirements": "Support human navigation and code generation.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"isSummary": true
},
{
"id": "CapabilityStatement.title",
"path": "CapabilityStatement.title",
"short": "Name for this capability statement (human friendly)",
"definition": "A short, descriptive, user-friendly title for the capability statement.",
"comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"isSummary": true
},
{
"id": "CapabilityStatement.status",
"path": "CapabilityStatement.status",
"short": "draft | active | retired | unknown",
"definition": "The status of this capability statement. Enables tracking the life-cycle of the content.",
"comment": "Allows filtering of capability statements that are appropriate for use vs. not. \nThis is labeled as \"Is Modifier\" because applications should not use a retired capability statement without due consideration. This is not intended for use with actual capability statements, but where capability statements are used to describe possible or desired systems.",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
],
"isModifier": true,
"isSummary": true,
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "PublicationStatus"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean": true
}
],
"strength": "required",
"description": "The lifecycle status of a Value Set or Concept Map.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/publication-status"
}
},
"mapping": [
{
"identity": "w5",
"map": "status"
}
]
},
{
"id": "CapabilityStatement.experimental",
"path": "CapabilityStatement.experimental",
"short": "For testing purposes, not real usage",
"definition": "A boolean value to indicate that this capability statement is authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.",
"comment": "Allows filtering of capability statement that are appropriate for use vs. not. This is labeled as \"Is Modifier\" because applications should not use an experimental capability statement in production.",
"requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level capability statement.",
"min": 0,
"max": "1",
"type": [
{
"code": "boolean"
}
],
"isModifier": true,
"isSummary": true,
"mapping": [
{
"identity": "w5",
"map": "class"
}
]
},
{
"id": "CapabilityStatement.date",
"path": "CapabilityStatement.date",
"short": "Date this was last changed",
"definition": "The date (and optionally time) when the capability statement was published. The date must change if and when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the capability statement changes.",
"comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the capability statement. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.",
"alias": [
"Revision Date"
],
"min": 1,
"max": "1",
"type": [
{
"code": "dateTime"
}
],
"isSummary": true,
"mapping": [
{
"identity": "w5",
"map": "when.recorded"
}
]
},
{
"id": "CapabilityStatement.publisher",
"path": "CapabilityStatement.publisher",
"short": "Name of the publisher (organization or individual)",
"definition": "The name of the individual or organization that published the capability statement.",
"comment": "Usually an organization, but may be an individual. The publisher (or steward) of the capability statement is the organization or individual primarily responsible for the maintenance and upkeep of the capability statement. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the capability statement. This item SHOULD be populated unless the information is available from context.",
"requirements": "Helps establish the \"authority/credibility\" of the capability statement. May also allow for contact.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"isSummary": true,
"mapping": [
{
"identity": "w5",
"map": "who.witness"
}
]
},
{
"id": "CapabilityStatement.contact",
"path": "CapabilityStatement.contact",
"short": "Contact details for the publisher",
"definition": "Contact details to assist a user in finding and communicating with the publisher.",
"comment": "May be a web site, an email address, a telephone number, etc.",
"min": 0,
"max": "*",
"type": [
{
"code": "ContactDetail"
}
],
"isSummary": true
},
{
"id": "CapabilityStatement.description",
"path": "CapabilityStatement.description",
"short": "Natural language description of the capability statement",
"definition": "A free text natural language description of the capability statement from a consumer's perspective. Typically, this is used when the capability statement describes a desired rather than an actual solution, for example as a formal expression of requirements as part of an RFP.",
"comment": "This description can be used to capture details such as why the capability statement was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the capability statement as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the profile is presumed to be the predominant language in the place the profile was created). This does not need to be populated if the description is adequately implied by the software or implementation details.",
"min": 0,
"max": "1",
"type": [
{
"code": "markdown"
}
],
"condition": [
"cpb-2"
]
},
{
"id": "CapabilityStatement.useContext",
"path": "CapabilityStatement.useContext",
"short": "Context the content is intended to support",
"definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching for appropriate capability statement instances.",
"comment": "When multiple useContexts are specified, there is no expectation whether all or any of the contexts apply.",
"requirements": "Assist in searching for appropriate content.",
"min": 0,
"max": "*",
"type": [
{
"code": "UsageContext"
}
],
"isSummary": true
},
{
"id": "CapabilityStatement.jurisdiction",
"path": "CapabilityStatement.jurisdiction",
"short": "Intended jurisdiction for capability statement (if applicable)",
"definition": "A legal or geographic region in which the capability statement is intended to be used.",
"comment": "It may be possible for the capability statement to be used in jurisdictions other than those for which it was originally designed or intended.",
"min": 0,
"max": "*",
"type": [
{
"code": "CodeableConcept"
}
],
"isSummary": true,
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "Jurisdiction"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean": true
}
],
"strength": "extensible",
"description": "Countries and regions within which this artifact is targeted for use",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/jurisdiction"
}
}
},
{
"id": "CapabilityStatement.purpose",
"path": "CapabilityStatement.purpose",
"short": "Why this capability statement is defined",
"definition": "Explaination of why this capability statement is needed and why it has been designed as it has.",
"comment": "This element does not describe the usage of the capability statement Instead it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this capability statement.",
"min": 0,
"max": "1",
"type": [
{
"code": "markdown"
}
],
"mapping": [
{
"identity": "objimpl",
"map": "no-gen-base"
},
{
"identity": "w5",
"map": "why"
}
]
},
{
"id": "CapabilityStatement.copyright",
"path": "CapabilityStatement.copyright",
"short": "Use and/or publishing restrictions",
"definition": "A copyright statement relating to the capability statement and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the capability statement.",
"requirements": "Consumers must be able to determine any legal restrictions on the use of the capability statement and/or its content.",
"alias": [
"License",
"Restrictions"
],
"min": 0,
"max": "1",
"type": [
{
"code": "markdown"
}
],
"mapping": [
{
"identity": "objimpl",
"map": "no-gen-base"
}
]
},
{
"id": "CapabilityStatement.kind",
"path": "CapabilityStatement.kind",
"short": "instance | capability | requirements",
"definition": "The way that this statement is intended to be used, to describe an actual running instance of software, a particular product (kind not instance of software) or a class of implementation (e.g. a desired purchase).",
"requirements": "Allow searching the 3 modes.",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
],
"isSummary": true,
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "CapabilityStatementKind"
}
],
"strength": "required",
"description": "How a capability statement is intended to be used.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/capability-statement-kind"
}
}
},
{
"id": "CapabilityStatement.instantiates",
"path": "CapabilityStatement.instantiates",
"short": "Canonical URL of another capability statement this implements",
"definition": "Reference to a canonical URL of another CapabilityStatement that this software implements or uses. This capability statement is a published API description that corresponds to a business service. The rest of the capability statement does not need to repeat the details of the referenced resource, but can do so.",
"comment": "HL7 defines the following Services: [Terminology Service](terminology-service.html).\n\nMany [Implementation Guides](https://registry.fhir.org/guides) define additional services.",
"min": 0,
"max": "*",
"type": [
{
"code": "uri"
}
],
"isSummary": true
},
{
"id": "CapabilityStatement.software",
"path": "CapabilityStatement.software",
"short": "Software that is covered by this capability statement",
"definition": "Software that is covered by this capability statement. It is used when the capability statement describes the capabilities of a particular software version, independent of an installation.",
"min": 0,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
],
"condition": [
"cpb-2"
],
"isSummary": true
},
{
"id": "CapabilityStatement.software.name",
"path": "CapabilityStatement.software.name",
"short": "A name the software is known by",
"definition": "Name software is known by.",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
],
"isSummary": true
},
{
"id": "CapabilityStatement.software.version",
"path": "CapabilityStatement.software.version",
"short": "Version covered by this statement",
"definition": "The version identifier for the software covered by this statement.",
"comment": "If possible, a version should be specified, as statements are likely to be different for different versions of software.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"isSummary": true
},
{
"id": "CapabilityStatement.software.releaseDate",
"path": "CapabilityStatement.software.releaseDate",
"short": "Date this version released",
"definition": "Date this version of the software was released.",
"min": 0,
"max": "1",
"type": [
{
"code": "dateTime"
}
],
"isSummary": true
},
{
"id": "CapabilityStatement.implementation",
"path": "CapabilityStatement.implementation",
"short": "If this describes a specific instance",
"definition": "Identifies a specific implementation instance that is described by the capability statement - i.e. a particular installation, rather than the capabilities of a software program.",
"min": 0,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
],
"condition": [
"cpb-2"
],
"isSummary": true
},
{
"id": "CapabilityStatement.implementation.description",
"path": "CapabilityStatement.implementation.description",
"short": "Describes this specific instance",
"definition": "Information about the specific installation that this capability statement relates to.",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
],
"isSummary": true
},
{
"id": "CapabilityStatement.implementation.url",
"path": "CapabilityStatement.implementation.url",
"short": "Base URL for the installation",
"definition": "An absolute base URL for the implementation. This forms the base for REST interfaces as well as the mailbox and document interfaces.",
"min": 0,
"max": "1",
"type": [
{
"code": "uri"
}
],
"isSummary": true
},
{
"id": "CapabilityStatement.fhirVersion",
"path": "CapabilityStatement.fhirVersion",
"short": "FHIR Version the system uses",
"definition": "The version of the FHIR specification on which this capability statement is based.",
"min": 1,
"max": "1",
"type": [
{
"code": "id"
}
],
"isSummary": true
},
{
"id": "CapabilityStatement.acceptUnknown",
"path": "CapabilityStatement.acceptUnknown",
"short": "no | extensions | elements | both",
"definition": "A code that indicates whether the application accepts unknown elements or extensions when reading resources.",
"comment": "Unknown elements in a resource can only arise as later versions of the specification are published, because this is the only place where such elements can be defined. Hence accepting unknown elements is about inter-version compatibility.\n\nApplications are recommended to accept unknown extensions and elements ('both'), but this is not always possible.",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
],
"isSummary": true,
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "UnknownContentCode"
}
],
"strength": "required",
"description": "A code that indicates whether an application accepts unknown elements or extensions when reading resources.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/unknown-content-code"
}
}
},
{
"id": "CapabilityStatement.format",
"path": "CapabilityStatement.format",
"short": "formats supported (xml | json | ttl | mime type)",
"definition": "A list of the formats supported by this implementation using their content types.",
"comment": "\"xml\", \"json\" and \"ttl\" are allowed, which describe the simple encodings described in the specification (and imply appropriate bundle support). Otherwise, mime types are legal here.",
"min": 1,
"max": "*",
"type": [
{
"code": "code"
}
],
"isSummary": true,
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "MimeType"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean": true
}
],
"strength": "required",
"description": "The mime type of an attachment. Any valid mime type is allowed.",
"valueSetUri": "http://www.rfc-editor.org/bcp/bcp13.txt"
}
},
{
"id": "CapabilityStatement.patchFormat",
"path": "CapabilityStatement.patchFormat",
"short": "Patch formats supported",
"definition": "A list of the patch formats supported by this implementation using their content types.",
"comment": "At present, the patch mime types application/json-patch+json and application/xml-patch+xml are legal. Generally, if a server supports PATCH, it would be expected to support the patch formats and match the formats it supports, but this is not always possible or necessary.",
"min": 0,
"max": "*",
"type": [
{
"code": "code"
}
],
"isSummary": true,
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "MimeType"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean": true
}
],
"strength": "required",
"description": "The mime type of an attachment. Any valid mime type is allowed.",
"valueSetUri": "http://www.rfc-editor.org/bcp/bcp13.txt"
}
},
{
"id": "CapabilityStatement.implementationGuide",
"path": "CapabilityStatement.implementationGuide",
"short": "Implementation guides supported",
"definition": "A list of implementation guides that the server does (or should) support in their entirety.",
"min": 0,
"max": "*",
"type": [
{
"code": "uri"
}
],
"isSummary": true
},
{
"id": "CapabilityStatement.profile",
"path": "CapabilityStatement.profile",
"short": "Profiles for use cases supported",
"definition": "A list of profiles that represent different use cases supported by the system. For a server, \"supported by the system\" means the system hosts/produces a set of resources that are conformant to a particular profile, and allows clients that use its services to search using this profile and to find appropriate data. For a client, it means the system will search by this profile and process data according to the guidance implicit in the profile. See further discussion in [Using Profiles](profiling.html#profile-uses).",
"comment": "Supported profiles are different than the profiles that apply to a particular resource in rest.resource.profile. The resource profile is a general statement of what features of the resource are supported overall by the system - the sum total of the facilities it supports. A supported profile is a deeper statement about the functionality of the data and services provided by the server (or used by the client). A typical case is a laboratory system that produces a set of different reports - this is the list of types of data that it publishes. A key aspect of declaring profiles here is the question of how the client converts knowledge that the server publishes this data into working with the data; the client can inspect individual resources to determine whether they conform to a particular profile, but how does it find the ones that does? It does so by searching using the _profile parameter, so any resources listed here must be valid values for the _profile resource (using the identifier in the target profile). Typically, supported profiles cross resource types to describe a network of related resources, so they are listed here rather than by resource. However, they do not need to describe more than one resource.",
"min": 0,
"max": "*",
"type": [
{
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/StructureDefinition"
}
],
"isSummary": true
},
{
"id": "CapabilityStatement.rest",
"path": "CapabilityStatement.rest",
"short": "If the endpoint is a RESTful one",
"definition": "A definition of the restful capabilities of the solution, if any.",
"comment": "Multiple repetitions allow definition of both client and/or server behaviors or possibly behaviors under different configuration settings (for software or requirements statements).",
"min": 0,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
],
"condition": [
"cpb-1"
],
"constraint": [
{
"key": "cpb-9",
"severity": "error",
"human": "A given resource can only be described once per RESTful mode.",
"expression": "resource.select(type).isDistinct()",
"xpath": "count(f:resource)=count(distinct-values(f:resource/f:type/@value))"
}
],
"isSummary": true
},
{
"id" : "CapabilityStatement.rest.resource.searchParam.documentation",
"path" : "CapabilityStatement.rest.resource.searchParam.documentation",
"short" : "Server-specific usage",
"definition" : "This allows documentation of any distinct behaviors about how the search parameter is used. For example, text matching algorithms.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.rest.resource.searchParam.documentation",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.mode",
"path": "CapabilityStatement.rest.mode",
"short": "client | server",
"definition": "Identifies whether this portion of the statement is describing the ability to initiate or receive restful operations.",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
],
"isSummary": true,
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "RestfulCapabilityMode"
}
],
"strength": "required",
"description": "The mode of a RESTful capability statement.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/restful-capability-mode"
}
}
"type" : [{
"code" : "markdown"
}],
"isModifier" : false,
"isSummary" : false
},
{
"id" : "CapabilityStatement.rest.resource.operation",
"path" : "CapabilityStatement.rest.resource.operation",
"short" : "Definition of a resource operation",
"definition" : "Definition of an operation or a named query together with its parameters and their meaning and type. Consult the definition of the operation for details about how to invoke the operation, and the parameters.",
"comment" : "Operations linked from CapabilityStatement.rest.resource.operation must have OperationDefinition.type = true or OperationDefinition.instance = true. \n\nIf an operation that is listed in multiple CapabilityStatement.rest.resource.operation (e.g. for different resource types), then clients should understand that the operation is only supported on the specified resource types, and that may be a subset of those listed in OperationDefinition.resource.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "CapabilityStatement.rest.resource.operation",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.documentation",
"path": "CapabilityStatement.rest.documentation",
"short": "General description of implementation",
"definition": "Information about the system's restful capabilities that apply across all applications, such as security.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
"type" : [{
"code" : "BackboneElement"
}],
"constraint" : [{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "Element"
}],
"isModifier" : false,
"isSummary" : true
},
{
"id" : "CapabilityStatement.rest.resource.operation.id",
"path" : "CapabilityStatement.rest.resource.operation.id",
"representation" : ["xmlAttr"],
"short" : "xml:id (or equivalent in JSON)",
"definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.id",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.security",
"path": "CapabilityStatement.rest.security",
"short": "Information about security of implementation",
"definition": "Information about security implementation from an interface perspective - what a client needs to know.",
"min": 0,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
],
"isSummary": true
"type" : [{
"code" : "string"
}],
"isModifier" : false,
"isSummary" : false,
"mapping" : [{
"identity" : "rim",
"map" : "n/a"
}]
},
{
"id" : "CapabilityStatement.rest.resource.operation.extension",
"path" : "CapabilityStatement.rest.resource.operation.extension",
"short" : "Additional content defined by implementations",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : ["extensions",
"user content"],
"min" : 0,
"max" : "*",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.security.cors",
"path": "CapabilityStatement.rest.security.cors",
"short": "Adds CORS Headers (http://enable-cors.org/)",
"definition": "Server adds CORS headers when responding to requests - this enables javascript applications to use the server.",
"comment": "The easiest CORS headers to add are Access-Control-Allow-Origin: * & Access-Control-Request-Method: GET, POST, PUT, DELETE. All servers SHOULD support CORS.",
"min": 0,
"max": "1",
"type": [
{
"code": "boolean"
}
],
"isSummary": true
"type" : [{
"code" : "Extension"
}],
"isModifier" : false,
"isSummary" : false,
"mapping" : [{
"identity" : "rim",
"map" : "n/a"
}]
},
{
"id" : "CapabilityStatement.rest.resource.operation.modifierExtension",
"path" : "CapabilityStatement.rest.resource.operation.modifierExtension",
"short" : "Extensions that cannot be ignored if unrecognized",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : ["extensions",
"user content",
"modifiers"],
"min" : 0,
"max" : "*",
"base" : {
"path" : "BackboneElement.modifierExtension",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.security.service",
"path": "CapabilityStatement.rest.security.service",
"short": "OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates",
"definition": "Types of security services that are supported/required by the system.",
"min": 0,
"max": "*",
"type": [
{
"code": "CodeableConcept"
}
],
"isSummary": true,
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "RestfulSecurityService"
}
],
"strength": "extensible",
"description": "Types of security services used with FHIR.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/restful-security-service"
}
}
"type" : [{
"code" : "Extension"
}],
"isModifier" : true,
"isModifierReason" : "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary" : true,
"mapping" : [{
"identity" : "rim",
"map" : "N/A"
}]
},
{
"id" : "CapabilityStatement.rest.resource.operation.name",
"path" : "CapabilityStatement.rest.resource.operation.name",
"short" : "Name by which the operation/query is invoked",
"definition" : "The name of the operation or query. For an operation, this is the name prefixed with $ and used in the URL. For a query, this is the name used in the _query parameter when the query is called.",
"comment" : "The name here SHOULD be the same as the name in the definition, unless there is a name clash and the name cannot be used. The name does not include the \"$\" portion that is always included in the URL.",
"min" : 1,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.rest.resource.operation.name",
"min" : 1,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.security.description",
"path": "CapabilityStatement.rest.security.description",
"short": "General description of how security works",
"definition": "General description of how security works.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
"type" : [{
"code" : "string"
}],
"isModifier" : false,
"isSummary" : true
},
{
"id" : "CapabilityStatement.rest.resource.operation.definition",
"path" : "CapabilityStatement.rest.resource.operation.definition",
"short" : "The defined operation/query",
"definition" : "Where the formal definition can be found.",
"comment" : "This can be used to build an HTML form to invoke the operation, for instance.",
"min" : 1,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.rest.resource.operation.definition",
"min" : 1,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.security.certificate",
"path": "CapabilityStatement.rest.security.certificate",
"short": "Certificates associated with security profiles",
"definition": "Certificates associated with security profiles.",
"min": 0,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
]
"type" : [{
"code" : "canonical",
"targetProfile" : ["http://hl7.org/fhir/StructureDefinition/OperationDefinition"]
}],
"isModifier" : false,
"isSummary" : true
},
{
"id" : "CapabilityStatement.rest.resource.operation.documentation",
"path" : "CapabilityStatement.rest.resource.operation.documentation",
"short" : "Specific details about operation behavior",
"definition" : "Documentation that describes anything special about the operation behavior, possibly detailing different behavior for system, type and instance-level invocation of the operation.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.rest.resource.operation.documentation",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.security.certificate.type",
"path": "CapabilityStatement.rest.security.certificate.type",
"short": "Mime type for certificates",
"definition": "Mime type for a certificate.",
"min": 0,
"max": "1",
"type": [
{
"code": "code"
}
],
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "MimeType"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean": true
}
],
"strength": "required",
"description": "The mime type of an attachment. Any valid mime type is allowed.",
"valueSetUri": "http://www.rfc-editor.org/bcp/bcp13.txt"
}
"type" : [{
"code" : "markdown"
}],
"isModifier" : false,
"isSummary" : false
},
{
"id" : "CapabilityStatement.rest.interaction",
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString" : "SystemInteraction"
}],
"path" : "CapabilityStatement.rest.interaction",
"short" : "What operations are supported?",
"definition" : "A specification of restful operations supported by the system.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "CapabilityStatement.rest.interaction",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.security.certificate.blob",
"path": "CapabilityStatement.rest.security.certificate.blob",
"short": "Actual certificate",
"definition": "Actual certificate.",
"min": 0,
"max": "1",
"type": [
{
"code": "base64Binary"
}
]
"type" : [{
"code" : "BackboneElement"
}],
"constraint" : [{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "Element"
}],
"isModifier" : false,
"isSummary" : false
},
{
"id" : "CapabilityStatement.rest.interaction.id",
"path" : "CapabilityStatement.rest.interaction.id",
"representation" : ["xmlAttr"],
"short" : "xml:id (or equivalent in JSON)",
"definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.id",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.resource",
"path": "CapabilityStatement.rest.resource",
"short": "Resource served on the REST interface",
"definition": "A specification of the restful capabilities of the solution for a specific resource type.",
"comment": "Max of one repetition per resource type.",
"min": 0,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "cpb-12",
"severity": "error",
"human": "Search parameter names must be unique in the context of a resource.",
"expression": "searchParam.select(name).isDistinct()",
"xpath": "count(f:searchParam)=count(distinct-values(f:searchParam/f:name/@value))"
}
],
"isSummary": true
"type" : [{
"code" : "string"
}],
"isModifier" : false,
"isSummary" : false,
"mapping" : [{
"identity" : "rim",
"map" : "n/a"
}]
},
{
"id" : "CapabilityStatement.rest.interaction.extension",
"path" : "CapabilityStatement.rest.interaction.extension",
"short" : "Additional content defined by implementations",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : ["extensions",
"user content"],
"min" : 0,
"max" : "*",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.resource.type",
"path": "CapabilityStatement.rest.resource.type",
"short": "A resource type that is supported",
"definition": "A type of resource exposed via the restful interface.",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
],
"isSummary": true,
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ResourceType"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean": true
}
],
"strength": "required",
"description": "One of the resource types defined as part of FHIR.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/resource-types"
}
}
"type" : [{
"code" : "Extension"
}],
"isModifier" : false,
"isSummary" : false,
"mapping" : [{
"identity" : "rim",
"map" : "n/a"
}]
},
{
"id" : "CapabilityStatement.rest.interaction.modifierExtension",
"path" : "CapabilityStatement.rest.interaction.modifierExtension",
"short" : "Extensions that cannot be ignored if unrecognized",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : ["extensions",
"user content",
"modifiers"],
"min" : 0,
"max" : "*",
"base" : {
"path" : "BackboneElement.modifierExtension",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.resource.profile",
"path": "CapabilityStatement.rest.resource.profile",
"short": "Base System profile for all uses of resource",
"definition": "A specification of the profile that describes the solution's overall support for the resource, including any constraints on cardinality, bindings, lengths or other limitations. See further discussion in [Using Profiles](profiling.html#profile-uses).",
"comment": "The profile applies to all resources of this type - i.e. it is the superset of what is supported by the system.",
"min": 0,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/StructureDefinition"
}
],
"isSummary": true
"type" : [{
"code" : "Extension"
}],
"isModifier" : true,
"isModifierReason" : "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary" : true,
"mapping" : [{
"identity" : "rim",
"map" : "N/A"
}]
},
{
"id" : "CapabilityStatement.rest.interaction.code",
"path" : "CapabilityStatement.rest.interaction.code",
"short" : "transaction | batch | search-system | history-system",
"definition" : "A coded identifier of the operation, supported by the system.",
"min" : 1,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.rest.interaction.code",
"min" : 1,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.resource.documentation",
"path": "CapabilityStatement.rest.resource.documentation",
"short": "Additional information about the use of the resource type",
"definition": "Additional information about the resource type used by the system.",
"min": 0,
"max": "1",
"type": [
{
"code": "markdown"
}
]
"type" : [{
"code" : "code"
}],
"isModifier" : false,
"isSummary" : false,
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "SystemRestfulInteraction"
}],
"strength" : "required",
"description" : "Operations supported by REST at the system level.",
"valueSet" : "http://hl7.org/fhir/ValueSet/system-restful-interaction"
}
},
{
"id" : "CapabilityStatement.rest.interaction.documentation",
"path" : "CapabilityStatement.rest.interaction.documentation",
"short" : "Anything special about operation behavior",
"definition" : "Guidance specific to the implementation of this operation, such as limitations on the kind of transactions allowed, or information about system wide search is implemented.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.rest.interaction.documentation",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.resource.interaction",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString": "ResourceInteraction"
}
],
"path": "CapabilityStatement.rest.resource.interaction",
"short": "What operations are supported?",
"definition": "Identifies a restful operation supported by the solution.",
"min": 1,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
]
"type" : [{
"code" : "markdown"
}],
"isModifier" : false,
"isSummary" : false
},
{
"id" : "CapabilityStatement.rest.searchParam",
"path" : "CapabilityStatement.rest.searchParam",
"short" : "Search parameters for searching all resources",
"definition" : "Search parameters that are supported for searching all resources for implementations to support and/or make use of - either references to ones defined in the specification, or additional ones defined for/by the implementation.",
"comment" : "Typically, the only search parameters supported for all searches are those that apply to all resources - tags, profiles, text search etc. These search parameters should include the control search parameters such as _sort, _count, etc. that also apply to this resource (though many will be listed at [CapabilityStatement.rest.searchParam](capabilitystatement-definitions.html#CapabilityStatement.rest.searchParam)). The behavior of some search parameters may be further described by other code or extension elements, or narrative within the capability statement or linked [SearchParameter](searchparameter.html#) definitions.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "CapabilityStatement.rest.searchParam",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.resource.interaction.code",
"path": "CapabilityStatement.rest.resource.interaction.code",
"short": "read | vread | update | patch | delete | history-instance | history-type | create | search-type",
"definition": "Coded identifier of the operation, supported by the system resource.",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
],
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "TypeRestfulInteraction"
}
],
"strength": "required",
"description": "Operations supported by REST at the type or instance level.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/type-restful-interaction"
}
}
"contentReference" : "#CapabilityStatement.rest.resource.searchParam",
"isModifier" : false,
"isSummary" : false
},
{
"id" : "CapabilityStatement.rest.operation",
"path" : "CapabilityStatement.rest.operation",
"short" : "Definition of a system level operation",
"definition" : "Definition of an operation or a named query together with its parameters and their meaning and type.",
"comment" : "CapabilityStatement.rest.operation is for operations invoked at the system level, or for operations that are supported across multiple resource types. Operations linked from CapabilityStatement.rest.operation must have OperationDefinition.system = true, or more than one Operation.resource.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "CapabilityStatement.rest.operation",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.resource.interaction.documentation",
"path": "CapabilityStatement.rest.resource.interaction.documentation",
"short": "Anything special about operation behavior",
"definition": "Guidance specific to the implementation of this operation, such as 'delete is a logical delete' or 'updates are only allowed with version id' or 'creates permitted from pre-authorized certificates only'.",
"requirements": "REST allows a degree of variability in the implementation of RESTful solutions that is useful for exchange partners to be aware of.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
"contentReference" : "#CapabilityStatement.rest.resource.operation",
"isModifier" : false,
"isSummary" : true
},
{
"id" : "CapabilityStatement.rest.compartment",
"path" : "CapabilityStatement.rest.compartment",
"short" : "Compartments served/used by system",
"definition" : "An absolute URI which is a reference to the definition of a compartment that the system supports. The reference is to a CompartmentDefinition resource by its canonical URL .",
"comment" : "At present, the only defined compartments are at [CompartmentDefinition](compartmentdefinition.html).",
"min" : 0,
"max" : "*",
"base" : {
"path" : "CapabilityStatement.rest.compartment",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.resource.versioning",
"path": "CapabilityStatement.rest.resource.versioning",
"short": "no-version | versioned | versioned-update",
"definition": "This field is set to no-version to specify that the system does not support (server) or use (client) versioning for this resource type. If this has some other value, the server must at least correctly track and populate the versionId meta-property on resources. If the value is 'versioned-update', then the server supports all the versioning features, including using e-tags for version integrity in the API.",
"comment": "If a server supports versionIds correctly, it SHOULD support vread too, but is not required to do so.",
"min": 0,
"max": "1",
"type": [
{
"code": "code"
}
],
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ResourceVersionPolicy"
}
],
"strength": "required",
"description": "How the system supports versioning for a resource.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/versioning-policy"
}
}
"type" : [{
"code" : "canonical",
"targetProfile" : ["http://hl7.org/fhir/StructureDefinition/CompartmentDefinition"]
}],
"isModifier" : false,
"isSummary" : false
},
{
"id" : "CapabilityStatement.messaging",
"path" : "CapabilityStatement.messaging",
"short" : "If messaging is supported",
"definition" : "A description of the messaging capabilities of the solution.",
"comment" : "Multiple repetitions allow the documentation of multiple endpoints per solution.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "CapabilityStatement.messaging",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.resource.readHistory",
"path": "CapabilityStatement.rest.resource.readHistory",
"short": "Whether vRead can return past versions",
"definition": "A flag for whether the server is able to return past versions as part of the vRead operation.",
"comment": "It is useful to support the vRead operation for current operations, even if past versions aren't available.",
"min": 0,
"max": "1",
"type": [
{
"code": "boolean"
}
]
"type" : [{
"code" : "BackboneElement"
}],
"condition" : ["cpb-1"],
"constraint" : [{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "Element"
}],
"isModifier" : false,
"isSummary" : true
},
{
"id" : "CapabilityStatement.messaging.id",
"path" : "CapabilityStatement.messaging.id",
"representation" : ["xmlAttr"],
"short" : "xml:id (or equivalent in JSON)",
"definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.id",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.resource.updateCreate",
"path": "CapabilityStatement.rest.resource.updateCreate",
"short": "If update can commit to a new identity",
"definition": "A flag to indicate that the server allows or needs to allow the client to create new identities on the server (e.g. that is, the client PUTs to a location where there is no existing resource). Allowing this operation means that the server allows the client to create new identities on the server.",
"comment": "Allowing the clients to create new identities on the server means that the system administrator needs to have confidence that the clients do not create clashing identities between them. Obviously, if there is only one client, this won't happen. While creating identities on the client means that the clients need to be managed, it's much more convenient for many scenarios if such management can be put in place.",
"min": 0,
"max": "1",
"type": [
{
"code": "boolean"
}
]
"type" : [{
"code" : "string"
}],
"isModifier" : false,
"isSummary" : false,
"mapping" : [{
"identity" : "rim",
"map" : "n/a"
}]
},
{
"id" : "CapabilityStatement.messaging.extension",
"path" : "CapabilityStatement.messaging.extension",
"short" : "Additional content defined by implementations",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : ["extensions",
"user content"],
"min" : 0,
"max" : "*",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.resource.conditionalCreate",
"path": "CapabilityStatement.rest.resource.conditionalCreate",
"short": "If allows/uses conditional create",
"definition": "A flag that indicates that the server supports conditional create.",
"comment": "Conditional Create is mainly appropriate for interface engine scripts converting from other formats, such as v2.",
"min": 0,
"max": "1",
"type": [
{
"code": "boolean"
}
]
"type" : [{
"code" : "Extension"
}],
"isModifier" : false,
"isSummary" : false,
"mapping" : [{
"identity" : "rim",
"map" : "n/a"
}]
},
{
"id" : "CapabilityStatement.messaging.modifierExtension",
"path" : "CapabilityStatement.messaging.modifierExtension",
"short" : "Extensions that cannot be ignored if unrecognized",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : ["extensions",
"user content",
"modifiers"],
"min" : 0,
"max" : "*",
"base" : {
"path" : "BackboneElement.modifierExtension",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.resource.conditionalRead",
"path": "CapabilityStatement.rest.resource.conditionalRead",
"short": "not-supported | modified-since | not-match | full-support",
"definition": "A code that indicates how the server supports conditional read.",
"comment": "Conditional Read is mainly appropriate for interface engine scripts converting from other formats, such as v2.",
"min": 0,
"max": "1",
"type": [
{
"code": "code"
}
],
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ConditionalReadStatus"
}
],
"strength": "required",
"description": "A code that indicates how the server supports conditional read.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/conditional-read-status"
}
}
"type" : [{
"code" : "Extension"
}],
"isModifier" : true,
"isModifierReason" : "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary" : true,
"mapping" : [{
"identity" : "rim",
"map" : "N/A"
}]
},
{
"id" : "CapabilityStatement.messaging.endpoint",
"path" : "CapabilityStatement.messaging.endpoint",
"short" : "Where messages should be sent",
"definition" : "An endpoint (network accessible address) to which messages and/or replies are to be sent.",
"alias" : ["3"],
"min" : 0,
"max" : "*",
"base" : {
"path" : "CapabilityStatement.messaging.endpoint",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.resource.conditionalUpdate",
"path": "CapabilityStatement.rest.resource.conditionalUpdate",
"short": "If allows/uses conditional update",
"definition": "A flag that indicates that the server supports conditional update.",
"comment": "Conditional Update is mainly appropriate for interface engine scripts converting from other formats, such as v2.",
"min": 0,
"max": "1",
"type": [
{
"code": "boolean"
}
]
"type" : [{
"code" : "BackboneElement"
}],
"constraint" : [{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "Element"
}],
"isModifier" : false,
"isSummary" : false
},
{
"id" : "CapabilityStatement.messaging.endpoint.id",
"path" : "CapabilityStatement.messaging.endpoint.id",
"representation" : ["xmlAttr"],
"short" : "xml:id (or equivalent in JSON)",
"definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.id",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.resource.conditionalDelete",
"path": "CapabilityStatement.rest.resource.conditionalDelete",
"short": "not-supported | single | multiple - how conditional delete is supported",
"definition": "A code that indicates how the server supports conditional delete.",
"comment": "Conditional Delete is mainly appropriate for interface engine scripts converting from other formats, such as v2.",
"min": 0,
"max": "1",
"type": [
{
"code": "code"
}
],
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ConditionalDeleteStatus"
}
],
"strength": "required",
"description": "A code that indicates how the server supports conditional delete.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/conditional-delete-status"
}
}
"type" : [{
"code" : "string"
}],
"isModifier" : false,
"isSummary" : false,
"mapping" : [{
"identity" : "rim",
"map" : "n/a"
}]
},
{
"id" : "CapabilityStatement.messaging.endpoint.extension",
"path" : "CapabilityStatement.messaging.endpoint.extension",
"short" : "Additional content defined by implementations",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : ["extensions",
"user content"],
"min" : 0,
"max" : "*",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.resource.referencePolicy",
"path": "CapabilityStatement.rest.resource.referencePolicy",
"short": "literal | logical | resolves | enforced | local",
"definition": "A set of flags that defines how references are supported.",
"min": 0,
"max": "*",
"type": [
{
"code": "code"
}
],
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ReferenceHandlingPolicy"
}
],
"strength": "required",
"description": "A set of flags that defines how references are supported.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/reference-handling-policy"
}
}
"type" : [{
"code" : "Extension"
}],
"isModifier" : false,
"isSummary" : false,
"mapping" : [{
"identity" : "rim",
"map" : "n/a"
}]
},
{
"id" : "CapabilityStatement.messaging.endpoint.modifierExtension",
"path" : "CapabilityStatement.messaging.endpoint.modifierExtension",
"short" : "Extensions that cannot be ignored if unrecognized",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : ["extensions",
"user content",
"modifiers"],
"min" : 0,
"max" : "*",
"base" : {
"path" : "BackboneElement.modifierExtension",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.resource.searchInclude",
"path": "CapabilityStatement.rest.resource.searchInclude",
"short": "_include values supported by the server",
"definition": "A list of _include values supported by the server.",
"comment": "If this list is empty, the server does not support includes.",
"min": 0,
"max": "*",
"type": [
{
"code": "string"
}
]
"type" : [{
"code" : "Extension"
}],
"isModifier" : true,
"isModifierReason" : "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary" : true,
"mapping" : [{
"identity" : "rim",
"map" : "N/A"
}]
},
{
"id" : "CapabilityStatement.messaging.endpoint.protocol",
"path" : "CapabilityStatement.messaging.endpoint.protocol",
"short" : "http | ftp | mllp +",
"definition" : "A list of the messaging transport protocol(s) identifiers, supported by this endpoint.",
"min" : 1,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.messaging.endpoint.protocol",
"min" : 1,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.resource.searchRevInclude",
"path": "CapabilityStatement.rest.resource.searchRevInclude",
"short": "_revinclude values supported by the server",
"definition": "A list of _revinclude (reverse include) values supported by the server.",
"comment": "If this list is empty, the server does not support reverse includes.",
"min": 0,
"max": "*",
"type": [
{
"code": "string"
}
]
"type" : [{
"code" : "Coding"
}],
"isModifier" : false,
"isSummary" : false,
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "MessageTransport"
}],
"strength" : "extensible",
"description" : "The protocol used for message transport.",
"valueSet" : "http://hl7.org/fhir/ValueSet/message-transport"
}
},
{
"id" : "CapabilityStatement.messaging.endpoint.address",
"path" : "CapabilityStatement.messaging.endpoint.address",
"short" : "Network address or identifier of the end-point",
"definition" : "The network address of the endpoint. For solutions that do not use network addresses for routing, it can be just an identifier.",
"min" : 1,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.messaging.endpoint.address",
"min" : 1,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.resource.searchParam",
"path": "CapabilityStatement.rest.resource.searchParam",
"short": "Search parameters supported by implementation",
"definition": "Search parameters for implementations to support and/or make use of - either references to ones defined in the specification, or additional ones defined for/by the implementation.",
"min": 0,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
]
"type" : [{
"code" : "url"
}],
"isModifier" : false,
"isSummary" : false
},
{
"id" : "CapabilityStatement.messaging.reliableCache",
"path" : "CapabilityStatement.messaging.reliableCache",
"short" : "Reliable Message Cache Length (min)",
"definition" : "Length if the receiver's reliable messaging cache in minutes (if a receiver) or how long the cache length on the receiver should be (if a sender).",
"comment" : "If this value is missing then the application does not implement (receiver) or depend on (sender) reliable messaging.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.messaging.reliableCache",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.resource.searchParam.name",
"path": "CapabilityStatement.rest.resource.searchParam.name",
"short": "Name of search parameter",
"definition": "The name of the search parameter used in the interface.",
"comment": "Parameter names cannot overlap with standard parameter names, and standard parameters cannot be redefined.",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
]
"type" : [{
"code" : "unsignedInt"
}],
"isModifier" : false,
"isSummary" : false
},
{
"id" : "CapabilityStatement.messaging.documentation",
"path" : "CapabilityStatement.messaging.documentation",
"short" : "Messaging interface behavior details",
"definition" : "Documentation about the system's messaging capabilities for this endpoint not otherwise documented by the capability statement. For example, the process for becoming an authorized messaging exchange partner.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.messaging.documentation",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.resource.searchParam.definition",
"path": "CapabilityStatement.rest.resource.searchParam.definition",
"short": "Source of definition for parameter",
"definition": "An absolute URI that is a formal reference to where this parameter was first defined, so that a client can be confident of the meaning of the search parameter (a reference to [SearchParameter.url]()).",
"comment": "This SHOULD be present, and matches refers to a SearchParameter by its canonical url. If systems wish to document their support for modifiers, comparators, target resource types, and chained parameters, they should do using a search parameter resource.",
"min": 0,
"max": "1",
"type": [
{
"code": "uri"
}
]
"type" : [{
"code" : "markdown"
}],
"isModifier" : false,
"isSummary" : false
},
{
"id" : "CapabilityStatement.messaging.supportedMessage",
"path" : "CapabilityStatement.messaging.supportedMessage",
"short" : "Messages supported by this system",
"definition" : "References to message definitions for messages this system can send or receive.",
"comment" : "This is a proposed alternative to the messaging.event structure.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "CapabilityStatement.messaging.supportedMessage",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.resource.searchParam.type",
"path": "CapabilityStatement.rest.resource.searchParam.type",
"short": "number | date | string | token | reference | composite | quantity | uri",
"definition": "The type of value a search parameter refers to, and how the content is interpreted.",
"comment": "While this can be looked up from the definition, it is included here as a convenience for systems that autogenerate a query interface based on the server capability statement. It SHALL be the same as the type in the search parameter definition.",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
],
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "SearchParamType"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean": true
}
],
"strength": "required",
"description": "Data types allowed to be used for search parameters.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/search-param-type"
}
}
"type" : [{
"code" : "BackboneElement"
}],
"constraint" : [{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "Element"
}],
"isModifier" : false,
"isSummary" : true
},
{
"id" : "CapabilityStatement.messaging.supportedMessage.id",
"path" : "CapabilityStatement.messaging.supportedMessage.id",
"representation" : ["xmlAttr"],
"short" : "xml:id (or equivalent in JSON)",
"definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.id",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.resource.searchParam.documentation",
"path": "CapabilityStatement.rest.resource.searchParam.documentation",
"short": "Server-specific usage",
"definition": "This allows documentation of any distinct behaviors about how the search parameter is used. For example, text matching algorithms.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
"type" : [{
"code" : "string"
}],
"isModifier" : false,
"isSummary" : false,
"mapping" : [{
"identity" : "rim",
"map" : "n/a"
}]
},
{
"id" : "CapabilityStatement.messaging.supportedMessage.extension",
"path" : "CapabilityStatement.messaging.supportedMessage.extension",
"short" : "Additional content defined by implementations",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : ["extensions",
"user content"],
"min" : 0,
"max" : "*",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.interaction",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString": "SystemInteraction"
}
],
"path": "CapabilityStatement.rest.interaction",
"short": "What operations are supported?",
"definition": "A specification of restful operations supported by the system.",
"min": 0,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
]
"type" : [{
"code" : "Extension"
}],
"isModifier" : false,
"isSummary" : false,
"mapping" : [{
"identity" : "rim",
"map" : "n/a"
}]
},
{
"id" : "CapabilityStatement.messaging.supportedMessage.modifierExtension",
"path" : "CapabilityStatement.messaging.supportedMessage.modifierExtension",
"short" : "Extensions that cannot be ignored if unrecognized",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : ["extensions",
"user content",
"modifiers"],
"min" : 0,
"max" : "*",
"base" : {
"path" : "BackboneElement.modifierExtension",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.interaction.code",
"path": "CapabilityStatement.rest.interaction.code",
"short": "transaction | batch | search-system | history-system",
"definition": "A coded identifier of the operation, supported by the system.",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
],
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "SystemRestfulInteraction"
}
],
"strength": "required",
"description": "Operations supported by REST at the system level.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/system-restful-interaction"
}
}
"type" : [{
"code" : "Extension"
}],
"isModifier" : true,
"isModifierReason" : "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary" : true,
"mapping" : [{
"identity" : "rim",
"map" : "N/A"
}]
},
{
"id" : "CapabilityStatement.messaging.supportedMessage.mode",
"path" : "CapabilityStatement.messaging.supportedMessage.mode",
"short" : "sender | receiver",
"definition" : "The mode of this event declaration - whether application is sender or receiver.",
"min" : 1,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.messaging.supportedMessage.mode",
"min" : 1,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.interaction.documentation",
"path": "CapabilityStatement.rest.interaction.documentation",
"short": "Anything special about operation behavior",
"definition": "Guidance specific to the implementation of this operation, such as limitations on the kind of transactions allowed, or information about system wide search is implemented.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
"type" : [{
"code" : "code"
}],
"isModifier" : false,
"isSummary" : true,
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "EventCapabilityMode"
}],
"strength" : "required",
"description" : "The mode of a message capability statement.",
"valueSet" : "http://hl7.org/fhir/ValueSet/event-capability-mode"
}
},
{
"id" : "CapabilityStatement.messaging.supportedMessage.definition",
"path" : "CapabilityStatement.messaging.supportedMessage.definition",
"short" : "Message supported by this system",
"definition" : "Points to a message definition that identifies the messaging event, message structure, allowed responses, etc.",
"min" : 1,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.messaging.supportedMessage.definition",
"min" : 1,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.searchParam",
"path": "CapabilityStatement.rest.searchParam",
"short": "Search parameters for searching all resources",
"definition": "Search parameters that are supported for searching all resources for implementations to support and/or make use of - either references to ones defined in the specification, or additional ones defined for/by the implementation.",
"comment": "Typically, the only search parameters supported for all searchse are those that apply to all resources - tags, profiles, text search etc.",
"min": 0,
"max": "*",
"contentReference": "#CapabilityStatement.rest.resource.searchParam"
"type" : [{
"code" : "canonical",
"targetProfile" : ["http://hl7.org/fhir/StructureDefinition/MessageDefinition"]
}],
"isModifier" : false,
"isSummary" : true
},
{
"id" : "CapabilityStatement.document",
"path" : "CapabilityStatement.document",
"short" : "Document definition",
"definition" : "A document definition.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "CapabilityStatement.document",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.operation",
"path": "CapabilityStatement.rest.operation",
"short": "Definition of an operation or a custom query",
"definition": "Definition of an operation or a named query together with its parameters and their meaning and type.",
"min": 0,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
],
"isSummary": true
"type" : [{
"code" : "BackboneElement"
}],
"condition" : ["cpb-1"],
"constraint" : [{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "Element"
}],
"isModifier" : false,
"isSummary" : true
},
{
"id" : "CapabilityStatement.document.id",
"path" : "CapabilityStatement.document.id",
"representation" : ["xmlAttr"],
"short" : "xml:id (or equivalent in JSON)",
"definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.id",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.rest.operation.name",
"path": "CapabilityStatement.rest.operation.name",
"short": "Name by which the operation/query is invoked",
"definition": "The name of the operation or query. For an operation, this is the name prefixed with $ and used in the URL. For a query, this is the name used in the _query parameter when the query is called.",
"comment": "The name here SHOULD be the same as the name in the definition, unless there is a name clash and the name cannot be used. The name does not include the \"$\" portion that is always included in the URL.",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
]
"type" : [{
"code" : "string"
}],
"isModifier" : false,
"isSummary" : false,
"mapping" : [{
"identity" : "rim",
"map" : "n/a"
}]
},
{
"id" : "CapabilityStatement.document.extension",
"path" : "CapabilityStatement.document.extension",
"short" : "Additional content defined by implementations",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : ["extensions",
"user content"],
"min" : 0,
"max" : "*",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.operation.definition",
"path": "CapabilityStatement.rest.operation.definition",
"short": "The defined operation/query",
"definition": "Where the formal definition can be found.",
"comment": "This can be used to build an HTML form to invoke the operation, for instance.",
"min": 1,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/OperationDefinition"
}
],
"isSummary": true
"type" : [{
"code" : "Extension"
}],
"isModifier" : false,
"isSummary" : false,
"mapping" : [{
"identity" : "rim",
"map" : "n/a"
}]
},
{
"id" : "CapabilityStatement.document.modifierExtension",
"path" : "CapabilityStatement.document.modifierExtension",
"short" : "Extensions that cannot be ignored if unrecognized",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : ["extensions",
"user content",
"modifiers"],
"min" : 0,
"max" : "*",
"base" : {
"path" : "BackboneElement.modifierExtension",
"min" : 0,
"max" : "*"
},
{
"id": "CapabilityStatement.rest.compartment",
"path": "CapabilityStatement.rest.compartment",
"short": "Compartments served/used by system",
"definition": "An absolute URI which is a reference to the definition of a compartment that the system supports. The reference is to a CompartmentDefinition resource by its canonical URL .",
"comment": "At present, the only defined compartments are at [CompartmentDefinition](compartmentdefinition.html).",
"min": 0,
"max": "*",
"type": [
{
"code": "uri"
}
]
"type" : [{
"code" : "Extension"
}],
"isModifier" : true,
"isModifierReason" : "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary" : true,
"mapping" : [{
"identity" : "rim",
"map" : "N/A"
}]
},
{
"id" : "CapabilityStatement.document.mode",
"path" : "CapabilityStatement.document.mode",
"short" : "producer | consumer",
"definition" : "Mode of this document declaration - whether an application is a producer or consumer.",
"min" : 1,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.document.mode",
"min" : 1,
"max" : "1"
},
{
"id": "CapabilityStatement.messaging",
"path": "CapabilityStatement.messaging",
"short": "If messaging is supported",
"definition": "A description of the messaging capabilities of the solution.",
"comment": "Multiple repetitions allow the documentation of multiple endpoints per solution.",
"min": 0,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
],
"condition": [
"cpb-1"
],
"constraint": [
{
"key": "cpb-16",
"severity": "error",
"human": "A Capability Statement messaging element SHALL have either supportedMessage or event element, but not both.",
"expression": "supportedMessage.empty() != event.empty()",
"xpath": "exists(f:supportedMessage) != exists(f:event)"
}
],
"isSummary": true
"type" : [{
"code" : "code"
}],
"isModifier" : false,
"isSummary" : true,
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "DocumentMode"
}],
"strength" : "required",
"description" : "Whether the application produces or consumes documents.",
"valueSet" : "http://hl7.org/fhir/ValueSet/document-mode"
}
},
{
"id" : "CapabilityStatement.document.documentation",
"path" : "CapabilityStatement.document.documentation",
"short" : "Description of document support",
"definition" : "A description of how the application supports or uses the specified document profile. For example, when documents are created, what action is taken with consumed documents, etc.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.document.documentation",
"min" : 0,
"max" : "1"
},
{
"id": "CapabilityStatement.messaging.endpoint",
"path": "CapabilityStatement.messaging.endpoint",
"short": "Where messages should be sent",
"definition": "An endpoint (network accessible address) to which messages and/or replies are to be sent.",
"alias": [
"3"
],
"min": 0,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
]
"type" : [{
"code" : "markdown"
}],
"isModifier" : false,
"isSummary" : false
},
{
"id" : "CapabilityStatement.document.profile",
"path" : "CapabilityStatement.document.profile",
"short" : "Constraint on the resources used in the document",
"definition" : "A profile on the document Bundle that constrains which resources are present, and their contents.",
"comment" : "The profile is actually on the Bundle.",
"min" : 1,
"max" : "1",
"base" : {
"path" : "CapabilityStatement.document.profile",
"min" : 1,
"max" : "1"
},
{
"id": "CapabilityStatement.messaging.endpoint.protocol",
"path": "CapabilityStatement.messaging.endpoint.protocol",
"short": "http | ftp | mllp +",
"definition": "A list of the messaging transport protocol(s) identifiers, supported by this endpoint.",
"min": 1,
"max": "1",
"type": [
{
"code": "Coding"
}
],
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "MessageTransport"
}
],
"strength": "extensible",
"description": "The protocol used for message transport.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/message-transport"
}
}
"type" : [{
"code" : "canonical",
"targetProfile" : ["http://hl7.org/fhir/StructureDefinition/StructureDefinition"]
}],
"isModifier" : false,
"isSummary" : true
}]
},
"differential" : {
"element" : [{
"id" : "CapabilityStatement",
"path" : "CapabilityStatement",
"short" : "A statement of system capabilities",
"definition" : "A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.",
"min" : 1,
"max" : "1",
"constraint" : [{
"key" : "cpb-7",
"severity" : "error",
"human" : "The set of documents must be unique by the combination of profile and mode.",
"expression" : "document.select(profile&mode).isDistinct()",
"xpath" : "count(f:document[f:mode/@value='producer'])=count(distinct-values(f:document[f:mode/@value='producer']/f:profile/f:reference/@value)) and count(f:document[f:mode/@value='consumer'])=count(distinct-values(f:document[f:mode/@value='consumer']/f:profile/f:reference/@value))"
},
{
"id": "CapabilityStatement.messaging.endpoint.address",
"path": "CapabilityStatement.messaging.endpoint.address",
"short": "Network address or identifier of the end-point",
"definition": "The network address of the end-point. For solutions that do not use network addresses for routing, it can be just an identifier.",
"min": 1,
"max": "1",
"type": [
{
"code": "uri"
}
]
"key" : "cpb-16",
"severity" : "error",
"human" : "If kind = requirements, implementation and software must be absent",
"expression" : "(kind!='requirements') or (implementation.exists().not() and software.exists().not())",
"xpath" : "not(f:kind/@value='instance') or (not(exists(f:implementation)) and not(exists(f:software)))"
},
{
"id": "CapabilityStatement.messaging.reliableCache",
"path": "CapabilityStatement.messaging.reliableCache",
"short": "Reliable Message Cache Length (min)",
"definition": "Length if the receiver's reliable messaging cache in minutes (if a receiver) or how long the cache length on the receiver should be (if a sender).",
"comment": "If this value is missing then the application does not implement (receiver) or depend on (sender) reliable messaging.",
"min": 0,
"max": "1",
"type": [
{
"code": "unsignedInt"
}
]
"key" : "cpb-15",
"severity" : "error",
"human" : "If kind = capability, implementation must be absent, software must be present",
"expression" : "(kind != 'capability') or (implementation.exists().not() and software.exists())",
"xpath" : " not(f:kind/@value='instance') or (not(exists(f:implementation)) and exists(f:software))"
},
{
"id": "CapabilityStatement.messaging.documentation",
"path": "CapabilityStatement.messaging.documentation",
"short": "Messaging interface behavior details",
"definition": "Documentation about the system's messaging capabilities for this endpoint not otherwise documented by the capability statement. For example, the process for becoming an authorized messaging exchange partner.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
"key" : "cpb-3",
"severity" : "error",
"human" : "Messaging end-point is required (and is only permitted) when a statement is for an implementation.",
"expression" : "messaging.endpoint.empty() or kind = 'instance'",
"xpath" : "not(exists(f:messaging/f:endpoint)) or f:kind/@value = 'instance'"
},
{
"id": "CapabilityStatement.messaging.supportedMessage",
"path": "CapabilityStatement.messaging.supportedMessage",
"short": "Messages supported by this system",
"definition": "References to message definitions for messages this system can send or receive.",
"comment": "This is a proposed alternative to the messaging.event structure.",
"min": 0,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
],
"isSummary": true
"key" : "cpb-14",
"severity" : "error",
"human" : "If kind = instance, implementation must be present and software may be present",
"expression" : "(kind != 'instance') or implementation.exists()",
"xpath" : "not(f:kind/@value='instance') or exists(f:implementation)"
},
{
"id": "CapabilityStatement.messaging.supportedMessage.mode",
"path": "CapabilityStatement.messaging.supportedMessage.mode",
"short": "sender | receiver",
"definition": "The mode of this event declaration - whether application is sender or receiver.",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
],
"isSummary": true,
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "EventCapabilityMode"
}
],
"strength": "required",
"description": "The mode of a message capability statement.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/event-capability-mode"
}
}
"key" : "cpb-2",
"severity" : "error",
"human" : "A Capability Statement SHALL have at least one of description, software, or implementation element.",
"expression" : "(description.count() + software.count() + implementation.count()) > 0",
"xpath" : "count(f:software | f:implementation | f:description) > 0"
},
{
"id": "CapabilityStatement.messaging.supportedMessage.definition",
"path": "CapabilityStatement.messaging.supportedMessage.definition",
"short": "Message supported by this system",
"definition": "Points to a message definition that identifies the messaging event, message structure, allowed responses, etc.",
"min": 1,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/MessageDefinition"
}
],
"isSummary": true
"key" : "cpb-1",
"severity" : "error",
"human" : "A Capability Statement SHALL have at least one of REST, messaging or document element.",
"expression" : "rest.exists() or messaging.exists() or document.exists()",
"xpath" : "exists(f:rest) or exists(f:messaging) or exists(f:document)"
},
{
"id": "CapabilityStatement.messaging.event",
"path": "CapabilityStatement.messaging.event",
"short": "Declare support for this event",
"definition": "A description of the solution's support for an event at this end-point.",
"comment": "The same event may be listed up to two times - once as sender and once as receiver.",
"min": 0,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
],
"isSummary": true
"key" : "cpb-0",
"severity" : "warning",
"human" : "Name should be usable as an identifier for the module by machine processing applications such as code generation",
"expression" : "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')",
"xpath" : "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')"
}],
"mapping" : [{
"identity" : "rim",
"map" : "n/a"
}]
},
{
"id" : "CapabilityStatement.url",
"path" : "CapabilityStatement.url",
"short" : "Canonical identifier for this capability statement, represented as a URI (globally unique)",
"definition" : "An absolute URI that is used to identify this capability statement when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this capability statement is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the capability statement is stored on different servers.",
"comment" : "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions).",
"requirements" : "Allows the capability statement to be referenced by a single globally unique identifier.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "uri"
}],
"isSummary" : true,
"mapping" : [{
"identity" : "workflow",
"map" : "Definition.url"
},
{
"id": "CapabilityStatement.messaging.event.code",
"path": "CapabilityStatement.messaging.event.code",
"short": "Event type",
"definition": "A coded identifier of a supported messaging event.",
"min": 1,
"max": "1",
"type": [
{
"code": "Coding"
}
],
"isSummary": true,
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "MessageEvent"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean": true
}
],
"strength": "example",
"description": "One of the message events defined as part of FHIR.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/message-events"
}
}
"identity" : "w5",
"map" : "FiveWs.identifier"
}]
},
{
"id" : "CapabilityStatement.version",
"path" : "CapabilityStatement.version",
"short" : "Business version of the capability statement",
"definition" : "The identifier that is used to identify this version of the capability statement when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the capability statement author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.",
"comment" : "There may be different capability statement instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the capability statement with the format [url]|[version].",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "string"
}],
"isSummary" : true,
"mapping" : [{
"identity" : "workflow",
"map" : "Definition.version"
},
{
"id": "CapabilityStatement.messaging.event.category",
"path": "CapabilityStatement.messaging.event.category",
"short": "Consequence | Currency | Notification",
"definition": "The impact of the content of the message.",
"min": 0,
"max": "1",
"type": [
{
"code": "code"
}
],
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "MessageSignificanceCategory"
}
],
"strength": "required",
"description": "The impact of the content of a message.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/message-significance-category"
}
}
"identity" : "w5",
"map" : "FiveWs.version"
}]
},
{
"id" : "CapabilityStatement.name",
"path" : "CapabilityStatement.name",
"short" : "Name for this capability statement (computer friendly)",
"definition" : "A natural language name identifying the capability statement. This name should be usable as an identifier for the module by machine processing applications such as code generation.",
"comment" : "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.",
"requirements" : "Support human navigation and code generation.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "string"
}],
"condition" : ["inv-0"],
"isSummary" : true
},
{
"id" : "CapabilityStatement.title",
"path" : "CapabilityStatement.title",
"short" : "Name for this capability statement (human friendly)",
"definition" : "A short, descriptive, user-friendly title for the capability statement.",
"comment" : "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "string"
}],
"isSummary" : true,
"mapping" : [{
"identity" : "workflow",
"map" : "Definition.title"
}]
},
{
"id" : "CapabilityStatement.status",
"path" : "CapabilityStatement.status",
"short" : "draft | active | retired | unknown",
"definition" : "The status of this capability statement. Enables tracking the life-cycle of the content.",
"comment" : "Allows filtering of capability statements that are appropriate for use versus not.This is not intended for use with actual capability statements, but where capability statements are used to describe possible or desired systems.",
"min" : 1,
"max" : "1",
"type" : [{
"code" : "code"
}],
"isModifier" : true,
"isModifierReason" : "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration",
"isSummary" : true,
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "PublicationStatus"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean" : true
}],
"strength" : "required",
"description" : "The lifecycle status of an artifact.",
"valueSet" : "http://hl7.org/fhir/ValueSet/publication-status"
},
{
"id": "CapabilityStatement.messaging.event.mode",
"path": "CapabilityStatement.messaging.event.mode",
"short": "sender | receiver",
"definition": "The mode of this event declaration - whether an application is a sender or receiver.",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
],
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "EventCapabilityMode"
}
],
"strength": "required",
"description": "The mode of a message capability statement.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/event-capability-mode"
}
}
"mapping" : [{
"identity" : "workflow",
"map" : "Definition.status"
},
{
"id": "CapabilityStatement.messaging.event.focus",
"path": "CapabilityStatement.messaging.event.focus",
"short": "Resource that's focus of message",
"definition": "A resource associated with the event. This is the resource that defines the event.",
"comment": "This SHALL be provided if the event type supports multiple different resource types.",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
],
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ResourceType"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean": true
}
],
"strength": "required",
"description": "One of the resource types defined as part of FHIR.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/resource-types"
}
}
"identity" : "w5",
"map" : "FiveWs.status"
}]
},
{
"id" : "CapabilityStatement.experimental",
"path" : "CapabilityStatement.experimental",
"short" : "For testing purposes, not real usage",
"definition" : "A Boolean value to indicate that this capability statement is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.",
"comment" : "Allows filtering of capability statements that are appropriate for use versus not.",
"requirements" : "Enables experimental content to be developed following the same lifecycle that would be used for a production-level capability statement.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "boolean"
}],
"isSummary" : true,
"mapping" : [{
"identity" : "workflow",
"map" : "Definition.experimental"
},
{
"id": "CapabilityStatement.messaging.event.request",
"path": "CapabilityStatement.messaging.event.request",
"short": "Profile that describes the request",
"definition": "Information about the request for this event.",
"min": 1,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/StructureDefinition"
}
],
"isSummary": true
"identity" : "w5",
"map" : "FiveWs.class"
}]
},
{
"id" : "CapabilityStatement.date",
"path" : "CapabilityStatement.date",
"short" : "Date last changed",
"definition" : "The date (and optionally time) when the capability statement was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the capability statement changes.",
"comment" : "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the capability statement. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.",
"alias" : ["Revision Date"],
"min" : 1,
"max" : "1",
"type" : [{
"code" : "dateTime"
}],
"isSummary" : true,
"mapping" : [{
"identity" : "workflow",
"map" : "Definition.date"
},
{
"id": "CapabilityStatement.messaging.event.response",
"path": "CapabilityStatement.messaging.event.response",
"short": "Profile that describes the response",
"definition": "Information about the response for this event.",
"min": 1,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/StructureDefinition"
}
],
"isSummary": true
"identity" : "w5",
"map" : "FiveWs.recorded"
}]
},
{
"id" : "CapabilityStatement.publisher",
"path" : "CapabilityStatement.publisher",
"short" : "Name of the publisher (organization or individual)",
"definition" : "The name of the organization or individual that published the capability statement.",
"comment" : "Usually an organization but may be an individual. The publisher (or steward) of the capability statement is the organization or individual primarily responsible for the maintenance and upkeep of the capability statement. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the capability statement. This item SHOULD be populated unless the information is available from context.",
"requirements" : "Helps establish the \"authority/credibility\" of the capability statement. May also allow for contact.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "string"
}],
"isSummary" : true,
"mapping" : [{
"identity" : "workflow",
"map" : "Definition.publisher"
},
{
"id": "CapabilityStatement.messaging.event.documentation",
"path": "CapabilityStatement.messaging.event.documentation",
"short": "Endpoint-specific event documentation",
"definition": "Guidance on how this event is handled, such as internal system trigger points, business rules, etc.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
"identity" : "w5",
"map" : "FiveWs.witness"
}]
},
{
"id" : "CapabilityStatement.contact",
"path" : "CapabilityStatement.contact",
"short" : "Contact details for the publisher",
"definition" : "Contact details to assist a user in finding and communicating with the publisher.",
"comment" : "May be a web site, an email address, a telephone number, etc.",
"min" : 0,
"max" : "*",
"type" : [{
"code" : "ContactDetail"
}],
"isSummary" : true,
"mapping" : [{
"identity" : "workflow",
"map" : "Definition.contact"
}]
},
{
"id" : "CapabilityStatement.description",
"path" : "CapabilityStatement.description",
"short" : "Natural language description of the capability statement",
"definition" : "A free text natural language description of the capability statement from a consumer's perspective. Typically, this is used when the capability statement describes a desired rather than an actual solution, for example as a formal expression of requirements as part of an RFP.",
"comment" : "This description can be used to capture details such as why the capability statement was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the capability statement as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the capability statement is presumed to be the predominant language in the place the capability statement was created).This does not need to be populated if the description is adequately implied by the software or implementation details.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "markdown"
}],
"condition" : ["cpb-2"],
"mapping" : [{
"identity" : "workflow",
"map" : "Definition.description"
}]
},
{
"id" : "CapabilityStatement.useContext",
"path" : "CapabilityStatement.useContext",
"short" : "The context that the content is intended to support",
"definition" : "The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching for appropriate capability statement instances.",
"comment" : "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.",
"requirements" : "Assist in searching for appropriate content.",
"min" : 0,
"max" : "*",
"type" : [{
"code" : "UsageContext"
}],
"isSummary" : true,
"mapping" : [{
"identity" : "workflow",
"map" : "Definition.useContext"
}]
},
{
"id" : "CapabilityStatement.jurisdiction",
"path" : "CapabilityStatement.jurisdiction",
"short" : "Intended jurisdiction for capability statement (if applicable)",
"definition" : "A legal or geographic region in which the capability statement is intended to be used.",
"comment" : "It may be possible for the capability statement to be used in jurisdictions other than those for which it was originally designed or intended.",
"min" : 0,
"max" : "*",
"type" : [{
"code" : "CodeableConcept"
}],
"isSummary" : true,
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "Jurisdiction"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean" : true
}],
"strength" : "extensible",
"description" : "Countries and regions within which this artifact is targeted for use.",
"valueSet" : "http://hl7.org/fhir/ValueSet/jurisdiction"
},
{
"id": "CapabilityStatement.document",
"path": "CapabilityStatement.document",
"short": "Document definition",
"definition": "A document definition.",
"min": 0,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
],
"condition": [
"cpb-1"
],
"isSummary": true
"mapping" : [{
"identity" : "workflow",
"map" : "Definition.jurisdiction"
}]
},
{
"id" : "CapabilityStatement.purpose",
"path" : "CapabilityStatement.purpose",
"short" : "Why this capability statement is defined",
"definition" : "Explanation of why this capability statement is needed and why it has been designed as it has.",
"comment" : "This element does not describe the usage of the capability statement. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this capability statement.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "markdown"
}],
"mapping" : [{
"identity" : "workflow",
"map" : "Definition.purpose"
},
{
"id": "CapabilityStatement.document.mode",
"path": "CapabilityStatement.document.mode",
"short": "producer | consumer",
"definition": "Mode of this document declaration - whether an application is a producer or consumer.",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
],
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "DocumentMode"
}
],
"strength": "required",
"description": "Whether the application produces or consumes documents.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/document-mode"
}
}
"identity" : "w5",
"map" : "FiveWs.why[x]"
},
{
"id": "CapabilityStatement.document.documentation",
"path": "CapabilityStatement.document.documentation",
"short": "Description of document support",
"definition": "A description of how the application supports or uses the specified document profile. For example, when documents are created, what action is taken with consumed documents, etc.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
"identity" : "objimpl",
"map" : "no-gen-base"
}]
},
{
"id" : "CapabilityStatement.copyright",
"path" : "CapabilityStatement.copyright",
"short" : "Use and/or publishing restrictions",
"definition" : "A copyright statement relating to the capability statement and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the capability statement.",
"requirements" : "Consumers must be able to determine any legal restrictions on the use of the capability statement and/or its content.",
"alias" : ["License",
"Restrictions"],
"min" : 0,
"max" : "1",
"type" : [{
"code" : "markdown"
}],
"mapping" : [{
"identity" : "workflow",
"map" : "Definition.copyright"
},
{
"id": "CapabilityStatement.document.profile",
"path": "CapabilityStatement.document.profile",
"short": "Constraint on a resource used in the document",
"definition": "A constraint on a resource used in the document.",
"comment": "The first resource is the document resource.",
"min": 1,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/StructureDefinition"
}
],
"isSummary": true
"identity" : "objimpl",
"map" : "no-gen-base"
}]
},
{
"id" : "CapabilityStatement.kind",
"path" : "CapabilityStatement.kind",
"short" : "instance | capability | requirements",
"definition" : "The way that this statement is intended to be used, to describe an actual running instance of software, a particular product (kind, not instance of software) or a class of implementation (e.g. a desired purchase).",
"requirements" : "Allow searching the 3 modes.",
"min" : 1,
"max" : "1",
"type" : [{
"code" : "code"
}],
"condition" : ["cpb-15"],
"isSummary" : true,
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "CapabilityStatementKind"
}],
"strength" : "required",
"description" : "How a capability statement is intended to be used.",
"valueSet" : "http://hl7.org/fhir/ValueSet/capability-statement-kind"
}
]
},
{
"id" : "CapabilityStatement.instantiates",
"path" : "CapabilityStatement.instantiates",
"short" : "Canonical URL of another capability statement this implements",
"definition" : "Reference to a canonical URL of another CapabilityStatement that this software implements. This capability statement is a published API description that corresponds to a business service. The server may actually implement a subset of the capability statement it claims to implement, so the capability statement must specify the full capability details.",
"comment" : "HL7 defines the following Services: [Terminology Service](terminology-service.html). \n\nMany [Implementation Guides](https://registry.fhir.org/guides) define additional services.",
"min" : 0,
"max" : "*",
"type" : [{
"code" : "canonical",
"targetProfile" : ["http://hl7.org/fhir/StructureDefinition/CapabilityStatement"]
}],
"isSummary" : true
},
{
"id" : "CapabilityStatement.imports",
"path" : "CapabilityStatement.imports",
"short" : "Canonical URL of another capability statement this adds to",
"definition" : "Reference to a canonical URL of another CapabilityStatement that this software adds to. The capability statement automatically includes everything in the other statement, and it is not duplicated, though the server may repeat the same resources, interactions and operations to add additional details to them.",
"comment" : "the contents of any directly or indirectly imported CapabilityStatements SHALL NOT overlap, i.e. they cannot refer to the same rest/resource, operations/name, searchparam/name, interaction/code, messaging/endpoint, document/mode pair.\n\nA capability statement that imports another CapabilityStatement automatically instantiates it too (though this is often not a very useful statement for the kinds of CapabilityStatements that are suitable for importing).",
"min" : 0,
"max" : "*",
"type" : [{
"code" : "canonical",
"targetProfile" : ["http://hl7.org/fhir/StructureDefinition/CapabilityStatement"]
}],
"isSummary" : true
},
{
"id" : "CapabilityStatement.software",
"path" : "CapabilityStatement.software",
"short" : "Software that is covered by this capability statement",
"definition" : "Software that is covered by this capability statement. It is used when the capability statement describes the capabilities of a particular software version, independent of an installation.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "BackboneElement"
}],
"condition" : ["cpb-2"],
"isSummary" : true
},
{
"id" : "CapabilityStatement.software.name",
"path" : "CapabilityStatement.software.name",
"short" : "A name the software is known by",
"definition" : "Name the software is known by.",
"min" : 1,
"max" : "1",
"type" : [{
"code" : "string"
}],
"isSummary" : true
},
{
"id" : "CapabilityStatement.software.version",
"path" : "CapabilityStatement.software.version",
"short" : "Version covered by this statement",
"definition" : "The version identifier for the software covered by this statement.",
"comment" : "If possible, a version should be specified, as statements are likely to be different for different versions of software.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "string"
}],
"isSummary" : true
},
{
"id" : "CapabilityStatement.software.releaseDate",
"path" : "CapabilityStatement.software.releaseDate",
"short" : "Date this version was released",
"definition" : "Date this version of the software was released.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "dateTime"
}],
"isSummary" : true
},
{
"id" : "CapabilityStatement.implementation",
"path" : "CapabilityStatement.implementation",
"short" : "If this describes a specific instance",
"definition" : "Identifies a specific implementation instance that is described by the capability statement - i.e. a particular installation, rather than the capabilities of a software program.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "BackboneElement"
}],
"condition" : ["cpb-2",
"cpb-15"],
"isSummary" : true
},
{
"id" : "CapabilityStatement.implementation.description",
"path" : "CapabilityStatement.implementation.description",
"short" : "Describes this specific instance",
"definition" : "Information about the specific installation that this capability statement relates to.",
"min" : 1,
"max" : "1",
"type" : [{
"code" : "string"
}],
"isSummary" : true
},
{
"id" : "CapabilityStatement.implementation.url",
"path" : "CapabilityStatement.implementation.url",
"short" : "Base URL for the installation",
"definition" : "An absolute base URL for the implementation. This forms the base for REST interfaces as well as the mailbox and document interfaces.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "url"
}],
"isSummary" : true
},
{
"id" : "CapabilityStatement.implementation.custodian",
"path" : "CapabilityStatement.implementation.custodian",
"short" : "Organization that manages the data",
"definition" : "The organization responsible for the management of the instance and oversight of the data on the server at the specified URL.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "Reference",
"targetProfile" : ["http://hl7.org/fhir/StructureDefinition/Organization"]
}],
"isSummary" : true
},
{
"id" : "CapabilityStatement.fhirVersion",
"path" : "CapabilityStatement.fhirVersion",
"short" : "FHIR Version the system uses",
"definition" : "The version of the FHIR specification on which this capability statement is based.",
"min" : 1,
"max" : "1",
"type" : [{
"code" : "id"
}],
"isSummary" : true,
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "FHIRVersions"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean" : true
}],
"strength" : "required",
"description" : "All published FHIR Versions.",
"valueSet" : "http://hl7.org/fhir/ValueSet/fhir-versions"
}
},
{
"id" : "CapabilityStatement.format",
"path" : "CapabilityStatement.format",
"short" : "formats supported (xml | json | ttl | mime type)",
"definition" : "A list of the formats supported by this implementation using their content types.",
"comment" : "\"xml\", \"json\" and \"ttl\" are allowed, which describe the simple encodings described in the specification (and imply appropriate bundle support). Otherwise, mime types are legal here.",
"min" : 1,
"max" : "*",
"type" : [{
"code" : "code"
}],
"isSummary" : true,
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "MimeType"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean" : true
}],
"strength" : "required",
"description" : "The mime type of an attachment. Any valid mime type is allowed.",
"valueSet" : "http://hl7.org/fhir/ValueSet/mimetypes"
}
},
{
"id" : "CapabilityStatement.patchFormat",
"path" : "CapabilityStatement.patchFormat",
"short" : "Patch formats supported",
"definition" : "A list of the patch formats supported by this implementation using their content types.",
"comment" : "At present, the patch mime types application/json-patch+json and application/xml-patch+xml are legal. Generally, if a server supports PATCH, it would be expected to support the patch formats and match the formats it supports, but this is not always possible or necessary.",
"min" : 0,
"max" : "*",
"type" : [{
"code" : "code"
}],
"isSummary" : true,
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "MimeType"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean" : true
}],
"strength" : "required",
"description" : "The mime type of an attachment. Any valid mime type is allowed.",
"valueSet" : "http://hl7.org/fhir/ValueSet/mimetypes"
}
},
{
"id" : "CapabilityStatement.implementationGuide",
"path" : "CapabilityStatement.implementationGuide",
"short" : "Implementation guides supported",
"definition" : "A list of implementation guides that the server does (or should) support in their entirety.",
"min" : 0,
"max" : "*",
"type" : [{
"code" : "canonical",
"targetProfile" : ["http://hl7.org/fhir/StructureDefinition/ImplementationGuide"]
}],
"isSummary" : true
},
{
"id" : "CapabilityStatement.rest",
"path" : "CapabilityStatement.rest",
"short" : "If the endpoint is a RESTful one",
"definition" : "A definition of the restful capabilities of the solution, if any.",
"comment" : "Multiple repetitions allow definition of both client and/or server behaviors or possibly behaviors under different configuration settings (for software or requirements statements).",
"min" : 0,
"max" : "*",
"type" : [{
"code" : "BackboneElement"
}],
"condition" : ["cpb-1"],
"constraint" : [{
"key" : "cpb-9",
"severity" : "error",
"human" : "A given resource can only be described once per RESTful mode.",
"expression" : "resource.select(type).isDistinct()",
"xpath" : "count(f:resource)=count(distinct-values(f:resource/f:type/@value))"
}],
"isSummary" : true
},
{
"id" : "CapabilityStatement.rest.mode",
"path" : "CapabilityStatement.rest.mode",
"short" : "client | server",
"definition" : "Identifies whether this portion of the statement is describing the ability to initiate or receive restful operations.",
"min" : 1,
"max" : "1",
"type" : [{
"code" : "code"
}],
"isSummary" : true,
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "RestfulCapabilityMode"
}],
"strength" : "required",
"description" : "The mode of a RESTful capability statement.",
"valueSet" : "http://hl7.org/fhir/ValueSet/restful-capability-mode"
}
},
{
"id" : "CapabilityStatement.rest.documentation",
"path" : "CapabilityStatement.rest.documentation",
"short" : "General description of implementation",
"definition" : "Information about the system's restful capabilities that apply across all applications, such as security.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "markdown"
}]
},
{
"id" : "CapabilityStatement.rest.security",
"path" : "CapabilityStatement.rest.security",
"short" : "Information about security of implementation",
"definition" : "Information about security implementation from an interface perspective - what a client needs to know.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "BackboneElement"
}],
"isSummary" : true
},
{
"id" : "CapabilityStatement.rest.security.cors",
"path" : "CapabilityStatement.rest.security.cors",
"short" : "Adds CORS Headers (http://enable-cors.org/)",
"definition" : "Server adds CORS headers when responding to requests - this enables Javascript applications to use the server.",
"comment" : "The easiest CORS headers to add are Access-Control-Allow-Origin: * & Access-Control-Request-Method: GET, POST, PUT, DELETE. All servers SHOULD support CORS.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "boolean"
}],
"isSummary" : true
},
{
"id" : "CapabilityStatement.rest.security.service",
"path" : "CapabilityStatement.rest.security.service",
"short" : "OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates",
"definition" : "Types of security services that are supported/required by the system.",
"min" : 0,
"max" : "*",
"type" : [{
"code" : "CodeableConcept"
}],
"isSummary" : true,
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "RestfulSecurityService"
}],
"strength" : "extensible",
"description" : "Types of security services used with FHIR.",
"valueSet" : "http://hl7.org/fhir/ValueSet/restful-security-service"
}
},
{
"id" : "CapabilityStatement.rest.security.description",
"path" : "CapabilityStatement.rest.security.description",
"short" : "General description of how security works",
"definition" : "General description of how security works.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "markdown"
}]
},
{
"id" : "CapabilityStatement.rest.resource",
"path" : "CapabilityStatement.rest.resource",
"short" : "Resource served on the REST interface",
"definition" : "A specification of the restful capabilities of the solution for a specific resource type.",
"comment" : "Max of one repetition per resource type.",
"min" : 0,
"max" : "*",
"type" : [{
"code" : "BackboneElement"
}],
"constraint" : [{
"key" : "cpb-12",
"severity" : "error",
"human" : "Search parameter names must be unique in the context of a resource.",
"expression" : "searchParam.select(name).isDistinct()",
"xpath" : "count(f:searchParam)=count(distinct-values(f:searchParam/f:name/@value))"
}],
"isSummary" : true
},
{
"id" : "CapabilityStatement.rest.resource.type",
"path" : "CapabilityStatement.rest.resource.type",
"short" : "A resource type that is supported",
"definition" : "A type of resource exposed via the restful interface.",
"min" : 1,
"max" : "1",
"type" : [{
"code" : "code"
}],
"isSummary" : true,
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "ResourceType"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean" : true
}],
"strength" : "required",
"description" : "One of the resource types defined as part of this version of FHIR.",
"valueSet" : "http://hl7.org/fhir/ValueSet/resource-types"
}
},
{
"id" : "CapabilityStatement.rest.resource.profile",
"path" : "CapabilityStatement.rest.resource.profile",
"short" : "Base System profile for all uses of resource",
"definition" : "A specification of the profile that describes the solution's overall support for the resource, including any constraints on cardinality, bindings, lengths or other limitations. See further discussion in [Using Profiles](profiling.html#profile-uses).",
"comment" : "The profile applies to all resources of this type - i.e. it is the superset of what is supported by the system.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "canonical",
"targetProfile" : ["http://hl7.org/fhir/StructureDefinition/StructureDefinition"]
}],
"isSummary" : true
},
{
"id" : "CapabilityStatement.rest.resource.supportedProfile",
"path" : "CapabilityStatement.rest.resource.supportedProfile",
"short" : "Profiles for use cases supported",
"definition" : "A list of profiles that represent different use cases supported by the system. For a server, \"supported by the system\" means the system hosts/produces a set of resources that are conformant to a particular profile, and allows clients that use its services to search using this profile and to find appropriate data. For a client, it means the system will search by this profile and process data according to the guidance implicit in the profile. See further discussion in [Using Profiles](profiling.html#profile-uses).",
"comment" : "Supported profiles are different than the profile that applies to a particular resource in .rest.resource.profile. The resource profile is a general statement of what features of the resource are supported overall by the system - the sum total of the facilities it supports. A supported profile is a deeper statement about the functionality of the data and services provided by the server (or used by the client). A typical case is a laboratory system that produces a set of different reports - this is the list of types of data that it publishes. A key aspect of declaring profiles here is the question of how the client converts knowledge that the server publishes this data into working with the data; the client can inspect individual resources to determine whether they conform to a particular profile, but how does it find the ones that do? It does so by searching using the _profile parameter, so any resources listed here must be valid values for the _profile resource (using the identifier in the target profile).",
"min" : 0,
"max" : "*",
"type" : [{
"code" : "canonical",
"targetProfile" : ["http://hl7.org/fhir/StructureDefinition/StructureDefinition"]
}],
"isSummary" : true
},
{
"id" : "CapabilityStatement.rest.resource.documentation",
"path" : "CapabilityStatement.rest.resource.documentation",
"short" : "Additional information about the use of the resource type",
"definition" : "Additional information about the resource type used by the system.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "markdown"
}]
},
{
"id" : "CapabilityStatement.rest.resource.interaction",
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString" : "ResourceInteraction"
}],
"path" : "CapabilityStatement.rest.resource.interaction",
"short" : "What operations are supported?",
"definition" : "Identifies a restful operation supported by the solution.",
"comment" : "In general, a Resource will only appear in a CapabilityStatement if the server actually has some capabilities - e.g. there is at least one interaction supported. However interactions can be omitted to support summarization (_summary = true).",
"min" : 0,
"max" : "*",
"type" : [{
"code" : "BackboneElement"
}]
},
{
"id" : "CapabilityStatement.rest.resource.interaction.code",
"path" : "CapabilityStatement.rest.resource.interaction.code",
"short" : "read | vread | update | patch | delete | history-instance | history-type | create | search-type",
"definition" : "Coded identifier of the operation, supported by the system resource.",
"min" : 1,
"max" : "1",
"type" : [{
"code" : "code"
}],
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "TypeRestfulInteraction"
}],
"strength" : "required",
"description" : "Operations supported by REST at the type or instance level.",
"valueSet" : "http://hl7.org/fhir/ValueSet/type-restful-interaction"
}
},
{
"id" : "CapabilityStatement.rest.resource.interaction.documentation",
"path" : "CapabilityStatement.rest.resource.interaction.documentation",
"short" : "Anything special about operation behavior",
"definition" : "Guidance specific to the implementation of this operation, such as 'delete is a logical delete' or 'updates are only allowed with version id' or 'creates permitted from pre-authorized certificates only'.",
"requirements" : "REST allows a degree of variability in the implementation of RESTful solutions that is useful for exchange partners to be aware of.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "markdown"
}]
},
{
"id" : "CapabilityStatement.rest.resource.versioning",
"path" : "CapabilityStatement.rest.resource.versioning",
"short" : "no-version | versioned | versioned-update",
"definition" : "This field is set to no-version to specify that the system does not support (server) or use (client) versioning for this resource type. If this has some other value, the server must at least correctly track and populate the versionId meta-property on resources. If the value is 'versioned-update', then the server supports all the versioning features, including using e-tags for version integrity in the API.",
"comment" : "If a server supports versionIds correctly, it SHOULD support vread too, but is not required to do so.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "code"
}],
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "ResourceVersionPolicy"
}],
"strength" : "required",
"description" : "How the system supports versioning for a resource.",
"valueSet" : "http://hl7.org/fhir/ValueSet/versioning-policy"
}
},
{
"id" : "CapabilityStatement.rest.resource.readHistory",
"path" : "CapabilityStatement.rest.resource.readHistory",
"short" : "Whether vRead can return past versions",
"definition" : "A flag for whether the server is able to return past versions as part of the vRead operation.",
"comment" : "It is useful to support the vRead operation for current operations, even if past versions aren't available.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "boolean"
}]
},
{
"id" : "CapabilityStatement.rest.resource.updateCreate",
"path" : "CapabilityStatement.rest.resource.updateCreate",
"short" : "If update can commit to a new identity",
"definition" : "A flag to indicate that the server allows or needs to allow the client to create new identities on the server (that is, the client PUTs to a location where there is no existing resource). Allowing this operation means that the server allows the client to create new identities on the server.",
"comment" : "Allowing the clients to create new identities on the server means that the system administrator needs to have confidence that the clients do not create clashing identities between them. Obviously, if there is only one client, this won't happen. While creating identities on the client means that the clients need to be managed, it's much more convenient for many scenarios if such management can be put in place.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "boolean"
}]
},
{
"id" : "CapabilityStatement.rest.resource.conditionalCreate",
"path" : "CapabilityStatement.rest.resource.conditionalCreate",
"short" : "If allows/uses conditional create",
"definition" : "A flag that indicates that the server supports conditional create.",
"comment" : "Conditional Create is mainly appropriate for interface engine scripts converting from other formats, such as v2.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "boolean"
}]
},
{
"id" : "CapabilityStatement.rest.resource.conditionalRead",
"path" : "CapabilityStatement.rest.resource.conditionalRead",
"short" : "not-supported | modified-since | not-match | full-support",
"definition" : "A code that indicates how the server supports conditional read.",
"comment" : "Conditional Read is mainly appropriate for interface engine scripts converting from other formats, such as v2.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "code"
}],
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "ConditionalReadStatus"
}],
"strength" : "required",
"description" : "A code that indicates how the server supports conditional read.",
"valueSet" : "http://hl7.org/fhir/ValueSet/conditional-read-status"
}
},
{
"id" : "CapabilityStatement.rest.resource.conditionalUpdate",
"path" : "CapabilityStatement.rest.resource.conditionalUpdate",
"short" : "If allows/uses conditional update",
"definition" : "A flag that indicates that the server supports conditional update.",
"comment" : "Conditional Update is mainly appropriate for interface engine scripts converting from other formats, such as v2.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "boolean"
}]
},
{
"id" : "CapabilityStatement.rest.resource.conditionalDelete",
"path" : "CapabilityStatement.rest.resource.conditionalDelete",
"short" : "not-supported | single | multiple - how conditional delete is supported",
"definition" : "A code that indicates how the server supports conditional delete.",
"comment" : "Conditional Delete is mainly appropriate for interface engine scripts converting from other formats, such as v2.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "code"
}],
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "ConditionalDeleteStatus"
}],
"strength" : "required",
"description" : "A code that indicates how the server supports conditional delete.",
"valueSet" : "http://hl7.org/fhir/ValueSet/conditional-delete-status"
}
},
{
"id" : "CapabilityStatement.rest.resource.referencePolicy",
"path" : "CapabilityStatement.rest.resource.referencePolicy",
"short" : "literal | logical | resolves | enforced | local",
"definition" : "A set of flags that defines how references are supported.",
"min" : 0,
"max" : "*",
"type" : [{
"code" : "code"
}],
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "ReferenceHandlingPolicy"
}],
"strength" : "required",
"description" : "A set of flags that defines how references are supported.",
"valueSet" : "http://hl7.org/fhir/ValueSet/reference-handling-policy"
}
},
{
"id" : "CapabilityStatement.rest.resource.searchInclude",
"path" : "CapabilityStatement.rest.resource.searchInclude",
"short" : "_include values supported by the server",
"definition" : "A list of _include values supported by the server.",
"comment" : "If this list is empty, the server does not support includes.",
"min" : 0,
"max" : "*",
"type" : [{
"code" : "string"
}]
},
{
"id" : "CapabilityStatement.rest.resource.searchRevInclude",
"path" : "CapabilityStatement.rest.resource.searchRevInclude",
"short" : "_revinclude values supported by the server",
"definition" : "A list of _revinclude (reverse include) values supported by the server.",
"comment" : "If this list is empty, the server does not support reverse includes.",
"min" : 0,
"max" : "*",
"type" : [{
"code" : "string"
}]
},
{
"id" : "CapabilityStatement.rest.resource.searchParam",
"path" : "CapabilityStatement.rest.resource.searchParam",
"short" : "Search parameters supported by implementation",
"definition" : "Search parameters for implementations to support and/or make use of - either references to ones defined in the specification, or additional ones defined for/by the implementation.",
"comment" : "The search parameters should include the control search parameters such as _sort, _count, etc. that also apply to this resource (though many will be listed at [CapabilityStatement.rest.searchParam](capabilitystatement-definitions.html#CapabilityStatement.rest.searchParam)). The behavior of some search parameters may be further described by other code or extension elements, or narrative within the capability statement or linked [SearchParameter](searchparameter.html#) definitions.",
"min" : 0,
"max" : "*",
"type" : [{
"code" : "BackboneElement"
}]
},
{
"id" : "CapabilityStatement.rest.resource.searchParam.name",
"path" : "CapabilityStatement.rest.resource.searchParam.name",
"short" : "Name of search parameter",
"definition" : "The name of the search parameter used in the interface.",
"comment" : "Parameter names cannot overlap with standard parameter names, and standard parameters cannot be redefined.",
"min" : 1,
"max" : "1",
"type" : [{
"code" : "string"
}]
},
{
"id" : "CapabilityStatement.rest.resource.searchParam.definition",
"path" : "CapabilityStatement.rest.resource.searchParam.definition",
"short" : "Source of definition for parameter",
"definition" : "An absolute URI that is a formal reference to where this parameter was first defined, so that a client can be confident of the meaning of the search parameter (a reference to [SearchParameter.url](searchparameter-definitions.html#SearchParameter.url)). This element SHALL be populated if the search parameter refers to a SearchParameter defined by the FHIR core specification or externally defined IGs.",
"comment" : "This SHOULD be present, and matches refers to a SearchParameter by its canonical url. If systems wish to document their support for modifiers, comparators, target resource types, and chained parameters, they should do using a search parameter resource. This element SHALL be populated if the search parameter refers to a SearchParameter defined by the FHIR core specification or externally defined IGs.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "canonical",
"targetProfile" : ["http://hl7.org/fhir/StructureDefinition/SearchParameter"]
}]
},
{
"id" : "CapabilityStatement.rest.resource.searchParam.type",
"path" : "CapabilityStatement.rest.resource.searchParam.type",
"short" : "number | date | string | token | reference | composite | quantity | uri | special",
"definition" : "The type of value a search parameter refers to, and how the content is interpreted.",
"comment" : "While this can be looked up from the definition, it is included here as a convenience for systems that autogenerate a query interface based on the server capability statement. It SHALL be the same as the type in the search parameter definition.",
"min" : 1,
"max" : "1",
"type" : [{
"code" : "code"
}],
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "SearchParamType"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean" : true
}],
"strength" : "required",
"description" : "Data types allowed to be used for search parameters.",
"valueSet" : "http://hl7.org/fhir/ValueSet/search-param-type"
}
},
{
"id" : "CapabilityStatement.rest.resource.searchParam.documentation",
"path" : "CapabilityStatement.rest.resource.searchParam.documentation",
"short" : "Server-specific usage",
"definition" : "This allows documentation of any distinct behaviors about how the search parameter is used. For example, text matching algorithms.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "markdown"
}]
},
{
"id" : "CapabilityStatement.rest.resource.operation",
"path" : "CapabilityStatement.rest.resource.operation",
"short" : "Definition of a resource operation",
"definition" : "Definition of an operation or a named query together with its parameters and their meaning and type. Consult the definition of the operation for details about how to invoke the operation, and the parameters.",
"comment" : "Operations linked from CapabilityStatement.rest.resource.operation must have OperationDefinition.type = true or OperationDefinition.instance = true. \n\nIf an operation that is listed in multiple CapabilityStatement.rest.resource.operation (e.g. for different resource types), then clients should understand that the operation is only supported on the specified resource types, and that may be a subset of those listed in OperationDefinition.resource.",
"min" : 0,
"max" : "*",
"type" : [{
"code" : "BackboneElement"
}],
"isSummary" : true
},
{
"id" : "CapabilityStatement.rest.resource.operation.name",
"path" : "CapabilityStatement.rest.resource.operation.name",
"short" : "Name by which the operation/query is invoked",
"definition" : "The name of the operation or query. For an operation, this is the name prefixed with $ and used in the URL. For a query, this is the name used in the _query parameter when the query is called.",
"comment" : "The name here SHOULD be the same as the name in the definition, unless there is a name clash and the name cannot be used. The name does not include the \"$\" portion that is always included in the URL.",
"min" : 1,
"max" : "1",
"type" : [{
"code" : "string"
}],
"isSummary" : true
},
{
"id" : "CapabilityStatement.rest.resource.operation.definition",
"path" : "CapabilityStatement.rest.resource.operation.definition",
"short" : "The defined operation/query",
"definition" : "Where the formal definition can be found.",
"comment" : "This can be used to build an HTML form to invoke the operation, for instance.",
"min" : 1,
"max" : "1",
"type" : [{
"code" : "canonical",
"targetProfile" : ["http://hl7.org/fhir/StructureDefinition/OperationDefinition"]
}],
"isSummary" : true
},
{
"id" : "CapabilityStatement.rest.resource.operation.documentation",
"path" : "CapabilityStatement.rest.resource.operation.documentation",
"short" : "Specific details about operation behavior",
"definition" : "Documentation that describes anything special about the operation behavior, possibly detailing different behavior for system, type and instance-level invocation of the operation.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "markdown"
}]
},
{
"id" : "CapabilityStatement.rest.interaction",
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString" : "SystemInteraction"
}],
"path" : "CapabilityStatement.rest.interaction",
"short" : "What operations are supported?",
"definition" : "A specification of restful operations supported by the system.",
"min" : 0,
"max" : "*",
"type" : [{
"code" : "BackboneElement"
}]
},
{
"id" : "CapabilityStatement.rest.interaction.code",
"path" : "CapabilityStatement.rest.interaction.code",
"short" : "transaction | batch | search-system | history-system",
"definition" : "A coded identifier of the operation, supported by the system.",
"min" : 1,
"max" : "1",
"type" : [{
"code" : "code"
}],
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "SystemRestfulInteraction"
}],
"strength" : "required",
"description" : "Operations supported by REST at the system level.",
"valueSet" : "http://hl7.org/fhir/ValueSet/system-restful-interaction"
}
},
{
"id" : "CapabilityStatement.rest.interaction.documentation",
"path" : "CapabilityStatement.rest.interaction.documentation",
"short" : "Anything special about operation behavior",
"definition" : "Guidance specific to the implementation of this operation, such as limitations on the kind of transactions allowed, or information about system wide search is implemented.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "markdown"
}]
},
{
"id" : "CapabilityStatement.rest.searchParam",
"path" : "CapabilityStatement.rest.searchParam",
"short" : "Search parameters for searching all resources",
"definition" : "Search parameters that are supported for searching all resources for implementations to support and/or make use of - either references to ones defined in the specification, or additional ones defined for/by the implementation.",
"comment" : "Typically, the only search parameters supported for all searches are those that apply to all resources - tags, profiles, text search etc. These search parameters should include the control search parameters such as _sort, _count, etc. that also apply to this resource (though many will be listed at [CapabilityStatement.rest.searchParam](capabilitystatement-definitions.html#CapabilityStatement.rest.searchParam)). The behavior of some search parameters may be further described by other code or extension elements, or narrative within the capability statement or linked [SearchParameter](searchparameter.html#) definitions.",
"min" : 0,
"max" : "*",
"contentReference" : "#CapabilityStatement.rest.resource.searchParam"
},
{
"id" : "CapabilityStatement.rest.operation",
"path" : "CapabilityStatement.rest.operation",
"short" : "Definition of a system level operation",
"definition" : "Definition of an operation or a named query together with its parameters and their meaning and type.",
"comment" : "CapabilityStatement.rest.operation is for operations invoked at the system level, or for operations that are supported across multiple resource types. Operations linked from CapabilityStatement.rest.operation must have OperationDefinition.system = true, or more than one Operation.resource.",
"min" : 0,
"max" : "*",
"contentReference" : "#CapabilityStatement.rest.resource.operation",
"isSummary" : true
},
{
"id" : "CapabilityStatement.rest.compartment",
"path" : "CapabilityStatement.rest.compartment",
"short" : "Compartments served/used by system",
"definition" : "An absolute URI which is a reference to the definition of a compartment that the system supports. The reference is to a CompartmentDefinition resource by its canonical URL .",
"comment" : "At present, the only defined compartments are at [CompartmentDefinition](compartmentdefinition.html).",
"min" : 0,
"max" : "*",
"type" : [{
"code" : "canonical",
"targetProfile" : ["http://hl7.org/fhir/StructureDefinition/CompartmentDefinition"]
}]
},
{
"id" : "CapabilityStatement.messaging",
"path" : "CapabilityStatement.messaging",
"short" : "If messaging is supported",
"definition" : "A description of the messaging capabilities of the solution.",
"comment" : "Multiple repetitions allow the documentation of multiple endpoints per solution.",
"min" : 0,
"max" : "*",
"type" : [{
"code" : "BackboneElement"
}],
"condition" : ["cpb-1"],
"isSummary" : true
},
{
"id" : "CapabilityStatement.messaging.endpoint",
"path" : "CapabilityStatement.messaging.endpoint",
"short" : "Where messages should be sent",
"definition" : "An endpoint (network accessible address) to which messages and/or replies are to be sent.",
"alias" : ["3"],
"min" : 0,
"max" : "*",
"type" : [{
"code" : "BackboneElement"
}]
},
{
"id" : "CapabilityStatement.messaging.endpoint.protocol",
"path" : "CapabilityStatement.messaging.endpoint.protocol",
"short" : "http | ftp | mllp +",
"definition" : "A list of the messaging transport protocol(s) identifiers, supported by this endpoint.",
"min" : 1,
"max" : "1",
"type" : [{
"code" : "Coding"
}],
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "MessageTransport"
}],
"strength" : "extensible",
"description" : "The protocol used for message transport.",
"valueSet" : "http://hl7.org/fhir/ValueSet/message-transport"
}
},
{
"id" : "CapabilityStatement.messaging.endpoint.address",
"path" : "CapabilityStatement.messaging.endpoint.address",
"short" : "Network address or identifier of the end-point",
"definition" : "The network address of the endpoint. For solutions that do not use network addresses for routing, it can be just an identifier.",
"min" : 1,
"max" : "1",
"type" : [{
"code" : "url"
}]
},
{
"id" : "CapabilityStatement.messaging.reliableCache",
"path" : "CapabilityStatement.messaging.reliableCache",
"short" : "Reliable Message Cache Length (min)",
"definition" : "Length if the receiver's reliable messaging cache in minutes (if a receiver) or how long the cache length on the receiver should be (if a sender).",
"comment" : "If this value is missing then the application does not implement (receiver) or depend on (sender) reliable messaging.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "unsignedInt"
}]
},
{
"id" : "CapabilityStatement.messaging.documentation",
"path" : "CapabilityStatement.messaging.documentation",
"short" : "Messaging interface behavior details",
"definition" : "Documentation about the system's messaging capabilities for this endpoint not otherwise documented by the capability statement. For example, the process for becoming an authorized messaging exchange partner.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "markdown"
}]
},
{
"id" : "CapabilityStatement.messaging.supportedMessage",
"path" : "CapabilityStatement.messaging.supportedMessage",
"short" : "Messages supported by this system",
"definition" : "References to message definitions for messages this system can send or receive.",
"comment" : "This is a proposed alternative to the messaging.event structure.",
"min" : 0,
"max" : "*",
"type" : [{
"code" : "BackboneElement"
}],
"isSummary" : true
},
{
"id" : "CapabilityStatement.messaging.supportedMessage.mode",
"path" : "CapabilityStatement.messaging.supportedMessage.mode",
"short" : "sender | receiver",
"definition" : "The mode of this event declaration - whether application is sender or receiver.",
"min" : 1,
"max" : "1",
"type" : [{
"code" : "code"
}],
"isSummary" : true,
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "EventCapabilityMode"
}],
"strength" : "required",
"description" : "The mode of a message capability statement.",
"valueSet" : "http://hl7.org/fhir/ValueSet/event-capability-mode"
}
},
{
"id" : "CapabilityStatement.messaging.supportedMessage.definition",
"path" : "CapabilityStatement.messaging.supportedMessage.definition",
"short" : "Message supported by this system",
"definition" : "Points to a message definition that identifies the messaging event, message structure, allowed responses, etc.",
"min" : 1,
"max" : "1",
"type" : [{
"code" : "canonical",
"targetProfile" : ["http://hl7.org/fhir/StructureDefinition/MessageDefinition"]
}],
"isSummary" : true
},
{
"id" : "CapabilityStatement.document",
"path" : "CapabilityStatement.document",
"short" : "Document definition",
"definition" : "A document definition.",
"min" : 0,
"max" : "*",
"type" : [{
"code" : "BackboneElement"
}],
"condition" : ["cpb-1"],
"isSummary" : true
},
{
"id" : "CapabilityStatement.document.mode",
"path" : "CapabilityStatement.document.mode",
"short" : "producer | consumer",
"definition" : "Mode of this document declaration - whether an application is a producer or consumer.",
"min" : 1,
"max" : "1",
"type" : [{
"code" : "code"
}],
"isSummary" : true,
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "DocumentMode"
}],
"strength" : "required",
"description" : "Whether the application produces or consumes documents.",
"valueSet" : "http://hl7.org/fhir/ValueSet/document-mode"
}
},
{
"id" : "CapabilityStatement.document.documentation",
"path" : "CapabilityStatement.document.documentation",
"short" : "Description of document support",
"definition" : "A description of how the application supports or uses the specified document profile. For example, when documents are created, what action is taken with consumed documents, etc.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "markdown"
}]
},
{
"id" : "CapabilityStatement.document.profile",
"path" : "CapabilityStatement.document.profile",
"short" : "Constraint on the resources used in the document",
"definition" : "A profile on the document Bundle that constrains which resources are present, and their contents.",
"comment" : "The profile is actually on the Bundle.",
"min" : 1,
"max" : "1",
"type" : [{
"code" : "canonical",
"targetProfile" : ["http://hl7.org/fhir/StructureDefinition/StructureDefinition"]
}],
"isSummary" : true
}]
}
}
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.