Smart Forms
0.1.0 - ci-build

This page is part of the Smart Forms (v0.1.0-draft: Releases Draft) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

CapabilityStatement: Smart Forms Application

Official URL: https://smartforms.csiro.au/ig/CapabilityStatement/SmartFormsApplication Version: 0.1.0
Draft as of 2023-06-16 Computable Name: SmartFormsApplication

Copyright/Legal: CSIRO © 2022+; Licensed under Apache License, Version 2.0

This CapabilityStatement describes the capabilities of the Smart Forms Application. These capabilities include supported FHIR profiles, RESTful operations, and search parameters. It covers supported tasks such as SMART App launch context, prepopulation and completion of forms.

Raw OpenAPI-Swagger Definition file | Download

Smart Forms Application Capability Statement

  • Kind of capability statement: capability
  • FHIR Version: 4.0.1
  • Supported Formats: json
  • Published by: AEHRC CSIRO

Note to Implementers: FHIR Capabilities

Additional FHIR capabilities may be 'allowed' by the system. Only the capabilities relevant to Smart Forms have been included in this capability statement.

Supports the Following Implementation Guides

Implements a Subset of the Following Capability Statements:

FHIR RESTful Capabilities

Mode: client

The Smart Forms Application performs interactions to support SMART App Launch, form prepopulation and form filling.

Security

Summary of System-wide Interactions
  • Supports the transaction interaction.
  • Supports the batch interaction.

Capabilities by Resource/Profile

Summary

The summary table lists the resources that are part of this configuration, and for each resource it lists:

  • The relevant profiles (if any)
  • The interactions supported by each resource (Read, Search, Update, and Create, are always shown, while VRead, Patch, Delete, History on Instance, or History on Type are only present if at least one of the resources has support for them.
  • The required, recommended, and some optional search parameters (if any).
  • The linked resources enabled for _include
  • The other resources enabled for _revinclude
  • The operations on the resource (if any)
Resource Type Profile R S U C Searches _include _revinclude Operations
Patienthttp://hl7.org/fhir/StructureDefinition/Patient
Additional supported profiles:
y
Practitionerhttp://hl7.org/fhir/StructureDefinition/Practitioner
Additional supported profiles:
y
Encounterhttp://hl7.org/fhir/StructureDefinition/Encounter
Additional supported profiles:
y
Conditionhttp://hl7.org/fhir/StructureDefinition/Condition
Additional supported profiles:
ypatient, clinical-status, patient+clinical-status
Observationhttp://hl7.org/fhir/StructureDefinition/Observation
Additional supported profiles:
ycode, patient, _count, _sort, code+patient+_count+_sort
Questionnairehttp://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire yyurl, version, title, _count, _sort, url+version, _count+_sort, title+_count+_sort$assemble, $populate
QuestionnaireResponsehttp://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse yyyypatient, questionnaire, questionnaire.title, status, _count, _sort, patient+_count+_sort, patient+questionnaire+_count+_sort, patient+questionnaire.title+_count+_sort, patient+status+_count+_sort
ValueSethttp://hl7.org/fhir/StructureDefinition/ValueSet $expand

Patient

Interaction summary
  • Supports read.

Practitioner

Encounter

Interaction summary
  • Supports read.

Condition

Interaction summary
  • Supports search-type.
Search Parameters
Parameter Type Documentation
patientreference

The client SHALL provide at least a id value and MAY provide both the Type and id values. The server SHALL support both.

clinical-statustoken

The client SHALL provide at least a code value and MAY provide both the code and system values. The server SHALL support both.

Combined Search Parameters
Parameters Types
patient+ clinical-status reference+token

Observation

Interaction summary
  • Supports search-type.
Search Parameters
Parameter Type Documentation
patientreference

The client SHALL provide at least an id value and MAY provide both the Type and id values. The server SHALL support both.

codetoken

The client SHALL provide at least a code value and MAY provide both the code and system values. The server SHALL support both.

_countnumber

The client supports search result limiting.

_sortstring

The client supports search result sorting by date and MAY support other values.

Combined Search Parameters
Parameters Types
patient+ code+ _count+ _sort reference+token+number+string

Questionnaire

Interaction summary
  • Supports search-type, create.
Search Parameters
Parameter Type Documentation
urluri

versiontoken

titlestring

The client supports search using the :contains modifier.

_countnumber

The client supports search result limiting.

_sortstring

The client supports search result sorting by date and MAY support other values.

Combined Search Parameters
Parameters Types
url+ version uri+token
_count+ _sort number+string
title+ _count+ _sort string+number+string
Operations
Operation Documentation
$assemble

$populate

QuestionnaireResponse

Interaction summary
  • Supports read, search-type, update, create.
  • All search requests SHALL at least include the patient parameter.
Search Parameters
Parameter Type Documentation
patient reference

The client SHALL provide at least a id value and MAY provide both the Type and id values. The server SHALL support both.

questionnaire reference

The client SHALL provide at least a id value and MAY provide both the Type and id values. The server SHALL support both.

questionnaire.title string

The client and server SHALL support chained search questionnaire.title using the search modifier :contains.

statustoken

The client SHALL provide at least a code value and MAY provide both the code and system values. The server SHALL support both.

_countnumber

The client supports search result limiting.

_sortstring

The client supports search result sorting by authored and MAY support other values.

Combined Search Parameters
Parameters Types
patient+ _count+ _sort reference+number+string
patient+ questionnaire+ _count+ _sort reference+reference+number+string
patient+ questionnaire.title+ _count+ _sort reference+string+number+string
patient+ status+ _count+ _sort reference+token+number+string

ValueSet

Operations
Operation Documentation
$expand