FHIR IG analytics| Package | hl7.fhir.uv.sdc |
| Resource Type | CapabilityStatement |
| Id | CapabilityStatement-sdc-form-manager.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7/sdc/CapabilityStatement-sdc-form-manager.html |
| URL | http://hl7.org/fhir/uv/sdc/CapabilityStatement/sdc-form-manager |
| Version | 4.0.0 |
| Status | active |
| Date | 2014-07-06 |
| Name | SDCFormManager |
| Title | SDC Form Manager |
| Realm | uv |
| Authority | hl7 |
| Description | This profile defines the expected capabilities of the *SDC Form Manager* role when conforming to this implementation guide. This role builds on the [SDC Form Fill Manager](CapabilityStatement-sdc-form-fill-manager.html) by adding the ability to create and maintain Questionnaires and their associated resources. |
| Kind | requirements |
| CapabilityStatement | |
| sdc-form-response-manager | SDC Form Response Manager |
| CapabilityStatement | |
| sdc-form-fill-manager | SDC Form Fill Manager |
| OperationDefinition | |
| Questionnaire-assemble | Assemble Modular Questionnaire Operation |
| SearchParameter | |
| Questionnaire-combo-code | SDCQuestionnaireComboCode |
| StructureMap-source | SDCStructureMapSource |
| StructureMap-target | SDCStructureMapTarget |
| canonical-experimental | SDCCanonicalExperimental |
| questionnaire-assembled-from | SDCQuestionnaireAssembledFrom |
| StructureDefinition | |
| sdc-codesystem | SDC Code System |
| sdc-library | SDC Library |
| sdc-questionnaire | SDC Base Questionnaire |
| sdc-valueset | SDC Value Set |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement sdc-form-manager
xml, jsonNote to Implementers: FHIR Capabilities
Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.
This CapabilityStatement imports the CapabilityStatement SDC Form Fill Manager
serverThe primary focus is being able to create and update Questionnaires. However, creation and maintenance of ValueSets, CodeSystems, Librarys, and other associated resources is also potentially relevant, though in some cases these might be maintained on separate servers.
Implementations must meet the general security requirements documented in this implementation guide.html.
The summary table lists the resources that are part of this configuration, and for each resource it lists:
_include_revinclude| Resource Type | Profile | R | S | U | C | D | Searches | _include | _revinclude | Operations |
|---|---|---|---|---|---|---|---|---|---|---|
| Questionnaire | http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire | Y | Y | Y | Y | definition, code, combo-code, assembled-from | $assemble | |||
| ValueSet | http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-valueset | Y | Y | Y | Y | status, reference, experimental, date, context-type-quantity, context-type-value, identifier, title, description, jurisdiction, publisher | ||||
| CodeSystem | http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-codesystem | Y | Y | Y | Y | status, content-mode, experimental, date, publisher, context-type-quantity, context-type-value, identifier, supplements, title, description, jurisdiction, language | ||||
| Library | http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-library | Y | Y | Y | Y | experimental, status, description, content-type, type, date, publisher, context-type-quantity, context-type-value, effective, title, jurisdiction | ||||
| StructureMap | http://hl7.org/fhir/StructureDefinition/StructureMap | Y | Y | Y | Y | experimental, status, source, target, date, publisher, context-type-quantity, context-type-value, title, description, jurisdiction | ||||
| StructureDefinition | http://hl7.org/fhir/StructureDefinition/StructureDefinition | Y | Y | Y | Y | experimental, status, type, derivation, kind, date, publisher, context-type-quantity, context-type-value, title, description, jurisdiction | ||||
| ConceptMap | http://hl7.org/fhir/StructureDefinition/ConceptMap | Y | Y | Y | Y | experimental, status, source-system, target-system, date, publisher, context-type-quantity, context-type-value, title, source-uri, target-uri, description, jurisdiction |
readAllows retrieval of a resource before or after performing a create or update.
createAllows defining a new form. Repositories requiring curation of submitted forms may require all new data elements to have a status of 'draft'.
updateAllows an existing form to be updated. Servers may choose to prohibit certain types of edits, instead requiring the creation of a new questionnaire (and potentially the retiring of the existing questionnaire). Servers may also limit who can change particular forms.
deleteAllows removal of an existing form. Servers may choose to not support deletions and instead require that the form's status be changed to 'retired'. Other systems support deletions but limit them to forms meeting certain requirements. E.g. only forms with a status of draft or only forms that have been retired for at least two years, etc.
Form mamagers are responsible for creating and updating forms.
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHOULD | definition | uri | |
| SHOULD | code | token | |
| SHOULD | combo-code | token | |
| MAY | assembled-from | reference |
| Conformance | Operation | Documentation |
|---|---|---|
| MAY | $assemble | Needed as part of the authoring process if modular questionnaires are used and assembly isn't done locally |
readAllows retrieval of a resource before or after performing a create or update.
createAllows definition of a new value set used by one or more questionnaires
updateAllows existing value sets referenced by one or more questionnaires to be maintained
deleteNot all servers will support deletion of value sets. Status change to 'retired' will be more typical, though deletion of draft value sets may keep repositories cleaner.
Needed if Questionnaire valuesets will be stored on the form server as opposed to a separate terminology service.
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | status | token | |
| SHALL | reference | uri | |
| SHALL | experimental | token | |
| SHOULD | date | date | |
| SHOULD | context-type-quantity | composite | |
| SHOULD | context-type-value | composite | |
| SHOULD | identifier | token | |
| SHOULD | title | string | |
| MAY | description | string | |
| MAY | jurisdiction | token | |
| MAY | publisher | string |
readAllows retrieval of a resource before or after performing a create or update.
createAllows definition of a new code system used by one or more questionnaires
updateAllows existing code systems referenced by one or more questionnaires to be maintained
deleteNot all servers will support deletion of code systems. Status change to 'retired' will be more typical, though deletion of draft code systems may keep repositories cleaner.
Needed if Questionnaire codes will be stored on the form server as opposed to a separate terminology service.
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | status | token | |
| SHALL | content-mode | token | |
| SHALL | experimental | token | |
| SHOULD | date | date | |
| SHOULD | publisher | string | |
| SHOULD | context-type-quantity | composite | |
| SHOULD | context-type-value | composite | |
| SHOULD | identifier | token | |
| SHOULD | supplements | reference | |
| SHOULD | title | string | |
| MAY | description | string | |
| MAY | jurisdiction | token | |
| MAY | language | token |
readAllows retrieval of details if search does not or after a create or update if the server makes changes
createAllows definition of a new library used by one or more questions
updateAllows existing libraries referenced by a form to be maintained. Note that certain types of updates may necessitate retiring the existing library and defining a new one.
deleteNot all servers will support deletion of libraries. Status change to 'retired' will be more typical, though deletion of draft libraries may keep repositories cleaner.
Allows managing libraries relevant to population, extraction, or other logic
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | experimental | token | |
| SHALL | status | token | |
| SHALL | description | string | |
| SHALL | content-type | token | |
| SHALL | type | token | |
| SHOULD | date | date | |
| SHOULD | publisher | string | |
| SHOULD | context-type-quantity | composite | |
| SHOULD | context-type-value | composite | |
| SHOULD | effective | date | |
| SHOULD | title | string | |
| MAY | jurisdiction | token |
readAllows retrieval of details if search does not or after a create or update if the server makes changes
createAllows definition of a new map for a form
updateAllows existing maps referenced by a form to be maintained. Note that certain types of updates may necessitate retiring the existing map and defining a new one.
deleteNot all servers will support deletion of maps. Status change to 'retired' will be more typical, though deletion of draft maps may keep repositories cleaner.
Allows managing maps relevant to population or extraction
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | experimental | token | |
| SHALL | status | token | |
| SHALL | source | reference | |
| SHALL | target | reference | |
| SHOULD | date | date | |
| SHOULD | publisher | string | |
| SHOULD | context-type-quantity | composite | |
| SHOULD | context-type-value | composite | |
| SHOULD | title | string | |
| MAY | description | string | |
| MAY | jurisdiction | token |
readAllows retrieval of details if search does not or after a create or update if the server makes changes
createAllows definition of new structures for use with forms
updateAllows existing structures to be maintained. Note that certain types of updates may necessitate retiring the existing structure and defining a new one.
deleteNot all servers will support deletion of structures. Status change to 'retired' will be more typical, though deletion of draft structures may keep repositories cleaner.
Allows managing structures relevant to map-based population and/or map-based or definition-based extraction
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | experimental | token | |
| SHALL | status | token | |
| SHALL | type | uri | |
| SHALL | derivation | token | |
| SHALL | kind | token | |
| SHOULD | date | date | |
| SHOULD | publisher | string | |
| SHOULD | context-type-quantity | composite | |
| SHOULD | context-type-value | composite | |
| SHOULD | title | string | |
| MAY | description | string | |
| MAY | jurisdiction | token |
readAllows retrieval of details if search does not or after a create or update if the server makes changes
createAllows definition of a new map for codes in a form
updateAllows existing maps used by forms to be maintained. Note that certain types of updates may necessitate retiring the existing map and defining a new one.
deleteNot all servers will support deletion of maps. Status change to 'retired' will be more typical, though deletion of draft maps may keep repositories cleaner.
Allows managing code maps relevant to population or extraction
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | experimental | token | |
| SHALL | status | token | |
| SHALL | source-system | uri | |
| SHALL | target-system | uri | |
| SHALL | source-uri | reference | |
| SHALL | target-uri | reference | |
| SHOULD | date | date | |
| SHOULD | publisher | string | |
| SHOULD | context-type-quantity | composite | |
| SHOULD | context-type-value | composite | |
| SHOULD | title | string | |
| MAY | description | string | |
| MAY | jurisdiction | token |
{
"resourceType": "CapabilityStatement",
"id": "sdc-form-manager",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 4,
"_valueInteger": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc"
}
]
}
}
],
"url": "http://hl7.org/fhir/uv/sdc/CapabilityStatement/sdc-form-manager",
"version": "4.0.0",
"name": "SDCFormManager",
"title": "SDC Form Manager",
"status": "active",
"date": "2014-07-06",
"publisher": "HL7 International / FHIR Infrastructure",
"contact": [
{
"name": "HL7 International / FHIR Infrastructure",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/fiwg"
}
]
},
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/fiwg"
}
]
}
],
"description": "This profile defines the expected capabilities of the *SDC Form Manager* role when conforming to this implementation guide. This role builds on the [SDC Form Fill Manager](CapabilityStatement-sdc-form-fill-manager.html) by adding the ability to create and maintain Questionnaires and their associated resources.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"kind": "requirements",
"imports": [
"http://hl7.org/fhir/uv/sdc/CapabilityStatement/sdc-form-fill-manager"
],
"fhirVersion": "4.0.1",
"format": [
"xml",
"json"
],
"rest": [
{
"mode": "server",
"documentation": "The primary focus is being able to create and update [[[Questionnaire]]]s. However, creation and maintenance of [[[ValueSet]]]s, [[[CodeSystem]]]s, [[[Library]]]s, and other associated resources is also potentially relevant, though in some cases these might be maintained on separate servers.",
"security": {
"description": "Implementations must meet the [general security requirements](security.html) documented in this implementation guide.html."
},
"resource": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"type": "Questionnaire",
"profile": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire",
"documentation": "Form mamagers are responsible for creating and updating forms.",
"interaction": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "read",
"documentation": "Allows retrieval of a resource before or after performing a create or update."
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "create",
"documentation": "Allows defining a new form. Repositories requiring curation of submitted forms may require all new data elements to have a status of 'draft'."
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "update",
"documentation": "Allows an existing form to be updated. Servers may choose to prohibit certain types of edits, instead requiring the creation of a new questionnaire (and potentially the retiring of the existing questionnaire). Servers may also limit who can change particular forms."
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"code": "delete",
"documentation": "Allows removal of an existing form. Servers may choose to not support deletions and instead require that the form's status be changed to 'retired'. Other systems support deletions but limit them to forms meeting certain requirements. E.g. only forms with a status of draft or only forms that have been retired for at least two years, etc."
}
],
"searchParam": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "definition",
"definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-definition",
"type": "uri"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "code",
"definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-code",
"type": "token"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "combo-code",
"definition": "http://hl7.org/fhir/uv/sdc/SearchParameter/Questionnaire-combo-code",
"type": "token"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"name": "assembled-from",
"definition": "http://hl7.org/fhir/uv/sdc/SearchParameter/questionnaire-assembled-from",
"type": "reference"
}
],
"operation": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"name": "assemble",
"definition": "http://hl7.org/fhir/uv/sdc/OperationDefinition/Questionnaire-assemble",
"documentation": "Needed as part of the authoring process if modular questionnaires are used and assembly isn't done locally"
}
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"type": "ValueSet",
"profile": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-valueset",
"documentation": "Needed if Questionnaire valuesets will be stored on the form server as opposed to a separate terminology service.",
"interaction": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "read",
"documentation": "Allows retrieval of a resource before or after performing a create or update."
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "create",
"documentation": "Allows definition of a new value set used by one or more questionnaires"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "update",
"documentation": "Allows existing value sets referenced by one or more questionnaires to be maintained"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"code": "delete",
"documentation": "Not all servers will support deletion of value sets. Status change to 'retired' will be more typical, though deletion of draft value sets may keep repositories cleaner."
}
],
"searchParam": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "status",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-status",
"type": "token"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "reference",
"definition": "http://hl7.org/fhir/SearchParameter/ValueSet-reference",
"type": "uri"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "experimental",
"definition": "http://hl7.org/fhir/uv/sdc/SearchParameter/canonical-experimental",
"type": "token"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "date",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-date",
"type": "date"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "context-type-quantity",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-context-type-quantity",
"type": "composite"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "context-type-value",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-context-type-value",
"type": "composite"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "identifier",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-identifier",
"type": "token"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "title",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-title",
"type": "string"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"name": "description",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-description",
"type": "string"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"name": "jurisdiction",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction",
"type": "token"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"name": "publisher",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-publisher",
"type": "string"
}
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"type": "CodeSystem",
"profile": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-codesystem",
"documentation": "Needed if Questionnaire codes will be stored on the form server as opposed to a separate terminology service.",
"interaction": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "read",
"documentation": "Allows retrieval of a resource before or after performing a create or update."
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "create",
"documentation": "Allows definition of a new code system used by one or more questionnaires"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "update",
"documentation": "Allows existing code systems referenced by one or more questionnaires to be maintained"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"code": "delete",
"documentation": "Not all servers will support deletion of code systems. Status change to 'retired' will be more typical, though deletion of draft code systems may keep repositories cleaner."
}
],
"searchParam": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "status",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-status",
"type": "token"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "content-mode",
"definition": "http://hl7.org/fhir/SearchParameter/CodeSystem-content-mode",
"type": "token"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "experimental",
"definition": "http://hl7.org/fhir/uv/sdc/SearchParameter/canonical-experimental",
"type": "token"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "date",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-date",
"type": "date"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "publisher",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-publisher",
"type": "string"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "context-type-quantity",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-context-type-quantity",
"type": "composite"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "context-type-value",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-context-type-value",
"type": "composite"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "identifier",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-identifier",
"type": "token"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "supplements",
"definition": "http://hl7.org/fhir/SearchParameter/CodeSystem-supplements",
"type": "reference"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "title",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-title",
"type": "string"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"name": "description",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-description",
"type": "string"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"name": "jurisdiction",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction",
"type": "token"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"name": "language",
"definition": "http://hl7.org/fhir/SearchParameter/CodeSystem-language",
"type": "token"
}
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"type": "Library",
"profile": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-library",
"documentation": "Allows managing libraries relevant to population, extraction, or other logic",
"interaction": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "read",
"documentation": "Allows retrieval of details if search does not or after a create or update if the server makes changes"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "create",
"documentation": "Allows definition of a new library used by one or more questions"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "update",
"documentation": "Allows existing libraries referenced by a form to be maintained. Note that certain types of updates may necessitate retiring the existing library and defining a new one."
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"code": "delete",
"documentation": "Not all servers will support deletion of libraries. Status change to 'retired' will be more typical, though deletion of draft libraries may keep repositories cleaner."
}
],
"searchParam": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "experimental",
"definition": "http://hl7.org/fhir/uv/sdc/SearchParameter/canonical-experimental",
"type": "token"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "status",
"definition": "http://hl7.org/fhir/SearchParameter/Library-status",
"type": "token"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "description",
"definition": "http://hl7.org/fhir/SearchParameter/Library-description",
"type": "string"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "content-type",
"definition": "http://hl7.org/fhir/SearchParameter/Library-content-type",
"type": "token"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "type",
"definition": "http://hl7.org/fhir/SearchParameter/Library-type",
"type": "token"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "date",
"definition": "http://hl7.org/fhir/SearchParameter/Library-date",
"type": "date"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "publisher",
"definition": "http://hl7.org/fhir/SearchParameter/Library-publisher",
"type": "string"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "context-type-quantity",
"definition": "http://hl7.org/fhir/SearchParameter/Library-context-type-quantity",
"type": "composite"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "context-type-value",
"definition": "http://hl7.org/fhir/SearchParameter/Library-context-type-value",
"type": "composite"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "effective",
"definition": "http://hl7.org/fhir/SearchParameter/Library-effective",
"type": "date"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "title",
"definition": "http://hl7.org/fhir/SearchParameter/Library-title",
"type": "string"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"name": "jurisdiction",
"definition": "http://hl7.org/fhir/SearchParameter/Library-jurisdiction",
"type": "token"
}
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"type": "StructureMap",
"profile": "http://hl7.org/fhir/StructureDefinition/StructureMap",
"documentation": "Allows managing maps relevant to population or extraction",
"interaction": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "read",
"documentation": "Allows retrieval of details if search does not or after a create or update if the server makes changes"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "create",
"documentation": "Allows definition of a new map for a form"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "update",
"documentation": "Allows existing maps referenced by a form to be maintained. Note that certain types of updates may necessitate retiring the existing map and defining a new one."
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"code": "delete",
"documentation": "Not all servers will support deletion of maps. Status change to 'retired' will be more typical, though deletion of draft maps may keep repositories cleaner."
}
],
"searchParam": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "experimental",
"definition": "http://hl7.org/fhir/uv/sdc/SearchParameter/canonical-experimental",
"type": "token"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "status",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-status",
"type": "token"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "source",
"definition": "http://hl7.org/fhir/uv/sdc/SearchParameter/StructureMap-source",
"type": "reference"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "target",
"definition": "http://hl7.org/fhir/uv/sdc/SearchParameter/StructureMap-target",
"type": "reference"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "date",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-date",
"type": "date"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "publisher",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-publisher",
"type": "string"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "context-type-quantity",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-context-type-quantity",
"type": "composite"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "context-type-value",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-context-type-value",
"type": "composite"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "title",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-title",
"type": "string"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"name": "description",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-description",
"type": "string"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"name": "jurisdiction",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction",
"type": "token"
}
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"type": "StructureDefinition",
"profile": "http://hl7.org/fhir/StructureDefinition/StructureDefinition",
"documentation": "Allows managing structures relevant to map-based population and/or map-based or definition-based extraction",
"interaction": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "read",
"documentation": "Allows retrieval of details if search does not or after a create or update if the server makes changes"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "create",
"documentation": "Allows definition of new structures for use with forms"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "update",
"documentation": "Allows existing structures to be maintained. Note that certain types of updates may necessitate retiring the existing structure and defining a new one."
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"code": "delete",
"documentation": "Not all servers will support deletion of structures. Status change to 'retired' will be more typical, though deletion of draft structures may keep repositories cleaner."
}
],
"searchParam": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "experimental",
"definition": "http://hl7.org/fhir/uv/sdc/SearchParameter/canonical-experimental",
"type": "token"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "status",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-status",
"type": "token"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "type",
"definition": "http://hl7.org/fhir/SearchParameter/StructureDefinition-type",
"type": "uri"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "derivation",
"definition": "http://hl7.org/fhir/SearchParameter/StructureDefinition-derivation",
"type": "token"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "kind",
"definition": "http://hl7.org/fhir/SearchParameter/StructureDefinition-kind",
"type": "token"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "date",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-date",
"type": "date"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "publisher",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-publisher",
"type": "string"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "context-type-quantity",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-context-type-quantity",
"type": "composite"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "context-type-value",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-context-type-value",
"type": "composite"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "title",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-title",
"type": "string"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"name": "description",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-description",
"type": "string"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"name": "jurisdiction",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction",
"type": "token"
}
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"type": "ConceptMap",
"profile": "http://hl7.org/fhir/StructureDefinition/ConceptMap",
"documentation": "Allows managing code maps relevant to population or extraction",
"interaction": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "read",
"documentation": "Allows retrieval of details if search does not or after a create or update if the server makes changes"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "create",
"documentation": "Allows definition of a new map for codes in a form"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "update",
"documentation": "Allows existing maps used by forms to be maintained. Note that certain types of updates may necessitate retiring the existing map and defining a new one."
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"code": "delete",
"documentation": "Not all servers will support deletion of maps. Status change to 'retired' will be more typical, though deletion of draft maps may keep repositories cleaner."
}
],
"searchParam": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "experimental",
"definition": "http://hl7.org/fhir/uv/sdc/SearchParameter/canonical-experimental",
"type": "token"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "status",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-status",
"type": "token"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "source-system",
"definition": "http://hl7.org/fhir/SearchParameter/ConceptMap-source-system",
"type": "uri"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "target-system",
"definition": "http://hl7.org/fhir/SearchParameter/ConceptMap-target-system",
"type": "uri"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "date",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-date",
"type": "date"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "publisher",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-publisher",
"type": "string"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "context-type-quantity",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-context-type-quantity",
"type": "composite"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "context-type-value",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-context-type-value",
"type": "composite"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "title",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-title",
"type": "string"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "source-uri",
"definition": "http://hl7.org/fhir/SearchParameter/ConceptMap-source-uri",
"type": "reference"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "target-uri",
"definition": "http://hl7.org/fhir/SearchParameter/ConceptMap-target-uri",
"type": "reference"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"name": "description",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-description",
"type": "string"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"name": "jurisdiction",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction",
"type": "token"
}
]
}
]
}
]
}