# Get FHIR r4 capability statements Endpoint: GET /site/{siteId}/fhir/capability-statement Version: 1.0 Security: bearer, bearer ## Path parameters: - `siteId` (string, required) Site identifier ## Query parameters: - `_count` (number) Number of items to return (default=20). Example: 10 - `_page_token` (string) Token for fetching the next page of results. Example: "CgYK..." - `_sort` (string) Sort the results by a given field, e.g. _sort=family or _sort=-date. Example: "family" - `_elements` (string) Restrict returned fields, e.g. _elements=identifier,name. Example: "identifier,name" - `telecom` (string) Filter by resource telecom, e.g. date=[SYSTEM]|[VALUE]. Example: "telecom=phone|555-555-5555" - `_id` (string) Search for a specific resource by ID, e.g. _id=abc123. Example: "abc123" - `identifier` (string) Search for resources by identifier token, e.g. identifier=http://hospital.org|12345. Example: "http://hospital.org|12345" - `_include` (string) Include related resources, e.g. _include=Appointment:patient. Example: "Appointment:patient" - `patient` (string) Include related patient resources, e.g. patient=Patient/[id]&. Example: "patient=Patient/[id]&" - `_revinclude` (string) Reverse include related resources, e.g. _revinclude=Observation:subject. Example: "Observation:subject" - `_has` (string) Reverse chaining, e.g. _has:Observation:subject:code=http://loinc.org|1234-5. Example: "Observation:subject:code=http://loinc.org|1234-5" - `_tag` (string) Search by tag on the resource meta, e.g. _tag=http://example.org/tags|sample-tag. Example: "http://example.org/tags|sample-tag" - `_security` (string) Search by security label on resource meta, e.g. _security=RBAC|CONFIDENTIAL. Example: "RBAC|CONFIDENTIAL" - `_profile` (string) Search by profile in resource meta, e.g. _profile=http://example.org/fhir/StructureDefinition/custom-profile. Example: "http://example.org/fhir/StructureDefinition/custom-profile" ## Response 200 fields (application/json): - `resourceType` (any, required) This is a Bundle resource Enum: "Bundle" - `id` (string) Any combination of letters, numerals, "-" and ".", with a length limit of 64 characters. (This might be an integer, an unprefixed OID, UUID or any other identifier pattern that meets these constraints.) Ids are case-insensitive. Example: "example-id" - `meta` (object) The metadata about a resource. This is content in the resource that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource. - `meta.id` (string) An extension object type #string. Example: "example-string" - `meta.extension` (array) 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. - `meta.versionId` (object) An extension object type #id. - `meta._versionId` (object) An extension object type #Element. - `meta.lastUpdated` (object) An extension object type #instant. - `meta._lastUpdated` (object) An extension object type #Element. - `meta.source` (string) An extension object type #uri. Example: "https://example.org/resource" - `meta._source` (object) An extension object type #Element. - `meta.profile` (array) A list of profiles (references to [[[StructureDefinition]]] resources) that this resource claims to conform to. The URL is a reference to [[[StructureDefinition.url]]]. Example: ["http://example.org/Profile"] - `meta.security` (array) Security labels applied to this resource. These tags connect specific resources to the overall security policy and infrastructure. - `meta.tag` (array) Tags applied to this resource. Tags are intended to be used to identify and relate resources to process and workflow, and applications are not required to consider the tags when interpreting the meaning of a resource. - `implicitRules` (string) String of characters used to identify a name or a resource Example: "https://example.org/resource" - `_implicitRules` (object) Base definition for all elements in a resource. - `language` (string) A string which has at least one character and no leading or trailing whitespace and where there is no whitespace other than single spaces in the contents Example: "sample-code" - `_language` (object) Base definition for all elements in a resource. - `identifier` (object) An identifier - identifies some entity uniquely and unambiguously. Typically this is used for business identifiers. - `identifier.use` (any) The purpose of this identifier. Enum: "usual", "official", "temp", "secondary", "old" - `identifier._use` (object) An extension object type #Element. - `identifier.type` (object) An extension object type #CodeableConcept. - `identifier.system` (string) An extension object type #uri. Example: "https://example.org/resource" - `identifier._system` (object) An extension object type #Element. - `identifier.value` (string) An extension object type #string. Example: "example-string" - `identifier._value` (object) An extension object type #Element. - `identifier.period` (object) An extension object type #Period. - `identifier.assigner` (object) An extension object type #Reference. - `type` (any) Indicates the purpose of this bundle - how it is intended to be used. Enum: "document", "message", "transaction", "transaction-response", "batch", "batch-response", "history", "searchset", "collection" - `_type` (object) Base definition for all elements in a resource. - `timestamp` (string) An instant in time - known at least to the second Example: "2024-01-01T00:00:00Z" - `_timestamp` (object) Base definition for all elements in a resource. - `total` (number) An integer with a value that is not negative (e.g. >= 0) - `_total` (object) Base definition for all elements in a resource. - `link` (array) A series of links that provide context to this bundle. Example: [{"relation":"search","url":"https://api.heydonto.com/fhir/capability-statement/?_count=20"},{"relation":"next","url":"https://api.heydonto.com/fhir/capability-statement/?_count=20&_page_token=TOKEN"},{"relation":"first","url":"https://api.heydonto.com/fhir/capability-statement/?_count=20"},{"relation":"self","url":"https://api.heydonto.com/fhir/capability-statement/?_count=20"}] - `link.modifierExtension` (array) 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 and/or the understanding of the containing element's descendants. 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). - `link.relation` (string) An extension object type #string. Example: "example-string" - `link._relation` (object) An extension object type #Element. - `link.url` (string) An extension object type #uri. Example: "https://example.org/resource" - `link._url` (object) An extension object type #Element. - `entry` (array) An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only). Example: [{"resourceType":"CapabilityStatement","id":"example","text":{"status":"generated","div":"
\n\t\t\t

