http://hl7.org/fhir/StructureDefinition/CompartmentDefinition|4.0.1

A compartment definition that defines how resources are accessed on a server.
description: A compartment definition that defines how resources are accessed on a server.
derivation: specialization
name: CompartmentDefinition
type: CompartmentDefinition
elements:
  description: {short: Natural language description of the compartment definition, index: 8}
  date: {short: Date last changed, isSummary: true, index: 5}
  publisher: {short: Name of the publisher (organization or individual), isSummary: true, index: 6}
  purpose: {short: Why this compartment definition is defined, index: 10}
  name: {short: Name for this compartment definition (computer friendly), isSummary: true, index: 2}
  useContext: {short: The context that the content is intended to support, array: true, isSummary: true, index: 9}
  experimental: {short: 'For testing purposes, not real usage', isSummary: true, index: 4}
  search: {short: Whether the search syntax is supported, isSummary: true, index: 12}
  status:
    isModifier: true
    short: draft | active | retired | unknown
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/publication-status|4.0.1'}
    isModifierReason: This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration
    isSummary: true
    index: 3
  resource:
    short: How a resource is related to the compartment
    array: true
    isSummary: true
    index: 13
    elements:
      code:
        short: Name of resource type
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/resource-types|4.0.1'}
        isSummary: true
        index: 14
      param: {short: 'Search Parameter Name, or chained parameters', array: true, isSummary: true, index: 15}
      documentation: {short: Additional documentation about the resource and compartment, index: 16}
    required: [code]
  url: {short: 'Canonical identifier for this compartment definition, represented as a URI (globally unique)', isSummary: true, index: 0}
  code:
    short: Patient | Encounter | RelatedPerson | Practitioner | Device
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/compartment-type|4.0.1'}
    isSummary: true
    index: 11
  version: {short: Business version of the compartment definition, isSummary: true, index: 1}
  contact: {short: Contact details for the publisher, array: true, isSummary: true, index: 7}
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/CompartmentDefinition
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.0.1
required: [url, name, status, search, code]