0.0.1 - CI Build

SequoiaProjectHealthcareDirectoryImplementationGuideSTU3 - Local Development build (v0.0.1). See the Directory of published versions

Web Application (GUI)

Previous Page - Security

Background

The Sequoia Healthcare Directory provides for a graphical user interface for authorized individuals design to facilitate manual access to the directory. This section provide additional information on this capability. Note that two different modes of operation are provided for the directory, one for those using the limited legacy UDDI modality, and one for those using the more robust FHIR modality.

FHIR Based

Create

User interface for FHIR CRUD operations. The Sequoia Provider Directory has a web application user interface to allow for interactive administration of the FHIR-based directory.

  • Create The apiKey and Content fields cannot be empty. Only XML content can be uploaded at this time.

Read

  • Retrieve The apikey and Search value cannot be empty. On the search params dropdown list, you can select they query type. The response is in XML.

Update

  • Update The id, apikey and Content cannot be empty. Only XML is supported.

Delete

  • Delete See also: Delete The id and apikey fields cannot be empty. Only XML is supported for this function.

Validate

  • Validate The apikey field cannot be empty. Only XML content is supported.

UDDI Based

Create

  • Create The apikey and Content fields cannot be empty. Only XML content is supported.

Read

  • Read The apikey and Content fields cannot be empty. The UDDI find_business and get_businessDetail functions are supported.

Update

  • Update The id, apikey and Content cannot be empty. Only XML format can be used.

Delete

  • Delete See also: Delete The id and apikey fields cannot be empty.

Validate

  • Validate The apikey and Content fields cannot be empty. XML must be used.

Upload

  • Upload The upload file should choose be a single .zip file. The DestFilename and SrcFilename fields cannot be empty.

Next Page - Directory Document Semantics