The EHR Server supports the following transactions for the resource Person: read, vread, \n update, history, search(name,gender), create and updates.

\n\t\t\t

The EHR System supports the following message: admin-notify::Person.

\n\t\t\t

The EHR Application has a \n general document profile.\n

\n\t\t
"},"url":"urn:uuid:68D043B5-9ECF-4559-A57A-396E0D452311","version":"20130510","name":"ACME-EHR","title":"ACME EHR capability statement","status":"draft","experimental":true,"date":"2012-01-04","publisher":"ACME Corporation","contact":[{"name":"System Administrator","telecom":[{"system":"email","value":"wile@acme.org"}]}],"description":"This is the FHIR capability statement for the main EHR at ACME for the private interface - it does not describe the public interface","useContext":[{"code":{"system":"http://terminology.hl7.org/CodeSystem/usage-context-type","code":"focus"},"valueCodeableConcept":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/variant-state","code":"positive"}]}}],"jurisdiction":[{"coding":[{"system":"urn:iso:std:iso:3166","code":"US","display":"United States of America (the)"}]}],"purpose":"Main EHR capability statement, published for contracting and operational support","copyright":"Copyright © Acme Healthcare and GoodCorp EHR Systems","kind":"instance","instantiates":["http://ihe.org/fhir/CapabilityStatement/pixm-client"],"software":{"name":"EHR","version":"0.00.020.2134","releaseDate":"2012-01-04"},"implementation":{"description":"main EHR at ACME","url":"http://10.2.3.4/fhir"},"fhirVersion":"4.0.1","format":["xml","json"],"patchFormat":["application/xml-patch+xml","application/json-patch+json"],"implementationGuide":["http://hl7.org/fhir/us/lab"],"rest":[{"mode":"server","documentation":"Main FHIR endpoint for acem health","security":{"cors":true,"service":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/restful-security-service","code":"SMART-on-FHIR"}]}],"description":"See Smart on FHIR documentation"},"resource":[{"type":"Patient","profile":"http://registry.fhir.org/r4/StructureDefinition/7896271d-57f6-4231-89dc-dcc91eab2416","supportedProfile":["http://registry.fhir.org/r4/StructureDefinition/00ab9e7a-06c7-4f77-9234-4154ca1e3347"],"documentation":"This server does not let the clients create identities.","interaction":[{"code":"read"},{"code":"vread","documentation":"Only supported for patient records since 12-Dec 2012"},{"code":"update"},{"code":"history-instance"},{"code":"create"},{"code":"history-type"}],"versioning":"versioned-update","readHistory":true,"updateCreate":false,"conditionalCreate":true,"conditionalRead":"full-support","conditionalUpdate":false,"conditionalDelete":"not-supported","searchInclude":["Organization"],"searchRevInclude":["Person"],"searchParam":[{"name":"identifier","definition":"http://hl7.org/fhir/SearchParameter/Patient-identifier","type":"token","documentation":"Only supports search by institution MRN"},{"name":"general-practitioner","definition":"http://hl7.org/fhir/SearchParameter/Patient-general-practitioner","type":"reference"}]}],"interaction":[{"code":"transaction"},{"code":"history-system"}],"compartment":["http://hl7.org/fhir/CompartmentDefinition/patient"]}],"messaging":[{"endpoint":[{"protocol":{"system":"http://terminology.hl7.org/CodeSystem/message-transport","code":"mllp"},"address":"mllp:10.1.1.10:9234"}],"reliableCache":30,"documentation":"ADT A08 equivalent for external system notifications","supportedMessage":[{"mode":"receiver","definition":"MessageDefinition/example"}]}],"document":[{"mode":"consumer","documentation":"Basic rules for all documents in the EHR system","profile":"http://fhir.hl7.org/base/Profilebc054d23-75e1-4dc6-aca5-838b6b1ac81d/_history/b5fdd9fc-b021-4ea1-911a-721a60663796"}]}] - `entry.resourceType` (any, required) This is a CapabilityStatement resource Enum: "CapabilityStatement" - `entry.text` (object) A human-readable summary of the resource conveying the essential clinical and business information for the resource. - `entry.text.status` (any) The status of the narrative - whether it's entirely generated (from just the defined data or the extensions too), or whether a human authored it and it may contain additional data. Enum: "generated", "extensions", "additional", "empty" - `entry.text._status` (object) An extension object type #Element. - `entry.text.div` (string, required) An extension object type #xhtml. Example: "
Example
" - `entry.contained` (array) 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. - `entry.extension` (array) 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. - `entry.extension.valueBase64Binary` (string) Value of extension - must be one of a constrained set of the data types (see [Extensibility](https://hl7.org/fhir/extensibility.html) for a list). Example: "U2FtcGxl" - `entry.extension._valueBase64Binary` (object) An extension object type #Element. - `entry.extension.valueBoolean` (boolean) Value of extension - must be one of a constrained set of the data types (see [Extensibility](https://hl7.org/fhir/extensibility.html) for a list). Example: true - `entry.extension._valueBoolean` (object) An extension object type #Element. - `entry.extension.valueCanonical` (string) Value of extension - must be one of a constrained set of the data types (see [Extensibility](https://hl7.org/fhir/extensibility.html) for a list). Example: "http://example.org/Profile" - `entry.extension._valueCanonical` (object) An extension object type #Element. - `entry.extension.valueCode` (string) Value of extension - must be one of a constrained set of the data types (see [Extensibility](https://hl7.org/fhir/extensibility.html) for a list). Example: "sample-code" - `entry.extension._valueCode` (object) An extension object type #Element. - `entry.extension.valueDate` (string) Value of extension - must be one of a constrained set of the data types (see [Extensibility](https://hl7.org/fhir/extensibility.html) for a list). Example: "2024-01-01" - `entry.extension._valueDate` (object) An extension object type #Element. - `entry.extension.valueDateTime` (string) Value of extension - must be one of a constrained set of the data types (see [Extensibility](https://hl7.org/fhir/extensibility.html) for a list). Example: "2024-01-01T00:00:00Z" - `entry.extension._valueDateTime` (object) An extension object type #Element. - `entry.extension.valueDecimal` (number) Value of extension - must be one of a constrained set of the data types (see [Extensibility](https://hl7.org/fhir/extensibility.html) for a list). Example: 1.23 - `entry.extension._valueDecimal` (object) An extension object type #Element. - `entry.extension.valueId` (string) Value of extension - must be one of a constrained set of the data types (see [Extensibility](https://hl7.org/fhir/extensibility.html) for a list). Example: "example-id" - `entry.extension._valueId` (object) An extension object type #Element. - `entry.extension.valueInstant` (string) Value of extension - must be one of a constrained set of the data types (see [Extensibility](https://hl7.org/fhir/extensibility.html) for a list). Example: "2024-01-01T00:00:00Z" - `entry.extension._valueInstant` (object) An extension object type #Element. - `entry.extension.valueInteger` (number) Value of extension - must be one of a constrained set of the data types (see [Extensibility](https://hl7.org/fhir/extensibility.html) for a list). Example: 1 - `entry.extension._valueInteger` (object) An extension object type #Element. - `entry.extension.valueMarkdown` (string) Value of extension - must be one of a constrained set of the data types (see [Extensibility](https://hl7.org/fhir/extensibility.html) for a list). Example: "Sample markdown text" - `entry.extension._valueMarkdown` (object) An extension object type #Element. - `entry.extension.valueOid` (string) Value of extension - must be one of a constrained set of the data types (see [Extensibility](https://hl7.org/fhir/extensibility.html) for a list). Example: "urn:oid:1.2.3.4.5" - `entry.extension._valueOid` (object) An extension object type #Element. - `entry.extension.valuePositiveInt` (number) Value of extension - must be one of a constrained set of the data types (see [Extensibility](https://hl7.org/fhir/extensibility.html) for a list). Example: 1 - `entry.extension._valuePositiveInt` (object) An extension object type #Element. - `entry.extension.valueString` (string) Value of extension - must be one of a constrained set of the data types (see [Extensibility](https://hl7.org/fhir/extensibility.html) for a list). Example: "example-string" - `entry.extension._valueString` (object) An extension object type #Element. - `entry.extension.valueTime` (string) Value of extension - must be one of a constrained set of the data types (see [Extensibility](https://hl7.org/fhir/extensibility.html) for a list). Example: "12:00:00" - `entry.extension._valueTime` (object) An extension object type #Element. - `entry.extension.valueUnsignedInt` (number) Value of extension - must be one of a constrained set of the data types (see [Extensibility](https://hl7.org/fhir/extensibility.html) for a list). - `entry.extension._valueUnsignedInt` (object) An extension object type #Element. - `entry.extension.valueUri` (string) Value of extension - must be one of a constrained set of the data types (see [Extensibility](https://hl7.org/fhir/extensibility.html) for a list). Example: "https://example.org/resource" - `entry.extension._valueUri` (object) An extension object type #Element. - `entry.extension.valueUrl` (string) Value of extension - must be one of a constrained set of the data types (see [Extensibility](https://hl7.org/fhir/extensibility.html) for a list). Example: "https://example.org" - `entry.extension._valueUrl` (object) An extension object type #Element. - `entry.extension.valueUuid` (string) Value of extension - must be one of a constrained set of the data types (see [Extensibility](https://hl7.org/fhir/extensibility.html) for a list). Example: "urn:uuid:123e4567-e89b-12d3-a456-426614174000" - `entry.extension._valueUuid` (object) An extension object type #Element. - `entry.extension.valueAddress` (object) An extension object type #Address. - `entry.extension.valueAge` (object) An extension object type #Age. - `entry.extension.valueAnnotation` (object) An extension object type #Annotation. - `entry.extension.valueAttachment` (object) An extension object type #Attachment. - `entry.extension.valueCodeableConcept` (object) An extension object type #CodeableConcept. - `entry.extension.valueCoding` (object) An extension object type #Coding. - `entry.extension.valueContactPoint` (object) An extension object type #ContactPoint. - `entry.extension.valueCount` (object) An extension object type #Count. - `entry.extension.valueDistance` (object) An extension object type #Distance. - `entry.extension.valueDuration` (object) An extension object type #Duration. - `entry.extension.valueHumanName` (object) An extension object type #HumanName. - `entry.extension.valueIdentifier` (object) An extension object type #Identifier. - `entry.extension.valueMoney` (object) An extension object type #Money. - `entry.extension.valuePeriod` (object) An extension object type #Period. - `entry.extension.valueQuantity` (object) An extension object type #Quantity. - `entry.extension.valueRange` (object) An extension object type #Range. - `entry.extension.valueRatio` (object) An extension object type #Ratio. - `entry.extension.valueReference` (object) An extension object type #Reference. - `entry.extension.valueSampledData` (object) An extension object type #SampledData. - `entry.extension.valueSignature` (object) An extension object type #Signature. - `entry.extension.valueTiming` (object) An extension object type #Timing. - `entry.extension.valueContactDetail` (object) An extension object type #ContactDetail. - `entry.extension.valueContributor` (object) An extension object type #Contributor. - `entry.extension.valueDataRequirement` (object) An extension object type #DataRequirement. - `entry.extension.valueExpression` (object) An extension object type #Expression. - `entry.extension.valueParameterDefinition` (object) An extension object type #ParameterDefinition. - `entry.extension.valueRelatedArtifact` (object) An extension object type #RelatedArtifact. - `entry.extension.valueTriggerDefinition` (object) An extension object type #TriggerDefinition. - `entry.extension.valueUsageContext` (object) An extension object type #UsageContext. - `entry.extension.valueDosage` (object) An extension object type #Dosage. - `entry.extension.valueMeta` (object) An extension object type #Meta. - `entry.modifierExtension` (array) 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 and/or the understanding of the containing element's descendants. 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). - `entry.url` (string) String of characters used to identify a name or a resource Example: "https://example.org/resource" - `entry._url` (object) Base definition for all elements in a resource. - `entry.version` (string) A sequence of Unicode characters Example: "example-string" - `entry._version` (object) Base definition for all elements in a resource. - `entry.name` (string) A sequence of Unicode characters Example: "example-string" - `entry._name` (object) Base definition for all elements in a resource. - `entry.title` (string) A sequence of Unicode characters Example: "example-string" - `entry._title` (object) Base definition for all elements in a resource. - `entry.status` (any) The status of this capability statement. Enables tracking the life-cycle of the content. Enum: "draft", "active", "retired", "unknown" - `entry._status` (object) Base definition for all elements in a resource. - `entry.experimental` (boolean) Value of "true" or "false" Example: true - `entry._experimental` (object) Base definition for all elements in a resource. - `entry.date` (string) A date, date-time or partial date (e.g. just year or year + month). If hours and minutes are specified, a time zone SHALL be populated. The format is a union of the schema types gYear, gYearMonth, date and dateTime. Seconds must be provided due to schema type constraints but may be zero-filled and may be ignored. Dates SHALL be valid dates. Example: "2024-01-01T00:00:00Z" - `entry._date` (object) Base definition for all elements in a resource. - `entry.publisher` (string) A sequence of Unicode characters Example: "example-string" - `entry._publisher` (object) Base definition for all elements in a resource. - `entry.contact` (array) Contact details to assist a user in finding and communicating with the publisher. Example: [{"name":"System Administrator","telecom":[{"system":"email","value":"wile@acme.org"}]}] - `entry.contact.name` (string) An extension object type #string. Example: "example-string" - `entry.contact._name` (object) An extension object type #Element. - `entry.contact.telecom` (array) The contact details for the individual (if a name was provided) or the organization. - `entry.description` (string) A string that may contain Github Flavored Markdown syntax for optional processing by a mark down presentation engine Example: "Sample markdown text" - `entry._description` (object) Base definition for all elements in a resource. - `entry.useContext` (array) The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate capability statement instances. Example: [{"code":{"system":"http://terminology.hl7.org/CodeSystem/usage-context-type","code":"focus"},"valueCodeableConcept":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/variant-state","code":"positive"}]}}] - `entry.useContext.code` (object, required) An extension object type #Coding. - `entry.jurisdiction` (array) A legal or geographic region in which the capability statement is intended to be used. Example: [{"coding":[{"system":"urn:iso:std:iso:3166","code":"US","display":"United States of America (the)"}]}] - `entry.jurisdiction.coding` (array) A reference to a code defined by a terminology system. - `entry.jurisdiction.text` (string) An extension object type #string. Example: "example-string" - `entry.jurisdiction._text` (object) An extension object type #Element. - `entry.purpose` (string) A string that may contain Github Flavored Markdown syntax for optional processing by a mark down presentation engine Example: "Sample markdown text" - `entry._purpose` (object) Base definition for all elements in a resource. - `entry.copyright` (string) A string that may contain Github Flavored Markdown syntax for optional processing by a mark down presentation engine Example: "Sample markdown text" - `entry._copyright` (object) Base definition for all elements in a resource. - `entry.kind` (any) 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). Enum: "instance", "capability", "requirements" - `entry._kind` (object) Base definition for all elements in a resource. - `entry.instantiates` (array) 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. Example: ["http://ihe.org/fhir/CapabilityStatement/pixm-client"] - `entry.imports` (array) 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. Example: ["http://example.org/Profile"] - `entry.software` (object) A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server for a particular version of FHIR that may be used as a statement of actual server functionality or a statement of required or desired server implementation. - `entry.software.version` (string) An extension object type #string. Example: "example-string" - `entry.software._version` (object) An extension object type #Element. - `entry.software.releaseDate` (string) An extension object type #dateTime. Example: "2024-01-01T00:00:00Z" - `entry.software._releaseDate` (object) An extension object type #Element. - `entry.implementation` (object) A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server for a particular version of FHIR that may be used as a statement of actual server functionality or a statement of required or desired server implementation. - `entry.implementation.description` (string) An extension object type #string. Example: "example-string" - `entry.implementation._description` (object) An extension object type #Element. - `entry.implementation.url` (string) An extension object type #url. Example: "https://example.org" - `entry.implementation.custodian` (object) An extension object type #Reference. - `entry.fhirVersion` (any) The version of the FHIR specification that this CapabilityStatement describes (which SHALL be the same as the FHIR version of the CapabilityStatement itself). There is no default value. Enum: "0.01", "0.05", "0.06", "0.11", "0.0.80", "0.0.81", "0.0.82", "0.4.0", "0.5.0", "1.0.0", "1.0.1", "1.0.2", "1.1.0", "1.4.0", "1.6.0", "1.8.0", "3.0.0", "3.0.1", "3.3.0", "3.5.0", "4.0.0", "4.0.1" - `entry._fhirVersion` (object) Base definition for all elements in a resource. - `entry.format` (array) A list of the formats supported by this implementation using their content types. Example: ["xml","json"] - `entry._format` (array) Extensions for format - `entry.patchFormat` (array) A list of the patch formats supported by this implementation using their content types. Example: ["application/xml-patch+xml","application/json-patch+json"] - `entry._patchFormat` (array) Extensions for patchFormat - `entry.implementationGuide` (array) A list of implementation guides that the server does (or should) support in their entirety. Example: ["http://hl7.org/fhir/us/lab"] - `entry.rest` (array) A definition of the restful capabilities of the solution, if any. Example: [{"mode":"server","documentation":"Main FHIR endpoint for acem health","security":{"cors":true,"service":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/restful-security-service","code":"SMART-on-FHIR"}]}],"description":"See Smart on FHIR documentation"},"resource":[{"type":"Patient","profile":"http://registry.fhir.org/r4/StructureDefinition/7896271d-57f6-4231-89dc-dcc91eab2416","supportedProfile":["http://registry.fhir.org/r4/StructureDefinition/00ab9e7a-06c7-4f77-9234-4154ca1e3347"],"documentation":"This server does not let the clients create identities.","interaction":[{"code":"read"},{"code":"vread","documentation":"Only supported for patient records since 12-Dec 2012"},{"code":"update"},{"code":"history-instance"},{"code":"create"},{"code":"history-type"}],"versioning":"versioned-update","readHistory":true,"updateCreate":false,"conditionalCreate":true,"conditionalRead":"full-support","conditionalUpdate":false,"conditionalDelete":"not-supported","searchInclude":["Organization"],"searchRevInclude":["Person"],"searchParam":[{"name":"identifier","definition":"http://hl7.org/fhir/SearchParameter/Patient-identifier","type":"token","documentation":"Only supports search by institution MRN"},{"name":"general-practitioner","definition":"http://hl7.org/fhir/SearchParameter/Patient-general-practitioner","type":"reference"}]}],"interaction":[{"code":"transaction"},{"code":"history-system"}],"compartment":["http://hl7.org/fhir/CompartmentDefinition/patient"]}] - `entry.rest.mode` (any) Identifies whether this portion of the statement is describing the ability to initiate or receive restful operations. Enum: "client", "server" - `entry.rest._mode` (object) An extension object type #Element. - `entry.rest.documentation` (object) An extension object type #markdown. - `entry.rest._documentation` (object) An extension object type #Element. - `entry.rest.security` (object) An extension object type #CapabilityStatement_Security. - `entry.rest.resource` (array) A specification of the restful capabilities of the solution for a specific resource type. Example: "http://example.org/Profile" - `entry.rest.interaction` (array) A specification of restful operations supported by the system. - `entry.rest.searchParam` (array) 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. - `entry.rest.operation` (array) Definition of an operation or a named query together with its parameters and their meaning and type. - `entry.rest.compartment` (array) 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 . Example: ["http://example.org/Profile"] - `entry.messaging` (array) A description of the messaging capabilities of the solution. Example: [{"endpoint":[{"protocol":{"system":"http://terminology.hl7.org/CodeSystem/message-transport","code":"mllp"},"address":"mllp:10.1.1.10:9234"}],"reliableCache":30,"documentation":"ADT A08 equivalent for external system notifications","supportedMessage":[{"mode":"receiver","definition":"MessageDefinition/example"}]}] - `entry.messaging.endpoint` (array) An endpoint (network accessible address) to which messages and/or replies are to be sent. - `entry.messaging.reliableCache` (integer) An extension object type #unsignedInt. - `entry.messaging._reliableCache` (object) An extension object type #Element. - `entry.messaging.supportedMessage` (array) References to message definitions for messages this system can send or receive. - `entry.document` (array) A document definition. Example: [{"mode":"consumer","documentation":"Basic rules for all documents in the EHR system","profile":"http://fhir.hl7.org/base/Profilebc054d23-75e1-4dc6-aca5-838b6b1ac81d/_history/b5fdd9fc-b021-4ea1-911a-721a60663796"}] - `entry.document.mode` (any) Mode of this document declaration - whether an application is a producer or consumer. Enum: "producer", "consumer" - `entry.document.profile` (string, required) An extension object type #canonical. Example: "http://example.org/Profile" - `signature` (object) A signature along with supporting context. The signature may be a digital signature that is cryptographic in nature, or some other signature acceptable to the domain. This other signature may be as simple as a graphical image representing a hand-written signature, or a signature ceremony Different signature approaches have different utilities. - `signature.type` (array, required) An indication of the reason that the entity signed this document. This may be explicitly included as part of the signature information and can be used when determining accountability for various actions concerning the document. - `signature.when` (object) An extension object type #instant. - `signature._when` (object) An extension object type #Element. - `signature.who` (object, required) An extension object type #Reference. - `signature.onBehalfOf` (object) An extension object type #Reference. - `signature.targetFormat` (string) An extension object type #code. Example: "sample-code" - `signature._targetFormat` (object) An extension object type #Element. - `signature.sigFormat` (string) An extension object type #code. Example: "sample-code" - `signature._sigFormat` (object) An extension object type #Element. - `signature.data` (string) An extension object type #base64Binary. Example: "U2FtcGxl" - `signature._data` (object) An extension object type #Element. ## Response 401 fields (application/json): - `message` (string, required) Error message indicating unauthorized access. Example: "Unauthorized" - `statusCode` (number, required) HTTP status code for unauthorized access. Example: 401