Situational Awareness for Novel Epidemic Response
1.0.1 - CI Build International flag

Situational Awareness for Novel Epidemic Response, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-saner/ and changes regularly. See the Directory of published versions

Resource Profile: Capability Statements with Slices ( Abstract )

Official URL: http://hl7.org/fhir/uv/saner/StructureDefinition/CapabilityStatementWithSlices Version: 1.0.1
Draft as of 2024-05-02 Computable Name: CapabilityStatementWithSlices
Other Identifiers: OID:2.16.840.1.113883.4.642.40.42.42.2

A Capability Statement with slicing defined

Usage:

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

This structure is derived from CapabilityStatement

NameFlagsCard.TypeDescription & Constraintsdoco
.. CapabilityStatement 0..* CapabilityStatement This is an abstract profile.
A statement of system capabilities
... Slices for rest 0..* BackboneElement If the endpoint is a RESTful one
Slice: Unordered, Open by value:mode
.... rest:All Slices Content/Rules for all slices
..... Slices for resource 0..* BackboneElement Resource served on the REST interface
Slice: Unordered, Open by value:type
...... resource:LocationSlice 0..1 BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: Location
...... resource:OrganizationSlice 0..1 BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: Organization
...... resource:MeasureSlice 0..1 BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: Measure
...... resource:MeasureReportSlice 0..1 BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: MeasureReport
...... resource:QuestionnaireSlice 0..1 BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: Questionnaire
...... resource:QuestionnaireResponseSlice 0..1 BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: QuestionnaireResponse
...... resource:LibrarySlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: Library
...... resource:ConceptMapSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: ConceptMap
...... resource:ValueSetSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: ValueSet
...... resource:CodeSystemSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: CodeSystem
...... resource:PatientSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: Patient
...... resource:AllergyIntoleranceSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: AllergyIntolerance
...... resource:ConditionSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: Condition
...... resource:DocumentReferenceSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: DocumentReference
...... resource:DiagnosticReportSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: DiagnosticReport
...... resource:EncounterSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: Encounter
...... resource:FamilyMemberHistorySlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: FamilyMemberHistory
...... resource:MedicationAdministrationSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: MedicationAdministration
...... resource:MedicationDispenseSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: MedicationDispense
...... resource:MedicationRequestSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: MedicationRequest
...... resource:MedicationStatementSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: MedicationStatement
...... resource:ObservationSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: Observation
...... resource:ProcedureSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: Procedure
...... resource:ServiceRequestSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: ServiceRequest
...... resource:ParametersSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: Parameters
.... rest:clientSlice 0..1 BackboneElement If the endpoint is a RESTful one
..... mode 1..1 code client | server
Fixed Value: client
.... rest:serverSlice 0..1 BackboneElement If the endpoint is a RESTful one
..... mode 1..1 code client | server
Fixed Value: server

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. CapabilityStatement C 0..* CapabilityStatement This is an abstract profile.
A statement of system capabilities
cpb-0: Name should be usable as an identifier for the module by machine processing applications such as code generation
cpb-1: A Capability Statement SHALL have at least one of REST, messaging or document element.
cpb-2: A Capability Statement SHALL have at least one of description, software, or implementation element.
cpb-3: Messaging end-point is required (and is only permitted) when a statement is for an implementation.
cpb-7: The set of documents must be unique by the combination of profile and mode.
cpb-14: If kind = instance, implementation must be present and software may be present
cpb-15: If kind = capability, implementation must be absent, software must be present
cpb-16: If kind = requirements, implementation and software must be absent
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... status ?!Σ 1..1 code draft | active | retired | unknown
Binding: PublicationStatus (required): The lifecycle status of an artifact.

... kind ΣC 1..1 code instance | capability | requirements
Binding: CapabilityStatementKind (required): How a capability statement is intended to be used.

... implementation ΣC 0..1 BackboneElement If this describes a specific instance
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... description Σ 1..1 string Describes this specific instance
... fhirVersion Σ 1..1 code FHIR Version the system supports
Binding: FHIRVersion (required): All published FHIR Versions.

... format Σ 1..* code formats supported (xml | json | ttl | mime type)
Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed.


... Slices for rest ΣC 0..* BackboneElement If the endpoint is a RESTful one
Slice: Unordered, Open by value:mode
cpb-9: A given resource can only be described once per RESTful mode.
.... rest:All Slices Content/Rules for all slices
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... mode Σ 1..1 code client | server
Binding: RestfulCapabilityMode (required): The mode of a RESTful capability statement.

..... Slices for resource ΣC 0..* BackboneElement Resource served on the REST interface
Slice: Unordered, Open by value:type
cpb-12: Search parameter names must be unique in the context of a resource.
...... resource:All Slices Content/Rules for all slices
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.

...... resource:LocationSlice ΣC 0..1 BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Location
...... resource:OrganizationSlice ΣC 0..1 BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Organization
...... resource:MeasureSlice ΣC 0..1 BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Measure
...... resource:MeasureReportSlice ΣC 0..1 BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: MeasureReport
...... resource:QuestionnaireSlice ΣC 0..1 BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Questionnaire
...... resource:QuestionnaireResponseSlice ΣC 0..1 BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: QuestionnaireResponse
...... resource:LibrarySlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Library
...... resource:ConceptMapSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: ConceptMap
...... resource:ValueSetSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: ValueSet
...... resource:CodeSystemSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: CodeSystem
...... resource:PatientSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Patient
...... resource:AllergyIntoleranceSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: AllergyIntolerance
...... resource:ConditionSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Condition
...... resource:DocumentReferenceSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: DocumentReference
...... resource:DiagnosticReportSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: DiagnosticReport
...... resource:EncounterSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Encounter
...... resource:FamilyMemberHistorySlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: FamilyMemberHistory
...... resource:MedicationAdministrationSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: MedicationAdministration
...... resource:MedicationDispenseSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: MedicationDispense
...... resource:MedicationRequestSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: MedicationRequest
...... resource:MedicationStatementSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: MedicationStatement
...... resource:ObservationSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Observation
...... resource:ProcedureSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Procedure
...... resource:ServiceRequestSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: ServiceRequest
...... resource:ParametersSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Parameters
.... rest:clientSlice ΣC 0..1 BackboneElement If the endpoint is a RESTful one
cpb-9: A given resource can only be described once per RESTful mode.
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... mode Σ 1..1 code client | server
Binding: RestfulCapabilityMode (required): The mode of a RESTful capability statement.


Fixed Value: client
.... rest:serverSlice ΣC 0..1 BackboneElement If the endpoint is a RESTful one
cpb-9: A given resource can only be described once per RESTful mode.
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... mode Σ 1..1 code client | server
Binding: RestfulCapabilityMode (required): The mode of a RESTful capability statement.


