{ "description": null, "_filename": "StructureDefinition-daf-conformance.json", "package_name": "hl7.fhir.us.daf", "date": "2016-08-12", "derivation": "constraint", "publisher": "Health Level Seven International (FHIR Infrastructure WG - Data Access Framework)", "name": "Profile daf-conformance", "mapping": [ { "uri": "http://hl7.org/fhir/object-implementation", "name": "Object Implementation Information", "identity": "objimpl" }, { "uri": "http://hl7.org/fhir/w5", "name": "W5 Mapping", "identity": "w5" }, { "uri": "http://hl7.org/v3", "name": "RIM Mapping", "identity": "rim" } ], "abstract": false, "type": "Conformance", "experimental": null, "resourceType": "StructureDefinition", "title": null, "package_version": "1.6.0", "snapshot": { "element": [ { "constraint": [ { "key": "dom-2", "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources", "xpath": "not(parent::f:contained and f:contained)", "severity": "error", "expression": "contained.contained.empty()" }, { "key": "dom-1", "human": "If the resource is contained in another resource, it SHALL NOT contain any narrative", "xpath": "not(parent::f:contained and f:text)", "severity": "error", "expression": "contained.text.empty()" }, { "key": "dom-4", "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated", "xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))", "severity": "error", "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()" }, { "key": "dom-3", "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource", "xpath": "not(exists(for $id in f:contained/*/@id return $id[not(ancestor::f:contained/parent::*/descendant::f:reference/@value=concat('#', $id))]))", "severity": "error", "expression": "contained.where(('#'+id in %resource.descendants().reference).not()).empty()" }, { "key": "cnf-8", "human": "There can only be one REST declaration per mode", "xpath": "count(f:rest)=count(distinct-values(f:rest/f:mode/@value))", "severity": "error", "expression": "rest.select(mode).isDistinct()" }, { "key": "cnf-7", "human": "The set of documents must be unique by the combination of profile & mode", "xpath": "count(f:document[f:mode/@value='producer'])=count(distinct-values(f:document[f:mode/@value='producer']/f:profile/f:reference/@value)) and count(f:document[f:mode/@value='consumer'])=count(distinct-values(f:document[f:mode/@value='consumer']/f:profile/f:reference/@value))", "severity": "error", "expression": "document.select(profile&mode).isDistinct()" }, { "key": "cnf-2", "human": "A Conformance statement SHALL have at least one of description, software, or implementation", "xpath": "count(f:software | f:implementation | f:description) > 0", "severity": "error", "expression": "(description.count() + software.count() + implementation.count()) > 0" }, { "key": "cnf-3", "human": "Messaging end-point is required (and is only permitted) when statement is for an implementation", "xpath": "not(exists(f:messaging/f:endpoint)) or f:kind/@value = 'instance'", "severity": "error", "expression": "messaging.endpoint.empty() or kind = 'instance'" }, { "key": "cnf-1", "human": "A Conformance statement SHALL have at least one of REST, messaging or document", "xpath": "exists(f:rest) or exists(f:messaging) or exists(f:document)", "severity": "error", "expression": "rest.exists() or messaging.exists() or document.exists()" }, { "key": "cnf-14", "human": "Conformance statements of kind 'requirements' do not have software or implementation elements", "xpath": "not(exists(f:software) or exists(f:implementation)) or (f:kind/@value != 'requirements')", "severity": "error", "expression": "(software.empty() and implementation.empty()) or kind != 'requirements'" }, { "key": "cnf-15", "human": "Conformance statements of kind 'software' do not have implementation elements", "xpath": "not(exists(f:implementation)) or (f:kind/@value != 'capability')", "severity": "error", "expression": "implementation.empty() or kind != 'capability'" } ], "path": "Conformance", "min": 1, "definition": "A conformance statement is a set of capabilities of a FHIR Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.", "short": "A conformance statement", "name": "DAFConformance", "mapping": [ { "map": "Entity. Role, or Act", "identity": "rim" }, { "map": "BaseConformance", "identity": "objimpl" }, { "map": "conformance.behavior", "identity": "w5" } ], "mustSupport": false, "max": "1", "id": "Conformance:dafconformance", "base": { "max": "1", "min": 1, "path": "Conformance" }, "isSummary": false }, { "path": "Conformance.id", "min": 0, "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.", "short": "Logical id of this artifact", "comments": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.", "type": [ { "code": "id" } ], "max": "1", "id": "Conformance:dafconformance.id", "base": { "max": "*", "min": 0, "path": "Resource.id" }, "isSummary": true }, { "path": "Conformance.meta", "min": 0, "definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource.", "short": "Metadata about the resource", "type": [ { "code": "Meta" } ], "max": "1", "id": "Conformance:dafconformance.meta", "base": { "max": "*", "min": 0, "path": "Resource.meta" }, "isSummary": true }, { "path": "Conformance.implicitRules", "min": 0, "definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content.", "isModifier": true, "short": "A set of rules under which this content was created", "comments": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element as much as possible.", "type": [ { "code": "uri" } ], "max": "1", "id": "Conformance:dafconformance.implicitRules", "base": { "max": "*", "min": 0, "path": "Resource.implicitRules" }, "isSummary": true }, { "path": "Conformance.language", "min": 0, "definition": "The base language in which the resource is written.", "short": "Language of the resource content", "comments": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).", "type": [ { "code": "code" } ], "binding": { "strength": "extensible", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", "valueReference": { "reference": "http://hl7.org/fhir/ValueSet/all-languages" } } ], "description": "A human language.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/languages" } }, "max": "1", "id": "Conformance:dafconformance.language", "base": { "max": "*", "min": 0, "path": "Resource.language" } }, { "path": "Conformance.text", "min": 0, "definition": "A human-readable narrative that contains a summary of the resource, and may be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.", "short": "Text summary of the resource, for human interpretation", "comments": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded in formation is added later.", "mapping": [ { "map": "Act.text?", "identity": "rim" } ], "type": [ { "code": "Narrative" } ], "alias": [ "narrative", "html", "xhtml", "display" ], "max": "1", "id": "Conformance:dafconformance.text", "condition": [ "dom-1" ], "base": { "max": "*", "min": 0, "path": "DomainResource.text" } }, { "path": "Conformance.contained", "min": 0, "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.", "short": "Contained, inline Resources", "comments": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again.", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Resource" } ], "alias": [ "inline resources", "anonymous resources", "contained resources" ], "max": "*", "id": "Conformance:dafconformance.contained", "base": { "max": "*", "min": 0, "path": "DomainResource.contained" } }, { "path": "Conformance.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the resource. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "short": "Additional Content defined by implementations", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Conformance:dafconformance.extension", "base": { "max": "*", "min": 0, "path": "DomainResource.extension" } }, { "path": "Conformance.modifierExtension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the resource, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.", "isModifier": true, "short": "Extensions that cannot be ignored", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Conformance:dafconformance.modifierExtension", "base": { "max": "*", "min": 0, "path": "DomainResource.modifierExtension" } }, { "path": "Conformance.url", "min": 0, "definition": "An absolute URL that is used to identify this conformance statement when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this conformance statement is (or will be) published.", "short": "Logical uri to reference this statement", "mapping": [ { "map": "BaseConformance.url", "identity": "objimpl" }, { "map": "id", "identity": "w5" } ], "type": [ { "code": "uri" } ], "mustSupport": true, "max": "1", "id": "Conformance:dafconformance.url", "base": { "max": "1", "min": 0, "path": "Conformance.url" }, "isSummary": false }, { "path": "Conformance.version", "min": 0, "definition": "The identifier that is used to identify this version of the conformance statement when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the profile author manually and the value should be a timestamp.", "short": "Logical id for this version of the statement", "comments": "There may be multiple different instances of a conformance statement that have the same identifier but different versions.", "mapping": [ { "map": "BaseConformance.version", "identity": "objimpl" }, { "map": "id.version", "identity": "w5" } ], "type": [ { "code": "string" } ], "mustSupport": true, "max": "1", "id": "Conformance:dafconformance.version", "base": { "max": "1", "min": 0, "path": "Conformance.version" }, "isSummary": false }, { "path": "Conformance.name", "min": 0, "definition": "A free text natural language name identifying the conformance statement.", "short": "Informal name for this conformance statement", "comments": "The name is not expected to be globally unique.", "mapping": [ { "map": "BaseConformance.name", "identity": "objimpl" } ], "type": [ { "code": "string" } ], "mustSupport": true, "max": "1", "id": "Conformance:dafconformance.name", "base": { "max": "1", "min": 0, "path": "Conformance.name" }, "isSummary": false }, { "path": "Conformance.status", "min": 1, "definition": "The status of this conformance statement.", "isModifier": true, "short": "draft | active | retired", "comments": "This is not intended for use with actual conformance statements, but where conformance statements are used to describe possible or desired systems.", "mapping": [ { "map": "BaseConformance.status", "identity": "objimpl" }, { "map": "status", "identity": "w5" } ], "type": [ { "code": "code" } ], "mustSupport": true, "binding": { "strength": "required", "description": "The lifecycle status of a Value Set or Concept Map.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/conformance-resource-status" } }, "max": "1", "id": "Conformance:dafconformance.status", "base": { "max": "1", "min": 1, "path": "Conformance.status" }, "isSummary": false }, { "path": "Conformance.experimental", "min": 0, "definition": "A flag to indicate that this conformance statement is authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.", "short": "If for testing purposes, not real usage", "comments": "Allows filtering of conformance statements that are appropriate for use vs. not.", "mapping": [ { "map": "class", "identity": "w5" } ], "type": [ { "code": "boolean" } ], "max": "1", "id": "Conformance:dafconformance.experimental", "base": { "max": "1", "min": 0, "path": "Conformance.experimental" }, "isSummary": true }, { "path": "Conformance.date", "min": 1, "definition": "The date (and optionally time) when the conformance statement was published. The date must change when the business version changes, if it does, and it must change if the status code changes. In addition, it should change when the substantive content of the conformance statement changes.", "short": "Publication Date(/time)", "comments": "Additional specific dates may be added as extensions.", "mapping": [ { "map": "BaseConformance.date", "identity": "objimpl" }, { "map": "when.recorded", "identity": "w5" } ], "type": [ { "code": "dateTime" } ], "mustSupport": true, "max": "1", "id": "Conformance:dafconformance.date", "base": { "max": "1", "min": 1, "path": "Conformance.date" }, "isSummary": false }, { "path": "Conformance.publisher", "requirements": "Helps establish the \"authority/credibility\" of the conformance. May also allow for contact.", "min": 0, "definition": "The name of the individual or organization that published the conformance.", "short": "Name of the publisher (Organization or individual)", "comments": "Usually an organization, but may be an individual. This item SHOULD be populated unless the information is available from context.", "mapping": [ { "map": "who.author", "identity": "w5" } ], "type": [ { "code": "string" } ], "mustSupport": true, "max": "1", "id": "Conformance:dafconformance.publisher", "base": { "max": "1", "min": 0, "path": "Conformance.publisher" }, "isSummary": false }, { "path": "Conformance.contact", "min": 0, "definition": "Contacts to assist a user in finding and communicating with the publisher.", "short": "Contact details of the publisher", "comments": "May be a web site, an email address, a telephone number (tel:), etc.", "type": [ { "code": "BackboneElement" } ], "max": "*", "id": "Conformance:dafconformance.contact", "base": { "max": "*", "min": 0, "path": "Conformance.contact" }, "isSummary": true }, { "path": "Conformance.contact.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Conformance:dafconformance.contact.id", "base": { "max": "*", "min": 0, "path": "Element.id" } }, { "path": "Conformance.contact.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "short": "Additional Content defined by implementations", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Conformance:dafconformance.contact.extension", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "Conformance.contact.modifierExtension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.", "isModifier": true, "short": "Extensions that cannot be ignored", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Conformance:dafconformance.contact.modifierExtension", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isSummary": true }, { "path": "Conformance.contact.name", "min": 0, "definition": "The name of an individual to contact regarding the conformance.", "short": "Name of an individual to contact", "comments": "If there is no named individual, the telecom is for the organization as a whole.", "type": [ { "code": "string" } ], "max": "1", "id": "Conformance:dafconformance.contact.name", "base": { "max": "1", "min": 0, "path": "Conformance.contact.name" }, "isSummary": true }, { "path": "Conformance.contact.telecom", "min": 0, "definition": "Contact details for individual (if a name was provided) or the publisher.", "short": "Contact details for individual or publisher", "type": [ { "code": "ContactPoint" } ], "max": "*", "id": "Conformance:dafconformance.contact.telecom", "base": { "max": "*", "min": 0, "path": "Conformance.contact.telecom" }, "isSummary": true }, { "path": "Conformance.description", "min": 0, "definition": "A free text natural language description of the conformance statement and its use. Typically, this is used when the conformance statement describes a desired rather than an actual solution, for example as a formal expression of requirements as part of an RFP.", "short": "Human description of the conformance statement", "comments": "This field may include the purpose of this conformance statement, comments about its context etc. This does not need to be populated if the description is adequately implied by the software or implementation details.", "type": [ { "code": "markdown" } ], "mustSupport": true, "max": "1", "id": "Conformance:dafconformance.description", "condition": [ "cnf-2" ], "base": { "max": "1", "min": 0, "path": "Conformance.description" }, "isSummary": false }, { "path": "Conformance.useContext", "requirements": "Assist in searching for appropriate content.", "min": 0, "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching of conformance statements.", "short": "Content intends to support these contexts", "mapping": [ { "map": "BaseConformance.useContext", "identity": "objimpl" } ], "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "extensible", "description": "Indicates the countries, regions, disciplines and other aspects of use within which this artifact is targeted for use.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/use-context" } }, "max": "*", "id": "Conformance:dafconformance.useContext", "base": { "max": "*", "min": 0, "path": "Conformance.useContext" }, "isSummary": true }, { "path": "Conformance.requirements", "min": 0, "definition": "Explains why this conformance statement is needed and why it's been constrained as it has.", "short": "Why this resource has been created", "comments": "This element does not describe the usage of the conformance statement (that's done in comments), rather it's for traceability of *why* the element is either needed or why the constraints exist as they do. This may be used to point to source materials or specifications that drove the structure of this data element.", "type": [ { "code": "markdown" } ], "max": "1", "id": "Conformance:dafconformance.requirements", "base": { "max": "1", "min": 0, "path": "Conformance.requirements" } }, { "path": "Conformance.copyright", "min": 0, "definition": "A copyright statement relating to the conformance statement and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the details of the system described by the conformance statement.", "short": "Use and/or publishing restrictions", "type": [ { "code": "string" } ], "alias": [ "License", "Restrictions" ], "max": "1", "id": "Conformance:dafconformance.copyright", "base": { "max": "1", "min": 0, "path": "Conformance.copyright" } }, { "path": "Conformance.kind", "requirements": "Allow searching the 3 modes.", "min": 1, "definition": "The way that this statement is intended to be used, to describe an actual running instance of software, a particular product (kind not instance of software) or a class of implementation (e.g. a desired purchase).", "short": "instance | capability | requirements", "type": [ { "code": "code" } ], "mustSupport": true, "binding": { "strength": "required", "description": "How a conformance statement is intended to be used.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/conformance-statement-kind" } }, "max": "1", "id": "Conformance:dafconformance.kind", "base": { "max": "1", "min": 1, "path": "Conformance.kind" }, "isSummary": false }, { "path": "Conformance.instantiates", "min": 0, "definition": "Reference to a canonical URL of another conformance that this software implements or uses. This conformance statement is a published API description that corresponds to a business service. The rest of the conformance statement does not need to repeat the details of the referenced Conformance resource, but can do so.", "short": "Canonical URL of service implemented/used by software", "comments": "HL7 defines the following Services: [[[Terminology Service]]] Many [Implementation Guides](http://fhir.org/guides/registry) define additional services.", "type": [ { "code": "uri" } ], "max": "*", "id": "Conformance:dafconformance.instantiates", "base": { "max": "*", "min": 0, "path": "Conformance.instantiates" }, "isSummary": true }, { "path": "Conformance.software", "min": 0, "definition": "Software that is covered by this conformance statement. It is used when the conformance statement describes the capabilities of a particular software version, independent of an installation.", "short": "Software that is covered by this conformance statement", "type": [ { "code": "BackboneElement" } ], "max": "1", "id": "Conformance:dafconformance.software", "condition": [ "cnf-2" ], "base": { "max": "1", "min": 0, "path": "Conformance.software" }, "isSummary": true }, { "path": "Conformance.software.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Conformance:dafconformance.software.id", "base": { "max": "*", "min": 0, "path": "Element.id" } }, { "path": "Conformance.software.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "short": "Additional Content defined by implementations", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Conformance:dafconformance.software.extension", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "Conformance.software.modifierExtension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.", "isModifier": true, "short": "Extensions that cannot be ignored", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Conformance:dafconformance.software.modifierExtension", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isSummary": true }, { "path": "Conformance.software.name", "min": 1, "definition": "Name software is known by.", "short": "A name the software is known by", "type": [ { "code": "string" } ], "max": "1", "id": "Conformance:dafconformance.software.name", "base": { "max": "1", "min": 1, "path": "Conformance.software.name" }, "isSummary": true }, { "path": "Conformance.software.version", "min": 0, "definition": "The version identifier for the software covered by this statement.", "short": "Version covered by this statement", "comments": "If possible, version should be specified, as statements are likely to be different for different versions of software.", "type": [ { "code": "string" } ], "max": "1", "id": "Conformance:dafconformance.software.version", "base": { "max": "1", "min": 0, "path": "Conformance.software.version" }, "isSummary": true }, { "path": "Conformance.software.releaseDate", "min": 0, "definition": "Date this version of the software released.", "short": "Date this version released", "type": [ { "code": "dateTime" } ], "max": "1", "id": "Conformance:dafconformance.software.releaseDate", "base": { "max": "1", "min": 0, "path": "Conformance.software.releaseDate" }, "isSummary": true }, { "path": "Conformance.implementation", "min": 0, "definition": "Identifies a specific implementation instance that is described by the conformance statement - i.e. a particular installation, rather than the capabilities of a software program.", "short": "If this describes a specific instance", "type": [ { "code": "BackboneElement" } ], "mustSupport": true, "max": "1", "id": "Conformance:dafconformance.implementation", "condition": [ "cnf-2" ], "base": { "max": "1", "min": 0, "path": "Conformance.implementation" }, "isSummary": false }, { "path": "Conformance.implementation.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Conformance:dafconformance.implementation.id", "base": { "max": "*", "min": 0, "path": "Element.id" } }, { "path": "Conformance.implementation.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "short": "Additional Content defined by implementations", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Conformance:dafconformance.implementation.extension", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "Conformance.implementation.modifierExtension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.", "isModifier": true, "short": "Extensions that cannot be ignored", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Conformance:dafconformance.implementation.modifierExtension", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isSummary": true }, { "path": "Conformance.implementation.description", "min": 1, "definition": "Information about the specific installation that this conformance statement relates to.", "short": "Describes this specific instance", "type": [ { "code": "string" } ], "mustSupport": true, "max": "1", "id": "Conformance:dafconformance.implementation.description", "base": { "max": "1", "min": 1, "path": "Conformance.implementation.description" }, "isSummary": false }, { "path": "Conformance.implementation.url", "min": 0, "definition": "An absolute base URL for the implementation. This forms the base for REST interfaces as well as the mailbox and document interfaces.", "short": "Base URL for the installation", "type": [ { "code": "uri" } ], "mustSupport": true, "max": "1", "id": "Conformance:dafconformance.implementation.url", "base": { "max": "1", "min": 0, "path": "Conformance.implementation.url" }, "isSummary": false }, { "path": "Conformance.fhirVersion", "min": 1, "definition": "The version of the FHIR specification on which this conformance statement is based.", "short": "FHIR Version the system uses", "type": [ { "code": "id" } ], "mustSupport": true, "max": "1", "id": "Conformance:dafconformance.fhirVersion", "base": { "max": "1", "min": 1, "path": "Conformance.fhirVersion" }, "isSummary": false }, { "path": "Conformance.acceptUnknown", "min": 1, "definition": "A code that indicates whether the application accepts unknown elements or extensions when reading resources.", "short": "no | extensions | elements | both", "comments": "Unknown elements in a resource can only arise as later versions of the specification are published, because this is the only place where such elements can be defined. Hence accepting unknown elements is about inter-version compatibility. Applications are recommended to accept unknown extensions and elements ('both'), but this is not always possible.", "type": [ { "code": "code" } ], "binding": { "strength": "required", "description": "A code that indicates whether an application accepts unknown elements or extensions when reading resources.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/unknown-content-code" } }, "max": "1", "id": "Conformance:dafconformance.acceptUnknown", "base": { "max": "1", "min": 1, "path": "Conformance.acceptUnknown" }, "isSummary": true }, { "path": "Conformance.format", "min": 1, "definition": "A list of the formats supported by this implementation using their content types.", "short": "formats supported (xml | json | ttl | mime type)", "comments": "\"xml\" or \"json\" are allowed, which describe the simple encodings described in the specification (and imply appropriate bundle support). Otherwise, mime types are legal here.", "type": [ { "code": "code" } ], "mustSupport": true, "binding": { "strength": "required", "description": "The mime type of an attachment. Any valid mime type is allowed.", "valueSetUri": "http://www.rfc-editor.org/bcp/bcp13.txt" }, "max": "*", "id": "Conformance:dafconformance.format", "base": { "max": "*", "min": 1, "path": "Conformance.format" }, "isSummary": false }, { "path": "Conformance.profile", "min": 0, "definition": "A list of profiles that represent different use cases supported by the system. For a server, \"supported by the system\" means the system hosts/produces a set of resources that are conformant to a particular profile, and allows clients that use its services to search using this profile and to find appropriate data. For a client, it means the system will search by this profile and process data according to the guidance implicit in the profile. See further discussion in [Using Profiles]{profiling.html#profile-uses}.", "short": "Profiles for use cases supported", "comments": "Supported profiles are different to the profiles that apply to a particular resource in rest.resource.profile. The resource profile is a general statement of what features of the resource are supported overall by the system - the sum total of the facilities it supports. A supported profile is a deeper statement about the functionality of the data and services provided by the server (or used by the client). A typical case is a laboratory system that produces a set of different reports - this is the list of types of data that it publishes. A key aspect of declaring profiles here is the question of how the client converts knowledge that the server publishes this data into working with the data; the client can inspect individual resources to determine whether they conform to a particular profile, but how does it find the ones that does? It does so by searching using the _profile parameter, so any resources listed here must be valid values for the _profile resource (using the identifier in the target profile). Typical supported profiles cross resource types to describe a network of related resources, so they are listed here rather than by resource. However, they do not need to describe more than one resource.", "type": [ { "code": "Reference", "profile": "http://hl7.org/fhir/StructureDefinition/StructureDefinition" } ], "mustSupport": true, "max": "*", "id": "Conformance:dafconformance.profile", "base": { "max": "*", "min": 0, "path": "Conformance.profile" }, "isSummary": false }, { "constraint": [ { "key": "cnf-9", "human": "A given resource can only be described once per RESTful mode", "xpath": "count(f:resource)=count(distinct-values(f:resource/f:type/@value))", "severity": "error", "expression": "resource.select(type).isDistinct()" } ], "path": "Conformance.rest", "min": 0, "definition": "A definition of the restful capabilities of the solution, if any.", "short": "If the endpoint is a RESTful one", "comments": "Multiple repetitions allow definition of both client and / or server behaviors or possibly behaviors under different configuration settings (for software or requirements statements).", "type": [ { "code": "BackboneElement" } ], "mustSupport": true, "max": "*", "id": "Conformance:dafconformance.rest", "condition": [ "cnf-1" ], "base": { "max": "*", "min": 0, "path": "Conformance.rest" }, "isSummary": false }, { "path": "Conformance.rest.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Conformance:dafconformance.rest.id", "base": { "max": "*", "min": 0, "path": "Element.id" } }, { "path": "Conformance.rest.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "short": "Additional Content defined by implementations", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Conformance:dafconformance.rest.extension", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "Conformance.rest.modifierExtension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.", "isModifier": true, "short": "Extensions that cannot be ignored", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Conformance:dafconformance.rest.modifierExtension", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isSummary": true }, { "path": "Conformance.rest.mode", "min": 1, "definition": "Identifies whether this portion of the statement is describing ability to initiate or receive restful operations.", "short": "client | server", "type": [ { "code": "code" } ], "mustSupport": true, "binding": { "strength": "required", "description": "The mode of a RESTful conformance statement.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/restful-conformance-mode" } }, "max": "1", "id": "Conformance:dafconformance.rest.mode", "base": { "max": "1", "min": 1, "path": "Conformance.rest.mode" }, "isSummary": false }, { "id": "Conformance:dafconformance.rest.documentation", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Conformance.rest.documentation" }, "path": "Conformance.rest.documentation", "type": [ { "code": "string" } ], "short": "General description of implementation", "definition": "Information about the system's restful capabilities that apply across all applications, such as security." }, { "path": "Conformance.rest.security", "min": 0, "definition": "Information about security implementation from an interface perspective - what a client needs to know.", "short": "Information about security of implementation", "type": [ { "code": "BackboneElement" } ], "mustSupport": true, "max": "1", "id": "Conformance:dafconformance.rest.security", "base": { "max": "1", "min": 0, "path": "Conformance.rest.security" }, "isSummary": false }, { "path": "Conformance.rest.security.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Conformance:dafconformance.rest.security.id", "base": { "max": "*", "min": 0, "path": "Element.id" } }, { "path": "Conformance.rest.security.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "short": "Additional Content defined by implementations", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Conformance:dafconformance.rest.security.extension", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "Conformance.rest.security.modifierExtension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.", "isModifier": true, "short": "Extensions that cannot be ignored", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Conformance:dafconformance.rest.security.modifierExtension", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isSummary": true }, { "path": "Conformance.rest.security.cors", "min": 0, "definition": "Server adds CORS headers when responding to requests - this enables javascript applications to use the server.", "short": "Adds CORS Headers (http://enable-cors.org/)", "comments": "The easiest CORS headers to add are Access-Control-Allow-Origin: * & Access-Control-Request-Method: GET, POST, PUT, DELETE. All servers SHOULD support CORS.", "type": [ { "code": "boolean" } ], "mustSupport": true, "max": "1", "id": "Conformance:dafconformance.rest.security.cors", "base": { "max": "1", "min": 0, "path": "Conformance.rest.security.cors" }, "isSummary": false }, { "path": "Conformance.rest.security.service", "min": 0, "definition": "Types of security services are supported/required by the system.", "short": "OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates", "type": [ { "code": "CodeableConcept" } ], "mustSupport": true, "binding": { "strength": "extensible", "description": "Types of security services used with FHIR.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/restful-security-service" } }, "max": "*", "id": "Conformance:dafconformance.rest.security.service", "base": { "max": "*", "min": 0, "path": "Conformance.rest.security.service" }, "isSummary": false }, { "id": "Conformance:dafconformance.rest.security.description", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Conformance.rest.security.description" }, "path": "Conformance.rest.security.description", "type": [ { "code": "string" } ], "short": "General description of how security works", "definition": "General description of how security works." }, { "id": "Conformance:dafconformance.rest.security.certificate", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "Conformance.rest.security.certificate" }, "path": "Conformance.rest.security.certificate", "type": [ { "code": "BackboneElement" } ], "short": "Certificates associated with security profiles", "definition": "Certificates associated with security profiles." }, { "path": "Conformance.rest.security.certificate.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Conformance:dafconformance.rest.security.certificate.id", "base": { "max": "*", "min": 0, "path": "Element.id" } }, { "path": "Conformance.rest.security.certificate.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "short": "Additional Content defined by implementations", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Conformance:dafconformance.rest.security.certificate.extension", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "Conformance.rest.security.certificate.modifierExtension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.", "isModifier": true, "short": "Extensions that cannot be ignored", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Conformance:dafconformance.rest.security.certificate.modifierExtension", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isSummary": true }, { "path": "Conformance.rest.security.certificate.type", "min": 0, "definition": "Mime type for certificate.", "short": "Mime type for certificate", "type": [ { "code": "code" } ], "binding": { "strength": "required", "description": "The mime type of an attachment. Any valid mime type is allowed.", "valueSetUri": "http://www.rfc-editor.org/bcp/bcp13.txt" }, "max": "1", "id": "Conformance:dafconformance.rest.security.certificate.type", "base": { "max": "1", "min": 0, "path": "Conformance.rest.security.certificate.type" } }, { "id": "Conformance:dafconformance.rest.security.certificate.blob", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Conformance.rest.security.certificate.blob" }, "path": "Conformance.rest.security.certificate.blob", "type": [ { "code": "base64Binary" } ], "short": "Actual certificate", "definition": "Actual certificate." }, { "constraint": [ { "key": "cnf-12", "human": "Search parameter names must be unique in the context of a resource", "xpath": "count(f:searchParam)=count(distinct-values(f:searchParam/f:name/@value))", "severity": "error", "expression": "searchParam.select(name).isDistinct()" } ], "path": "Conformance.rest.resource", "min": 0, "definition": "A specification of the restful capabilities of the solution for a specific resource type.", "short": "Resource served on the REST interface", "comments": "Max of one repetition per resource type.", "type": [ { "code": "BackboneElement" } ], "mustSupport": true, "max": "*", "id": "Conformance:dafconformance.rest.resource", "base": { "max": "*", "min": 0, "path": "Conformance.rest.resource" }, "isSummary": false }, { "path": "Conformance.rest.resource.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Conformance:dafconformance.rest.resource.id", "base": { "max": "*", "min": 0, "path": "Element.id" } }, { "path": "Conformance.rest.resource.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "short": "Additional Content defined by implementations", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Conformance:dafconformance.rest.resource.extension", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "Conformance.rest.resource.modifierExtension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.", "isModifier": true, "short": "Extensions that cannot be ignored", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Conformance:dafconformance.rest.resource.modifierExtension", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isSummary": true }, { "path": "Conformance.rest.resource.type", "min": 1, "definition": "A type of resource exposed via the restful interface.", "short": "A resource type that is supported", "type": [ { "code": "code" } ], "mustSupport": true, "binding": { "strength": "required", "description": "One of the resource types defined as part of FHIR.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/resource-types" } }, "max": "1", "id": "Conformance:dafconformance.rest.resource.type", "base": { "max": "1", "min": 1, "path": "Conformance.rest.resource.type" }, "isSummary": false }, { "path": "Conformance.rest.resource.profile", "min": 0, "definition": "A specification of the profile that describes the solution's overall support for the resource, including any constraints on cardinality, bindings, lengths or other limitations. See further discussion in [Using Profiles]{profiling.html#profile-uses}.", "short": "Base System profile for all uses of resource", "comments": "The profile applies to all resources of this type - i.e. it is the superset of what is supported by the system.", "type": [ { "code": "Reference", "profile": "http://hl7.org/fhir/StructureDefinition/StructureDefinition" } ], "mustSupport": true, "max": "1", "id": "Conformance:dafconformance.rest.resource.profile", "base": { "max": "1", "min": 0, "path": "Conformance.rest.resource.profile" }, "isSummary": false }, { "path": "Conformance.rest.resource.documentation", "min": 0, "definition": "Additional information about the resource type is used by the system.", "short": "Additional information about the use of the resource type", "type": [ { "code": "markdown" } ], "mustSupport": true, "max": "1", "id": "Conformance:dafconformance.rest.resource.documentation", "base": { "max": "1", "min": 0, "path": "Conformance.rest.resource.documentation" }, "isSummary": false }, { "path": "Conformance.rest.resource.interaction", "min": 1, "definition": "Identifies a restful operation supported by the solution.", "short": "What operations are supported?", "type": [ { "code": "BackboneElement" } ], "mustSupport": true, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "ResourceInteraction" } ], "max": "*", "id": "Conformance:dafconformance.rest.resource.interaction", "base": { "max": "*", "min": 1, "path": "Conformance.rest.resource.interaction" }, "isSummary": false }, { "path": "Conformance.rest.resource.interaction.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Conformance:dafconformance.rest.resource.interaction.id", "base": { "max": "*", "min": 0, "path": "Element.id" } }, { "path": "Conformance.rest.resource.interaction.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "short": "Additional Content defined by implementations", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Conformance:dafconformance.rest.resource.interaction.extension", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "Conformance.rest.resource.interaction.modifierExtension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.", "isModifier": true, "short": "Extensions that cannot be ignored", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Conformance:dafconformance.rest.resource.interaction.modifierExtension", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isSummary": true }, { "path": "Conformance.rest.resource.interaction.code", "min": 1, "definition": "Coded identifier of the operation, supported by the system resource.", "short": "read | vread | update | delete | history-instance | history-type | create | search-type", "type": [ { "code": "code" } ], "mustSupport": true, "binding": { "strength": "required", "description": "Operations supported by REST at the type or instance level.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/type-restful-interaction" } }, "max": "1", "id": "Conformance:dafconformance.rest.resource.interaction.code", "base": { "max": "1", "min": 1, "path": "Conformance.rest.resource.interaction.code" }, "isSummary": false }, { "path": "Conformance.rest.resource.interaction.documentation", "requirements": "REST allows a degree of variability in the implementation of RESTful solutions that is useful for exchange partners to be aware of.", "min": 0, "definition": "Guidance specific to the implementation of this operation, such as 'delete is a logical delete' or 'updates are only allowed with version id' or 'creates permitted from pre-authorized certificates only'.", "short": "Anything special about operation behavior", "type": [ { "code": "string" } ], "mustSupport": true, "max": "1", "id": "Conformance:dafconformance.rest.resource.interaction.documentation", "base": { "max": "1", "min": 0, "path": "Conformance.rest.resource.interaction.documentation" }, "isSummary": false }, { "path": "Conformance.rest.resource.versioning", "min": 0, "definition": "This field is set to no-version to specify that the system does not support (server) or use (client) versioning for this resource type. If this has some other value, the server must at least correctly track and populate the versionId meta-property on resources. If the value is 'versioned-update', then the server supports all the versioning features, including using e-tags for version integrity in the API.", "short": "no-version | versioned | versioned-update", "comments": "If a server supports versionIds correctly, it SHOULD support vread too, but is not required to do so.", "type": [ { "code": "code" } ], "mustSupport": true, "binding": { "strength": "required", "description": "How the system supports versioning for a resource.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/versioning-policy" } }, "max": "1", "id": "Conformance:dafconformance.rest.resource.versioning", "base": { "max": "1", "min": 0, "path": "Conformance.rest.resource.versioning" }, "isSummary": false }, { "path": "Conformance.rest.resource.readHistory", "min": 0, "definition": "A flag for whether the server is able to return past versions as part of the vRead operation.", "short": "Whether vRead can return past versions", "comments": "It is useful to support the vRead operation for current operations, even if past versions aren't available.", "type": [ { "code": "boolean" } ], "mustSupport": true, "max": "1", "id": "Conformance:dafconformance.rest.resource.readHistory", "base": { "max": "1", "min": 0, "path": "Conformance.rest.resource.readHistory" }, "isSummary": false }, { "path": "Conformance.rest.resource.updateCreate", "min": 0, "definition": "A flag to indicate that the server allows or needs to allow the client to create new identities on the server (e.g. that is, the client PUTs to a location where there is no existing resource). Allowing this operation means that the server allows the client to create new identities on the server.", "short": "If update can commit to a new identity", "comments": "Allowing the clients to create new identities on the server means that the system administrator needs to have confidence that the clients do not create clashing identities between them. Obviously, if there is only one client, this won't happen. While creating identities on the client means that the clients need to be managed, it's much more convenient for many scenarios if such management can be put in place.", "type": [ { "code": "boolean" } ], "max": "1", "id": "Conformance:dafconformance.rest.resource.updateCreate", "base": { "max": "1", "min": 0, "path": "Conformance.rest.resource.updateCreate" } }, { "path": "Conformance.rest.resource.conditionalCreate", "min": 0, "definition": "A flag that indicates that the server supports conditional create.", "short": "If allows/uses conditional create", "comments": "Conditional Create is mainly appropriate for interface engine scripts converting from other formats, such as v2.", "type": [ { "code": "boolean" } ], "max": "1", "id": "Conformance:dafconformance.rest.resource.conditionalCreate", "base": { "max": "1", "min": 0, "path": "Conformance.rest.resource.conditionalCreate" } }, { "path": "Conformance.rest.resource.conditionalRead", "min": 0, "definition": "A code that indicates how the server supports conditional read.", "short": "not-supported | modified-since | not-match | full-support", "comments": "Conditional Read is mainly appropriate for interface engine scripts converting from other formats, such as v2.", "type": [ { "code": "code" } ], "binding": { "strength": "required", "description": "A code that indicates how the server supports conditional read.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/conditional-read-status" } }, "max": "1", "id": "Conformance:dafconformance.rest.resource.conditionalRead", "base": { "max": "1", "min": 0, "path": "Conformance.rest.resource.conditionalRead" } }, { "path": "Conformance.rest.resource.conditionalUpdate", "min": 0, "definition": "A flag that indicates that the server supports conditional update.", "short": "If allows/uses conditional update", "comments": "Conditional Update is mainly appropriate for interface engine scripts converting from other formats, such as v2.", "type": [ { "code": "boolean" } ], "max": "1", "id": "Conformance:dafconformance.rest.resource.conditionalUpdate", "base": { "max": "1", "min": 0, "path": "Conformance.rest.resource.conditionalUpdate" } }, { "path": "Conformance.rest.resource.conditionalDelete", "min": 0, "definition": "A code that indicates how the server supports conditional delete.", "short": "not-supported | single | multiple - how conditional delete is supported", "comments": "Conditional Delete is mainly appropriate for interface engine scripts converting from other formats, such as v2.", "type": [ { "code": "code" } ], "binding": { "strength": "required", "description": "A code that indicates how the server supports conditional delete.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/conditional-delete-status" } }, "max": "1", "id": "Conformance:dafconformance.rest.resource.conditionalDelete", "base": { "max": "1", "min": 0, "path": "Conformance.rest.resource.conditionalDelete" } }, { "path": "Conformance.rest.resource.searchInclude", "min": 0, "definition": "A list of _include values supported by the server.", "short": "_include values supported by the server", "comments": "If this list is empty, the server does not support includes.", "type": [ { "code": "string" } ], "max": "*", "id": "Conformance:dafconformance.rest.resource.searchInclude", "base": { "max": "*", "min": 0, "path": "Conformance.rest.resource.searchInclude" } }, { "path": "Conformance.rest.resource.searchRevInclude", "min": 0, "definition": "A list of _revinclude (reverse include) values supported by the server.", "short": "_revinclude values supported by the server", "comments": "If this list is empty, the server does not support includes.", "type": [ { "code": "string" } ], "max": "*", "id": "Conformance:dafconformance.rest.resource.searchRevInclude", "base": { "max": "*", "min": 0, "path": "Conformance.rest.resource.searchRevInclude" } }, { "constraint": [ { "key": "cnf-13", "human": "Search parameters can only have chain names when the search parameter type is 'reference'", "xpath": "not(exists(f:chain)) or (f:type/@value = 'reference')", "severity": "error", "expression": "chain.empty() or type = 'reference'" } ], "path": "Conformance.rest.resource.searchParam", "min": 0, "definition": "Search parameters for implementations to support and/or make use of - either references to ones defined in the specification, or additional ones defined for/by the implementation.", "short": "Search params supported by implementation", "type": [ { "code": "BackboneElement" } ], "mustSupport": true, "max": "*", "id": "Conformance:dafconformance.rest.resource.searchParam", "base": { "max": "*", "min": 0, "path": "Conformance.rest.resource.searchParam" }, "isSummary": false }, { "path": "Conformance.rest.resource.searchParam.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Conformance:dafconformance.rest.resource.searchParam.id", "base": { "max": "*", "min": 0, "path": "Element.id" } }, { "path": "Conformance.rest.resource.searchParam.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "short": "Additional Content defined by implementations", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Conformance:dafconformance.rest.resource.searchParam.extension", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "Conformance.rest.resource.searchParam.modifierExtension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.", "isModifier": true, "short": "Extensions that cannot be ignored", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Conformance:dafconformance.rest.resource.searchParam.modifierExtension", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isSummary": true }, { "path": "Conformance.rest.resource.searchParam.name", "min": 1, "definition": "The name of the search parameter used in the interface.", "short": "Name of search parameter", "comments": "Parameter names cannot overlap with standard parameter names, and standard parameters cannot be redefined.", "type": [ { "code": "string" } ], "mustSupport": true, "max": "1", "id": "Conformance:dafconformance.rest.resource.searchParam.name", "base": { "max": "1", "min": 1, "path": "Conformance.rest.resource.searchParam.name" }, "isSummary": false }, { "path": "Conformance.rest.resource.searchParam.definition", "min": 0, "definition": "An absolute URI that is a formal reference to where this parameter was first defined, so that a client can be confident of the meaning of the search parameter (a reference to [[[SearchParameter.url]]]).", "short": "Source of definition for parameter", "comments": "This SHOULD be present, and matches SearchParameter.url.", "type": [ { "code": "uri" } ], "mustSupport": true, "max": "1", "id": "Conformance:dafconformance.rest.resource.searchParam.definition", "base": { "max": "1", "min": 0, "path": "Conformance.rest.resource.searchParam.definition" }, "isSummary": false }, { "path": "Conformance.rest.resource.searchParam.type", "min": 1, "definition": "The type of value a search parameter refers to, and how the content is interpreted.", "short": "number | date | string | token | reference | composite | quantity | uri", "comments": "While this can be looked up from the definition, it is included here as a convenience for systems that autogenerate a query interface based on the server conformance statement. It SHALL be the same as the type in the search parameter definition.", "type": [ { "code": "code" } ], "mustSupport": true, "binding": { "strength": "required", "description": "Data types allowed to be used for search parameters.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/search-param-type" } }, "max": "1", "id": "Conformance:dafconformance.rest.resource.searchParam.type", "base": { "max": "1", "min": 1, "path": "Conformance.rest.resource.searchParam.type" }, "isSummary": false }, { "id": "Conformance:dafconformance.rest.resource.searchParam.documentation", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Conformance.rest.resource.searchParam.documentation" }, "path": "Conformance.rest.resource.searchParam.documentation", "type": [ { "code": "string" } ], "short": "Server-specific usage", "definition": "This allows documentation of any distinct behaviors about how the search parameter is used. For example, text matching algorithms." }, { "path": "Conformance.rest.resource.searchParam.target", "min": 0, "definition": "Types of resource (if a resource is referenced).", "short": "Types of resource (if a resource reference)", "comments": "This SHALL be the same as or a proper subset of the resources listed in the search parameter definition.", "type": [ { "code": "code" } ], "mustSupport": true, "binding": { "strength": "required", "description": "One of the resource types defined as part of FHIR.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/resource-types" } }, "max": "*", "id": "Conformance:dafconformance.rest.resource.searchParam.target", "base": { "max": "*", "min": 0, "path": "Conformance.rest.resource.searchParam.target" }, "isSummary": false }, { "path": "Conformance.rest.resource.searchParam.modifier", "min": 0, "definition": "A modifier supported for the search parameter.", "short": "missing | exact | contains | not | text | in | not-in | below | above | type", "type": [ { "code": "code" } ], "binding": { "strength": "required", "description": "A supported modifier for a search parameter.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/search-modifier-code" } }, "max": "*", "id": "Conformance:dafconformance.rest.resource.searchParam.modifier", "base": { "max": "*", "min": 0, "path": "Conformance.rest.resource.searchParam.modifier" } }, { "path": "Conformance.rest.resource.searchParam.chain", "min": 0, "definition": "Contains the names of any search parameters which may be chained to the containing search parameter. Chained parameters may be added to search parameters of type reference, and specify that resources will only be returned if they contain a reference to a resource which matches the chained parameter value. Values for this field should be drawn from Conformance.rest.resource.searchParam.name on the target resource type.", "short": "Chained names supported", "comments": "Systems are not required to list all the chain names they support, but if they don't list them, clients may not know to use them.", "type": [ { "code": "string" } ], "max": "*", "id": "Conformance:dafconformance.rest.resource.searchParam.chain", "base": { "max": "*", "min": 0, "path": "Conformance.rest.resource.searchParam.chain" } }, { "path": "Conformance.rest.interaction", "min": 0, "definition": "A specification of restful operations supported by the system.", "short": "What operations are supported?", "type": [ { "code": "BackboneElement" } ], "mustSupport": true, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "SystemInteraction" } ], "max": "*", "id": "Conformance:dafconformance.rest.interaction", "base": { "max": "*", "min": 0, "path": "Conformance.rest.interaction" }, "isSummary": false }, { "path": "Conformance.rest.interaction.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Conformance:dafconformance.rest.interaction.id", "base": { "max": "*", "min": 0, "path": "Element.id" } }, { "path": "Conformance.rest.interaction.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "short": "Additional Content defined by implementations", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Conformance:dafconformance.rest.interaction.extension", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "Conformance.rest.interaction.modifierExtension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.", "isModifier": true, "short": "Extensions that cannot be ignored", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Conformance:dafconformance.rest.interaction.modifierExtension", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isSummary": true }, { "path": "Conformance.rest.interaction.code", "min": 1, "definition": "A coded identifier of the operation, supported by the system.", "short": "transaction | batch | search-system | history-system", "type": [ { "code": "code" } ], "mustSupport": true, "binding": { "strength": "required", "description": "Operations supported by REST at the system level.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/system-restful-interaction" } }, "max": "1", "id": "Conformance:dafconformance.rest.interaction.code", "base": { "max": "1", "min": 1, "path": "Conformance.rest.interaction.code" }, "isSummary": false }, { "path": "Conformance.rest.interaction.documentation", "min": 0, "definition": "Guidance specific to the implementation of this operation, such as limitations on the kind of transactions allowed, or information about system wide search is implemented.", "short": "Anything special about operation behavior", "type": [ { "code": "string" } ], "mustSupport": true, "max": "1", "id": "Conformance:dafconformance.rest.interaction.documentation", "base": { "max": "1", "min": 0, "path": "Conformance.rest.interaction.documentation" }, "isSummary": false }, { "path": "Conformance.rest.searchParam", "min": 0, "definition": "Search parameters that are supported for searching all resources for implementations to support and/or make use of - either references to ones defined in the specification, or additional ones defined for/by the implementation.", "short": "Search params for searching all resources", "comments": "Typically, the only search parameters supported for all parameters are search parameters that apply to all resources - tags, profiles, text search etc.", "contentReference": "#Conformance:dafconformance.rest.resource.searchParam", "mustSupport": true, "max": "*", "id": "Conformance:dafconformance.rest.searchParam", "base": { "max": "*", "min": 0, "path": "Conformance.rest.searchParam" }, "isSummary": false }, { "path": "Conformance.rest.operation", "min": 0, "definition": "Definition of an operation or a named query and with its parameters and their meaning and type.", "short": "Definition of an operation or a custom query", "type": [ { "code": "BackboneElement" } ], "mustSupport": true, "max": "*", "id": "Conformance:dafconformance.rest.operation", "base": { "max": "*", "min": 0, "path": "Conformance.rest.operation" }, "isSummary": false }, { "path": "Conformance.rest.operation.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Conformance:dafconformance.rest.operation.id", "base": { "max": "*", "min": 0, "path": "Element.id" } }, { "path": "Conformance.rest.operation.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "short": "Additional Content defined by implementations", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Conformance:dafconformance.rest.operation.extension", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "Conformance.rest.operation.modifierExtension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.", "isModifier": true, "short": "Extensions that cannot be ignored", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Conformance:dafconformance.rest.operation.modifierExtension", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isSummary": true }, { "path": "Conformance.rest.operation.name", "min": 1, "definition": "The name of the operation or query. For an operation, this is the name prefixed with $ and used in the url. For a query, this is the name used in the _query parameter when the query is called.", "short": "Name by which the operation/query is invoked", "comments": "The name here SHOULD be the same as the name in the definition, unless there is a name clash and the name cannot be used. The name does not include the \"$\" portion that is always included in the URL.", "type": [ { "code": "string" } ], "mustSupport": true, "max": "1", "id": "Conformance:dafconformance.rest.operation.name", "base": { "max": "1", "min": 1, "path": "Conformance.rest.operation.name" }, "isSummary": false }, { "path": "Conformance.rest.operation.definition", "min": 1, "definition": "Where the formal definition can be found.", "short": "The defined operation/query", "comments": "This can be used to build an HTML form to invoke the operation, for instance.", "type": [ { "code": "Reference", "profile": "http://hl7.org/fhir/StructureDefinition/OperationDefinition" } ], "mustSupport": true, "max": "1", "id": "Conformance:dafconformance.rest.operation.definition", "base": { "max": "1", "min": 1, "path": "Conformance.rest.operation.definition" }, "isSummary": false }, { "path": "Conformance.rest.compartment", "min": 0, "definition": "An absolute URI which is a reference to the definition of a compartment that the system supports. The reference is to a CompartmentDefinition resource by it's canonical URL.", "short": "Compartments served/used by system", "comments": "At present, the only defined compartments are at [CompartmentDefinition](compartmentdefinition.html).", "type": [ { "code": "uri" } ], "max": "*", "id": "Conformance:dafconformance.rest.compartment", "base": { "max": "*", "min": 0, "path": "Conformance.rest.compartment" } }, { "path": "Conformance.messaging", "min": 0, "definition": "A description of the messaging capabilities of the solution.", "short": "If messaging is supported", "comments": "Multiple repetitions allow the documentation of multiple endpoints per solution.", "type": [ { "code": "BackboneElement" } ], "max": "*", "id": "Conformance:dafconformance.messaging", "condition": [ "cnf-1" ], "base": { "max": "*", "min": 0, "path": "Conformance.messaging" }, "isSummary": true }, { "path": "Conformance.messaging.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Conformance:dafconformance.messaging.id", "base": { "max": "*", "min": 0, "path": "Element.id" } }, { "path": "Conformance.messaging.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "short": "Additional Content defined by implementations", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Conformance:dafconformance.messaging.extension", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "Conformance.messaging.modifierExtension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.", "isModifier": true, "short": "Extensions that cannot be ignored", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Conformance:dafconformance.messaging.modifierExtension", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isSummary": true }, { "path": "Conformance.messaging.endpoint", "min": 0, "definition": "An endpoint (network accessible address) to which messages and/or replies are to be sent.", "short": "Where messages should be sent", "type": [ { "code": "BackboneElement" } ], "alias": [ "3" ], "max": "*", "id": "Conformance:dafconformance.messaging.endpoint", "base": { "max": "*", "min": 0, "path": "Conformance.messaging.endpoint" } }, { "path": "Conformance.messaging.endpoint.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Conformance:dafconformance.messaging.endpoint.id", "base": { "max": "*", "min": 0, "path": "Element.id" } }, { "path": "Conformance.messaging.endpoint.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "short": "Additional Content defined by implementations", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Conformance:dafconformance.messaging.endpoint.extension", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "Conformance.messaging.endpoint.modifierExtension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.", "isModifier": true, "short": "Extensions that cannot be ignored", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Conformance:dafconformance.messaging.endpoint.modifierExtension", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isSummary": true }, { "path": "Conformance.messaging.endpoint.protocol", "min": 1, "definition": "A list of the messaging transport protocol(s) identifiers, supported by this endpoint.", "short": "http | ftp | mllp +", "type": [ { "code": "Coding" } ], "binding": { "strength": "extensible", "description": "The protocol used for message transport.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/message-transport" } }, "max": "1", "id": "Conformance:dafconformance.messaging.endpoint.protocol", "base": { "max": "1", "min": 1, "path": "Conformance.messaging.endpoint.protocol" } }, { "id": "Conformance:dafconformance.messaging.endpoint.address", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "Conformance.messaging.endpoint.address" }, "path": "Conformance.messaging.endpoint.address", "type": [ { "code": "uri" } ], "short": "Address of end-point", "definition": "The network address of the end-point. For solutions that do not use network addresses for routing, it can be just an identifier." }, { "path": "Conformance.messaging.reliableCache", "min": 0, "definition": "Length if the receiver's reliable messaging cache in minutes (if a receiver) or how long the cache length on the receiver should be (if a sender).", "short": "Reliable Message Cache Length (min)", "comments": "If this value is missing then the application does not implement (receiver) or depend on (sender) reliable messaging.", "type": [ { "code": "unsignedInt" } ], "max": "1", "id": "Conformance:dafconformance.messaging.reliableCache", "base": { "max": "1", "min": 0, "path": "Conformance.messaging.reliableCache" } }, { "id": "Conformance:dafconformance.messaging.documentation", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Conformance.messaging.documentation" }, "path": "Conformance.messaging.documentation", "type": [ { "code": "string" } ], "short": "Messaging interface behavior details", "definition": "Documentation about the system's messaging capabilities for this endpoint not otherwise documented by the conformance statement. For example, process for becoming an authorized messaging exchange partner." }, { "path": "Conformance.messaging.event", "min": 1, "definition": "A description of the solution's support for an event at this end-point.", "short": "Declare support for this event", "comments": "The same event may be listed up to two times - once as sender and once as receiver.", "type": [ { "code": "BackboneElement" } ], "max": "*", "id": "Conformance:dafconformance.messaging.event", "base": { "max": "*", "min": 1, "path": "Conformance.messaging.event" }, "isSummary": true }, { "path": "Conformance.messaging.event.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Conformance:dafconformance.messaging.event.id", "base": { "max": "*", "min": 0, "path": "Element.id" } }, { "path": "Conformance.messaging.event.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "short": "Additional Content defined by implementations", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Conformance:dafconformance.messaging.event.extension", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "Conformance.messaging.event.modifierExtension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.", "isModifier": true, "short": "Extensions that cannot be ignored", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Conformance:dafconformance.messaging.event.modifierExtension", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isSummary": true }, { "path": "Conformance.messaging.event.code", "min": 1, "definition": "A coded identifier of a supported messaging event.", "short": "Event type", "type": [ { "code": "Coding" } ], "binding": { "strength": "preferred", "description": "One of the message events defined as part of FHIR.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/message-events" } }, "max": "1", "id": "Conformance:dafconformance.messaging.event.code", "base": { "max": "1", "min": 1, "path": "Conformance.messaging.event.code" }, "isSummary": true }, { "path": "Conformance.messaging.event.category", "min": 0, "definition": "The impact of the content of the message.", "short": "Consequence | Currency | Notification", "type": [ { "code": "code" } ], "binding": { "strength": "required", "description": "The impact of the content of a message.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/message-significance-category" } }, "max": "1", "id": "Conformance:dafconformance.messaging.event.category", "base": { "max": "1", "min": 0, "path": "Conformance.messaging.event.category" } }, { "path": "Conformance.messaging.event.mode", "min": 1, "definition": "The mode of this event declaration - whether application is sender or receiver.", "short": "sender | receiver", "type": [ { "code": "code" } ], "binding": { "strength": "required", "description": "The mode of a message conformance statement.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/message-conformance-event-mode" } }, "max": "1", "id": "Conformance:dafconformance.messaging.event.mode", "base": { "max": "1", "min": 1, "path": "Conformance.messaging.event.mode" } }, { "path": "Conformance.messaging.event.focus", "min": 1, "definition": "A resource associated with the event. This is the resource that defines the event.", "short": "Resource that's focus of message", "comments": "This SHALL be provided if the event type supports multiple different resource types.", "type": [ { "code": "code" } ], "binding": { "strength": "required", "description": "One of the resource types defined as part of FHIR.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/resource-types" } }, "max": "1", "id": "Conformance:dafconformance.messaging.event.focus", "base": { "max": "1", "min": 1, "path": "Conformance.messaging.event.focus" } }, { "path": "Conformance.messaging.event.request", "min": 1, "definition": "Information about the request for this event.", "short": "Profile that describes the request", "type": [ { "code": "Reference", "profile": "http://hl7.org/fhir/StructureDefinition/StructureDefinition" } ], "max": "1", "id": "Conformance:dafconformance.messaging.event.request", "base": { "max": "1", "min": 1, "path": "Conformance.messaging.event.request" }, "isSummary": true }, { "path": "Conformance.messaging.event.response", "min": 1, "definition": "Information about the response for this event.", "short": "Profile that describes the response", "type": [ { "code": "Reference", "profile": "http://hl7.org/fhir/StructureDefinition/StructureDefinition" } ], "max": "1", "id": "Conformance:dafconformance.messaging.event.response", "base": { "max": "1", "min": 1, "path": "Conformance.messaging.event.response" }, "isSummary": true }, { "id": "Conformance:dafconformance.messaging.event.documentation", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Conformance.messaging.event.documentation" }, "path": "Conformance.messaging.event.documentation", "type": [ { "code": "string" } ], "short": "Endpoint-specific event documentation", "definition": "Guidance on how this event is handled, such as internal system trigger points, business rules, etc." }, { "path": "Conformance.document", "min": 0, "definition": "A document definition.", "short": "Document definition", "type": [ { "code": "BackboneElement" } ], "max": "*", "id": "Conformance:dafconformance.document", "condition": [ "cnf-1" ], "base": { "max": "*", "min": 0, "path": "Conformance.document" }, "isSummary": true }, { "path": "Conformance.document.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Conformance:dafconformance.document.id", "base": { "max": "*", "min": 0, "path": "Element.id" } }, { "path": "Conformance.document.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "short": "Additional Content defined by implementations", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Conformance:dafconformance.document.extension", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "Conformance.document.modifierExtension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.", "isModifier": true, "short": "Extensions that cannot be ignored", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Conformance:dafconformance.document.modifierExtension", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isSummary": true }, { "path": "Conformance.document.mode", "min": 1, "definition": "Mode of this document declaration - whether application is producer or consumer.", "short": "producer | consumer", "type": [ { "code": "code" } ], "binding": { "strength": "required", "description": "Whether the application produces or consumes documents.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/document-mode" } }, "max": "1", "id": "Conformance:dafconformance.document.mode", "base": { "max": "1", "min": 1, "path": "Conformance.document.mode" } }, { "id": "Conformance:dafconformance.document.documentation", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Conformance.document.documentation" }, "path": "Conformance.document.documentation", "type": [ { "code": "string" } ], "short": "Description of document support", "definition": "A description of how the application supports or uses the specified document profile. For example, when are documents created, what action is taken with consumed documents, etc." }, { "path": "Conformance.document.profile", "min": 1, "definition": "A constraint on a resource used in the document.", "short": "Constraint on a resource used in the document", "comments": "The first resource is the document resource.", "type": [ { "code": "Reference", "profile": "http://hl7.org/fhir/StructureDefinition/StructureDefinition" } ], "max": "1", "id": "Conformance:dafconformance.document.profile", "base": { "max": "1", "min": 1, "path": "Conformance.document.profile" }, "isSummary": true } ] }, "status": "draft", "id": "6658fc3d-5685-4796-b505-d656c17b484a", "kind": "resource", "url": "http://hl7.org/fhir/us/daf/StructureDefinition/daf-conformance", "version": null, "differential": { "element": [ { "id": "Conformance:dafconformance", "name": "DAFConformance", "path": "Conformance", "isSummary": false, "isModifier": false, "mustSupport": false }, { "id": "Conformance:dafconformance.url", "max": "1", "min": 0, "path": "Conformance.url", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.version", "max": "1", "min": 0, "path": "Conformance.version", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.name", "max": "1", "min": 0, "path": "Conformance.name", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.status", "max": "1", "min": 1, "path": "Conformance.status", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.date", "max": "1", "min": 1, "path": "Conformance.date", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.publisher", "max": "1", "min": 0, "path": "Conformance.publisher", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.description", "max": "1", "min": 0, "path": "Conformance.description", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.kind", "max": "1", "min": 1, "path": "Conformance.kind", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.implementation", "max": "1", "min": 0, "path": "Conformance.implementation", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.implementation.description", "max": "1", "min": 1, "path": "Conformance.implementation.description", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.implementation.url", "max": "1", "min": 0, "path": "Conformance.implementation.url", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.fhirVersion", "max": "1", "min": 1, "path": "Conformance.fhirVersion", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.format", "max": "*", "min": 1, "path": "Conformance.format", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.profile", "max": "*", "min": 0, "path": "Conformance.profile", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.rest", "max": "*", "min": 0, "path": "Conformance.rest", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.rest.mode", "max": "1", "min": 1, "path": "Conformance.rest.mode", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.rest.security", "max": "1", "min": 0, "path": "Conformance.rest.security", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.rest.security.cors", "max": "1", "min": 0, "path": "Conformance.rest.security.cors", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.rest.security.service", "max": "*", "min": 0, "path": "Conformance.rest.security.service", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.rest.resource", "max": "*", "min": 0, "path": "Conformance.rest.resource", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.rest.resource.type", "max": "1", "min": 1, "path": "Conformance.rest.resource.type", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.rest.resource.profile", "max": "1", "min": 0, "path": "Conformance.rest.resource.profile", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.rest.resource.documentation", "max": "1", "min": 0, "path": "Conformance.rest.resource.documentation", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.rest.resource.interaction", "max": "*", "min": 1, "path": "Conformance.rest.resource.interaction", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.rest.resource.interaction.code", "max": "1", "min": 1, "path": "Conformance.rest.resource.interaction.code", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.rest.resource.interaction.documentation", "max": "1", "min": 0, "path": "Conformance.rest.resource.interaction.documentation", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.rest.resource.versioning", "max": "1", "min": 0, "path": "Conformance.rest.resource.versioning", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.rest.resource.readHistory", "max": "1", "min": 0, "path": "Conformance.rest.resource.readHistory", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.rest.resource.searchParam", "max": "*", "min": 0, "path": "Conformance.rest.resource.searchParam", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.rest.resource.searchParam.name", "max": "1", "min": 1, "path": "Conformance.rest.resource.searchParam.name", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.rest.resource.searchParam.definition", "max": "1", "min": 0, "path": "Conformance.rest.resource.searchParam.definition", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.rest.resource.searchParam.type", "max": "1", "min": 1, "path": "Conformance.rest.resource.searchParam.type", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.rest.resource.searchParam.target", "max": "*", "min": 0, "path": "Conformance.rest.resource.searchParam.target", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.rest.interaction", "max": "*", "min": 0, "path": "Conformance.rest.interaction", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.rest.interaction.code", "max": "1", "min": 1, "path": "Conformance.rest.interaction.code", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.rest.interaction.documentation", "max": "1", "min": 0, "path": "Conformance.rest.interaction.documentation", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.rest.searchParam", "max": "*", "min": 0, "path": "Conformance.rest.searchParam", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.rest.operation", "max": "*", "min": 0, "path": "Conformance.rest.operation", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.rest.operation.name", "max": "1", "min": 1, "path": "Conformance.rest.operation.name", "isSummary": false, "isModifier": false, "mustSupport": true }, { "id": "Conformance:dafconformance.rest.operation.definition", "max": "1", "min": 1, "path": "Conformance.rest.operation.definition", "isSummary": false, "isModifier": false, "mustSupport": true } ] }, "contact": [ { "telecom": [ { "value": "http://www.healthit.gov", "system": "other" } ] } ], "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Conformance" }