FHIR IG analytics| Package | hl7.fhir.uv.sdc |
| Resource Type | CapabilityStatement |
| Id | CapabilityStatement-sdc-form-filler.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7/sdc/CapabilityStatement-sdc-form-filler.html |
| URL | http://hl7.org/fhir/uv/sdc/CapabilityStatement/sdc-form-filler |
| Version | 4.0.0 |
| Status | active |
| Date | 2014-07-06 |
| Name | SDCFormFiller |
| Title | SDC Form Filler |
| Realm | uv |
| Authority | hl7 |
| Description | This profile defines the expected capabilities of the *SDC Form Filler*' role when conforming to this implementation guide. This role is responsible for retrieving pre-defined forms, requesting pre-population of forms and/or auto-populating forms, guiding the user through verifying populated data and submitting completed or partially-completed forms.

Note that Form Fillers may also take on the role of [Form Archiver](CapabilityStatement-sdc-form-archiver.html) if they have a requirement to retain the completed version of a form (and potentially the source data that was used to complete it).

In addition to the features described here, Form Fillers **SHOULD** also support search_type on all resources that might need to be looked up either for attachments or as References. The expectations for supported resources, profiles, and relevant search parameters will typically come from national 'base' or 'core' IGs. |
| Kind | requirements |
| CapabilityStatement | |
| SHCAppCapabilityStatement | SHC App |
| OperationDefinition | |
| Questionnaire-next-question | Adaptive Questionnaire - Next Question Operation |
| Questionnaire-populate | Populate Questionnaire |
| QuestionnaireResponse-extract | Questionnaire response extract to resource(s) |
| SearchParameter | |
| Questionnaire-questionnaire-code | SDCQuestionnaireCode |
| Questionnaire-subject-type | SDCQuestionnaireCode |
| canonical-experimental | SDCCanonicalExperimental |
| questionnaire-assemble-expectation | SDCQuestionnaireIsModular |
| StructureDefinition | |
| sdc-codesystem | SDC Code System |
| sdc-library | SDC Library |
| sdc-questionnaire | SDC Base Questionnaire |
| sdc-questionnaireresponse | SDC Standard Questionnaire Response |
| sdc-valueset | SDC Value Set |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement sdc-form-filler
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.
clientThe Questionnaire, ValueSet and CodeSystem resources are retrieved to allow the system to guide the user through the entry process. The QuestionnaireResponse resource is used to record the populated form. Finally, the [[Library]], [[StructureMap]], [[StructureDefinition]], and [[ConceptMap]] resources are available to assist with population. Note: Form Fillers that support the 'populate' operation will need to be capable of consuming and rendering a partially completed QuestionnaireResponse in the same manner as if they had retrieved such a QuestionnaireResponse from a Form Response Manager
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_revincludesearch-typeAllows a user to search for existing completed or partially-completed forms. Generally used to find partially-completed forms for update.
readAllows retrieval of a specific QuestionnaireResponse by id.
createAllows recording a completed or partially-completed form
updateAllows updating an existing completed or partially-completed form. (Systems may place rules on who can update forms and under what circumstances.)
deleteAllows removal of a completed form from a repository. Note that the removal may be logical rather than physical. Some systems may have rules for who can remove a completed form and under what circumstances.
history-instanceAllows review of prior versions of an answer set - allows reversion to previously recorded versions
The primary focus of a form filler is creating and managing QuestionnaireResponses.
| Conformance | Operation | Documentation |
|---|---|---|
| MAY | $extract | This is only necessary if the form filler doesn't handle all needed extraction capabilities locally and extraction is actually peformed by the form filler rather than a downstream process |
search-typeAllows discovery of existing questionnaires to be completed. Without this, forms need to be explicitly passed in as part of workflow.
readAllows retrieval of a specific questionnaire by id. Allows systems to maintain a 'favorites' list of forms and retrieve them by id.
history-instanceAllows review of changes made to a questionnaire over time. Of interest to some systems, but probably not most.
vreadAllows retrieval of a historical version of a questionnaire. Most systems will make use of the current version only.
If not supported, then forms will need to be made accessible through workflow
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | url | uri | |
| SHALL | version | token | |
| SHALL | status | token | |
| SHALL | experimental | token | |
| SHOULD | context-type-quantity | composite | |
| SHOULD | context-type-value | composite | |
| SHOULD | date | date | |
| SHOULD | description | string | |
| SHOULD | identifier | token | |
| SHOULD | publisher | string | |
| SHOULD | questionnaire-code | token | |
| SHOULD | subject-type | token | |
| SHOULD | title | string | |
| SHOULD | effective | date | |
| MAY | jurisdiction | token | |
| MAY | assemble-expectation | token |
| Conformance | Operation | Documentation |
|---|---|---|
| SHOULD | $next-question | This is only necessary if the form filler doesn't handle all needed population capabilities locally |
| SHOULD | $populate | This is only necessary if the form filler doesn't handle all needed population capabilities locally |
search-typeNeeded to retrieve value set based on canonical reference
readUseful if a server doesn't return full data in a search
Needed to support simple value sets that might not be known to the terminology server or for local expansion and validation
| Conformance | Operation | Documentation |
|---|---|---|
| SHOULD | $expand | Needed to determine allowed code choices. SHALL be supported unless handled locally |
| SHOULD | $validate code | Needed when populating from existing data (to confim the code is part of the value set). SHOULD be supported unless handled locally |
search-typeNeeded to retrieve code system based on canonical reference
readUseful if a server doesn't return full data in a search
SHALL be supported if doing any terminology expansions or validation locally
search-typeNeeded to retrieve library based on canonical reference
readUseful if a server doesn't return full data in a search
Needed for certain types of population and extraction
search-typeNeeded to retrieve structure map based on canonical reference
readUseful if a server doesn't return full data in a search
Needed if performing map-based population or extraction
search-typeNeeded to retrieve structure definition based on canonical reference
readUseful if a server doesn't return full data in a search
Needed if performing map-based population or map or definition-based extraction
search-typeNeeded to retrieve concept map based on various criteria
readUseful if a server doesn't return full data in a search
May be needed for code conversion during population or extraction
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | experimental | token | |
| SHALL | url | uri | |
| SHALL | version | token | |
| SHALL | status | token | |
| SHALL | source-system | uri | |
| SHALL | target-system | uri | |
| SHOULD | source-uri | reference | |
| SHOULD | target-uri | reference |
{
"resourceType": "CapabilityStatement",
"id": "sdc-form-filler",
"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-filler",
"version": "4.0.0",
"name": "SDCFormFiller",
"title": "SDC Form Filler",
"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 Filler*' role when conforming to this implementation guide. This role is responsible for retrieving pre-defined forms, requesting pre-population of forms and/or auto-populating forms, guiding the user through verifying populated data and submitting completed or partially-completed forms.

Note that Form Fillers may also take on the role of [Form Archiver](CapabilityStatement-sdc-form-archiver.html) if they have a requirement to retain the completed version of a form (and potentially the source data that was used to complete it).

In addition to the features described here, Form Fillers **SHOULD** also support search_type on all resources that might need to be looked up either for attachments or as References. The expectations for supported resources, profiles, and relevant search parameters will typically come from national 'base' or 'core' IGs.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"kind": "requirements",
"fhirVersion": "4.0.1",
"format": [
"xml",
"json"
],
"rest": [
{
"mode": "client",
"documentation": "The [[[Questionnaire]]], [[[ValueSet]]] and [[[CodeSystem]]] resources are retrieved to allow the system to guide the user through the entry process. The [[[QuestionnaireResponse]]] resource is used to record the populated form. Finally, the [[Library]], [[StructureMap]], [[StructureDefinition]], and [[ConceptMap]] resources are available to assist with population.

Note: Form Fillers that support the 'populate' operation will need to be capable of consuming and rendering a partially completed QuestionnaireResponse in the same manner as if they had retrieved such a QuestionnaireResponse from a [Form Response Manager](CapabilityStatement-sdc-form-response-manager.html)",
"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": "QuestionnaireResponse",
"profile": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse",
"documentation": "The primary focus of a form filler is creating and managing QuestionnaireResponses.",
"interaction": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "search-type",
"documentation": "Allows a user to search for existing completed or partially-completed forms. Generally used to find partially-completed forms for update."
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "read",
"documentation": "Allows retrieval of a specific QuestionnaireResponse by id."
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "create",
"documentation": "Allows recording a completed or partially-completed form"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "update",
"documentation": "Allows updating an existing completed or partially-completed form. (Systems may place rules on who can update forms and under what circumstances.)"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "delete",
"documentation": "Allows removal of a completed form from a repository. Note that the removal may be logical rather than physical. Some systems may have rules for who can remove a completed form and under what circumstances."
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"code": "history-instance",
"documentation": "Allows review of prior versions of an answer set - allows reversion to previously recorded versions"
}
],
"operation": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"name": "extract",
"definition": "http://hl7.org/fhir/uv/sdc/OperationDefinition/QuestionnaireResponse-extract",
"documentation": "This is only necessary if the form filler doesn't handle all needed extraction capabilities locally and extraction is actually peformed by the form filler rather than a downstream process"
}
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"type": "Questionnaire",
"profile": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire",
"documentation": "If not supported, then forms will need to be made accessible through workflow",
"interaction": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"code": "search-type",
"documentation": "Allows discovery of existing questionnaires to be completed. Without this, forms need to be explicitly passed in as part of workflow."
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"code": "read",
"documentation": "Allows retrieval of a specific questionnaire by id. Allows systems to maintain a 'favorites' list of forms and retrieve them by id."
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"code": "history-instance",
"documentation": "Allows review of changes made to a questionnaire over time. Of interest to some systems, but probably not most."
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"code": "vread",
"documentation": "Allows retrieval of a historical version of a questionnaire. Most systems will make use of the current version only."
}
],
"searchParam": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "url",
"definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-url",
"type": "uri"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "version",
"definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-version",
"type": "token"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "status",
"definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-status",
"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": "context-type-quantity",
"definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-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/Questionnaire-context-type-value",
"type": "composite"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "date",
"definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-date",
"type": "date"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "description",
"definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-description",
"type": "string"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "identifier",
"definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-identifier",
"type": "token"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "publisher",
"definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-publisher",
"type": "string"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "questionnaire-code",
"definition": "http://hl7.org/fhir/uv/sdc/SearchParameter/Questionnaire-questionnaire-code",
"type": "token"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "subject-type",
"definition": "http://hl7.org/fhir/uv/sdc/SearchParameter/Questionnaire-subject-type",
"type": "token"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "title",
"definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-title",
"type": "string"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "effective",
"definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-effective",
"type": "date"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"name": "jurisdiction",
"definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-jurisdiction",
"type": "token"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"name": "assemble-expectation",
"definition": "http://hl7.org/fhir/uv/sdc/SearchParameter/questionnaire-assemble-expectation",
"type": "token"
}
],
"operation": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "next-question",
"definition": "http://hl7.org/fhir/uv/sdc/OperationDefinition/Questionnaire-next-question",
"documentation": "This is only necessary if the form filler doesn't handle all needed population capabilities locally"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "populate",
"definition": "http://hl7.org/fhir/uv/sdc/OperationDefinition/Questionnaire-populate",
"documentation": "This is only necessary if the form filler doesn't handle all needed population capabilities 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 to support simple value sets that might not be known to the terminology server or for local expansion and validation",
"interaction": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"code": "read",
"documentation": "Useful if a server doesn't return full data in a search"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "search-type",
"documentation": "Needed to retrieve value set based on canonical reference"
}
],
"searchParam": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "url",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-url",
"type": "uri"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "version",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-version",
"type": "token"
}
],
"operation": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "expand",
"definition": "http://hl7.org/fhir/OperationDefinition/ValueSet-expand",
"documentation": "Needed to determine allowed code choices. **SHALL** be supported unless handled locally"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "validate code",
"definition": "http://hl7.org/fhir/OperationDefinition/ValueSet-validate-code",
"documentation": "Needed when populating from existing data (to confim the code is part of the value set). **SHOULD** be supported unless handled locally"
}
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"type": "CodeSystem",
"profile": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-codesystem",
"documentation": "**SHALL** be supported if doing any terminology expansions or validation locally",
"interaction": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"code": "read",
"documentation": "Useful if a server doesn't return full data in a search"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "search-type",
"documentation": "Needed to retrieve code system based on canonical reference"
}
],
"searchParam": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "url",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-url",
"type": "uri"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "version",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-version",
"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": "Needed for certain types of population and extraction",
"interaction": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"code": "read",
"documentation": "Useful if a server doesn't return full data in a search"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "search-type",
"documentation": "Needed to retrieve library based on canonical reference"
}
],
"searchParam": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "url",
"definition": "http://hl7.org/fhir/SearchParameter/Library-url",
"type": "uri"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "version",
"definition": "http://hl7.org/fhir/SearchParameter/Library-version",
"type": "token"
}
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"type": "StructureMap",
"profile": "http://hl7.org/fhir/StructureDefinition/StructureMap",
"documentation": "Needed if performing map-based population or extraction",
"interaction": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"code": "read",
"documentation": "Useful if a server doesn't return full data in a search"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "search-type",
"documentation": "Needed to retrieve structure map based on canonical reference"
}
],
"searchParam": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "url",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-url",
"type": "uri"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "version",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-version",
"type": "token"
}
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"type": "StructureDefinition",
"profile": "http://hl7.org/fhir/StructureDefinition/StructureDefinition",
"documentation": "Needed if performing map-based population or map or definition-based extraction",
"interaction": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"code": "read",
"documentation": "Useful if a server doesn't return full data in a search"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "search-type",
"documentation": "Needed to retrieve structure definition based on canonical reference"
}
],
"searchParam": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "url",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-url",
"type": "uri"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "version",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-version",
"type": "token"
}
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"type": "ConceptMap",
"profile": "http://hl7.org/fhir/StructureDefinition/ConceptMap",
"documentation": "May be needed for code conversion during population or extraction",
"interaction": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"code": "read",
"documentation": "Useful if a server doesn't return full data in a search"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "search-type",
"documentation": "Needed to retrieve concept map based on various criteria"
}
],
"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": "url",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-url",
"type": "uri"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"name": "version",
"definition": "http://hl7.org/fhir/SearchParameter/conformance-version",
"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": "source-uri",
"definition": "http://hl7.org/fhir/SearchParameter/ConceptMap-source-uri",
"type": "reference"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "target-uri",
"definition": "http://hl7.org/fhir/SearchParameter/ConceptMap-target-uri",
"type": "reference"
}
]
}
]
}
]
}