Fixed Value: server

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
CapabilityStatement.statusrequiredPublicationStatus
http://hl7.org/fhir/ValueSet/publication-status|4.0.1
from the FHIR Standard
CapabilityStatement.kindrequiredCapabilityStatementKind
http://hl7.org/fhir/ValueSet/capability-statement-kind|4.0.1
from the FHIR Standard
CapabilityStatement.fhirVersionrequiredFHIRVersion
http://hl7.org/fhir/ValueSet/FHIR-version|4.0.1
from the FHIR Standard
CapabilityStatement.formatrequiredMime Types (a valid code from urn:ietf:bcp:13)
http://hl7.org/fhir/ValueSet/mimetypes|4.0.1
from the FHIR Standard
CapabilityStatement.rest.moderequiredRestfulCapabilityMode
http://hl7.org/fhir/ValueSet/restful-capability-mode|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource.typerequiredResourceType
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:LocationSlice.typerequiredFixed Value: Location
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:OrganizationSlice.typerequiredFixed Value: Organization
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MeasureSlice.typerequiredFixed Value: Measure
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MeasureReportSlice.typerequiredFixed Value: MeasureReport
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:QuestionnaireSlice.typerequiredFixed Value: Questionnaire
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:QuestionnaireResponseSlice.typerequiredFixed Value: QuestionnaireResponse
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:LibrarySlice.typerequiredFixed Value: Library
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ConceptMapSlice.typerequiredFixed Value: ConceptMap
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ValueSetSlice.typerequiredFixed Value: ValueSet
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:CodeSystemSlice.typerequiredFixed Value: CodeSystem
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:PatientSlice.typerequiredFixed Value: Patient
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:AllergyIntoleranceSlice.typerequiredFixed Value: AllergyIntolerance
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ConditionSlice.typerequiredFixed Value: Condition
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:DocumentReferenceSlice.typerequiredFixed Value: DocumentReference
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:DiagnosticReportSlice.typerequiredFixed Value: DiagnosticReport
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:EncounterSlice.typerequiredFixed Value: Encounter
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:FamilyMemberHistorySlice.typerequiredFixed Value: FamilyMemberHistory
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationAdministrationSlice.typerequiredFixed Value: MedicationAdministration
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationDispenseSlice.typerequiredFixed Value: MedicationDispense
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationRequestSlice.typerequiredFixed Value: MedicationRequest
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationStatementSlice.typerequiredFixed Value: MedicationStatement
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ObservationSlice.typerequiredFixed Value: Observation
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ProcedureSlice.typerequiredFixed Value: Procedure
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ServiceRequestSlice.typerequiredFixed Value: ServiceRequest
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ParametersSlice.typerequiredFixed Value: Parameters
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest:clientSlice.moderequiredFixed Value: client
http://hl7.org/fhir/ValueSet/restful-capability-mode|4.0.1
from the FHIR Standard
CapabilityStatement.rest:serverSlice.moderequiredFixed Value: server
http://hl7.org/fhir/ValueSet/restful-capability-mode|4.0.1
from the FHIR Standard
NameFlagsCard.TypeDescription & Constraintsdoco
.. CapabilityStatement C 0..* CapabilityStatement This is an abstract profile.
A statement of system capabilities
cpb-0: Name should be usable as an identifier for the module by machine processing applications such as code generation
cpb-1: A Capability Statement SHALL have at least one of REST, messaging or document element.
cpb-2: A Capability Statement SHALL have at least one of description, software, or implementation element.
cpb-3: Messaging end-point is required (and is only permitted) when a statement is for an implementation.
cpb-7: The set of documents must be unique by the combination of profile and mode.
cpb-14: If kind = instance, implementation must be present and software may be present
cpb-15: If kind = capability, implementation must be absent, software must be present
cpb-16: If kind = requirements, implementation and software must be absent
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: CommonLanguages (preferred): A human language.

Additional BindingsPurpose
AllLanguages Max Binding
... text 0..1 Narrative Text summary of the resource, for human interpretation
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... url Σ 0..1 uri Canonical identifier for this capability statement, represented as a URI (globally unique)
... version Σ 0..1 string Business version of the capability statement
... name ΣC 0..1 string Name for this capability statement (computer friendly)
... title Σ 0..1 string Name for this capability statement (human friendly)
... status ?!Σ 1..1 code draft | active | retired | unknown
Binding: PublicationStatus (required): The lifecycle status of an artifact.

... experimental Σ 0..1 boolean For testing purposes, not real usage
... date Σ 1..1 dateTime Date last changed
... publisher Σ 0..1 string Name of the publisher (organization or individual)
... contact Σ 0..* ContactDetail Contact details for the publisher
... description C 0..1 markdown Natural language description of the capability statement
... useContext Σ 0..* UsageContext The context that the content is intended to support
... jurisdiction Σ 0..* CodeableConcept Intended jurisdiction for capability statement (if applicable)
Binding: Jurisdiction ValueSet (extensible): Countries and regions within which this artifact is targeted for use.


... purpose 0..1 markdown Why this capability statement is defined
... copyright 0..1 markdown Use and/or publishing restrictions
... kind ΣC 1..1 code instance | capability | requirements
Binding: CapabilityStatementKind (required): How a capability statement is intended to be used.

... instantiates Σ 0..* canonical(CapabilityStatement) Canonical URL of another capability statement this implements
... imports Σ 0..* canonical(CapabilityStatement) Canonical URL of another capability statement this adds to
... software ΣC 0..1 BackboneElement Software that is covered by this capability statement
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... name Σ 1..1 string A name the software is known by
.... version Σ 0..1 string Version covered by this statement
.... releaseDate Σ 0..1 dateTime Date this version was released
... implementation ΣC 0..1 BackboneElement If this describes a specific instance
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... description Σ 1..1 string Describes this specific instance
.... url Σ 0..1 url Base URL for the installation
.... custodian Σ 0..1 Reference(Organization) Organization that manages the data
... fhirVersion Σ 1..1 code FHIR Version the system supports
Binding: FHIRVersion (required): All published FHIR Versions.

... format Σ 1..* code formats supported (xml | json | ttl | mime type)
Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed.


... patchFormat Σ 0..* code Patch formats supported
Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed.


... implementationGuide Σ 0..* canonical(ImplementationGuide) Implementation guides supported
... Slices for rest ΣC 0..* BackboneElement If the endpoint is a RESTful one
Slice: Unordered, Open by value:mode
cpb-9: A given resource can only be described once per RESTful mode.
.... rest:All Slices Content/Rules for all slices
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... mode Σ 1..1 code client | server
Binding: RestfulCapabilityMode (required): The mode of a RESTful capability statement.

..... documentation 0..1 markdown General description of implementation
..... security Σ 0..1 BackboneElement Information about security of implementation
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... cors Σ 0..1 boolean Adds CORS Headers (http://enable-cors.org/)
...... service Σ 0..* CodeableConcept OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates
Binding: RestfulSecurityService (extensible): Types of security services used with FHIR.


...... description 0..1 markdown General description of how security works
..... Slices for resource ΣC 0..* BackboneElement Resource served on the REST interface
Slice: Unordered, Open by value:type
cpb-12: Search parameter names must be unique in the context of a resource.
...... resource:All Slices Content/Rules for all slices
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.

....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:LocationSlice ΣC 0..1 BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Location
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:OrganizationSlice ΣC 0..1 BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Organization
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:MeasureSlice ΣC 0..1 BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Measure
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:MeasureReportSlice ΣC 0..1 BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: MeasureReport
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:QuestionnaireSlice ΣC 0..1 BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Questionnaire
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:QuestionnaireResponseSlice ΣC 0..1 BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: QuestionnaireResponse
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:LibrarySlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Library
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:ConceptMapSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: ConceptMap
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:ValueSetSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: ValueSet
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:CodeSystemSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: CodeSystem
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:PatientSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Patient
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:AllergyIntoleranceSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: AllergyIntolerance
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:ConditionSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Condition
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:DocumentReferenceSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: DocumentReference
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:DiagnosticReportSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: DiagnosticReport
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:EncounterSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Encounter
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:FamilyMemberHistorySlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: FamilyMemberHistory
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:MedicationAdministrationSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: MedicationAdministration
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:MedicationDispenseSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: MedicationDispense
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:MedicationRequestSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: MedicationRequest
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:MedicationStatementSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: MedicationStatement
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:ObservationSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Observation
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:ProcedureSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Procedure
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:ServiceRequestSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: ServiceRequest
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:ParametersSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Parameters
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
..... interaction 0..* BackboneElement What operations are supported?
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... code 1..1 code transaction | batch | search-system | history-system
Binding: SystemRestfulInteraction (required): Operations supported by REST at the system level.

...... documentation 0..1 markdown Anything special about operation behavior
..... searchParam 0..* See searchParam (CapabilityStatement) Search parameters for searching all resources
..... operation Σ 0..* See operation (CapabilityStatement) Definition of a system level operation
..... compartment 0..* canonical(CompartmentDefinition) Compartments served/used by system
.... rest:clientSlice ΣC 0..1 BackboneElement If the endpoint is a RESTful one
cpb-9: A given resource can only be described once per RESTful mode.
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... mode Σ 1..1 code client | server
Binding: RestfulCapabilityMode (required): The mode of a RESTful capability statement.


Fixed Value: client
..... documentation 0..1 markdown General description of implementation
..... security Σ 0..1 BackboneElement Information about security of implementation
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... cors Σ 0..1 boolean Adds CORS Headers (http://enable-cors.org/)
...... service Σ 0..* CodeableConcept OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates
Binding: RestfulSecurityService (extensible): Types of security services used with FHIR.


...... description 0..1 markdown General description of how security works
..... resource ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.

...... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
...... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
...... documentation 0..1 markdown Additional information about the use of the resource type
...... interaction 0..* BackboneElement What operations are supported?
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

....... documentation 0..1 markdown Anything special about operation behavior
...... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

...... readHistory 0..1 boolean Whether vRead can return past versions
...... updateCreate 0..1 boolean If update can commit to a new identity
...... conditionalCreate 0..1 boolean If allows/uses conditional create
...... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

...... conditionalUpdate 0..1 boolean If allows/uses conditional update
...... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

...... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


...... searchInclude 0..* string _include values supported by the server
...... searchRevInclude 0..* string _revinclude values supported by the server
...... searchParam 0..* BackboneElement Search parameters supported by implementation
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... name 1..1 string Name of search parameter
....... definition 0..1 canonical(SearchParameter) Source of definition for parameter
....... type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

....... documentation 0..1 markdown Server-specific usage
...... operation Σ 0..* BackboneElement Definition of a resource operation
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... name Σ 1..1 string Name by which the operation/query is invoked
....... definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
....... documentation 0..1 markdown Specific details about operation behavior
..... interaction 0..* BackboneElement What operations are supported?
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... code 1..1 code transaction | batch | search-system | history-system
Binding: SystemRestfulInteraction (required): Operations supported by REST at the system level.

...... documentation 0..1 markdown Anything special about operation behavior
..... searchParam 0..* See searchParam (CapabilityStatement) Search parameters for searching all resources
..... operation Σ 0..* See operation (CapabilityStatement) Definition of a system level operation
..... compartment 0..* canonical(CompartmentDefinition) Compartments served/used by system
.... rest:serverSlice ΣC 0..1 BackboneElement If the endpoint is a RESTful one
cpb-9: A given resource can only be described once per RESTful mode.
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... mode Σ 1..1 code client | server
Binding: RestfulCapabilityMode (required): The mode of a RESTful capability statement.


Fixed Value: server
..... documentation 0..1 markdown General description of implementation
..... security Σ 0..1 BackboneElement Information about security of implementation
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... cors Σ 0..1 boolean Adds CORS Headers (http://enable-cors.org/)
...... service Σ 0..* CodeableConcept OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates
Binding: RestfulSecurityService (extensible): Types of security services used with FHIR.


...... description 0..1 markdown General description of how security works
..... resource ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.

...... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
...... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
...... documentation 0..1 markdown Additional information about the use of the resource type
...... interaction 0..* BackboneElement What operations are supported?
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

....... documentation 0..1 markdown Anything special about operation behavior
...... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

...... readHistory 0..1 boolean Whether vRead can return past versions
...... updateCreate 0..1 boolean If update can commit to a new identity
...... conditionalCreate 0..1 boolean If allows/uses conditional create
...... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

...... conditionalUpdate 0..1 boolean If allows/uses conditional update
...... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

...... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


...... searchInclude 0..* string _include values supported by the server
...... searchRevInclude 0..* string _revinclude values supported by the server
...... searchParam 0..* BackboneElement Search parameters supported by implementation
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... name 1..1 string Name of search parameter
....... definition 0..1 canonical(SearchParameter) Source of definition for parameter
....... type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

....... documentation 0..1 markdown Server-specific usage
...... operation Σ 0..* BackboneElement Definition of a resource operation
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... name Σ 1..1 string Name by which the operation/query is invoked
....... definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
....... documentation 0..1 markdown Specific details about operation behavior
..... interaction 0..* BackboneElement What operations are supported?
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... code 1..1 code transaction | batch | search-system | history-system
Binding: SystemRestfulInteraction (required): Operations supported by REST at the system level.

...... documentation 0..1 markdown Anything special about operation behavior
..... searchParam 0..* See searchParam (CapabilityStatement) Search parameters for searching all resources
..... operation Σ 0..* See operation (CapabilityStatement) Definition of a system level operation
..... compartment 0..* canonical(CompartmentDefinition) Compartments served/used by system
... messaging ΣC 0..* BackboneElement If messaging is supported
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... endpoint 0..* BackboneElement Where messages should be sent
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... protocol 1..1 Coding http | ftp | mllp +
Binding: MessageTransport (extensible): The protocol used for message transport.

..... address 1..1 url Network address or identifier of the end-point
.... reliableCache 0..1 unsignedInt Reliable Message Cache Length (min)
.... documentation 0..1 markdown Messaging interface behavior details
.... supportedMessage Σ 0..* BackboneElement Messages supported by this system
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... mode Σ 1..1 code sender | receiver
Binding: EventCapabilityMode (required): The mode of a message capability statement.

..... definition Σ 1..1 canonical(MessageDefinition) Message supported by this system
... document ΣC 0..* BackboneElement Document definition
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... mode Σ 1..1 code producer | consumer
Binding: DocumentMode (required): Whether the application produces or consumes documents.

.... documentation 0..1 markdown Description of document support
.... profile Σ 1..1 canonical(StructureDefinition) Constraint on the resources used in the document

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
CapabilityStatement.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
CapabilityStatement.statusrequiredPublicationStatus
http://hl7.org/fhir/ValueSet/publication-status|4.0.1
from the FHIR Standard
CapabilityStatement.jurisdictionextensibleJurisdiction ValueSet
http://hl7.org/fhir/ValueSet/jurisdiction
from the FHIR Standard
CapabilityStatement.kindrequiredCapabilityStatementKind
http://hl7.org/fhir/ValueSet/capability-statement-kind|4.0.1
from the FHIR Standard
CapabilityStatement.fhirVersionrequiredFHIRVersion
http://hl7.org/fhir/ValueSet/FHIR-version|4.0.1
from the FHIR Standard
CapabilityStatement.formatrequiredMime Types (a valid code from urn:ietf:bcp:13)
http://hl7.org/fhir/ValueSet/mimetypes|4.0.1
from the FHIR Standard
CapabilityStatement.patchFormatrequiredMime Types (a valid code from urn:ietf:bcp:13)
http://hl7.org/fhir/ValueSet/mimetypes|4.0.1
from the FHIR Standard
CapabilityStatement.rest.moderequiredRestfulCapabilityMode
http://hl7.org/fhir/ValueSet/restful-capability-mode|4.0.1
from the FHIR Standard
CapabilityStatement.rest.security.serviceextensibleRestfulSecurityService
http://hl7.org/fhir/ValueSet/restful-security-service
from the FHIR Standard
CapabilityStatement.rest.resource.typerequiredResourceType
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:LocationSlice.typerequiredFixed Value: Location
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:LocationSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:LocationSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:LocationSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:LocationSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:LocationSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:LocationSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:OrganizationSlice.typerequiredFixed Value: Organization
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:OrganizationSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:OrganizationSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:OrganizationSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:OrganizationSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:OrganizationSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:OrganizationSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MeasureSlice.typerequiredFixed Value: Measure
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MeasureSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MeasureSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MeasureSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MeasureSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MeasureSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MeasureSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MeasureReportSlice.typerequiredFixed Value: MeasureReport
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MeasureReportSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MeasureReportSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MeasureReportSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MeasureReportSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MeasureReportSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MeasureReportSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:QuestionnaireSlice.typerequiredFixed Value: Questionnaire
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:QuestionnaireSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:QuestionnaireSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:QuestionnaireSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:QuestionnaireSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:QuestionnaireSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:QuestionnaireSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:QuestionnaireResponseSlice.typerequiredFixed Value: QuestionnaireResponse
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:QuestionnaireResponseSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:QuestionnaireResponseSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:QuestionnaireResponseSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:QuestionnaireResponseSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:QuestionnaireResponseSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:QuestionnaireResponseSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:LibrarySlice.typerequiredFixed Value: Library
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:LibrarySlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:LibrarySlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:LibrarySlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:LibrarySlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:LibrarySlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:LibrarySlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ConceptMapSlice.typerequiredFixed Value: ConceptMap
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ConceptMapSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ConceptMapSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ConceptMapSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ConceptMapSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ConceptMapSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ConceptMapSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ValueSetSlice.typerequiredFixed Value: ValueSet
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ValueSetSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ValueSetSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ValueSetSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ValueSetSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ValueSetSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ValueSetSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:CodeSystemSlice.typerequiredFixed Value: CodeSystem
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:CodeSystemSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:CodeSystemSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:CodeSystemSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:CodeSystemSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:CodeSystemSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:CodeSystemSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:PatientSlice.typerequiredFixed Value: Patient
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:PatientSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:PatientSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:PatientSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:PatientSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:PatientSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:PatientSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:AllergyIntoleranceSlice.typerequiredFixed Value: AllergyIntolerance
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:AllergyIntoleranceSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:AllergyIntoleranceSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:AllergyIntoleranceSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:AllergyIntoleranceSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:AllergyIntoleranceSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:AllergyIntoleranceSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ConditionSlice.typerequiredFixed Value: Condition
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ConditionSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ConditionSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ConditionSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ConditionSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ConditionSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ConditionSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:DocumentReferenceSlice.typerequiredFixed Value: DocumentReference
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:DocumentReferenceSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:DocumentReferenceSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:DocumentReferenceSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:DocumentReferenceSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:DocumentReferenceSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:DocumentReferenceSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:DiagnosticReportSlice.typerequiredFixed Value: DiagnosticReport
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:DiagnosticReportSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:DiagnosticReportSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:DiagnosticReportSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:DiagnosticReportSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:DiagnosticReportSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:DiagnosticReportSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:EncounterSlice.typerequiredFixed Value: Encounter
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:EncounterSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:EncounterSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:EncounterSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:EncounterSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:EncounterSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:EncounterSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:FamilyMemberHistorySlice.typerequiredFixed Value: FamilyMemberHistory
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:FamilyMemberHistorySlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:FamilyMemberHistorySlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:FamilyMemberHistorySlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:FamilyMemberHistorySlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:FamilyMemberHistorySlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:FamilyMemberHistorySlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationAdministrationSlice.typerequiredFixed Value: MedicationAdministration
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationAdministrationSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationAdministrationSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationAdministrationSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationAdministrationSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationAdministrationSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationAdministrationSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationDispenseSlice.typerequiredFixed Value: MedicationDispense
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationDispenseSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationDispenseSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationDispenseSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationDispenseSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationDispenseSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationDispenseSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationRequestSlice.typerequiredFixed Value: MedicationRequest
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationRequestSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationRequestSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationRequestSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationRequestSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationRequestSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationRequestSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationStatementSlice.typerequiredFixed Value: MedicationStatement
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationStatementSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationStatementSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationStatementSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationStatementSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationStatementSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationStatementSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ObservationSlice.typerequiredFixed Value: Observation
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ObservationSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ObservationSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ObservationSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ObservationSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ObservationSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ObservationSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ProcedureSlice.typerequiredFixed Value: Procedure
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ProcedureSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ProcedureSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ProcedureSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ProcedureSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ProcedureSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ProcedureSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ServiceRequestSlice.typerequiredFixed Value: ServiceRequest
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ServiceRequestSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ServiceRequestSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ServiceRequestSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ServiceRequestSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ServiceRequestSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ServiceRequestSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ParametersSlice.typerequiredFixed Value: Parameters
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ParametersSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ParametersSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ParametersSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ParametersSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ParametersSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ParametersSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.interaction.coderequiredSystemRestfulInteraction
http://hl7.org/fhir/ValueSet/system-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest:clientSlice.moderequiredFixed Value: client
http://hl7.org/fhir/ValueSet/restful-capability-mode|4.0.1
from the FHIR Standard
CapabilityStatement.rest:clientSlice.security.serviceextensibleRestfulSecurityService
http://hl7.org/fhir/ValueSet/restful-security-service
from the FHIR Standard
CapabilityStatement.rest:clientSlice.resource.typerequiredResourceType
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest:clientSlice.resource.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest:clientSlice.resource.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest:clientSlice.resource.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest:clientSlice.resource.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest:clientSlice.resource.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest:clientSlice.resource.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest:clientSlice.interaction.coderequiredSystemRestfulInteraction
http://hl7.org/fhir/ValueSet/system-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest:serverSlice.moderequiredFixed Value: server
http://hl7.org/fhir/ValueSet/restful-capability-mode|4.0.1
from the FHIR Standard
CapabilityStatement.rest:serverSlice.security.serviceextensibleRestfulSecurityService
http://hl7.org/fhir/ValueSet/restful-security-service
from the FHIR Standard
CapabilityStatement.rest:serverSlice.resource.typerequiredResourceType
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest:serverSlice.resource.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest:serverSlice.resource.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest:serverSlice.resource.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest:serverSlice.resource.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest:serverSlice.resource.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest:serverSlice.resource.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest:serverSlice.interaction.coderequiredSystemRestfulInteraction
http://hl7.org/fhir/ValueSet/system-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.messaging.endpoint.protocolextensibleMessageTransport
http://hl7.org/fhir/ValueSet/message-transport
from the FHIR Standard
CapabilityStatement.messaging.supportedMessage.moderequiredEventCapabilityMode
http://hl7.org/fhir/ValueSet/event-capability-mode|4.0.1
from the FHIR Standard
CapabilityStatement.document.moderequiredDocumentMode
http://hl7.org/fhir/ValueSet/document-mode|4.0.1
from the FHIR Standard

This structure is derived from CapabilityStatement

Summary

Fixed: 27 elements

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of CapabilityStatement.rest
  • The element 1 is sliced based on the value of CapabilityStatement.rest.resource

Differential View

This structure is derived from CapabilityStatement

NameFlagsCard.TypeDescription & Constraintsdoco
.. CapabilityStatement 0..* CapabilityStatement This is an abstract profile.
A statement of system capabilities
... Slices for rest 0..* BackboneElement If the endpoint is a RESTful one
Slice: Unordered, Open by value:mode
.... rest:All Slices Content/Rules for all slices
..... Slices for resource 0..* BackboneElement Resource served on the REST interface
Slice: Unordered, Open by value:type
...... resource:LocationSlice 0..1 BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: Location
...... resource:OrganizationSlice 0..1 BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: Organization
...... resource:MeasureSlice 0..1 BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: Measure
...... resource:MeasureReportSlice 0..1 BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: MeasureReport
...... resource:QuestionnaireSlice 0..1 BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: Questionnaire
...... resource:QuestionnaireResponseSlice 0..1 BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: QuestionnaireResponse
...... resource:LibrarySlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: Library
...... resource:ConceptMapSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: ConceptMap
...... resource:ValueSetSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: ValueSet
...... resource:CodeSystemSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: CodeSystem
...... resource:PatientSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: Patient
...... resource:AllergyIntoleranceSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: AllergyIntolerance
...... resource:ConditionSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: Condition
...... resource:DocumentReferenceSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: DocumentReference
...... resource:DiagnosticReportSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: DiagnosticReport
...... resource:EncounterSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: Encounter
...... resource:FamilyMemberHistorySlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: FamilyMemberHistory
...... resource:MedicationAdministrationSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: MedicationAdministration
...... resource:MedicationDispenseSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: MedicationDispense
...... resource:MedicationRequestSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: MedicationRequest
...... resource:MedicationStatementSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: MedicationStatement
...... resource:ObservationSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: Observation
...... resource:ProcedureSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: Procedure
...... resource:ServiceRequestSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: ServiceRequest
...... resource:ParametersSlice 0..* BackboneElement Resource served on the REST interface
....... type 1..1 code A resource type that is supported
Fixed Value: Parameters
.... rest:clientSlice 0..1 BackboneElement If the endpoint is a RESTful one
..... mode 1..1 code client | server
Fixed Value: client
.... rest:serverSlice 0..1 BackboneElement If the endpoint is a RESTful one
..... mode 1..1 code client | server
Fixed Value: server

doco Documentation for this format

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. CapabilityStatement C 0..* CapabilityStatement This is an abstract profile.
A statement of system capabilities
cpb-0: Name should be usable as an identifier for the module by machine processing applications such as code generation
cpb-1: A Capability Statement SHALL have at least one of REST, messaging or document element.
cpb-2: A Capability Statement SHALL have at least one of description, software, or implementation element.
cpb-3: Messaging end-point is required (and is only permitted) when a statement is for an implementation.
cpb-7: The set of documents must be unique by the combination of profile and mode.
cpb-14: If kind = instance, implementation must be present and software may be present
cpb-15: If kind = capability, implementation must be absent, software must be present
cpb-16: If kind = requirements, implementation and software must be absent
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... status ?!Σ 1..1 code draft | active | retired | unknown
Binding: PublicationStatus (required): The lifecycle status of an artifact.

... kind ΣC 1..1 code instance | capability | requirements
Binding: CapabilityStatementKind (required): How a capability statement is intended to be used.

... implementation ΣC 0..1 BackboneElement If this describes a specific instance
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... description Σ 1..1 string Describes this specific instance
... fhirVersion Σ 1..1 code FHIR Version the system supports
Binding: FHIRVersion (required): All published FHIR Versions.

... format Σ 1..* code formats supported (xml | json | ttl | mime type)
Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed.


... Slices for rest ΣC 0..* BackboneElement If the endpoint is a RESTful one
Slice: Unordered, Open by value:mode
cpb-9: A given resource can only be described once per RESTful mode.
.... rest:All Slices Content/Rules for all slices
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... mode Σ 1..1 code client | server
Binding: RestfulCapabilityMode (required): The mode of a RESTful capability statement.

..... Slices for resource ΣC 0..* BackboneElement Resource served on the REST interface
Slice: Unordered, Open by value:type
cpb-12: Search parameter names must be unique in the context of a resource.
...... resource:All Slices Content/Rules for all slices
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.

...... resource:LocationSlice ΣC 0..1 BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Location
...... resource:OrganizationSlice ΣC 0..1 BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Organization
...... resource:MeasureSlice ΣC 0..1 BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Measure
...... resource:MeasureReportSlice ΣC 0..1 BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: MeasureReport
...... resource:QuestionnaireSlice ΣC 0..1 BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Questionnaire
...... resource:QuestionnaireResponseSlice ΣC 0..1 BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: QuestionnaireResponse
...... resource:LibrarySlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Library
...... resource:ConceptMapSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: ConceptMap
...... resource:ValueSetSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: ValueSet
...... resource:CodeSystemSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: CodeSystem
...... resource:PatientSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Patient
...... resource:AllergyIntoleranceSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: AllergyIntolerance
...... resource:ConditionSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Condition
...... resource:DocumentReferenceSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: DocumentReference
...... resource:DiagnosticReportSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: DiagnosticReport
...... resource:EncounterSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Encounter
...... resource:FamilyMemberHistorySlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: FamilyMemberHistory
...... resource:MedicationAdministrationSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: MedicationAdministration
...... resource:MedicationDispenseSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: MedicationDispense
...... resource:MedicationRequestSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: MedicationRequest
...... resource:MedicationStatementSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: MedicationStatement
...... resource:ObservationSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Observation
...... resource:ProcedureSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Procedure
...... resource:ServiceRequestSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: ServiceRequest
...... resource:ParametersSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Parameters
.... rest:clientSlice ΣC 0..1 BackboneElement If the endpoint is a RESTful one
cpb-9: A given resource can only be described once per RESTful mode.
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... mode Σ 1..1 code client | server
Binding: RestfulCapabilityMode (required): The mode of a RESTful capability statement.


Fixed Value: client
.... rest:serverSlice ΣC 0..1 BackboneElement If the endpoint is a RESTful one
cpb-9: A given resource can only be described once per RESTful mode.
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... mode Σ 1..1 code client | server
Binding: RestfulCapabilityMode (required): The mode of a RESTful capability statement.


Fixed Value: server

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
CapabilityStatement.statusrequiredPublicationStatus
http://hl7.org/fhir/ValueSet/publication-status|4.0.1
from the FHIR Standard
CapabilityStatement.kindrequiredCapabilityStatementKind
http://hl7.org/fhir/ValueSet/capability-statement-kind|4.0.1
from the FHIR Standard
CapabilityStatement.fhirVersionrequiredFHIRVersion
http://hl7.org/fhir/ValueSet/FHIR-version|4.0.1
from the FHIR Standard
CapabilityStatement.formatrequiredMime Types (a valid code from urn:ietf:bcp:13)
http://hl7.org/fhir/ValueSet/mimetypes|4.0.1
from the FHIR Standard
CapabilityStatement.rest.moderequiredRestfulCapabilityMode
http://hl7.org/fhir/ValueSet/restful-capability-mode|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource.typerequiredResourceType
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:LocationSlice.typerequiredFixed Value: Location
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:OrganizationSlice.typerequiredFixed Value: Organization
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MeasureSlice.typerequiredFixed Value: Measure
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MeasureReportSlice.typerequiredFixed Value: MeasureReport
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:QuestionnaireSlice.typerequiredFixed Value: Questionnaire
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:QuestionnaireResponseSlice.typerequiredFixed Value: QuestionnaireResponse
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:LibrarySlice.typerequiredFixed Value: Library
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ConceptMapSlice.typerequiredFixed Value: ConceptMap
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ValueSetSlice.typerequiredFixed Value: ValueSet
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:CodeSystemSlice.typerequiredFixed Value: CodeSystem
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:PatientSlice.typerequiredFixed Value: Patient
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:AllergyIntoleranceSlice.typerequiredFixed Value: AllergyIntolerance
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ConditionSlice.typerequiredFixed Value: Condition
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:DocumentReferenceSlice.typerequiredFixed Value: DocumentReference
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:DiagnosticReportSlice.typerequiredFixed Value: DiagnosticReport
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:EncounterSlice.typerequiredFixed Value: Encounter
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:FamilyMemberHistorySlice.typerequiredFixed Value: FamilyMemberHistory
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationAdministrationSlice.typerequiredFixed Value: MedicationAdministration
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationDispenseSlice.typerequiredFixed Value: MedicationDispense
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationRequestSlice.typerequiredFixed Value: MedicationRequest
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationStatementSlice.typerequiredFixed Value: MedicationStatement
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ObservationSlice.typerequiredFixed Value: Observation
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ProcedureSlice.typerequiredFixed Value: Procedure
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ServiceRequestSlice.typerequiredFixed Value: ServiceRequest
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ParametersSlice.typerequiredFixed Value: Parameters
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest:clientSlice.moderequiredFixed Value: client
http://hl7.org/fhir/ValueSet/restful-capability-mode|4.0.1
from the FHIR Standard
CapabilityStatement.rest:serverSlice.moderequiredFixed Value: server
http://hl7.org/fhir/ValueSet/restful-capability-mode|4.0.1
from the FHIR Standard

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. CapabilityStatement C 0..* CapabilityStatement This is an abstract profile.
A statement of system capabilities
cpb-0: Name should be usable as an identifier for the module by machine processing applications such as code generation
cpb-1: A Capability Statement SHALL have at least one of REST, messaging or document element.
cpb-2: A Capability Statement SHALL have at least one of description, software, or implementation element.
cpb-3: Messaging end-point is required (and is only permitted) when a statement is for an implementation.
cpb-7: The set of documents must be unique by the combination of profile and mode.
cpb-14: If kind = instance, implementation must be present and software may be present
cpb-15: If kind = capability, implementation must be absent, software must be present
cpb-16: If kind = requirements, implementation and software must be absent
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: CommonLanguages (preferred): A human language.

Additional BindingsPurpose
AllLanguages Max Binding
... text 0..1 Narrative Text summary of the resource, for human interpretation
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... url Σ 0..1 uri Canonical identifier for this capability statement, represented as a URI (globally unique)
... version Σ 0..1 string Business version of the capability statement
... name ΣC 0..1 string Name for this capability statement (computer friendly)
... title Σ 0..1 string Name for this capability statement (human friendly)
... status ?!Σ 1..1 code draft | active | retired | unknown
Binding: PublicationStatus (required): The lifecycle status of an artifact.

... experimental Σ 0..1 boolean For testing purposes, not real usage
... date Σ 1..1 dateTime Date last changed
... publisher Σ 0..1 string Name of the publisher (organization or individual)
... contact Σ 0..* ContactDetail Contact details for the publisher
... description C 0..1 markdown Natural language description of the capability statement
... useContext Σ 0..* UsageContext The context that the content is intended to support
... jurisdiction Σ 0..* CodeableConcept Intended jurisdiction for capability statement (if applicable)
Binding: Jurisdiction ValueSet (extensible): Countries and regions within which this artifact is targeted for use.


... purpose 0..1 markdown Why this capability statement is defined
... copyright 0..1 markdown Use and/or publishing restrictions
... kind ΣC 1..1 code instance | capability | requirements
Binding: CapabilityStatementKind (required): How a capability statement is intended to be used.

... instantiates Σ 0..* canonical(CapabilityStatement) Canonical URL of another capability statement this implements
... imports Σ 0..* canonical(CapabilityStatement) Canonical URL of another capability statement this adds to
... software ΣC 0..1 BackboneElement Software that is covered by this capability statement
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... name Σ 1..1 string A name the software is known by
.... version Σ 0..1 string Version covered by this statement
.... releaseDate Σ 0..1 dateTime Date this version was released
... implementation ΣC 0..1 BackboneElement If this describes a specific instance
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... description Σ 1..1 string Describes this specific instance
.... url Σ 0..1 url Base URL for the installation
.... custodian Σ 0..1 Reference(Organization) Organization that manages the data
... fhirVersion Σ 1..1 code FHIR Version the system supports
Binding: FHIRVersion (required): All published FHIR Versions.

... format Σ 1..* code formats supported (xml | json | ttl | mime type)
Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed.


... patchFormat Σ 0..* code Patch formats supported
Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed.


... implementationGuide Σ 0..* canonical(ImplementationGuide) Implementation guides supported
... Slices for rest ΣC 0..* BackboneElement If the endpoint is a RESTful one
Slice: Unordered, Open by value:mode
cpb-9: A given resource can only be described once per RESTful mode.
.... rest:All Slices Content/Rules for all slices
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... mode Σ 1..1 code client | server
Binding: RestfulCapabilityMode (required): The mode of a RESTful capability statement.

..... documentation 0..1 markdown General description of implementation
..... security Σ 0..1 BackboneElement Information about security of implementation
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... cors Σ 0..1 boolean Adds CORS Headers (http://enable-cors.org/)
...... service Σ 0..* CodeableConcept OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates
Binding: RestfulSecurityService (extensible): Types of security services used with FHIR.


...... description 0..1 markdown General description of how security works
..... Slices for resource ΣC 0..* BackboneElement Resource served on the REST interface
Slice: Unordered, Open by value:type
cpb-12: Search parameter names must be unique in the context of a resource.
...... resource:All Slices Content/Rules for all slices
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.

....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:LocationSlice ΣC 0..1 BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Location
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:OrganizationSlice ΣC 0..1 BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Organization
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:MeasureSlice ΣC 0..1 BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Measure
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:MeasureReportSlice ΣC 0..1 BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: MeasureReport
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:QuestionnaireSlice ΣC 0..1 BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Questionnaire
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:QuestionnaireResponseSlice ΣC 0..1 BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: QuestionnaireResponse
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:LibrarySlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Library
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:ConceptMapSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: ConceptMap
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:ValueSetSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: ValueSet
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:CodeSystemSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: CodeSystem
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:PatientSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Patient
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:AllergyIntoleranceSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: AllergyIntolerance
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:ConditionSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Condition
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:DocumentReferenceSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: DocumentReference
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:DiagnosticReportSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: DiagnosticReport
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:EncounterSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Encounter
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:FamilyMemberHistorySlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: FamilyMemberHistory
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:MedicationAdministrationSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: MedicationAdministration
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:MedicationDispenseSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: MedicationDispense
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:MedicationRequestSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: MedicationRequest
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:MedicationStatementSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: MedicationStatement
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:ObservationSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Observation
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:ProcedureSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Procedure
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:ServiceRequestSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: ServiceRequest
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
...... resource:ParametersSlice ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.


Fixed Value: Parameters
....... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
....... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
....... documentation 0..1 markdown Additional information about the use of the resource type
....... interaction 0..* BackboneElement What operations are supported?
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

........ documentation 0..1 markdown Anything special about operation behavior
....... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

....... readHistory 0..1 boolean Whether vRead can return past versions
....... updateCreate 0..1 boolean If update can commit to a new identity
....... conditionalCreate 0..1 boolean If allows/uses conditional create
....... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

....... conditionalUpdate 0..1 boolean If allows/uses conditional update
....... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

....... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


....... searchInclude 0..* string _include values supported by the server
....... searchRevInclude 0..* string _revinclude values supported by the server
....... searchParam 0..* BackboneElement Search parameters supported by implementation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name 1..1 string Name of search parameter
........ definition 0..1 canonical(SearchParameter) Source of definition for parameter
........ type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

........ documentation 0..1 markdown Server-specific usage
....... operation Σ 0..* BackboneElement Definition of a resource operation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ name Σ 1..1 string Name by which the operation/query is invoked
........ definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
........ documentation 0..1 markdown Specific details about operation behavior
..... interaction 0..* BackboneElement What operations are supported?
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... code 1..1 code transaction | batch | search-system | history-system
Binding: SystemRestfulInteraction (required): Operations supported by REST at the system level.

...... documentation 0..1 markdown Anything special about operation behavior
..... searchParam 0..* See searchParam (CapabilityStatement) Search parameters for searching all resources
..... operation Σ 0..* See operation (CapabilityStatement) Definition of a system level operation
..... compartment 0..* canonical(CompartmentDefinition) Compartments served/used by system
.... rest:clientSlice ΣC 0..1 BackboneElement If the endpoint is a RESTful one
cpb-9: A given resource can only be described once per RESTful mode.
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... mode Σ 1..1 code client | server
Binding: RestfulCapabilityMode (required): The mode of a RESTful capability statement.


Fixed Value: client
..... documentation 0..1 markdown General description of implementation
..... security Σ 0..1 BackboneElement Information about security of implementation
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... cors Σ 0..1 boolean Adds CORS Headers (http://enable-cors.org/)
...... service Σ 0..* CodeableConcept OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates
Binding: RestfulSecurityService (extensible): Types of security services used with FHIR.


...... description 0..1 markdown General description of how security works
..... resource ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.

...... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
...... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
...... documentation 0..1 markdown Additional information about the use of the resource type
...... interaction 0..* BackboneElement What operations are supported?
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

....... documentation 0..1 markdown Anything special about operation behavior
...... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

...... readHistory 0..1 boolean Whether vRead can return past versions
...... updateCreate 0..1 boolean If update can commit to a new identity
...... conditionalCreate 0..1 boolean If allows/uses conditional create
...... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

...... conditionalUpdate 0..1 boolean If allows/uses conditional update
...... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

...... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


...... searchInclude 0..* string _include values supported by the server
...... searchRevInclude 0..* string _revinclude values supported by the server
...... searchParam 0..* BackboneElement Search parameters supported by implementation
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... name 1..1 string Name of search parameter
....... definition 0..1 canonical(SearchParameter) Source of definition for parameter
....... type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

....... documentation 0..1 markdown Server-specific usage
...... operation Σ 0..* BackboneElement Definition of a resource operation
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... name Σ 1..1 string Name by which the operation/query is invoked
....... definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
....... documentation 0..1 markdown Specific details about operation behavior
..... interaction 0..* BackboneElement What operations are supported?
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... code 1..1 code transaction | batch | search-system | history-system
Binding: SystemRestfulInteraction (required): Operations supported by REST at the system level.

...... documentation 0..1 markdown Anything special about operation behavior
..... searchParam 0..* See searchParam (CapabilityStatement) Search parameters for searching all resources
..... operation Σ 0..* See operation (CapabilityStatement) Definition of a system level operation
..... compartment 0..* canonical(CompartmentDefinition) Compartments served/used by system
.... rest:serverSlice ΣC 0..1 BackboneElement If the endpoint is a RESTful one
cpb-9: A given resource can only be described once per RESTful mode.
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... mode Σ 1..1 code client | server
Binding: RestfulCapabilityMode (required): The mode of a RESTful capability statement.


Fixed Value: server
..... documentation 0..1 markdown General description of implementation
..... security Σ 0..1 BackboneElement Information about security of implementation
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... cors Σ 0..1 boolean Adds CORS Headers (http://enable-cors.org/)
...... service Σ 0..* CodeableConcept OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates
Binding: RestfulSecurityService (extensible): Types of security services used with FHIR.


...... description 0..1 markdown General description of how security works
..... resource ΣC 0..* BackboneElement Resource served on the REST interface
cpb-12: Search parameter names must be unique in the context of a resource.
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... type Σ 1..1 code A resource type that is supported
Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR.

...... profile Σ 0..1 canonical(StructureDefinition) Base System profile for all uses of resource
...... supportedProfile Σ 0..* canonical(StructureDefinition) Profiles for use cases supported
...... documentation 0..1 markdown Additional information about the use of the resource type
...... interaction 0..* BackboneElement What operations are supported?
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 code read | vread | update | patch | delete | history-instance | history-type | create | search-type
Binding: TypeRestfulInteraction (required): Operations supported by REST at the type or instance level.

....... documentation 0..1 markdown Anything special about operation behavior
...... versioning 0..1 code no-version | versioned | versioned-update
Binding: ResourceVersionPolicy (required): How the system supports versioning for a resource.

...... readHistory 0..1 boolean Whether vRead can return past versions
...... updateCreate 0..1 boolean If update can commit to a new identity
...... conditionalCreate 0..1 boolean If allows/uses conditional create
...... conditionalRead 0..1 code not-supported | modified-since | not-match | full-support
Binding: ConditionalReadStatus (required): A code that indicates how the server supports conditional read.

...... conditionalUpdate 0..1 boolean If allows/uses conditional update
...... conditionalDelete 0..1 code not-supported | single | multiple - how conditional delete is supported
Binding: ConditionalDeleteStatus (required): A code that indicates how the server supports conditional delete.

...... referencePolicy 0..* code literal | logical | resolves | enforced | local
Binding: ReferenceHandlingPolicy (required): A set of flags that defines how references are supported.


...... searchInclude 0..* string _include values supported by the server
...... searchRevInclude 0..* string _revinclude values supported by the server
...... searchParam 0..* BackboneElement Search parameters supported by implementation
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... name 1..1 string Name of search parameter
....... definition 0..1 canonical(SearchParameter) Source of definition for parameter
....... type 1..1 code number | date | string | token | reference | composite | quantity | uri | special
Binding: SearchParamType (required): Data types allowed to be used for search parameters.

....... documentation 0..1 markdown Server-specific usage
...... operation Σ 0..* BackboneElement Definition of a resource operation
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... name Σ 1..1 string Name by which the operation/query is invoked
....... definition Σ 1..1 canonical(OperationDefinition) The defined operation/query
....... documentation 0..1 markdown Specific details about operation behavior
..... interaction 0..* BackboneElement What operations are supported?
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... code 1..1 code transaction | batch | search-system | history-system
Binding: SystemRestfulInteraction (required): Operations supported by REST at the system level.

...... documentation 0..1 markdown Anything special about operation behavior
..... searchParam 0..* See searchParam (CapabilityStatement) Search parameters for searching all resources
..... operation Σ 0..* See operation (CapabilityStatement) Definition of a system level operation
..... compartment 0..* canonical(CompartmentDefinition) Compartments served/used by system
... messaging ΣC 0..* BackboneElement If messaging is supported
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... endpoint 0..* BackboneElement Where messages should be sent
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... protocol 1..1 Coding http | ftp | mllp +
Binding: MessageTransport (extensible): The protocol used for message transport.

..... address 1..1 url Network address or identifier of the end-point
.... reliableCache 0..1 unsignedInt Reliable Message Cache Length (min)
.... documentation 0..1 markdown Messaging interface behavior details
.... supportedMessage Σ 0..* BackboneElement Messages supported by this system
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... mode Σ 1..1 code sender | receiver
Binding: EventCapabilityMode (required): The mode of a message capability statement.

..... definition Σ 1..1 canonical(MessageDefinition) Message supported by this system
... document ΣC 0..* BackboneElement Document definition
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... mode Σ 1..1 code producer | consumer
Binding: DocumentMode (required): Whether the application produces or consumes documents.

.... documentation 0..1 markdown Description of document support
.... profile Σ 1..1 canonical(StructureDefinition) Constraint on the resources used in the document

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
CapabilityStatement.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
CapabilityStatement.statusrequiredPublicationStatus
http://hl7.org/fhir/ValueSet/publication-status|4.0.1
from the FHIR Standard
CapabilityStatement.jurisdictionextensibleJurisdiction ValueSet
http://hl7.org/fhir/ValueSet/jurisdiction
from the FHIR Standard
CapabilityStatement.kindrequiredCapabilityStatementKind
http://hl7.org/fhir/ValueSet/capability-statement-kind|4.0.1
from the FHIR Standard
CapabilityStatement.fhirVersionrequiredFHIRVersion
http://hl7.org/fhir/ValueSet/FHIR-version|4.0.1
from the FHIR Standard
CapabilityStatement.formatrequiredMime Types (a valid code from urn:ietf:bcp:13)
http://hl7.org/fhir/ValueSet/mimetypes|4.0.1
from the FHIR Standard
CapabilityStatement.patchFormatrequiredMime Types (a valid code from urn:ietf:bcp:13)
http://hl7.org/fhir/ValueSet/mimetypes|4.0.1
from the FHIR Standard
CapabilityStatement.rest.moderequiredRestfulCapabilityMode
http://hl7.org/fhir/ValueSet/restful-capability-mode|4.0.1
from the FHIR Standard
CapabilityStatement.rest.security.serviceextensibleRestfulSecurityService
http://hl7.org/fhir/ValueSet/restful-security-service
from the FHIR Standard
CapabilityStatement.rest.resource.typerequiredResourceType
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:LocationSlice.typerequiredFixed Value: Location
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:LocationSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:LocationSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:LocationSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:LocationSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:LocationSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:LocationSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:OrganizationSlice.typerequiredFixed Value: Organization
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:OrganizationSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:OrganizationSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:OrganizationSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:OrganizationSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:OrganizationSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:OrganizationSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MeasureSlice.typerequiredFixed Value: Measure
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MeasureSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MeasureSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MeasureSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MeasureSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MeasureSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MeasureSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MeasureReportSlice.typerequiredFixed Value: MeasureReport
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MeasureReportSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MeasureReportSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MeasureReportSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MeasureReportSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MeasureReportSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MeasureReportSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:QuestionnaireSlice.typerequiredFixed Value: Questionnaire
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:QuestionnaireSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:QuestionnaireSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:QuestionnaireSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:QuestionnaireSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:QuestionnaireSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:QuestionnaireSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:QuestionnaireResponseSlice.typerequiredFixed Value: QuestionnaireResponse
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:QuestionnaireResponseSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:QuestionnaireResponseSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:QuestionnaireResponseSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:QuestionnaireResponseSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:QuestionnaireResponseSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:QuestionnaireResponseSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:LibrarySlice.typerequiredFixed Value: Library
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:LibrarySlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:LibrarySlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:LibrarySlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:LibrarySlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:LibrarySlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:LibrarySlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ConceptMapSlice.typerequiredFixed Value: ConceptMap
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ConceptMapSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ConceptMapSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ConceptMapSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ConceptMapSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ConceptMapSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ConceptMapSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ValueSetSlice.typerequiredFixed Value: ValueSet
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ValueSetSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ValueSetSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ValueSetSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ValueSetSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ValueSetSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ValueSetSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:CodeSystemSlice.typerequiredFixed Value: CodeSystem
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:CodeSystemSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:CodeSystemSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:CodeSystemSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:CodeSystemSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:CodeSystemSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:CodeSystemSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:PatientSlice.typerequiredFixed Value: Patient
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:PatientSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:PatientSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:PatientSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:PatientSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:PatientSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:PatientSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:AllergyIntoleranceSlice.typerequiredFixed Value: AllergyIntolerance
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:AllergyIntoleranceSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:AllergyIntoleranceSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:AllergyIntoleranceSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:AllergyIntoleranceSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:AllergyIntoleranceSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:AllergyIntoleranceSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ConditionSlice.typerequiredFixed Value: Condition
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ConditionSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ConditionSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ConditionSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ConditionSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ConditionSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ConditionSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:DocumentReferenceSlice.typerequiredFixed Value: DocumentReference
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:DocumentReferenceSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:DocumentReferenceSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:DocumentReferenceSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:DocumentReferenceSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:DocumentReferenceSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:DocumentReferenceSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:DiagnosticReportSlice.typerequiredFixed Value: DiagnosticReport
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:DiagnosticReportSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:DiagnosticReportSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:DiagnosticReportSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:DiagnosticReportSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:DiagnosticReportSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:DiagnosticReportSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:EncounterSlice.typerequiredFixed Value: Encounter
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:EncounterSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:EncounterSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:EncounterSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:EncounterSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:EncounterSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:EncounterSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:FamilyMemberHistorySlice.typerequiredFixed Value: FamilyMemberHistory
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:FamilyMemberHistorySlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:FamilyMemberHistorySlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:FamilyMemberHistorySlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:FamilyMemberHistorySlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:FamilyMemberHistorySlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:FamilyMemberHistorySlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationAdministrationSlice.typerequiredFixed Value: MedicationAdministration
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationAdministrationSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationAdministrationSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationAdministrationSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationAdministrationSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationAdministrationSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationAdministrationSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationDispenseSlice.typerequiredFixed Value: MedicationDispense
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationDispenseSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationDispenseSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationDispenseSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationDispenseSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationDispenseSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationDispenseSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationRequestSlice.typerequiredFixed Value: MedicationRequest
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationRequestSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationRequestSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationRequestSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationRequestSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationRequestSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationRequestSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationStatementSlice.typerequiredFixed Value: MedicationStatement
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationStatementSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationStatementSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationStatementSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationStatementSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationStatementSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:MedicationStatementSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ObservationSlice.typerequiredFixed Value: Observation
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ObservationSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ObservationSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ObservationSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ObservationSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ObservationSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ObservationSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ProcedureSlice.typerequiredFixed Value: Procedure
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ProcedureSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ProcedureSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ProcedureSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ProcedureSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ProcedureSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ProcedureSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ServiceRequestSlice.typerequiredFixed Value: ServiceRequest
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ServiceRequestSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ServiceRequestSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ServiceRequestSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ServiceRequestSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ServiceRequestSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ServiceRequestSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ParametersSlice.typerequiredFixed Value: Parameters
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ParametersSlice.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ParametersSlice.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ParametersSlice.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ParametersSlice.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ParametersSlice.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest.resource:ParametersSlice.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest.interaction.coderequiredSystemRestfulInteraction
http://hl7.org/fhir/ValueSet/system-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest:clientSlice.moderequiredFixed Value: client
http://hl7.org/fhir/ValueSet/restful-capability-mode|4.0.1
from the FHIR Standard
CapabilityStatement.rest:clientSlice.security.serviceextensibleRestfulSecurityService
http://hl7.org/fhir/ValueSet/restful-security-service
from the FHIR Standard
CapabilityStatement.rest:clientSlice.resource.typerequiredResourceType
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest:clientSlice.resource.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest:clientSlice.resource.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest:clientSlice.resource.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest:clientSlice.resource.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest:clientSlice.resource.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest:clientSlice.resource.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest:clientSlice.interaction.coderequiredSystemRestfulInteraction
http://hl7.org/fhir/ValueSet/system-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest:serverSlice.moderequiredFixed Value: server
http://hl7.org/fhir/ValueSet/restful-capability-mode|4.0.1
from the FHIR Standard
CapabilityStatement.rest:serverSlice.security.serviceextensibleRestfulSecurityService
http://hl7.org/fhir/ValueSet/restful-security-service
from the FHIR Standard
CapabilityStatement.rest:serverSlice.resource.typerequiredResourceType
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
CapabilityStatement.rest:serverSlice.resource.interaction.coderequiredTypeRestfulInteraction
http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.rest:serverSlice.resource.versioningrequiredResourceVersionPolicy
http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest:serverSlice.resource.conditionalReadrequiredConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest:serverSlice.resource.conditionalDeleterequiredConditionalDeleteStatus
http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1
from the FHIR Standard
CapabilityStatement.rest:serverSlice.resource.referencePolicyrequiredReferenceHandlingPolicy
http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1
from the FHIR Standard
CapabilityStatement.rest:serverSlice.resource.searchParam.typerequiredSearchParamType
http://hl7.org/fhir/ValueSet/search-param-type|4.0.1
from the FHIR Standard
CapabilityStatement.rest:serverSlice.interaction.coderequiredSystemRestfulInteraction
http://hl7.org/fhir/ValueSet/system-restful-interaction|4.0.1
from the FHIR Standard
CapabilityStatement.messaging.endpoint.protocolextensibleMessageTransport
http://hl7.org/fhir/ValueSet/message-transport
from the FHIR Standard
CapabilityStatement.messaging.supportedMessage.moderequiredEventCapabilityMode
http://hl7.org/fhir/ValueSet/event-capability-mode|4.0.1
from the FHIR Standard
CapabilityStatement.document.moderequiredDocumentMode
http://hl7.org/fhir/ValueSet/document-mode|4.0.1
from the FHIR Standard

This structure is derived from CapabilityStatement

Summary

Fixed: 27 elements

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of CapabilityStatement.rest
  • The element 1 is sliced based on the value of CapabilityStatement.rest.resource

 

Other representations of profile: CSV, Excel, Schematron