PLAT API

PLATのAPI一覧
More information: https://helloreverb.com
Contact Info: hello@helloreverb.com
Version: 0.1.0
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html

Access

Methods

[ Jump to Models ]

Table of Contents

AutoApproveController

CleaningBundleController

LocalLinkageController

MedicalsApproveController

MedicalsBackorderController

MedicalsBundleController

MedicalsDocumentController

MedicalsOrganizationController

MedicalsPatientController

MedicalsPermissionController

MedicalsPlatPatientMasterController

MedicalsShareController

MedicalsStaffMasterController

MedicalsUserController

PersonsBundleController

PersonsDocumentController

PersonsPermissionController

PersonsPlatPatientMasterController

PersonsUserController

RemoteLinkageController

AutoApproveController

Up
post /cloudEHR/patients/documents/autoapproval
自動承認登録(バッチ用) (autoAapproveBundleData)

Return type

BundleListResponseDto

Example data

Content-Type: application/json
{
  "bundleResultList" : [ {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  }, {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK BundleListResponseDto

Up
post /cloudEHR/patients/documents/autoapproval/mq
自動承認登録(MQ用) (autoAapproveBundleMqData)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Return type

BundleListResponseDto

Example data

Content-Type: application/json
{
  "bundleResultList" : [ {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  }, {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK BundleListResponseDto

CleaningBundleController

Up
post /cloudEHR/patients/document/cleaning
文書データクリーニング(バッチ用) (cleaningBundleData)

Return type

BundleListResponseDto

Example data

Content-Type: application/json
{
  "bundleResultList" : [ {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  }, {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK BundleListResponseDto

LocalLinkageController

Up
post /cloudEHR/patients/document/local/linkage
文書データクリーニング(バッチ用) (getLinkageResourceData)

Return type

ResourceListResponseDto

Example data

Content-Type: application/json
{
  "resourceResultList" : [ {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "resourceKey" : "resourceKey",
    "id" : "id",
    "status" : "status",
    "resourceType" : "resourceType"
  }, {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "resourceKey" : "resourceKey",
    "id" : "id",
    "status" : "status",
    "resourceType" : "resourceType"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK ResourceListResponseDto

MedicalsApproveController

Up
post /cloudEHR/medicals/patients/documents/approval
4.4 【明示的承認】文書の承認 (※一括承認含む) (manualApproveBundleData)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Return type

BundleListResponseDto

Example data

Content-Type: application/json
{
  "bundleResultList" : [ {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  }, {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK BundleListResponseDto

Up
post /cloudEHR/medicals/patients/documents/approval/mq
4.4 【明示的承認】文書の承認 (※一括承認含む)(MQ用) (manualApproveBundleMqData)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Return type

BundleListResponseDto

Example data

Content-Type: application/json
{
  "bundleResultList" : [ {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  }, {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK BundleListResponseDto

MedicalsBackorderController

Up
post /cloudEHR/medicals/patients/document/copy/{patientId}/{startDate}
8.1 【データコピー】複数文書ローカル取得 (getCopyBundleData1)

Path parameters

patientId (required)
Path Parameter
startDate (required)
Path Parameter

Return type

BundleListResponseDto

Example data

Content-Type: application/json
{
  "bundleResultList" : [ {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  }, {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK BundleListResponseDto

MedicalsBundleController

Up
post /cloudEHR/medicals/patients/documents
4.1.1 【登録】特定文書 (※一括登録含む)(医療機関用) (createBundleData1)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Return type

BundleListResponseDto

Example data

Content-Type: application/json
{
  "bundleResultList" : [ {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  }, {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK BundleListResponseDto

Up
post /cloudEHR/medicals/patients/documents/mq
4.1.1 【登録】特定文書 (※一括登録含む)(MQ用) (createBundleMqData)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Return type

BundleListResponseDto

Example data

Content-Type: application/json
{
  "bundleResultList" : [ {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  }, {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK BundleListResponseDto

Up
delete /cloudEHR/medicals/patients/documents
4.3.1 【削除】特定文書 (※一括削除含む)(医療機関用) (deleteBundleData1)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Return type

BundleListResponseDto

Example data

Content-Type: application/json
{
  "bundleResultList" : [ {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  }, {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK BundleListResponseDto

Up
delete /cloudEHR/medicals/patients/documents/mq
4.3.1 【削除】特定文書 (※一括削除含む)(MQ用) (deleteBundleMqData)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Return type

BundleListResponseDto

Example data

Content-Type: application/json
{
  "bundleResultList" : [ {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  }, {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK BundleListResponseDto

Up
put /cloudEHR/medicals/patients/documents
4.2.1 【更新】特定文書 (※一括更新含む)(医療機関用) (updateBundleData1)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Return type

BundleListResponseDto

Example data

Content-Type: application/json
{
  "bundleResultList" : [ {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  }, {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK BundleListResponseDto

Up
put /cloudEHR/medicals/patients/documents/mq
4.2.1 【更新】特定文書 (※一括更新含む)(MQ用) (updateBundleMqData)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Return type

BundleListResponseDto

Example data

Content-Type: application/json
{
  "bundleResultList" : [ {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  }, {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK BundleListResponseDto

MedicalsDocumentController

Up
get /cloudEHR/medicals/patients/documents/{documentKey}
3.4.1 【取得】患者文書情報 ※1文書(医療機関用) (findPatientDocuments1)

Path parameters

documentKey (required)
Path Parameter

Query parameters

location (optional)
Query Parameter

Return type

DocumentResponse

Example data

Content-Type: application/json
{
  "organization" : {
    "asByte" : "",
    "asBigInteger" : 6,
    "jsonPrimitive" : true,
    "asCharacter" : "asCharacter",
    "asNumber" : 3.353193347011243,
    "asBigDecimal" : 3.0937452626664474,
    "jsonNull" : true,
    "asFloat" : 7.143538,
    "asLong" : 0,
    "asInt" : 6,
    "asJsonNull" : {
      "asByte" : "",
      "asBigInteger" : 1,
      "asJsonObject" : {
        "asByte" : "",
        "asBigInteger" : 4,
        "jsonPrimitive" : true,
        "asCharacter" : "asCharacter",
        "asNumber" : 7.386281948385884,
        "asBigDecimal" : 1.2315135367772556,
        "jsonNull" : true,
        "asFloat" : 1.0246457,
        "asLong" : 1,
        "asInt" : 7,
        "asShort" : 1,
        "asDouble" : 6.84685269835264,
        "asJsonArray" : {
          "asByte" : "",
          "asBigInteger" : 4,
          "asCharacter" : "asCharacter",
          "jsonPrimitive" : true,
          "asNumber" : 5.025004791520295,
          "asBigDecimal" : 9.965781217890562,
          "jsonNull" : true,
          "asFloat" : 9.36931,
          "asLong" : 6,
          "asInt" : 9,
          "asJsonPrimitive" : {
            "asByte" : "",
            "asBigInteger" : 3,
            "asCharacter" : "asCharacter",
            "string" : true,
            "jsonPrimitive" : true,
            "asNumber" : 6.965117697638846,
            "asBigDecimal" : 1.284659006116532,
            "jsonNull" : true,
            "asFloat" : 2.8841622,
            "asLong" : 6,
            "number" : true,
            "asInt" : 5,
            "boolean" : true,
            "asShort" : 6,
            "asDouble" : 6.878052220127876,
            "asString" : "asString",
            "jsonObject" : true,
            "jsonArray" : true,
            "asBoolean" : true
          },
          "asShort" : 6,
          "asDouble" : 8.762042012749001,
          "asString" : "asString",
          "jsonObject" : true,
          "jsonArray" : true,
          "asBoolean" : true
        },
        "jsonObject" : true,
        "asString" : "asString",
        "jsonArray" : true,
        "asBoolean" : true
      },
      "jsonPrimitive" : true,
      "asCharacter" : "asCharacter",
      "asNumber" : 5.962133916683182,
      "asBigDecimal" : 5.637376656633329,
      "jsonNull" : true,
      "asFloat" : 2.302136,
      "asLong" : 2,
      "asInt" : 3,
      "asShort" : 7,
      "asDouble" : 9.301444243932576,
      "jsonObject" : true,
      "asString" : "asString",
      "jsonArray" : true,
      "asBoolean" : true
    },
    "asShort" : 0,
    "asDouble" : 7.058770351582356,
    "jsonObject" : true,
    "asString" : "asString",
    "jsonArray" : true,
    "asBoolean" : true
  },
  "version" : "version"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK DocumentResponse

Up
get /cloudEHR/medicals/patients/documents/{documentKey}/resources/{resourceType}
3.6.1 【取得】患者文書情報 ※1文書中の指定1リソース(医療機関用) (findPatientsDocumentResource1)

Path parameters

documentKey (required)
Path Parameter
resourceType (required)
Path Parameter

Query parameters

location (optional)
Query Parameter

Return type

DocumentResourceResponse

Example data

Content-Type: application/json
{
  "organization" : {
    "asByte" : "",
    "asBigInteger" : 6,
    "jsonPrimitive" : true,
    "asCharacter" : "asCharacter",
    "asNumber" : 3.353193347011243,
    "asBigDecimal" : 3.0937452626664474,
    "jsonNull" : true,
    "asFloat" : 7.143538,
    "asLong" : 0,
    "asInt" : 6,
    "asJsonNull" : {
      "asByte" : "",
      "asBigInteger" : 1,
      "asJsonObject" : {
        "asByte" : "",
        "asBigInteger" : 4,
        "jsonPrimitive" : true,
        "asCharacter" : "asCharacter",
        "asNumber" : 7.386281948385884,
        "asBigDecimal" : 1.2315135367772556,
        "jsonNull" : true,
        "asFloat" : 1.0246457,
        "asLong" : 1,
        "asInt" : 7,
        "asShort" : 1,
        "asDouble" : 6.84685269835264,
        "asJsonArray" : {
          "asByte" : "",
          "asBigInteger" : 4,
          "asCharacter" : "asCharacter",
          "jsonPrimitive" : true,
          "asNumber" : 5.025004791520295,
          "asBigDecimal" : 9.965781217890562,
          "jsonNull" : true,
          "asFloat" : 9.36931,
          "asLong" : 6,
          "asInt" : 9,
          "asJsonPrimitive" : {
            "asByte" : "",
            "asBigInteger" : 3,
            "asCharacter" : "asCharacter",
            "string" : true,
            "jsonPrimitive" : true,
            "asNumber" : 6.965117697638846,
            "asBigDecimal" : 1.284659006116532,
            "jsonNull" : true,
            "asFloat" : 2.8841622,
            "asLong" : 6,
            "number" : true,
            "asInt" : 5,
            "boolean" : true,
            "asShort" : 6,
            "asDouble" : 6.878052220127876,
            "asString" : "asString",
            "jsonObject" : true,
            "jsonArray" : true,
            "asBoolean" : true
          },
          "asShort" : 6,
          "asDouble" : 8.762042012749001,
          "asString" : "asString",
          "jsonObject" : true,
          "jsonArray" : true,
          "asBoolean" : true
        },
        "jsonObject" : true,
        "asString" : "asString",
        "jsonArray" : true,
        "asBoolean" : true
      },
      "jsonPrimitive" : true,
      "asCharacter" : "asCharacter",
      "asNumber" : 5.962133916683182,
      "asBigDecimal" : 5.637376656633329,
      "jsonNull" : true,
      "asFloat" : 2.302136,
      "asLong" : 2,
      "asInt" : 3,
      "asShort" : 7,
      "asDouble" : 9.301444243932576,
      "jsonObject" : true,
      "asString" : "asString",
      "jsonArray" : true,
      "asBoolean" : true
    },
    "asShort" : 0,
    "asDouble" : 7.058770351582356,
    "jsonObject" : true,
    "asString" : "asString",
    "jsonArray" : true,
    "asBoolean" : true
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK DocumentResourceResponse

Up
get /cloudEHR/medicals/patients/{patientId}/compositions
3.3.1 【取得】患者全文書(見出し)情報(医療機関用) (searchPatientCompositions1)

Path parameters

patientId (required)
Path Parameter

Query parameters

location (optional)
Query Parameter
consultationDayFrom (optional)
Query Parameter
consultationDayTo (optional)
Query Parameter

Return type

CompositionsSearchResponse

Example data

Content-Type: application/json
{
  "searchResults" : {
    "count" : 0,
    "results" : [ {
      "organization" : {
        "asByte" : "",
        "asBigInteger" : 6,
        "jsonPrimitive" : true,
        "asCharacter" : "asCharacter",
        "asNumber" : 3.353193347011243,
        "asBigDecimal" : 3.0937452626664474,
        "jsonNull" : true,
        "asFloat" : 7.143538,
        "asLong" : 0,
        "asInt" : 6,
        "asJsonNull" : {
          "asByte" : "",
          "asBigInteger" : 1,
          "asJsonObject" : {
            "asByte" : "",
            "asBigInteger" : 4,
            "jsonPrimitive" : true,
            "asCharacter" : "asCharacter",
            "asNumber" : 7.386281948385884,
            "asBigDecimal" : 1.2315135367772556,
            "jsonNull" : true,
            "asFloat" : 1.0246457,
            "asLong" : 1,
            "asInt" : 7,
            "asShort" : 1,
            "asDouble" : 6.84685269835264,
            "asJsonArray" : {
              "asByte" : "",
              "asBigInteger" : 4,
              "asCharacter" : "asCharacter",
              "jsonPrimitive" : true,
              "asNumber" : 5.025004791520295,
              "asBigDecimal" : 9.965781217890562,
              "jsonNull" : true,
              "asFloat" : 9.36931,
              "asLong" : 6,
              "asInt" : 9,
              "asJsonPrimitive" : {
                "asByte" : "",
                "asBigInteger" : 3,
                "asCharacter" : "asCharacter",
                "string" : true,
                "jsonPrimitive" : true,
                "asNumber" : 6.965117697638846,
                "asBigDecimal" : 1.284659006116532,
                "jsonNull" : true,
                "asFloat" : 2.8841622,
                "asLong" : 6,
                "number" : true,
                "asInt" : 5,
                "boolean" : true,
                "asShort" : 6,
                "asDouble" : 6.878052220127876,
                "asString" : "asString",
                "jsonObject" : true,
                "jsonArray" : true,
                "asBoolean" : true
              },
              "asShort" : 6,
              "asDouble" : 8.762042012749001,
              "asString" : "asString",
              "jsonObject" : true,
              "jsonArray" : true,
              "asBoolean" : true
            },
            "jsonObject" : true,
            "asString" : "asString",
            "jsonArray" : true,
            "asBoolean" : true
          },
          "jsonPrimitive" : true,
          "asCharacter" : "asCharacter",
          "asNumber" : 5.962133916683182,
          "asBigDecimal" : 5.637376656633329,
          "jsonNull" : true,
          "asFloat" : 2.302136,
          "asLong" : 2,
          "asInt" : 3,
          "asShort" : 7,
          "asDouble" : 9.301444243932576,
          "jsonObject" : true,
          "asString" : "asString",
          "jsonArray" : true,
          "asBoolean" : true
        },
        "asShort" : 0,
        "asDouble" : 7.058770351582356,
        "jsonObject" : true,
        "asString" : "asString",
        "jsonArray" : true,
        "asBoolean" : true
      }
    }, {
      "organization" : {
        "asByte" : "",
        "asBigInteger" : 6,
        "jsonPrimitive" : true,
        "asCharacter" : "asCharacter",
        "asNumber" : 3.353193347011243,
        "asBigDecimal" : 3.0937452626664474,
        "jsonNull" : true,
        "asFloat" : 7.143538,
        "asLong" : 0,
        "asInt" : 6,
        "asJsonNull" : {
          "asByte" : "",
          "asBigInteger" : 1,
          "asJsonObject" : {
            "asByte" : "",
            "asBigInteger" : 4,
            "jsonPrimitive" : true,
            "asCharacter" : "asCharacter",
            "asNumber" : 7.386281948385884,
            "asBigDecimal" : 1.2315135367772556,
            "jsonNull" : true,
            "asFloat" : 1.0246457,
            "asLong" : 1,
            "asInt" : 7,
            "asShort" : 1,
            "asDouble" : 6.84685269835264,
            "asJsonArray" : {
              "asByte" : "",
              "asBigInteger" : 4,
              "asCharacter" : "asCharacter",
              "jsonPrimitive" : true,
              "asNumber" : 5.025004791520295,
              "asBigDecimal" : 9.965781217890562,
              "jsonNull" : true,
              "asFloat" : 9.36931,
              "asLong" : 6,
              "asInt" : 9,
              "asJsonPrimitive" : {
                "asByte" : "",
                "asBigInteger" : 3,
                "asCharacter" : "asCharacter",
                "string" : true,
                "jsonPrimitive" : true,
                "asNumber" : 6.965117697638846,
                "asBigDecimal" : 1.284659006116532,
                "jsonNull" : true,
                "asFloat" : 2.8841622,
                "asLong" : 6,
                "number" : true,
                "asInt" : 5,
                "boolean" : true,
                "asShort" : 6,
                "asDouble" : 6.878052220127876,
                "asString" : "asString",
                "jsonObject" : true,
                "jsonArray" : true,
                "asBoolean" : true
              },
              "asShort" : 6,
              "asDouble" : 8.762042012749001,
              "asString" : "asString",
              "jsonObject" : true,
              "jsonArray" : true,
              "asBoolean" : true
            },
            "jsonObject" : true,
            "asString" : "asString",
            "jsonArray" : true,
            "asBoolean" : true
          },
          "jsonPrimitive" : true,
          "asCharacter" : "asCharacter",
          "asNumber" : 5.962133916683182,
          "asBigDecimal" : 5.637376656633329,
          "jsonNull" : true,
          "asFloat" : 2.302136,
          "asLong" : 2,
          "asInt" : 3,
          "asShort" : 7,
          "asDouble" : 9.301444243932576,
          "jsonObject" : true,
          "asString" : "asString",
          "jsonArray" : true,
          "asBoolean" : true
        },
        "asShort" : 0,
        "asDouble" : 7.058770351582356,
        "jsonObject" : true,
        "asString" : "asString",
        "jsonArray" : true,
        "asBoolean" : true
      }
    } ]
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK CompositionsSearchResponse

Up
get /cloudEHR/medicals/patients/{patientId}/documents/resources
3.7.1 【取得】患者文書情報 ※リスト、特定条件、特定リソース(医療機関用) (searchPatientResources1)

Path parameters

patientId (required)
Path Parameter

Query parameters

location (optional)
Query Parameter
consultationDayFrom (optional)
Query Parameter
consultationDayTo (optional)
Query Parameter
conditions (optional)
Query Parameter
resourceType (optional)
Query Parameter

Return type

DocumentsResourcesSearchResponse

Example data

Content-Type: application/json
{
  "searchResults" : {
    "remoteDataExists" : true,
    "count" : 0,
    "results" : [ {
      "organization" : {
        "asByte" : "",
        "asBigInteger" : 6,
        "jsonPrimitive" : true,
        "asCharacter" : "asCharacter",
        "asNumber" : 3.353193347011243,
        "asBigDecimal" : 3.0937452626664474,
        "jsonNull" : true,
        "asFloat" : 7.143538,
        "asLong" : 0,
        "asInt" : 6,
        "asJsonNull" : {
          "asByte" : "",
          "asBigInteger" : 1,
          "asJsonObject" : {
            "asByte" : "",
            "asBigInteger" : 4,
            "jsonPrimitive" : true,
            "asCharacter" : "asCharacter",
            "asNumber" : 7.386281948385884,
            "asBigDecimal" : 1.2315135367772556,
            "jsonNull" : true,
            "asFloat" : 1.0246457,
            "asLong" : 1,
            "asInt" : 7,
            "asShort" : 1,
            "asDouble" : 6.84685269835264,
            "asJsonArray" : {
              "asByte" : "",
              "asBigInteger" : 4,
              "asCharacter" : "asCharacter",
              "jsonPrimitive" : true,
              "asNumber" : 5.025004791520295,
              "asBigDecimal" : 9.965781217890562,
              "jsonNull" : true,
              "asFloat" : 9.36931,
              "asLong" : 6,
              "asInt" : 9,
              "asJsonPrimitive" : {
                "asByte" : "",
                "asBigInteger" : 3,
                "asCharacter" : "asCharacter",
                "string" : true,
                "jsonPrimitive" : true,
                "asNumber" : 6.965117697638846,
                "asBigDecimal" : 1.284659006116532,
                "jsonNull" : true,
                "asFloat" : 2.8841622,
                "asLong" : 6,
                "number" : true,
                "asInt" : 5,
                "boolean" : true,
                "asShort" : 6,
                "asDouble" : 6.878052220127876,
                "asString" : "asString",
                "jsonObject" : true,
                "jsonArray" : true,
                "asBoolean" : true
              },
              "asShort" : 6,
              "asDouble" : 8.762042012749001,
              "asString" : "asString",
              "jsonObject" : true,
              "jsonArray" : true,
              "asBoolean" : true
            },
            "jsonObject" : true,
            "asString" : "asString",
            "jsonArray" : true,
            "asBoolean" : true
          },
          "jsonPrimitive" : true,
          "asCharacter" : "asCharacter",
          "asNumber" : 5.962133916683182,
          "asBigDecimal" : 5.637376656633329,
          "jsonNull" : true,
          "asFloat" : 2.302136,
          "asLong" : 2,
          "asInt" : 3,
          "asShort" : 7,
          "asDouble" : 9.301444243932576,
          "jsonObject" : true,
          "asString" : "asString",
          "jsonArray" : true,
          "asBoolean" : true
        },
        "asShort" : 0,
        "asDouble" : 7.058770351582356,
        "jsonObject" : true,
        "asString" : "asString",
        "jsonArray" : true,
        "asBoolean" : true
      }
    }, {
      "organization" : {
        "asByte" : "",
        "asBigInteger" : 6,
        "jsonPrimitive" : true,
        "asCharacter" : "asCharacter",
        "asNumber" : 3.353193347011243,
        "asBigDecimal" : 3.0937452626664474,
        "jsonNull" : true,
        "asFloat" : 7.143538,
        "asLong" : 0,
        "asInt" : 6,
        "asJsonNull" : {
          "asByte" : "",
          "asBigInteger" : 1,
          "asJsonObject" : {
            "asByte" : "",
            "asBigInteger" : 4,
            "jsonPrimitive" : true,
            "asCharacter" : "asCharacter",
            "asNumber" : 7.386281948385884,
            "asBigDecimal" : 1.2315135367772556,
            "jsonNull" : true,
            "asFloat" : 1.0246457,
            "asLong" : 1,
            "asInt" : 7,
            "asShort" : 1,
            "asDouble" : 6.84685269835264,
            "asJsonArray" : {
              "asByte" : "",
              "asBigInteger" : 4,
              "asCharacter" : "asCharacter",
              "jsonPrimitive" : true,
              "asNumber" : 5.025004791520295,
              "asBigDecimal" : 9.965781217890562,
              "jsonNull" : true,
              "asFloat" : 9.36931,
              "asLong" : 6,
              "asInt" : 9,
              "asJsonPrimitive" : {
                "asByte" : "",
                "asBigInteger" : 3,
                "asCharacter" : "asCharacter",
                "string" : true,
                "jsonPrimitive" : true,
                "asNumber" : 6.965117697638846,
                "asBigDecimal" : 1.284659006116532,
                "jsonNull" : true,
                "asFloat" : 2.8841622,
                "asLong" : 6,
                "number" : true,
                "asInt" : 5,
                "boolean" : true,
                "asShort" : 6,
                "asDouble" : 6.878052220127876,
                "asString" : "asString",
                "jsonObject" : true,
                "jsonArray" : true,
                "asBoolean" : true
              },
              "asShort" : 6,
              "asDouble" : 8.762042012749001,
              "asString" : "asString",
              "jsonObject" : true,
              "jsonArray" : true,
              "asBoolean" : true
            },
            "jsonObject" : true,
            "asString" : "asString",
            "jsonArray" : true,
            "asBoolean" : true
          },
          "jsonPrimitive" : true,
          "asCharacter" : "asCharacter",
          "asNumber" : 5.962133916683182,
          "asBigDecimal" : 5.637376656633329,
          "jsonNull" : true,
          "asFloat" : 2.302136,
          "asLong" : 2,
          "asInt" : 3,
          "asShort" : 7,
          "asDouble" : 9.301444243932576,
          "jsonObject" : true,
          "asString" : "asString",
          "jsonArray" : true,
          "asBoolean" : true
        },
        "asShort" : 0,
        "asDouble" : 7.058770351582356,
        "jsonObject" : true,
        "asString" : "asString",
        "jsonArray" : true,
        "asBoolean" : true
      }
    } ]
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK DocumentsResourcesSearchResponse

Up
get /cloudEHR/medicals/patients/{patientId}/documents
3.5.1 【取得】患者文書情報 ※リスト、文書タイプ、カテゴリ絞り込み(医療機関用) (searchPatientsDocuments1)

Path parameters

patientId (required)
Path Parameter

Query parameters

location (optional)
Query Parameter
consultationDayFrom (optional)
Query Parameter
consultationDayTo (optional)
Query Parameter
title (optional)
Query Parameter

Return type

DocumentsSearchResponse

Example data

Content-Type: application/json
{
  "searchResults" : {
    "remoteDataExists" : true,
    "count" : 0,
    "results" : [ {
      "organization" : {
        "asByte" : "",
        "asBigInteger" : 6,
        "jsonPrimitive" : true,
        "asCharacter" : "asCharacter",
        "asNumber" : 3.353193347011243,
        "asBigDecimal" : 3.0937452626664474,
        "jsonNull" : true,
        "asFloat" : 7.143538,
        "asLong" : 0,
        "asInt" : 6,
        "asJsonNull" : {
          "asByte" : "",
          "asBigInteger" : 1,
          "asJsonObject" : {
            "asByte" : "",
            "asBigInteger" : 4,
            "jsonPrimitive" : true,
            "asCharacter" : "asCharacter",
            "asNumber" : 7.386281948385884,
            "asBigDecimal" : 1.2315135367772556,
            "jsonNull" : true,
            "asFloat" : 1.0246457,
            "asLong" : 1,
            "asInt" : 7,
            "asShort" : 1,
            "asDouble" : 6.84685269835264,
            "asJsonArray" : {
              "asByte" : "",
              "asBigInteger" : 4,
              "asCharacter" : "asCharacter",
              "jsonPrimitive" : true,
              "asNumber" : 5.025004791520295,
              "asBigDecimal" : 9.965781217890562,
              "jsonNull" : true,
              "asFloat" : 9.36931,
              "asLong" : 6,
              "asInt" : 9,
              "asJsonPrimitive" : {
                "asByte" : "",
                "asBigInteger" : 3,
                "asCharacter" : "asCharacter",
                "string" : true,
                "jsonPrimitive" : true,
                "asNumber" : 6.965117697638846,
                "asBigDecimal" : 1.284659006116532,
                "jsonNull" : true,
                "asFloat" : 2.8841622,
                "asLong" : 6,
                "number" : true,
                "asInt" : 5,
                "boolean" : true,
                "asShort" : 6,
                "asDouble" : 6.878052220127876,
                "asString" : "asString",
                "jsonObject" : true,
                "jsonArray" : true,
                "asBoolean" : true
              },
              "asShort" : 6,
              "asDouble" : 8.762042012749001,
              "asString" : "asString",
              "jsonObject" : true,
              "jsonArray" : true,
              "asBoolean" : true
            },
            "jsonObject" : true,
            "asString" : "asString",
            "jsonArray" : true,
            "asBoolean" : true
          },
          "jsonPrimitive" : true,
          "asCharacter" : "asCharacter",
          "asNumber" : 5.962133916683182,
          "asBigDecimal" : 5.637376656633329,
          "jsonNull" : true,
          "asFloat" : 2.302136,
          "asLong" : 2,
          "asInt" : 3,
          "asShort" : 7,
          "asDouble" : 9.301444243932576,
          "jsonObject" : true,
          "asString" : "asString",
          "jsonArray" : true,
          "asBoolean" : true
        },
        "asShort" : 0,
        "asDouble" : 7.058770351582356,
        "jsonObject" : true,
        "asString" : "asString",
        "jsonArray" : true,
        "asBoolean" : true
      },
      "version" : "version"
    }, {
      "organization" : {
        "asByte" : "",
        "asBigInteger" : 6,
        "jsonPrimitive" : true,
        "asCharacter" : "asCharacter",
        "asNumber" : 3.353193347011243,
        "asBigDecimal" : 3.0937452626664474,
        "jsonNull" : true,
        "asFloat" : 7.143538,
        "asLong" : 0,
        "asInt" : 6,
        "asJsonNull" : {
          "asByte" : "",
          "asBigInteger" : 1,
          "asJsonObject" : {
            "asByte" : "",
            "asBigInteger" : 4,
            "jsonPrimitive" : true,
            "asCharacter" : "asCharacter",
            "asNumber" : 7.386281948385884,
            "asBigDecimal" : 1.2315135367772556,
            "jsonNull" : true,
            "asFloat" : 1.0246457,
            "asLong" : 1,
            "asInt" : 7,
            "asShort" : 1,
            "asDouble" : 6.84685269835264,
            "asJsonArray" : {
              "asByte" : "",
              "asBigInteger" : 4,
              "asCharacter" : "asCharacter",
              "jsonPrimitive" : true,
              "asNumber" : 5.025004791520295,
              "asBigDecimal" : 9.965781217890562,
              "jsonNull" : true,
              "asFloat" : 9.36931,
              "asLong" : 6,
              "asInt" : 9,
              "asJsonPrimitive" : {
                "asByte" : "",
                "asBigInteger" : 3,
                "asCharacter" : "asCharacter",
                "string" : true,
                "jsonPrimitive" : true,
                "asNumber" : 6.965117697638846,
                "asBigDecimal" : 1.284659006116532,
                "jsonNull" : true,
                "asFloat" : 2.8841622,
                "asLong" : 6,
                "number" : true,
                "asInt" : 5,
                "boolean" : true,
                "asShort" : 6,
                "asDouble" : 6.878052220127876,
                "asString" : "asString",
                "jsonObject" : true,
                "jsonArray" : true,
                "asBoolean" : true
              },
              "asShort" : 6,
              "asDouble" : 8.762042012749001,
              "asString" : "asString",
              "jsonObject" : true,
              "jsonArray" : true,
              "asBoolean" : true
            },
            "jsonObject" : true,
            "asString" : "asString",
            "jsonArray" : true,
            "asBoolean" : true
          },
          "jsonPrimitive" : true,
          "asCharacter" : "asCharacter",
          "asNumber" : 5.962133916683182,
          "asBigDecimal" : 5.637376656633329,
          "jsonNull" : true,
          "asFloat" : 2.302136,
          "asLong" : 2,
          "asInt" : 3,
          "asShort" : 7,
          "asDouble" : 9.301444243932576,
          "jsonObject" : true,
          "asString" : "asString",
          "jsonArray" : true,
          "asBoolean" : true
        },
        "asShort" : 0,
        "asDouble" : 7.058770351582356,
        "jsonObject" : true,
        "asString" : "asString",
        "jsonArray" : true,
        "asBoolean" : true
      },
      "version" : "version"
    } ]
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK DocumentsSearchResponse

MedicalsOrganizationController

Up
get /cloudEHR/medicals/patient/{patientId}/organization
2.1 【取得】文書情報が存在する医療機関リスト (searchOrganizations)

Path parameters

patientId (required)
Path Parameter

Query parameters

consultationDayFrom (optional)
Query Parameter
consultationDayTo (optional)
Query Parameter
location (optional)
Query Parameter — default: all

Return type

OrganizationsSearchResponse

Example data

Content-Type: application/json
{
  "searchResults" : {
    "count" : 0,
    "results" : [ {
      "contents" : {
        "asByte" : "",
        "asBigInteger" : 6,
        "jsonPrimitive" : true,
        "asCharacter" : "asCharacter",
        "asNumber" : 3.353193347011243,
        "asBigDecimal" : 3.0937452626664474,
        "jsonNull" : true,
        "asFloat" : 7.143538,
        "asLong" : 0,
        "asInt" : 6,
        "asJsonNull" : {
          "asByte" : "",
          "asBigInteger" : 1,
          "asJsonObject" : {
            "asByte" : "",
            "asBigInteger" : 4,
            "jsonPrimitive" : true,
            "asCharacter" : "asCharacter",
            "asNumber" : 7.386281948385884,
            "asBigDecimal" : 1.2315135367772556,
            "jsonNull" : true,
            "asFloat" : 1.0246457,
            "asLong" : 1,
            "asInt" : 7,
            "asShort" : 1,
            "asDouble" : 6.84685269835264,
            "asJsonArray" : {
              "asByte" : "",
              "asBigInteger" : 4,
              "asCharacter" : "asCharacter",
              "jsonPrimitive" : true,
              "asNumber" : 5.025004791520295,
              "asBigDecimal" : 9.965781217890562,
              "jsonNull" : true,
              "asFloat" : 9.36931,
              "asLong" : 6,
              "asInt" : 9,
              "asJsonPrimitive" : {
                "asByte" : "",
                "asBigInteger" : 3,
                "asCharacter" : "asCharacter",
                "string" : true,
                "jsonPrimitive" : true,
                "asNumber" : 6.965117697638846,
                "asBigDecimal" : 1.284659006116532,
                "jsonNull" : true,
                "asFloat" : 2.8841622,
                "asLong" : 6,
                "number" : true,
                "asInt" : 5,
                "boolean" : true,
                "asShort" : 6,
                "asDouble" : 6.878052220127876,
                "asString" : "asString",
                "jsonObject" : true,
                "jsonArray" : true,
                "asBoolean" : true
              },
              "asShort" : 6,
              "asDouble" : 8.762042012749001,
              "asString" : "asString",
              "jsonObject" : true,
              "jsonArray" : true,
              "asBoolean" : true
            },
            "jsonObject" : true,
            "asString" : "asString",
            "jsonArray" : true,
            "asBoolean" : true
          },
          "jsonPrimitive" : true,
          "asCharacter" : "asCharacter",
          "asNumber" : 5.962133916683182,
          "asBigDecimal" : 5.637376656633329,
          "jsonNull" : true,
          "asFloat" : 2.302136,
          "asLong" : 2,
          "asInt" : 3,
          "asShort" : 7,
          "asDouble" : 9.301444243932576,
          "jsonObject" : true,
          "asString" : "asString",
          "jsonArray" : true,
          "asBoolean" : true
        },
        "asShort" : 0,
        "asDouble" : 7.058770351582356,
        "jsonObject" : true,
        "asString" : "asString",
        "jsonArray" : true,
        "asBoolean" : true
      },
      "version" : "version"
    }, {
      "contents" : {
        "asByte" : "",
        "asBigInteger" : 6,
        "jsonPrimitive" : true,
        "asCharacter" : "asCharacter",
        "asNumber" : 3.353193347011243,
        "asBigDecimal" : 3.0937452626664474,
        "jsonNull" : true,
        "asFloat" : 7.143538,
        "asLong" : 0,
        "asInt" : 6,
        "asJsonNull" : {
          "asByte" : "",
          "asBigInteger" : 1,
          "asJsonObject" : {
            "asByte" : "",
            "asBigInteger" : 4,
            "jsonPrimitive" : true,
            "asCharacter" : "asCharacter",
            "asNumber" : 7.386281948385884,
            "asBigDecimal" : 1.2315135367772556,
            "jsonNull" : true,
            "asFloat" : 1.0246457,
            "asLong" : 1,
            "asInt" : 7,
            "asShort" : 1,
            "asDouble" : 6.84685269835264,
            "asJsonArray" : {
              "asByte" : "",
              "asBigInteger" : 4,
              "asCharacter" : "asCharacter",
              "jsonPrimitive" : true,
              "asNumber" : 5.025004791520295,
              "asBigDecimal" : 9.965781217890562,
              "jsonNull" : true,
              "asFloat" : 9.36931,
              "asLong" : 6,
              "asInt" : 9,
              "asJsonPrimitive" : {
                "asByte" : "",
                "asBigInteger" : 3,
                "asCharacter" : "asCharacter",
                "string" : true,
                "jsonPrimitive" : true,
                "asNumber" : 6.965117697638846,
                "asBigDecimal" : 1.284659006116532,
                "jsonNull" : true,
                "asFloat" : 2.8841622,
                "asLong" : 6,
                "number" : true,
                "asInt" : 5,
                "boolean" : true,
                "asShort" : 6,
                "asDouble" : 6.878052220127876,
                "asString" : "asString",
                "jsonObject" : true,
                "jsonArray" : true,
                "asBoolean" : true
              },
              "asShort" : 6,
              "asDouble" : 8.762042012749001,
              "asString" : "asString",
              "jsonObject" : true,
              "jsonArray" : true,
              "asBoolean" : true
            },
            "jsonObject" : true,
            "asString" : "asString",
            "jsonArray" : true,
            "asBoolean" : true
          },
          "jsonPrimitive" : true,
          "asCharacter" : "asCharacter",
          "asNumber" : 5.962133916683182,
          "asBigDecimal" : 5.637376656633329,
          "jsonNull" : true,
          "asFloat" : 2.302136,
          "asLong" : 2,
          "asInt" : 3,
          "asShort" : 7,
          "asDouble" : 9.301444243932576,
          "jsonObject" : true,
          "asString" : "asString",
          "jsonArray" : true,
          "asBoolean" : true
        },
        "asShort" : 0,
        "asDouble" : 7.058770351582356,
        "jsonObject" : true,
        "asString" : "asString",
        "jsonArray" : true,
        "asBoolean" : true
      },
      "version" : "version"
    } ]
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK OrganizationsSearchResponse

MedicalsPatientController

Up
get /cloudEHR/medicals/patients/{patientId}
3.1 【取得】患者基本情報 (findPatient)

Path parameters

patientId (required)
Path Parameter

Query parameters

location (optional)
Query Parameter

Return type

PatientSearchResponse

Example data

Content-Type: application/json
{
  "searchResults" : {
    "count" : 0,
    "results" : [ {
      "organization" : {
        "asByte" : "",
        "asBigInteger" : 6,
        "jsonPrimitive" : true,
        "asCharacter" : "asCharacter",
        "asNumber" : 3.353193347011243,
        "asBigDecimal" : 3.0937452626664474,
        "jsonNull" : true,
        "asFloat" : 7.143538,
        "asLong" : 0,
        "asInt" : 6,
        "asJsonNull" : {
          "asByte" : "",
          "asBigInteger" : 1,
          "asJsonObject" : {
            "asByte" : "",
            "asBigInteger" : 4,
            "jsonPrimitive" : true,
            "asCharacter" : "asCharacter",
            "asNumber" : 7.386281948385884,
            "asBigDecimal" : 1.2315135367772556,
            "jsonNull" : true,
            "asFloat" : 1.0246457,
            "asLong" : 1,
            "asInt" : 7,
            "asShort" : 1,
            "asDouble" : 6.84685269835264,
            "asJsonArray" : {
              "asByte" : "",
              "asBigInteger" : 4,
              "asCharacter" : "asCharacter",
              "jsonPrimitive" : true,
              "asNumber" : 5.025004791520295,
              "asBigDecimal" : 9.965781217890562,
              "jsonNull" : true,
              "asFloat" : 9.36931,
              "asLong" : 6,
              "asInt" : 9,
              "asJsonPrimitive" : {
                "asByte" : "",
                "asBigInteger" : 3,
                "asCharacter" : "asCharacter",
                "string" : true,
                "jsonPrimitive" : true,
                "asNumber" : 6.965117697638846,
                "asBigDecimal" : 1.284659006116532,
                "jsonNull" : true,
                "asFloat" : 2.8841622,
                "asLong" : 6,
                "number" : true,
                "asInt" : 5,
                "boolean" : true,
                "asShort" : 6,
                "asDouble" : 6.878052220127876,
                "asString" : "asString",
                "jsonObject" : true,
                "jsonArray" : true,
                "asBoolean" : true
              },
              "asShort" : 6,
              "asDouble" : 8.762042012749001,
              "asString" : "asString",
              "jsonObject" : true,
              "jsonArray" : true,
              "asBoolean" : true
            },
            "jsonObject" : true,
            "asString" : "asString",
            "jsonArray" : true,
            "asBoolean" : true
          },
          "jsonPrimitive" : true,
          "asCharacter" : "asCharacter",
          "asNumber" : 5.962133916683182,
          "asBigDecimal" : 5.637376656633329,
          "jsonNull" : true,
          "asFloat" : 2.302136,
          "asLong" : 2,
          "asInt" : 3,
          "asShort" : 7,
          "asDouble" : 9.301444243932576,
          "jsonObject" : true,
          "asString" : "asString",
          "jsonArray" : true,
          "asBoolean" : true
        },
        "asShort" : 0,
        "asDouble" : 7.058770351582356,
        "jsonObject" : true,
        "asString" : "asString",
        "jsonArray" : true,
        "asBoolean" : true
      }
    }, {
      "organization" : {
        "asByte" : "",
        "asBigInteger" : 6,
        "jsonPrimitive" : true,
        "asCharacter" : "asCharacter",
        "asNumber" : 3.353193347011243,
        "asBigDecimal" : 3.0937452626664474,
        "jsonNull" : true,
        "asFloat" : 7.143538,
        "asLong" : 0,
        "asInt" : 6,
        "asJsonNull" : {
          "asByte" : "",
          "asBigInteger" : 1,
          "asJsonObject" : {
            "asByte" : "",
            "asBigInteger" : 4,
            "jsonPrimitive" : true,
            "asCharacter" : "asCharacter",
            "asNumber" : 7.386281948385884,
            "asBigDecimal" : 1.2315135367772556,
            "jsonNull" : true,
            "asFloat" : 1.0246457,
            "asLong" : 1,
            "asInt" : 7,
            "asShort" : 1,
            "asDouble" : 6.84685269835264,
            "asJsonArray" : {
              "asByte" : "",
              "asBigInteger" : 4,
              "asCharacter" : "asCharacter",
              "jsonPrimitive" : true,
              "asNumber" : 5.025004791520295,
              "asBigDecimal" : 9.965781217890562,
              "jsonNull" : true,
              "asFloat" : 9.36931,
              "asLong" : 6,
              "asInt" : 9,
              "asJsonPrimitive" : {
                "asByte" : "",
                "asBigInteger" : 3,
                "asCharacter" : "asCharacter",
                "string" : true,
                "jsonPrimitive" : true,
                "asNumber" : 6.965117697638846,
                "asBigDecimal" : 1.284659006116532,
                "jsonNull" : true,
                "asFloat" : 2.8841622,
                "asLong" : 6,
                "number" : true,
                "asInt" : 5,
                "boolean" : true,
                "asShort" : 6,
                "asDouble" : 6.878052220127876,
                "asString" : "asString",
                "jsonObject" : true,
                "jsonArray" : true,
                "asBoolean" : true
              },
              "asShort" : 6,
              "asDouble" : 8.762042012749001,
              "asString" : "asString",
              "jsonObject" : true,
              "jsonArray" : true,
              "asBoolean" : true
            },
            "jsonObject" : true,
            "asString" : "asString",
            "jsonArray" : true,
            "asBoolean" : true
          },
          "jsonPrimitive" : true,
          "asCharacter" : "asCharacter",
          "asNumber" : 5.962133916683182,
          "asBigDecimal" : 5.637376656633329,
          "jsonNull" : true,
          "asFloat" : 2.302136,
          "asLong" : 2,
          "asInt" : 3,
          "asShort" : 7,
          "asDouble" : 9.301444243932576,
          "jsonObject" : true,
          "asString" : "asString",
          "jsonArray" : true,
          "asBoolean" : true
        },
        "asShort" : 0,
        "asDouble" : 7.058770351582356,
        "jsonObject" : true,
        "asString" : "asString",
        "jsonArray" : true,
        "asBoolean" : true
      }
    } ]
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK PatientSearchResponse

Up
get /cloudEHR/medicals/patients/{patientId}/profiles
3.2 【取得】患者診療プロファイル情報 (findPatientProfile)

Path parameters

patientId (required)
Path Parameter

Query parameters

profileId (required)
Query Parameter
location (optional)
Query Parameter

Return type

PatientSearchResponse

Example data

Content-Type: application/json
{
  "searchResults" : {
    "count" : 0,
    "results" : [ {
      "organization" : {
        "asByte" : "",
        "asBigInteger" : 6,
        "jsonPrimitive" : true,
        "asCharacter" : "asCharacter",
        "asNumber" : 3.353193347011243,
        "asBigDecimal" : 3.0937452626664474,
        "jsonNull" : true,
        "asFloat" : 7.143538,
        "asLong" : 0,
        "asInt" : 6,
        "asJsonNull" : {
          "asByte" : "",
          "asBigInteger" : 1,
          "asJsonObject" : {
            "asByte" : "",
            "asBigInteger" : 4,
            "jsonPrimitive" : true,
            "asCharacter" : "asCharacter",
            "asNumber" : 7.386281948385884,
            "asBigDecimal" : 1.2315135367772556,
            "jsonNull" : true,
            "asFloat" : 1.0246457,
            "asLong" : 1,
            "asInt" : 7,
            "asShort" : 1,
            "asDouble" : 6.84685269835264,
            "asJsonArray" : {
              "asByte" : "",
              "asBigInteger" : 4,
              "asCharacter" : "asCharacter",
              "jsonPrimitive" : true,
              "asNumber" : 5.025004791520295,
              "asBigDecimal" : 9.965781217890562,
              "jsonNull" : true,
              "asFloat" : 9.36931,
              "asLong" : 6,
              "asInt" : 9,
              "asJsonPrimitive" : {
                "asByte" : "",
                "asBigInteger" : 3,
                "asCharacter" : "asCharacter",
                "string" : true,
                "jsonPrimitive" : true,
                "asNumber" : 6.965117697638846,
                "asBigDecimal" : 1.284659006116532,
                "jsonNull" : true,
                "asFloat" : 2.8841622,
                "asLong" : 6,
                "number" : true,
                "asInt" : 5,
                "boolean" : true,
                "asShort" : 6,
                "asDouble" : 6.878052220127876,
                "asString" : "asString",
                "jsonObject" : true,
                "jsonArray" : true,
                "asBoolean" : true
              },
              "asShort" : 6,
              "asDouble" : 8.762042012749001,
              "asString" : "asString",
              "jsonObject" : true,
              "jsonArray" : true,
              "asBoolean" : true
            },
            "jsonObject" : true,
            "asString" : "asString",
            "jsonArray" : true,
            "asBoolean" : true
          },
          "jsonPrimitive" : true,
          "asCharacter" : "asCharacter",
          "asNumber" : 5.962133916683182,
          "asBigDecimal" : 5.637376656633329,
          "jsonNull" : true,
          "asFloat" : 2.302136,
          "asLong" : 2,
          "asInt" : 3,
          "asShort" : 7,
          "asDouble" : 9.301444243932576,
          "jsonObject" : true,
          "asString" : "asString",
          "jsonArray" : true,
          "asBoolean" : true
        },
        "asShort" : 0,
        "asDouble" : 7.058770351582356,
        "jsonObject" : true,
        "asString" : "asString",
        "jsonArray" : true,
        "asBoolean" : true
      }
    }, {
      "organization" : {
        "asByte" : "",
        "asBigInteger" : 6,
        "jsonPrimitive" : true,
        "asCharacter" : "asCharacter",
        "asNumber" : 3.353193347011243,
        "asBigDecimal" : 3.0937452626664474,
        "jsonNull" : true,
        "asFloat" : 7.143538,
        "asLong" : 0,
        "asInt" : 6,
        "asJsonNull" : {
          "asByte" : "",
          "asBigInteger" : 1,
          "asJsonObject" : {
            "asByte" : "",
            "asBigInteger" : 4,
            "jsonPrimitive" : true,
            "asCharacter" : "asCharacter",
            "asNumber" : 7.386281948385884,
            "asBigDecimal" : 1.2315135367772556,
            "jsonNull" : true,
            "asFloat" : 1.0246457,
            "asLong" : 1,
            "asInt" : 7,
            "asShort" : 1,
            "asDouble" : 6.84685269835264,
            "asJsonArray" : {
              "asByte" : "",
              "asBigInteger" : 4,
              "asCharacter" : "asCharacter",
              "jsonPrimitive" : true,
              "asNumber" : 5.025004791520295,
              "asBigDecimal" : 9.965781217890562,
              "jsonNull" : true,
              "asFloat" : 9.36931,
              "asLong" : 6,
              "asInt" : 9,
              "asJsonPrimitive" : {
                "asByte" : "",
                "asBigInteger" : 3,
                "asCharacter" : "asCharacter",
                "string" : true,
                "jsonPrimitive" : true,
                "asNumber" : 6.965117697638846,
                "asBigDecimal" : 1.284659006116532,
                "jsonNull" : true,
                "asFloat" : 2.8841622,
                "asLong" : 6,
                "number" : true,
                "asInt" : 5,
                "boolean" : true,
                "asShort" : 6,
                "asDouble" : 6.878052220127876,
                "asString" : "asString",
                "jsonObject" : true,
                "jsonArray" : true,
                "asBoolean" : true
              },
              "asShort" : 6,
              "asDouble" : 8.762042012749001,
              "asString" : "asString",
              "jsonObject" : true,
              "jsonArray" : true,
              "asBoolean" : true
            },
            "jsonObject" : true,
            "asString" : "asString",
            "jsonArray" : true,
            "asBoolean" : true
          },
          "jsonPrimitive" : true,
          "asCharacter" : "asCharacter",
          "asNumber" : 5.962133916683182,
          "asBigDecimal" : 5.637376656633329,
          "jsonNull" : true,
          "asFloat" : 2.302136,
          "asLong" : 2,
          "asInt" : 3,
          "asShort" : 7,
          "asDouble" : 9.301444243932576,
          "jsonObject" : true,
          "asString" : "asString",
          "jsonArray" : true,
          "asBoolean" : true
        },
        "asShort" : 0,
        "asDouble" : 7.058770351582356,
        "jsonObject" : true,
        "asString" : "asString",
        "jsonArray" : true,
        "asBoolean" : true
      }
    } ]
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK PatientSearchResponse

Up
get /cloudEHR/medicals/patients
5.1 【取得】特定文書を持つ患者情報 (searchPatient)

Query parameters

location (optional)
Query Parameter
conditions (optional)
Query Parameter

Return type

PatientSearchResponse

Example data

Content-Type: application/json
{
  "searchResults" : {
    "count" : 0,
    "results" : [ {
      "organization" : {
        "asByte" : "",
        "asBigInteger" : 6,
        "jsonPrimitive" : true,
        "asCharacter" : "asCharacter",
        "asNumber" : 3.353193347011243,
        "asBigDecimal" : 3.0937452626664474,
        "jsonNull" : true,
        "asFloat" : 7.143538,
        "asLong" : 0,
        "asInt" : 6,
        "asJsonNull" : {
          "asByte" : "",
          "asBigInteger" : 1,
          "asJsonObject" : {
            "asByte" : "",
            "asBigInteger" : 4,
            "jsonPrimitive" : true,
            "asCharacter" : "asCharacter",
            "asNumber" : 7.386281948385884,
            "asBigDecimal" : 1.2315135367772556,
            "jsonNull" : true,
            "asFloat" : 1.0246457,
            "asLong" : 1,
            "asInt" : 7,
            "asShort" : 1,
            "asDouble" : 6.84685269835264,
            "asJsonArray" : {
              "asByte" : "",
              "asBigInteger" : 4,
              "asCharacter" : "asCharacter",
              "jsonPrimitive" : true,
              "asNumber" : 5.025004791520295,
              "asBigDecimal" : 9.965781217890562,
              "jsonNull" : true,
              "asFloat" : 9.36931,
              "asLong" : 6,
              "asInt" : 9,
              "asJsonPrimitive" : {
                "asByte" : "",
                "asBigInteger" : 3,
                "asCharacter" : "asCharacter",
                "string" : true,
                "jsonPrimitive" : true,
                "asNumber" : 6.965117697638846,
                "asBigDecimal" : 1.284659006116532,
                "jsonNull" : true,
                "asFloat" : 2.8841622,
                "asLong" : 6,
                "number" : true,
                "asInt" : 5,
                "boolean" : true,
                "asShort" : 6,
                "asDouble" : 6.878052220127876,
                "asString" : "asString",
                "jsonObject" : true,
                "jsonArray" : true,
                "asBoolean" : true
              },
              "asShort" : 6,
              "asDouble" : 8.762042012749001,
              "asString" : "asString",
              "jsonObject" : true,
              "jsonArray" : true,
              "asBoolean" : true
            },
            "jsonObject" : true,
            "asString" : "asString",
            "jsonArray" : true,
            "asBoolean" : true
          },
          "jsonPrimitive" : true,
          "asCharacter" : "asCharacter",
          "asNumber" : 5.962133916683182,
          "asBigDecimal" : 5.637376656633329,
          "jsonNull" : true,
          "asFloat" : 2.302136,
          "asLong" : 2,
          "asInt" : 3,
          "asShort" : 7,
          "asDouble" : 9.301444243932576,
          "jsonObject" : true,
          "asString" : "asString",
          "jsonArray" : true,
          "asBoolean" : true
        },
        "asShort" : 0,
        "asDouble" : 7.058770351582356,
        "jsonObject" : true,
        "asString" : "asString",
        "jsonArray" : true,
        "asBoolean" : true
      }
    }, {
      "organization" : {
        "asByte" : "",
        "asBigInteger" : 6,
        "jsonPrimitive" : true,
        "asCharacter" : "asCharacter",
        "asNumber" : 3.353193347011243,
        "asBigDecimal" : 3.0937452626664474,
        "jsonNull" : true,
        "asFloat" : 7.143538,
        "asLong" : 0,
        "asInt" : 6,
        "asJsonNull" : {
          "asByte" : "",
          "asBigInteger" : 1,
          "asJsonObject" : {
            "asByte" : "",
            "asBigInteger" : 4,
            "jsonPrimitive" : true,
            "asCharacter" : "asCharacter",
            "asNumber" : 7.386281948385884,
            "asBigDecimal" : 1.2315135367772556,
            "jsonNull" : true,
            "asFloat" : 1.0246457,
            "asLong" : 1,
            "asInt" : 7,
            "asShort" : 1,
            "asDouble" : 6.84685269835264,
            "asJsonArray" : {
              "asByte" : "",
              "asBigInteger" : 4,
              "asCharacter" : "asCharacter",
              "jsonPrimitive" : true,
              "asNumber" : 5.025004791520295,
              "asBigDecimal" : 9.965781217890562,
              "jsonNull" : true,
              "asFloat" : 9.36931,
              "asLong" : 6,
              "asInt" : 9,
              "asJsonPrimitive" : {
                "asByte" : "",
                "asBigInteger" : 3,
                "asCharacter" : "asCharacter",
                "string" : true,
                "jsonPrimitive" : true,
                "asNumber" : 6.965117697638846,
                "asBigDecimal" : 1.284659006116532,
                "jsonNull" : true,
                "asFloat" : 2.8841622,
                "asLong" : 6,
                "number" : true,
                "asInt" : 5,
                "boolean" : true,
                "asShort" : 6,
                "asDouble" : 6.878052220127876,
                "asString" : "asString",
                "jsonObject" : true,
                "jsonArray" : true,
                "asBoolean" : true
              },
              "asShort" : 6,
              "asDouble" : 8.762042012749001,
              "asString" : "asString",
              "jsonObject" : true,
              "jsonArray" : true,
              "asBoolean" : true
            },
            "jsonObject" : true,
            "asString" : "asString",
            "jsonArray" : true,
            "asBoolean" : true
          },
          "jsonPrimitive" : true,
          "asCharacter" : "asCharacter",
          "asNumber" : 5.962133916683182,
          "asBigDecimal" : 5.637376656633329,
          "jsonNull" : true,
          "asFloat" : 2.302136,
          "asLong" : 2,
          "asInt" : 3,
          "asShort" : 7,
          "asDouble" : 9.301444243932576,
          "jsonObject" : true,
          "asString" : "asString",
          "jsonArray" : true,
          "asBoolean" : true
        },
        "asShort" : 0,
        "asDouble" : 7.058770351582356,
        "jsonObject" : true,
        "asString" : "asString",
        "jsonArray" : true,
        "asBoolean" : true
      }
    } ]
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK PatientSearchResponse

MedicalsPermissionController

Up
post /cloudEHR/medicals/permissions
1.2.1 【登録】権限の要求(承認要求)(医療機関用) (createPermissionData1)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Query parameters

location (optional)
Query Parameter — default: all

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK String

Up
post /cloudEHR/medicals/permissions/approval
1.3.1 【登録】権限の要求(承認済み)(医療機関用) (createPermissionDataApproved1)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Query parameters

location (optional)
Query Parameter — default: all

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK String

Up
delete /cloudEHR/medicals/permission/{id}
(deletePermissionData1)

Path parameters

id (required)
Path Parameter

Return type

PermissionDeleteResponse

Example data

Content-Type: application/json
{
  "data" : "data",
  "errorMessage" : "errorMessage",
  "errorCode" : "errorCode"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK PermissionDeleteResponse

Up
get /cloudEHR/medicals/permission/approval
1.6.1 【取得】権限の被要求状態(医療機関用) (getPermissionApprovals1)

Query parameters

status (optional)
Query Parameter
location (optional)
Query Parameter — default: all

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK String

Up
get /cloudEHR/medicals/permission/approval/{id}
1.6.1 【取得】権限の被要求状態(医療機関用) (getPermissionApprovals21)

Path parameters

id (required)
Path Parameter

Query parameters

status (optional)
Query Parameter
location (optional)
Query Parameter — default: all

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK String

Up
get /cloudEHR/medicals/permissions
1.1 【取得】権限情報 (getPermissionData)

Query parameters

classification (optional)
Query Parameter
permissionId (optional)
Query Parameter
defaultDate (optional)
Query Parameter

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK String

Up
get /cloudEHR/medicals/permissions/{id}
1.1 【取得】権限情報 (getPermissionData2)

Path parameters

id (required)
Path Parameter

Query parameters

classification (optional)
Query Parameter
permissionId (optional)
Query Parameter
defaultDate (optional)
Query Parameter

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK String

Up
get /cloudEHR/medicals/permission/requests
1.4.1 【取得】権限の要求状態(医療機関用) (getPermissionRequests1)

Query parameters

status (optional)
Query Parameter
location (optional)
Query Parameter — default: all

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK String

Up
get /cloudEHR/medicals/permission/requests/{id}
1.4.1 【取得】権限の要求状態(医療機関用) (getPermissionRequests21)

Path parameters

id (required)
Path Parameter

Query parameters

status (optional)
Query Parameter
location (optional)
Query Parameter — default: all

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK String

Up
put /cloudEHR/medicals/permission/approval/{id}
1.7.1 【更新】権限の被要求状態の承認・拒否(医療機関用) (putPermissionApprovals1)

Path parameters

id (required)
Path Parameter

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Query parameters

location (optional)
Query Parameter — default: all

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK String

Up
put /cloudEHR/medicals/permission/partialapproval/{id}
1.8.1 【更新】権限の部分承認(医療機関用) (putPermissionRequestPartialApproval1)

Path parameters

id (required)
Path Parameter

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Query parameters

location (optional)
Query Parameter — default: all

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK String

Up
put /cloudEHR/medicals/permission/requests/{id}
1.5.1 【更新】権限の要求取消(医療機関用) (putPermissionRequests1)

Path parameters

id (required)
Path Parameter

Query parameters

location (optional)
Query Parameter — default: all

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK String

Up
put /cloudEHR/medicals/permissions
(updatePermissionData1)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Return type

PermissionUpdateResponse

Example data

Content-Type: application/json
{
  "data" : "data",
  "errorMessage" : "errorMessage",
  "errorCode" : "errorCode"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK PermissionUpdateResponse

MedicalsPlatPatientMasterController

Up
post /cloudEHR/medicals/patients
6.3 【登録】PLAT患者管理(医療機関用) (createMedicalsPatientsData)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK String

Up
post /cloudEHR/medicals/patients/mq
6.3 【登録】PLAT患者管理(MQ用) (createMedicalsPatientsDataMq)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK String

Up
post /cloudEHR/medicals/users
6.1.1 【登録】ユーザ管理(医療機関用) (createMedicalsUserData)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK String

Up
post /cloudEHR/medicals/users/mq
6.1.1 【登録】ユーザ管理(MQ用) (createMedicalsUserDataMq)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK String

MedicalsShareController

Up
post /cloudEHR/medicals/patients/document/{documentKey}/share
1.9 検討記録・伝達記録を共有 (shareBundleData)

Path parameters

documentKey (required)
Path Parameter

Return type

BundleListResponseDto

Example data

Content-Type: application/json
{
  "bundleResultList" : [ {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  }, {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK BundleListResponseDto

MedicalsStaffMasterController

Up
get /cloudEHR/medicals/staffs
7.2 【取得】スタッフ管理 (getData)

Query parameters

emergencyFlg (optional)
Query Parameter
name (optional)
Query Parameter

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK String

Up
get /cloudEHR/medicals/staffs/{id}
7.2 【取得】スタッフ管理 (getData2)

Path parameters

id (required)
Path Parameter

Query parameters

emergencyFlg (optional)
Query Parameter
name (optional)
Query Parameter

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK String

Up
post /cloudEHR/medicals/staffs
7.1 【登録】スタッフ管理 (sendData)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK String

Up
post /cloudEHR/medicals/staffs/mq
7.1 【登録】スタッフ管理(MQ用) (sendMqData)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK String

MedicalsUserController

Up
get /cloudEHR/medicals/users
6.2.1【取得】ユーザ管理(医療機関用) (findPlatPatient1)

Query parameters

name (optional)
Query Parameter
address (optional)
Query Parameter
telecom (optional)
Query Parameter
gender (optional)
Query Parameter
birthDate (optional)
Query Parameter
location (optional)
Query Parameter — default: all

Return type

UserSearchResponse

Example data

Content-Type: application/json
{
  "searchResults" : {
    "count" : 0,
    "results" : [ {
      "user" : {
        "asByte" : "",
        "asBigInteger" : 6,
        "jsonPrimitive" : true,
        "asCharacter" : "asCharacter",
        "asNumber" : 3.353193347011243,
        "asBigDecimal" : 3.0937452626664474,
        "jsonNull" : true,
        "asFloat" : 7.143538,
        "asLong" : 0,
        "asInt" : 6,
        "asJsonNull" : {
          "asByte" : "",
          "asBigInteger" : 1,
          "asJsonObject" : {
            "asByte" : "",
            "asBigInteger" : 4,
            "jsonPrimitive" : true,
            "asCharacter" : "asCharacter",
            "asNumber" : 7.386281948385884,
            "asBigDecimal" : 1.2315135367772556,
            "jsonNull" : true,
            "asFloat" : 1.0246457,
            "asLong" : 1,
            "asInt" : 7,
            "asShort" : 1,
            "asDouble" : 6.84685269835264,
            "asJsonArray" : {
              "asByte" : "",
              "asBigInteger" : 4,
              "asCharacter" : "asCharacter",
              "jsonPrimitive" : true,
              "asNumber" : 5.025004791520295,
              "asBigDecimal" : 9.965781217890562,
              "jsonNull" : true,
              "asFloat" : 9.36931,
              "asLong" : 6,
              "asInt" : 9,
              "asJsonPrimitive" : {
                "asByte" : "",
                "asBigInteger" : 3,
                "asCharacter" : "asCharacter",
                "string" : true,
                "jsonPrimitive" : true,
                "asNumber" : 6.965117697638846,
                "asBigDecimal" : 1.284659006116532,
                "jsonNull" : true,
                "asFloat" : 2.8841622,
                "asLong" : 6,
                "number" : true,
                "asInt" : 5,
                "boolean" : true,
                "asShort" : 6,
                "asDouble" : 6.878052220127876,
                "asString" : "asString",
                "jsonObject" : true,
                "jsonArray" : true,
                "asBoolean" : true
              },
              "asShort" : 6,
              "asDouble" : 8.762042012749001,
              "asString" : "asString",
              "jsonObject" : true,
              "jsonArray" : true,
              "asBoolean" : true
            },
            "jsonObject" : true,
            "asString" : "asString",
            "jsonArray" : true,
            "asBoolean" : true
          },
          "jsonPrimitive" : true,
          "asCharacter" : "asCharacter",
          "asNumber" : 5.962133916683182,
          "asBigDecimal" : 5.637376656633329,
          "jsonNull" : true,
          "asFloat" : 2.302136,
          "asLong" : 2,
          "asInt" : 3,
          "asShort" : 7,
          "asDouble" : 9.301444243932576,
          "jsonObject" : true,
          "asString" : "asString",
          "jsonArray" : true,
          "asBoolean" : true
        },
        "asShort" : 0,
        "asDouble" : 7.058770351582356,
        "jsonObject" : true,
        "asString" : "asString",
        "jsonArray" : true,
        "asBoolean" : true
      }
    }, {
      "user" : {
        "asByte" : "",
        "asBigInteger" : 6,
        "jsonPrimitive" : true,
        "asCharacter" : "asCharacter",
        "asNumber" : 3.353193347011243,
        "asBigDecimal" : 3.0937452626664474,
        "jsonNull" : true,
        "asFloat" : 7.143538,
        "asLong" : 0,
        "asInt" : 6,
        "asJsonNull" : {
          "asByte" : "",
          "asBigInteger" : 1,
          "asJsonObject" : {
            "asByte" : "",
            "asBigInteger" : 4,
            "jsonPrimitive" : true,
            "asCharacter" : "asCharacter",
            "asNumber" : 7.386281948385884,
            "asBigDecimal" : 1.2315135367772556,
            "jsonNull" : true,
            "asFloat" : 1.0246457,
            "asLong" : 1,
            "asInt" : 7,
            "asShort" : 1,
            "asDouble" : 6.84685269835264,
            "asJsonArray" : {
              "asByte" : "",
              "asBigInteger" : 4,
              "asCharacter" : "asCharacter",
              "jsonPrimitive" : true,
              "asNumber" : 5.025004791520295,
              "asBigDecimal" : 9.965781217890562,
              "jsonNull" : true,
              "asFloat" : 9.36931,
              "asLong" : 6,
              "asInt" : 9,
              "asJsonPrimitive" : {
                "asByte" : "",
                "asBigInteger" : 3,
                "asCharacter" : "asCharacter",
                "string" : true,
                "jsonPrimitive" : true,
                "asNumber" : 6.965117697638846,
                "asBigDecimal" : 1.284659006116532,
                "jsonNull" : true,
                "asFloat" : 2.8841622,
                "asLong" : 6,
                "number" : true,
                "asInt" : 5,
                "boolean" : true,
                "asShort" : 6,
                "asDouble" : 6.878052220127876,
                "asString" : "asString",
                "jsonObject" : true,
                "jsonArray" : true,
                "asBoolean" : true
              },
              "asShort" : 6,
              "asDouble" : 8.762042012749001,
              "asString" : "asString",
              "jsonObject" : true,
              "jsonArray" : true,
              "asBoolean" : true
            },
            "jsonObject" : true,
            "asString" : "asString",
            "jsonArray" : true,
            "asBoolean" : true
          },
          "jsonPrimitive" : true,
          "asCharacter" : "asCharacter",
          "asNumber" : 5.962133916683182,
          "asBigDecimal" : 5.637376656633329,
          "jsonNull" : true,
          "asFloat" : 2.302136,
          "asLong" : 2,
          "asInt" : 3,
          "asShort" : 7,
          "asDouble" : 9.301444243932576,
          "jsonObject" : true,
          "asString" : "asString",
          "jsonArray" : true,
          "asBoolean" : true
        },
        "asShort" : 0,
        "asDouble" : 7.058770351582356,
        "jsonObject" : true,
        "asString" : "asString",
        "jsonArray" : true,
        "asBoolean" : true
      }
    } ]
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK UserSearchResponse

Up
get /cloudEHR/medicals/users/{id}
6.2.1【取得】ユーザ管理(医療機関用) (findPlatPatient21)

Path parameters

id (required)
Path Parameter

Query parameters

name (optional)
Query Parameter
address (optional)
Query Parameter
telecom (optional)
Query Parameter
gender (optional)
Query Parameter
birthDate (optional)
Query Parameter
location (optional)
Query Parameter — default: all

Return type

UserSearchResponse

Example data

Content-Type: application/json
{
  "searchResults" : {
    "count" : 0,
    "results" : [ {
      "user" : {
        "asByte" : "",
        "asBigInteger" : 6,
        "jsonPrimitive" : true,
        "asCharacter" : "asCharacter",
        "asNumber" : 3.353193347011243,
        "asBigDecimal" : 3.0937452626664474,
        "jsonNull" : true,
        "asFloat" : 7.143538,
        "asLong" : 0,
        "asInt" : 6,
        "asJsonNull" : {
          "asByte" : "",
          "asBigInteger" : 1,
          "asJsonObject" : {
            "asByte" : "",
            "asBigInteger" : 4,
            "jsonPrimitive" : true,
            "asCharacter" : "asCharacter",
            "asNumber" : 7.386281948385884,
            "asBigDecimal" : 1.2315135367772556,
            "jsonNull" : true,
            "asFloat" : 1.0246457,
            "asLong" : 1,
            "asInt" : 7,
            "asShort" : 1,
            "asDouble" : 6.84685269835264,
            "asJsonArray" : {
              "asByte" : "",
              "asBigInteger" : 4,
              "asCharacter" : "asCharacter",
              "jsonPrimitive" : true,
              "asNumber" : 5.025004791520295,
              "asBigDecimal" : 9.965781217890562,
              "jsonNull" : true,
              "asFloat" : 9.36931,
              "asLong" : 6,
              "asInt" : 9,
              "asJsonPrimitive" : {
                "asByte" : "",
                "asBigInteger" : 3,
                "asCharacter" : "asCharacter",
                "string" : true,
                "jsonPrimitive" : true,
                "asNumber" : 6.965117697638846,
                "asBigDecimal" : 1.284659006116532,
                "jsonNull" : true,
                "asFloat" : 2.8841622,
                "asLong" : 6,
                "number" : true,
                "asInt" : 5,
                "boolean" : true,
                "asShort" : 6,
                "asDouble" : 6.878052220127876,
                "asString" : "asString",
                "jsonObject" : true,
                "jsonArray" : true,
                "asBoolean" : true
              },
              "asShort" : 6,
              "asDouble" : 8.762042012749001,
              "asString" : "asString",
              "jsonObject" : true,
              "jsonArray" : true,
              "asBoolean" : true
            },
            "jsonObject" : true,
            "asString" : "asString",
            "jsonArray" : true,
            "asBoolean" : true
          },
          "jsonPrimitive" : true,
          "asCharacter" : "asCharacter",
          "asNumber" : 5.962133916683182,
          "asBigDecimal" : 5.637376656633329,
          "jsonNull" : true,
          "asFloat" : 2.302136,
          "asLong" : 2,
          "asInt" : 3,
          "asShort" : 7,
          "asDouble" : 9.301444243932576,
          "jsonObject" : true,
          "asString" : "asString",
          "jsonArray" : true,
          "asBoolean" : true
        },
        "asShort" : 0,
        "asDouble" : 7.058770351582356,
        "jsonObject" : true,
        "asString" : "asString",
        "jsonArray" : true,
        "asBoolean" : true
      }
    }, {
      "user" : {
        "asByte" : "",
        "asBigInteger" : 6,
        "jsonPrimitive" : true,
        "asCharacter" : "asCharacter",
        "asNumber" : 3.353193347011243,
        "asBigDecimal" : 3.0937452626664474,
        "jsonNull" : true,
        "asFloat" : 7.143538,
        "asLong" : 0,
        "asInt" : 6,
        "asJsonNull" : {
          "asByte" : "",
          "asBigInteger" : 1,
          "asJsonObject" : {
            "asByte" : "",
            "asBigInteger" : 4,
            "jsonPrimitive" : true,
            "asCharacter" : "asCharacter",
            "asNumber" : 7.386281948385884,
            "asBigDecimal" : 1.2315135367772556,
            "jsonNull" : true,
            "asFloat" : 1.0246457,
            "asLong" : 1,
            "asInt" : 7,
            "asShort" : 1,
            "asDouble" : 6.84685269835264,
            "asJsonArray" : {
              "asByte" : "",
              "asBigInteger" : 4,
              "asCharacter" : "asCharacter",
              "jsonPrimitive" : true,
              "asNumber" : 5.025004791520295,
              "asBigDecimal" : 9.965781217890562,
              "jsonNull" : true,
              "asFloat" : 9.36931,
              "asLong" : 6,
              "asInt" : 9,
              "asJsonPrimitive" : {
                "asByte" : "",
                "asBigInteger" : 3,
                "asCharacter" : "asCharacter",
                "string" : true,
                "jsonPrimitive" : true,
                "asNumber" : 6.965117697638846,
                "asBigDecimal" : 1.284659006116532,
                "jsonNull" : true,
                "asFloat" : 2.8841622,
                "asLong" : 6,
                "number" : true,
                "asInt" : 5,
                "boolean" : true,
                "asShort" : 6,
                "asDouble" : 6.878052220127876,
                "asString" : "asString",
                "jsonObject" : true,
                "jsonArray" : true,
                "asBoolean" : true
              },
              "asShort" : 6,
              "asDouble" : 8.762042012749001,
              "asString" : "asString",
              "jsonObject" : true,
              "jsonArray" : true,
              "asBoolean" : true
            },
            "jsonObject" : true,
            "asString" : "asString",
            "jsonArray" : true,
            "asBoolean" : true
          },
          "jsonPrimitive" : true,
          "asCharacter" : "asCharacter",
          "asNumber" : 5.962133916683182,
          "asBigDecimal" : 5.637376656633329,
          "jsonNull" : true,
          "asFloat" : 2.302136,
          "asLong" : 2,
          "asInt" : 3,
          "asShort" : 7,
          "asDouble" : 9.301444243932576,
          "jsonObject" : true,
          "asString" : "asString",
          "jsonArray" : true,
          "asBoolean" : true
        },
        "asShort" : 0,
        "asDouble" : 7.058770351582356,
        "jsonObject" : true,
        "asString" : "asString",
        "jsonArray" : true,
        "asBoolean" : true
      }
    } ]
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK UserSearchResponse

PersonsBundleController

Up
post /cloudEHR/persons/patients/documents
4.1.2 【登録】特定文書 (※一括登録含む)(患者用) (createBundleData)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Return type

BundleListResponseDto

Example data

Content-Type: application/json
{
  "bundleResultList" : [ {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  }, {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK BundleListResponseDto

Up
delete /cloudEHR/persons/patients/documents
4.3.2 【削除】特定文書 (※一括削除含む)(患者用) (deleteBundleData)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Return type

BundleListResponseDto

Example data

Content-Type: application/json
{
  "bundleResultList" : [ {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  }, {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK BundleListResponseDto

Up
put /cloudEHR/persons/patients/documents
4.2.2 【更新】特定文書 (※一括更新含む)(患者用) (updateBundleData)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Return type

BundleListResponseDto

Example data

Content-Type: application/json
{
  "bundleResultList" : [ {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  }, {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK BundleListResponseDto

PersonsDocumentController

Up
get /cloudEHR/persons/patients/documents/{documentKey}
3.4.2 【取得】患者文書情報 ※1文書(患者用) (findPatientDocuments)

Path parameters

documentKey (required)
Path Parameter

Query parameters

location (optional)
Query Parameter

Return type

DocumentResponse

Example data

Content-Type: application/json
{
  "organization" : {
    "asByte" : "",
    "asBigInteger" : 6,
    "jsonPrimitive" : true,
    "asCharacter" : "asCharacter",
    "asNumber" : 3.353193347011243,
    "asBigDecimal" : 3.0937452626664474,
    "jsonNull" : true,
    "asFloat" : 7.143538,
    "asLong" : 0,
    "asInt" : 6,
    "asJsonNull" : {
      "asByte" : "",
      "asBigInteger" : 1,
      "asJsonObject" : {
        "asByte" : "",
        "asBigInteger" : 4,
        "jsonPrimitive" : true,
        "asCharacter" : "asCharacter",
        "asNumber" : 7.386281948385884,
        "asBigDecimal" : 1.2315135367772556,
        "jsonNull" : true,
        "asFloat" : 1.0246457,
        "asLong" : 1,
        "asInt" : 7,
        "asShort" : 1,
        "asDouble" : 6.84685269835264,
        "asJsonArray" : {
          "asByte" : "",
          "asBigInteger" : 4,
          "asCharacter" : "asCharacter",
          "jsonPrimitive" : true,
          "asNumber" : 5.025004791520295,
          "asBigDecimal" : 9.965781217890562,
          "jsonNull" : true,
          "asFloat" : 9.36931,
          "asLong" : 6,
          "asInt" : 9,
          "asJsonPrimitive" : {
            "asByte" : "",
            "asBigInteger" : 3,
            "asCharacter" : "asCharacter",
            "string" : true,
            "jsonPrimitive" : true,
            "asNumber" : 6.965117697638846,
            "asBigDecimal" : 1.284659006116532,
            "jsonNull" : true,
            "asFloat" : 2.8841622,
            "asLong" : 6,
            "number" : true,
            "asInt" : 5,
            "boolean" : true,
            "asShort" : 6,
            "asDouble" : 6.878052220127876,
            "asString" : "asString",
            "jsonObject" : true,
            "jsonArray" : true,
            "asBoolean" : true
          },
          "asShort" : 6,
          "asDouble" : 8.762042012749001,
          "asString" : "asString",
          "jsonObject" : true,
          "jsonArray" : true,
          "asBoolean" : true
        },
        "jsonObject" : true,
        "asString" : "asString",
        "jsonArray" : true,
        "asBoolean" : true
      },
      "jsonPrimitive" : true,
      "asCharacter" : "asCharacter",
      "asNumber" : 5.962133916683182,
      "asBigDecimal" : 5.637376656633329,
      "jsonNull" : true,
      "asFloat" : 2.302136,
      "asLong" : 2,
      "asInt" : 3,
      "asShort" : 7,
      "asDouble" : 9.301444243932576,
      "jsonObject" : true,
      "asString" : "asString",
      "jsonArray" : true,
      "asBoolean" : true
    },
    "asShort" : 0,
    "asDouble" : 7.058770351582356,
    "jsonObject" : true,
    "asString" : "asString",
    "jsonArray" : true,
    "asBoolean" : true
  },
  "version" : "version"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK DocumentResponse

Up
get /cloudEHR/persons/patients/documents/{documentKey}/resources/{resourceType}
3.6.2 【取得】患者文書情報 ※1文書中の指定1リソース(患者用) (findPatientsDocumentResource)

Path parameters

documentKey (required)
Path Parameter
resourceType (required)
Path Parameter

Query parameters

location (optional)
Query Parameter

Return type

DocumentResourceResponse

Example data

Content-Type: application/json
{
  "organization" : {
    "asByte" : "",
    "asBigInteger" : 6,
    "jsonPrimitive" : true,
    "asCharacter" : "asCharacter",
    "asNumber" : 3.353193347011243,
    "asBigDecimal" : 3.0937452626664474,
    "jsonNull" : true,
    "asFloat" : 7.143538,
    "asLong" : 0,
    "asInt" : 6,
    "asJsonNull" : {
      "asByte" : "",
      "asBigInteger" : 1,
      "asJsonObject" : {
        "asByte" : "",
        "asBigInteger" : 4,
        "jsonPrimitive" : true,
        "asCharacter" : "asCharacter",
        "asNumber" : 7.386281948385884,
        "asBigDecimal" : 1.2315135367772556,
        "jsonNull" : true,
        "asFloat" : 1.0246457,
        "asLong" : 1,
        "asInt" : 7,
        "asShort" : 1,
        "asDouble" : 6.84685269835264,
        "asJsonArray" : {
          "asByte" : "",
          "asBigInteger" : 4,
          "asCharacter" : "asCharacter",
          "jsonPrimitive" : true,
          "asNumber" : 5.025004791520295,
          "asBigDecimal" : 9.965781217890562,
          "jsonNull" : true,
          "asFloat" : 9.36931,
          "asLong" : 6,
          "asInt" : 9,
          "asJsonPrimitive" : {
            "asByte" : "",
            "asBigInteger" : 3,
            "asCharacter" : "asCharacter",
            "string" : true,
            "jsonPrimitive" : true,
            "asNumber" : 6.965117697638846,
            "asBigDecimal" : 1.284659006116532,
            "jsonNull" : true,
            "asFloat" : 2.8841622,
            "asLong" : 6,
            "number" : true,
            "asInt" : 5,
            "boolean" : true,
            "asShort" : 6,
            "asDouble" : 6.878052220127876,
            "asString" : "asString",
            "jsonObject" : true,
            "jsonArray" : true,
            "asBoolean" : true
          },
          "asShort" : 6,
          "asDouble" : 8.762042012749001,
          "asString" : "asString",
          "jsonObject" : true,
          "jsonArray" : true,
          "asBoolean" : true
        },
        "jsonObject" : true,
        "asString" : "asString",
        "jsonArray" : true,
        "asBoolean" : true
      },
      "jsonPrimitive" : true,
      "asCharacter" : "asCharacter",
      "asNumber" : 5.962133916683182,
      "asBigDecimal" : 5.637376656633329,
      "jsonNull" : true,
      "asFloat" : 2.302136,
      "asLong" : 2,
      "asInt" : 3,
      "asShort" : 7,
      "asDouble" : 9.301444243932576,
      "jsonObject" : true,
      "asString" : "asString",
      "jsonArray" : true,
      "asBoolean" : true
    },
    "asShort" : 0,
    "asDouble" : 7.058770351582356,
    "jsonObject" : true,
    "asString" : "asString",
    "jsonArray" : true,
    "asBoolean" : true
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK DocumentResourceResponse

Up
get /cloudEHR/persons/patients/{patientId}/compositions
3.3.2 【取得】患者全文書(見出し)情報(患者用) (searchPatientCompositions)

Path parameters

patientId (required)
Path Parameter

Query parameters

location (optional)
Query Parameter
consultationDayFrom (optional)
Query Parameter
consultationDayTo (optional)
Query Parameter

Return type

CompositionsSearchResponse

Example data

Content-Type: application/json
{
  "searchResults" : {
    "count" : 0,
    "results" : [ {
      "organization" : {
        "asByte" : "",
        "asBigInteger" : 6,
        "jsonPrimitive" : true,
        "asCharacter" : "asCharacter",
        "asNumber" : 3.353193347011243,
        "asBigDecimal" : 3.0937452626664474,
        "jsonNull" : true,
        "asFloat" : 7.143538,
        "asLong" : 0,
        "asInt" : 6,
        "asJsonNull" : {
          "asByte" : "",
          "asBigInteger" : 1,
          "asJsonObject" : {
            "asByte" : "",
            "asBigInteger" : 4,
            "jsonPrimitive" : true,
            "asCharacter" : "asCharacter",
            "asNumber" : 7.386281948385884,
            "asBigDecimal" : 1.2315135367772556,
            "jsonNull" : true,
            "asFloat" : 1.0246457,
            "asLong" : 1,
            "asInt" : 7,
            "asShort" : 1,
            "asDouble" : 6.84685269835264,
            "asJsonArray" : {
              "asByte" : "",
              "asBigInteger" : 4,
              "asCharacter" : "asCharacter",
              "jsonPrimitive" : true,
              "asNumber" : 5.025004791520295,
              "asBigDecimal" : 9.965781217890562,
              "jsonNull" : true,
              "asFloat" : 9.36931,
              "asLong" : 6,
              "asInt" : 9,
              "asJsonPrimitive" : {
                "asByte" : "",
                "asBigInteger" : 3,
                "asCharacter" : "asCharacter",
                "string" : true,
                "jsonPrimitive" : true,
                "asNumber" : 6.965117697638846,
                "asBigDecimal" : 1.284659006116532,
                "jsonNull" : true,
                "asFloat" : 2.8841622,
                "asLong" : 6,
                "number" : true,
                "asInt" : 5,
                "boolean" : true,
                "asShort" : 6,
                "asDouble" : 6.878052220127876,
                "asString" : "asString",
                "jsonObject" : true,
                "jsonArray" : true,
                "asBoolean" : true
              },
              "asShort" : 6,
              "asDouble" : 8.762042012749001,
              "asString" : "asString",
              "jsonObject" : true,
              "jsonArray" : true,
              "asBoolean" : true
            },
            "jsonObject" : true,
            "asString" : "asString",
            "jsonArray" : true,
            "asBoolean" : true
          },
          "jsonPrimitive" : true,
          "asCharacter" : "asCharacter",
          "asNumber" : 5.962133916683182,
          "asBigDecimal" : 5.637376656633329,
          "jsonNull" : true,
          "asFloat" : 2.302136,
          "asLong" : 2,
          "asInt" : 3,
          "asShort" : 7,
          "asDouble" : 9.301444243932576,
          "jsonObject" : true,
          "asString" : "asString",
          "jsonArray" : true,
          "asBoolean" : true
        },
        "asShort" : 0,
        "asDouble" : 7.058770351582356,
        "jsonObject" : true,
        "asString" : "asString",
        "jsonArray" : true,
        "asBoolean" : true
      }
    }, {
      "organization" : {
        "asByte" : "",
        "asBigInteger" : 6,
        "jsonPrimitive" : true,
        "asCharacter" : "asCharacter",
        "asNumber" : 3.353193347011243,
        "asBigDecimal" : 3.0937452626664474,
        "jsonNull" : true,
        "asFloat" : 7.143538,
        "asLong" : 0,
        "asInt" : 6,
        "asJsonNull" : {
          "asByte" : "",
          "asBigInteger" : 1,
          "asJsonObject" : {
            "asByte" : "",
            "asBigInteger" : 4,
            "jsonPrimitive" : true,
            "asCharacter" : "asCharacter",
            "asNumber" : 7.386281948385884,
            "asBigDecimal" : 1.2315135367772556,
            "jsonNull" : true,
            "asFloat" : 1.0246457,
            "asLong" : 1,
            "asInt" : 7,
            "asShort" : 1,
            "asDouble" : 6.84685269835264,
            "asJsonArray" : {
              "asByte" : "",
              "asBigInteger" : 4,
              "asCharacter" : "asCharacter",
              "jsonPrimitive" : true,
              "asNumber" : 5.025004791520295,
              "asBigDecimal" : 9.965781217890562,
              "jsonNull" : true,
              "asFloat" : 9.36931,
              "asLong" : 6,
              "asInt" : 9,
              "asJsonPrimitive" : {
                "asByte" : "",
                "asBigInteger" : 3,
                "asCharacter" : "asCharacter",
                "string" : true,
                "jsonPrimitive" : true,
                "asNumber" : 6.965117697638846,
                "asBigDecimal" : 1.284659006116532,
                "jsonNull" : true,
                "asFloat" : 2.8841622,
                "asLong" : 6,
                "number" : true,
                "asInt" : 5,
                "boolean" : true,
                "asShort" : 6,
                "asDouble" : 6.878052220127876,
                "asString" : "asString",
                "jsonObject" : true,
                "jsonArray" : true,
                "asBoolean" : true
              },
              "asShort" : 6,
              "asDouble" : 8.762042012749001,
              "asString" : "asString",
              "jsonObject" : true,
              "jsonArray" : true,
              "asBoolean" : true
            },
            "jsonObject" : true,
            "asString" : "asString",
            "jsonArray" : true,
            "asBoolean" : true
          },
          "jsonPrimitive" : true,
          "asCharacter" : "asCharacter",
          "asNumber" : 5.962133916683182,
          "asBigDecimal" : 5.637376656633329,
          "jsonNull" : true,
          "asFloat" : 2.302136,
          "asLong" : 2,
          "asInt" : 3,
          "asShort" : 7,
          "asDouble" : 9.301444243932576,
          "jsonObject" : true,
          "asString" : "asString",
          "jsonArray" : true,
          "asBoolean" : true
        },
        "asShort" : 0,
        "asDouble" : 7.058770351582356,
        "jsonObject" : true,
        "asString" : "asString",
        "jsonArray" : true,
        "asBoolean" : true
      }
    } ]
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK CompositionsSearchResponse

Up
get /cloudEHR/persons/patients/{patientId}/documents/resources
3.7.2 【取得】患者文書情報 ※リスト、特定条件、特定リソース(患者用) (searchPatientResources)

Path parameters

patientId (required)
Path Parameter

Query parameters

location (optional)
Query Parameter
consultationDayFrom (optional)
Query Parameter
consultationDayTo (optional)
Query Parameter
conditions (optional)
Query Parameter
resourceType (optional)
Query Parameter

Return type

DocumentsResourcesSearchResponse

Example data

Content-Type: application/json
{
  "searchResults" : {
    "remoteDataExists" : true,
    "count" : 0,
    "results" : [ {
      "organization" : {
        "asByte" : "",
        "asBigInteger" : 6,
        "jsonPrimitive" : true,
        "asCharacter" : "asCharacter",
        "asNumber" : 3.353193347011243,
        "asBigDecimal" : 3.0937452626664474,
        "jsonNull" : true,
        "asFloat" : 7.143538,
        "asLong" : 0,
        "asInt" : 6,
        "asJsonNull" : {
          "asByte" : "",
          "asBigInteger" : 1,
          "asJsonObject" : {
            "asByte" : "",
            "asBigInteger" : 4,
            "jsonPrimitive" : true,
            "asCharacter" : "asCharacter",
            "asNumber" : 7.386281948385884,
            "asBigDecimal" : 1.2315135367772556,
            "jsonNull" : true,
            "asFloat" : 1.0246457,
            "asLong" : 1,
            "asInt" : 7,
            "asShort" : 1,
            "asDouble" : 6.84685269835264,
            "asJsonArray" : {
              "asByte" : "",
              "asBigInteger" : 4,
              "asCharacter" : "asCharacter",
              "jsonPrimitive" : true,
              "asNumber" : 5.025004791520295,
              "asBigDecimal" : 9.965781217890562,
              "jsonNull" : true,
              "asFloat" : 9.36931,
              "asLong" : 6,
              "asInt" : 9,
              "asJsonPrimitive" : {
                "asByte" : "",
                "asBigInteger" : 3,
                "asCharacter" : "asCharacter",
                "string" : true,
                "jsonPrimitive" : true,
                "asNumber" : 6.965117697638846,
                "asBigDecimal" : 1.284659006116532,
                "jsonNull" : true,
                "asFloat" : 2.8841622,
                "asLong" : 6,
                "number" : true,
                "asInt" : 5,
                "boolean" : true,
                "asShort" : 6,
                "asDouble" : 6.878052220127876,
                "asString" : "asString",
                "jsonObject" : true,
                "jsonArray" : true,
                "asBoolean" : true
              },
              "asShort" : 6,
              "asDouble" : 8.762042012749001,
              "asString" : "asString",
              "jsonObject" : true,
              "jsonArray" : true,
              "asBoolean" : true
            },
            "jsonObject" : true,
            "asString" : "asString",
            "jsonArray" : true,
            "asBoolean" : true
          },
          "jsonPrimitive" : true,
          "asCharacter" : "asCharacter",
          "asNumber" : 5.962133916683182,
          "asBigDecimal" : 5.637376656633329,
          "jsonNull" : true,
          "asFloat" : 2.302136,
          "asLong" : 2,
          "asInt" : 3,
          "asShort" : 7,
          "asDouble" : 9.301444243932576,
          "jsonObject" : true,
          "asString" : "asString",
          "jsonArray" : true,
          "asBoolean" : true
        },
        "asShort" : 0,
        "asDouble" : 7.058770351582356,
        "jsonObject" : true,
        "asString" : "asString",
        "jsonArray" : true,
        "asBoolean" : true
      }
    }, {
      "organization" : {
        "asByte" : "",
        "asBigInteger" : 6,
        "jsonPrimitive" : true,
        "asCharacter" : "asCharacter",
        "asNumber" : 3.353193347011243,
        "asBigDecimal" : 3.0937452626664474,
        "jsonNull" : true,
        "asFloat" : 7.143538,
        "asLong" : 0,
        "asInt" : 6,
        "asJsonNull" : {
          "asByte" : "",
          "asBigInteger" : 1,
          "asJsonObject" : {
            "asByte" : "",
            "asBigInteger" : 4,
            "jsonPrimitive" : true,
            "asCharacter" : "asCharacter",
            "asNumber" : 7.386281948385884,
            "asBigDecimal" : 1.2315135367772556,
            "jsonNull" : true,
            "asFloat" : 1.0246457,
            "asLong" : 1,
            "asInt" : 7,
            "asShort" : 1,
            "asDouble" : 6.84685269835264,
            "asJsonArray" : {
              "asByte" : "",
              "asBigInteger" : 4,
              "asCharacter" : "asCharacter",
              "jsonPrimitive" : true,
              "asNumber" : 5.025004791520295,
              "asBigDecimal" : 9.965781217890562,
              "jsonNull" : true,
              "asFloat" : 9.36931,
              "asLong" : 6,
              "asInt" : 9,
              "asJsonPrimitive" : {
                "asByte" : "",
                "asBigInteger" : 3,
                "asCharacter" : "asCharacter",
                "string" : true,
                "jsonPrimitive" : true,
                "asNumber" : 6.965117697638846,
                "asBigDecimal" : 1.284659006116532,
                "jsonNull" : true,
                "asFloat" : 2.8841622,
                "asLong" : 6,
                "number" : true,
                "asInt" : 5,
                "boolean" : true,
                "asShort" : 6,
                "asDouble" : 6.878052220127876,
                "asString" : "asString",
                "jsonObject" : true,
                "jsonArray" : true,
                "asBoolean" : true
              },
              "asShort" : 6,
              "asDouble" : 8.762042012749001,
              "asString" : "asString",
              "jsonObject" : true,
              "jsonArray" : true,
              "asBoolean" : true
            },
            "jsonObject" : true,
            "asString" : "asString",
            "jsonArray" : true,
            "asBoolean" : true
          },
          "jsonPrimitive" : true,
          "asCharacter" : "asCharacter",
          "asNumber" : 5.962133916683182,
          "asBigDecimal" : 5.637376656633329,
          "jsonNull" : true,
          "asFloat" : 2.302136,
          "asLong" : 2,
          "asInt" : 3,
          "asShort" : 7,
          "asDouble" : 9.301444243932576,
          "jsonObject" : true,
          "asString" : "asString",
          "jsonArray" : true,
          "asBoolean" : true
        },
        "asShort" : 0,
        "asDouble" : 7.058770351582356,
        "jsonObject" : true,
        "asString" : "asString",
        "jsonArray" : true,
        "asBoolean" : true
      }
    } ]
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK DocumentsResourcesSearchResponse

Up
get /cloudEHR/persons/patients/{patientId}/documents
3.5.2 【取得】患者文書情報 ※リスト、文書タイプ、カテゴリ絞り込み(患者用) (searchPatientsDocuments)

Path parameters

patientId (required)
Path Parameter

Query parameters

location (optional)
Query Parameter
consultationDayFrom (optional)
Query Parameter
consultationDayTo (optional)
Query Parameter
title (optional)
Query Parameter

Return type

DocumentsSearchResponse

Example data

Content-Type: application/json
{
  "searchResults" : {
    "remoteDataExists" : true,
    "count" : 0,
    "results" : [ {
      "organization" : {
        "asByte" : "",
        "asBigInteger" : 6,
        "jsonPrimitive" : true,
        "asCharacter" : "asCharacter",
        "asNumber" : 3.353193347011243,
        "asBigDecimal" : 3.0937452626664474,
        "jsonNull" : true,
        "asFloat" : 7.143538,
        "asLong" : 0,
        "asInt" : 6,
        "asJsonNull" : {
          "asByte" : "",
          "asBigInteger" : 1,
          "asJsonObject" : {
            "asByte" : "",
            "asBigInteger" : 4,
            "jsonPrimitive" : true,
            "asCharacter" : "asCharacter",
            "asNumber" : 7.386281948385884,
            "asBigDecimal" : 1.2315135367772556,
            "jsonNull" : true,
            "asFloat" : 1.0246457,
            "asLong" : 1,
            "asInt" : 7,
            "asShort" : 1,
            "asDouble" : 6.84685269835264,
            "asJsonArray" : {
              "asByte" : "",
              "asBigInteger" : 4,
              "asCharacter" : "asCharacter",
              "jsonPrimitive" : true,
              "asNumber" : 5.025004791520295,
              "asBigDecimal" : 9.965781217890562,
              "jsonNull" : true,
              "asFloat" : 9.36931,
              "asLong" : 6,
              "asInt" : 9,
              "asJsonPrimitive" : {
                "asByte" : "",
                "asBigInteger" : 3,
                "asCharacter" : "asCharacter",
                "string" : true,
                "jsonPrimitive" : true,
                "asNumber" : 6.965117697638846,
                "asBigDecimal" : 1.284659006116532,
                "jsonNull" : true,
                "asFloat" : 2.8841622,
                "asLong" : 6,
                "number" : true,
                "asInt" : 5,
                "boolean" : true,
                "asShort" : 6,
                "asDouble" : 6.878052220127876,
                "asString" : "asString",
                "jsonObject" : true,
                "jsonArray" : true,
                "asBoolean" : true
              },
              "asShort" : 6,
              "asDouble" : 8.762042012749001,
              "asString" : "asString",
              "jsonObject" : true,
              "jsonArray" : true,
              "asBoolean" : true
            },
            "jsonObject" : true,
            "asString" : "asString",
            "jsonArray" : true,
            "asBoolean" : true
          },
          "jsonPrimitive" : true,
          "asCharacter" : "asCharacter",
          "asNumber" : 5.962133916683182,
          "asBigDecimal" : 5.637376656633329,
          "jsonNull" : true,
          "asFloat" : 2.302136,
          "asLong" : 2,
          "asInt" : 3,
          "asShort" : 7,
          "asDouble" : 9.301444243932576,
          "jsonObject" : true,
          "asString" : "asString",
          "jsonArray" : true,
          "asBoolean" : true
        },
        "asShort" : 0,
        "asDouble" : 7.058770351582356,
        "jsonObject" : true,
        "asString" : "asString",
        "jsonArray" : true,
        "asBoolean" : true
      },
      "version" : "version"
    }, {
      "organization" : {
        "asByte" : "",
        "asBigInteger" : 6,
        "jsonPrimitive" : true,
        "asCharacter" : "asCharacter",
        "asNumber" : 3.353193347011243,
        "asBigDecimal" : 3.0937452626664474,
        "jsonNull" : true,
        "asFloat" : 7.143538,
        "asLong" : 0,
        "asInt" : 6,
        "asJsonNull" : {
          "asByte" : "",
          "asBigInteger" : 1,
          "asJsonObject" : {
            "asByte" : "",
            "asBigInteger" : 4,
            "jsonPrimitive" : true,
            "asCharacter" : "asCharacter",
            "asNumber" : 7.386281948385884,
            "asBigDecimal" : 1.2315135367772556,
            "jsonNull" : true,
            "asFloat" : 1.0246457,
            "asLong" : 1,
            "asInt" : 7,
            "asShort" : 1,
            "asDouble" : 6.84685269835264,
            "asJsonArray" : {
              "asByte" : "",
              "asBigInteger" : 4,
              "asCharacter" : "asCharacter",
              "jsonPrimitive" : true,
              "asNumber" : 5.025004791520295,
              "asBigDecimal" : 9.965781217890562,
              "jsonNull" : true,
              "asFloat" : 9.36931,
              "asLong" : 6,
              "asInt" : 9,
              "asJsonPrimitive" : {
                "asByte" : "",
                "asBigInteger" : 3,
                "asCharacter" : "asCharacter",
                "string" : true,
                "jsonPrimitive" : true,
                "asNumber" : 6.965117697638846,
                "asBigDecimal" : 1.284659006116532,
                "jsonNull" : true,
                "asFloat" : 2.8841622,
                "asLong" : 6,
                "number" : true,
                "asInt" : 5,
                "boolean" : true,
                "asShort" : 6,
                "asDouble" : 6.878052220127876,
                "asString" : "asString",
                "jsonObject" : true,
                "jsonArray" : true,
                "asBoolean" : true
              },
              "asShort" : 6,
              "asDouble" : 8.762042012749001,
              "asString" : "asString",
              "jsonObject" : true,
              "jsonArray" : true,
              "asBoolean" : true
            },
            "jsonObject" : true,
            "asString" : "asString",
            "jsonArray" : true,
            "asBoolean" : true
          },
          "jsonPrimitive" : true,
          "asCharacter" : "asCharacter",
          "asNumber" : 5.962133916683182,
          "asBigDecimal" : 5.637376656633329,
          "jsonNull" : true,
          "asFloat" : 2.302136,
          "asLong" : 2,
          "asInt" : 3,
          "asShort" : 7,
          "asDouble" : 9.301444243932576,
          "jsonObject" : true,
          "asString" : "asString",
          "jsonArray" : true,
          "asBoolean" : true
        },
        "asShort" : 0,
        "asDouble" : 7.058770351582356,
        "jsonObject" : true,
        "asString" : "asString",
        "jsonArray" : true,
        "asBoolean" : true
      },
      "version" : "version"
    } ]
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK DocumentsSearchResponse

PersonsPermissionController

Up
post /cloudEHR/persons/permissions
1.2.2 【登録】権限の要求(承認要求)(患者用) (createPermissionData)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Query parameters

location (optional)
Query Parameter — default: all

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK String

Up
post /cloudEHR/persons/permissions/approval
1.3.2 【登録】権限の要求(承認済み)(患者用) (createPermissionDataApproved)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Query parameters

location (optional)
Query Parameter — default: all

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK String

Up
delete /cloudEHR/persons/permission/{id}
(deletePermissionData)

Path parameters

id (required)
Path Parameter

Return type

PermissionDeleteResponse

Example data

Content-Type: application/json
{
  "data" : "data",
  "errorMessage" : "errorMessage",
  "errorCode" : "errorCode"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK PermissionDeleteResponse

Up
get /cloudEHR/persons/permission/approval
1.6.2 【取得】権限の被要求状態(患者用) (getPermissionApprovals)

Query parameters

status (optional)
Query Parameter
location (optional)
Query Parameter — default: all

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK String

Up
get /cloudEHR/persons/permission/approval/{id}
1.6.2 【取得】権限の被要求状態(患者用) (getPermissionApprovals2)

Path parameters

id (required)
Path Parameter

Query parameters

status (optional)
Query Parameter
location (optional)
Query Parameter — default: all

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK String

Up
get /cloudEHR/persons/permission/requests
1.4.2 【取得】権限の要求状態(患者用) (getPermissionRequests)

Query parameters

status (optional)
Query Parameter
location (optional)
Query Parameter — default: all

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK String

Up
get /cloudEHR/persons/permission/requests/{id}
1.4.2 【取得】権限の要求状態(患者用) (getPermissionRequests2)

Path parameters

id (required)
Path Parameter

Query parameters

status (optional)
Query Parameter
location (optional)
Query Parameter — default: all

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK String

Up
put /cloudEHR/persons/permission/approval/{id}
1.7.2 【更新】権限の被要求状態の承認・拒否(患者用) (putPermissionApprovals)

Path parameters

id (required)
Path Parameter

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Query parameters

location (optional)
Query Parameter — default: all

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK String

Up
put /cloudEHR/persons/permission/partialapproval/{id}
1.8.2 【更新】権限の部分承認(患者用) (putPermissionRequestPartialApproval)

Path parameters

id (required)
Path Parameter

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Query parameters

location (optional)
Query Parameter — default: all

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK String

Up
put /cloudEHR/persons/permission/requests/{id}
1.5.2 【更新】権限の要求取消(患者用) (putPermissionRequests)

Path parameters

id (required)
Path Parameter

Query parameters

location (optional)
Query Parameter — default: all

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK String

Up
put /cloudEHR/persons/permissions
(updatePermissionData)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Return type

PermissionUpdateResponse

Example data

Content-Type: application/json
{
  "data" : "data",
  "errorMessage" : "errorMessage",
  "errorCode" : "errorCode"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK PermissionUpdateResponse

PersonsPlatPatientMasterController

Up
post /cloudEHR/persons/users
6.1.2 【登録】ユーザ管理(患者用) (createPatientsUsersData)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK String

PersonsUserController

Up
get /cloudEHR/persons/users
6.2.2【取得】ユーザ管理(患者用) (findPlatPatient)

Query parameters

name (optional)
Query Parameter
address (optional)
Query Parameter
telecom (optional)
Query Parameter
gender (optional)
Query Parameter
birthDate (optional)
Query Parameter
location (optional)
Query Parameter — default: all

Return type

UserSearchResponse

Example data

Content-Type: application/json
{
  "searchResults" : {
    "count" : 0,
    "results" : [ {
      "user" : {
        "asByte" : "",
        "asBigInteger" : 6,
        "jsonPrimitive" : true,
        "asCharacter" : "asCharacter",
        "asNumber" : 3.353193347011243,
        "asBigDecimal" : 3.0937452626664474,
        "jsonNull" : true,
        "asFloat" : 7.143538,
        "asLong" : 0,
        "asInt" : 6,
        "asJsonNull" : {
          "asByte" : "",
          "asBigInteger" : 1,
          "asJsonObject" : {
            "asByte" : "",
            "asBigInteger" : 4,
            "jsonPrimitive" : true,
            "asCharacter" : "asCharacter",
            "asNumber" : 7.386281948385884,
            "asBigDecimal" : 1.2315135367772556,
            "jsonNull" : true,
            "asFloat" : 1.0246457,
            "asLong" : 1,
            "asInt" : 7,
            "asShort" : 1,
            "asDouble" : 6.84685269835264,
            "asJsonArray" : {
              "asByte" : "",
              "asBigInteger" : 4,
              "asCharacter" : "asCharacter",
              "jsonPrimitive" : true,
              "asNumber" : 5.025004791520295,
              "asBigDecimal" : 9.965781217890562,
              "jsonNull" : true,
              "asFloat" : 9.36931,
              "asLong" : 6,
              "asInt" : 9,
              "asJsonPrimitive" : {
                "asByte" : "",
                "asBigInteger" : 3,
                "asCharacter" : "asCharacter",
                "string" : true,
                "jsonPrimitive" : true,
                "asNumber" : 6.965117697638846,
                "asBigDecimal" : 1.284659006116532,
                "jsonNull" : true,
                "asFloat" : 2.8841622,
                "asLong" : 6,
                "number" : true,
                "asInt" : 5,
                "boolean" : true,
                "asShort" : 6,
                "asDouble" : 6.878052220127876,
                "asString" : "asString",
                "jsonObject" : true,
                "jsonArray" : true,
                "asBoolean" : true
              },
              "asShort" : 6,
              "asDouble" : 8.762042012749001,
              "asString" : "asString",
              "jsonObject" : true,
              "jsonArray" : true,
              "asBoolean" : true
            },
            "jsonObject" : true,
            "asString" : "asString",
            "jsonArray" : true,
            "asBoolean" : true
          },
          "jsonPrimitive" : true,
          "asCharacter" : "asCharacter",
          "asNumber" : 5.962133916683182,
          "asBigDecimal" : 5.637376656633329,
          "jsonNull" : true,
          "asFloat" : 2.302136,
          "asLong" : 2,
          "asInt" : 3,
          "asShort" : 7,
          "asDouble" : 9.301444243932576,
          "jsonObject" : true,
          "asString" : "asString",
          "jsonArray" : true,
          "asBoolean" : true
        },
        "asShort" : 0,
        "asDouble" : 7.058770351582356,
        "jsonObject" : true,
        "asString" : "asString",
        "jsonArray" : true,
        "asBoolean" : true
      }
    }, {
      "user" : {
        "asByte" : "",
        "asBigInteger" : 6,
        "jsonPrimitive" : true,
        "asCharacter" : "asCharacter",
        "asNumber" : 3.353193347011243,
        "asBigDecimal" : 3.0937452626664474,
        "jsonNull" : true,
        "asFloat" : 7.143538,
        "asLong" : 0,
        "asInt" : 6,
        "asJsonNull" : {
          "asByte" : "",
          "asBigInteger" : 1,
          "asJsonObject" : {
            "asByte" : "",
            "asBigInteger" : 4,
            "jsonPrimitive" : true,
            "asCharacter" : "asCharacter",
            "asNumber" : 7.386281948385884,
            "asBigDecimal" : 1.2315135367772556,
            "jsonNull" : true,
            "asFloat" : 1.0246457,
            "asLong" : 1,
            "asInt" : 7,
            "asShort" : 1,
            "asDouble" : 6.84685269835264,
            "asJsonArray" : {
              "asByte" : "",
              "asBigInteger" : 4,
              "asCharacter" : "asCharacter",
              "jsonPrimitive" : true,
              "asNumber" : 5.025004791520295,
              "asBigDecimal" : 9.965781217890562,
              "jsonNull" : true,
              "asFloat" : 9.36931,
              "asLong" : 6,
              "asInt" : 9,
              "asJsonPrimitive" : {
                "asByte" : "",
                "asBigInteger" : 3,
                "asCharacter" : "asCharacter",
                "string" : true,
                "jsonPrimitive" : true,
                "asNumber" : 6.965117697638846,
                "asBigDecimal" : 1.284659006116532,
                "jsonNull" : true,
                "asFloat" : 2.8841622,
                "asLong" : 6,
                "number" : true,
                "asInt" : 5,
                "boolean" : true,
                "asShort" : 6,
                "asDouble" : 6.878052220127876,
                "asString" : "asString",
                "jsonObject" : true,
                "jsonArray" : true,
                "asBoolean" : true
              },
              "asShort" : 6,
              "asDouble" : 8.762042012749001,
              "asString" : "asString",
              "jsonObject" : true,
              "jsonArray" : true,
              "asBoolean" : true
            },
            "jsonObject" : true,
            "asString" : "asString",
            "jsonArray" : true,
            "asBoolean" : true
          },
          "jsonPrimitive" : true,
          "asCharacter" : "asCharacter",
          "asNumber" : 5.962133916683182,
          "asBigDecimal" : 5.637376656633329,
          "jsonNull" : true,
          "asFloat" : 2.302136,
          "asLong" : 2,
          "asInt" : 3,
          "asShort" : 7,
          "asDouble" : 9.301444243932576,
          "jsonObject" : true,
          "asString" : "asString",
          "jsonArray" : true,
          "asBoolean" : true
        },
        "asShort" : 0,
        "asDouble" : 7.058770351582356,
        "jsonObject" : true,
        "asString" : "asString",
        "jsonArray" : true,
        "asBoolean" : true
      }
    } ]
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK UserSearchResponse

Up
get /cloudEHR/persons/users/{id}
6.2.2【取得】ユーザ管理(患者用) (findPlatPatient2)

Path parameters

id (required)
Path Parameter

Query parameters

name (optional)
Query Parameter
address (optional)
Query Parameter
telecom (optional)
Query Parameter
gender (optional)
Query Parameter
birthDate (optional)
Query Parameter
location (optional)
Query Parameter — default: all

Return type

UserSearchResponse

Example data

Content-Type: application/json
{
  "searchResults" : {
    "count" : 0,
    "results" : [ {
      "user" : {
        "asByte" : "",
        "asBigInteger" : 6,
        "jsonPrimitive" : true,
        "asCharacter" : "asCharacter",
        "asNumber" : 3.353193347011243,
        "asBigDecimal" : 3.0937452626664474,
        "jsonNull" : true,
        "asFloat" : 7.143538,
        "asLong" : 0,
        "asInt" : 6,
        "asJsonNull" : {
          "asByte" : "",
          "asBigInteger" : 1,
          "asJsonObject" : {
            "asByte" : "",
            "asBigInteger" : 4,
            "jsonPrimitive" : true,
            "asCharacter" : "asCharacter",
            "asNumber" : 7.386281948385884,
            "asBigDecimal" : 1.2315135367772556,
            "jsonNull" : true,
            "asFloat" : 1.0246457,
            "asLong" : 1,
            "asInt" : 7,
            "asShort" : 1,
            "asDouble" : 6.84685269835264,
            "asJsonArray" : {
              "asByte" : "",
              "asBigInteger" : 4,
              "asCharacter" : "asCharacter",
              "jsonPrimitive" : true,
              "asNumber" : 5.025004791520295,
              "asBigDecimal" : 9.965781217890562,
              "jsonNull" : true,
              "asFloat" : 9.36931,
              "asLong" : 6,
              "asInt" : 9,
              "asJsonPrimitive" : {
                "asByte" : "",
                "asBigInteger" : 3,
                "asCharacter" : "asCharacter",
                "string" : true,
                "jsonPrimitive" : true,
                "asNumber" : 6.965117697638846,
                "asBigDecimal" : 1.284659006116532,
                "jsonNull" : true,
                "asFloat" : 2.8841622,
                "asLong" : 6,
                "number" : true,
                "asInt" : 5,
                "boolean" : true,
                "asShort" : 6,
                "asDouble" : 6.878052220127876,
                "asString" : "asString",
                "jsonObject" : true,
                "jsonArray" : true,
                "asBoolean" : true
              },
              "asShort" : 6,
              "asDouble" : 8.762042012749001,
              "asString" : "asString",
              "jsonObject" : true,
              "jsonArray" : true,
              "asBoolean" : true
            },
            "jsonObject" : true,
            "asString" : "asString",
            "jsonArray" : true,
            "asBoolean" : true
          },
          "jsonPrimitive" : true,
          "asCharacter" : "asCharacter",
          "asNumber" : 5.962133916683182,
          "asBigDecimal" : 5.637376656633329,
          "jsonNull" : true,
          "asFloat" : 2.302136,
          "asLong" : 2,
          "asInt" : 3,
          "asShort" : 7,
          "asDouble" : 9.301444243932576,
          "jsonObject" : true,
          "asString" : "asString",
          "jsonArray" : true,
          "asBoolean" : true
        },
        "asShort" : 0,
        "asDouble" : 7.058770351582356,
        "jsonObject" : true,
        "asString" : "asString",
        "jsonArray" : true,
        "asBoolean" : true
      }
    }, {
      "user" : {
        "asByte" : "",
        "asBigInteger" : 6,
        "jsonPrimitive" : true,
        "asCharacter" : "asCharacter",
        "asNumber" : 3.353193347011243,
        "asBigDecimal" : 3.0937452626664474,
        "jsonNull" : true,
        "asFloat" : 7.143538,
        "asLong" : 0,
        "asInt" : 6,
        "asJsonNull" : {
          "asByte" : "",
          "asBigInteger" : 1,
          "asJsonObject" : {
            "asByte" : "",
            "asBigInteger" : 4,
            "jsonPrimitive" : true,
            "asCharacter" : "asCharacter",
            "asNumber" : 7.386281948385884,
            "asBigDecimal" : 1.2315135367772556,
            "jsonNull" : true,
            "asFloat" : 1.0246457,
            "asLong" : 1,
            "asInt" : 7,
            "asShort" : 1,
            "asDouble" : 6.84685269835264,
            "asJsonArray" : {
              "asByte" : "",
              "asBigInteger" : 4,
              "asCharacter" : "asCharacter",
              "jsonPrimitive" : true,
              "asNumber" : 5.025004791520295,
              "asBigDecimal" : 9.965781217890562,
              "jsonNull" : true,
              "asFloat" : 9.36931,
              "asLong" : 6,
              "asInt" : 9,
              "asJsonPrimitive" : {
                "asByte" : "",
                "asBigInteger" : 3,
                "asCharacter" : "asCharacter",
                "string" : true,
                "jsonPrimitive" : true,
                "asNumber" : 6.965117697638846,
                "asBigDecimal" : 1.284659006116532,
                "jsonNull" : true,
                "asFloat" : 2.8841622,
                "asLong" : 6,
                "number" : true,
                "asInt" : 5,
                "boolean" : true,
                "asShort" : 6,
                "asDouble" : 6.878052220127876,
                "asString" : "asString",
                "jsonObject" : true,
                "jsonArray" : true,
                "asBoolean" : true
              },
              "asShort" : 6,
              "asDouble" : 8.762042012749001,
              "asString" : "asString",
              "jsonObject" : true,
              "jsonArray" : true,
              "asBoolean" : true
            },
            "jsonObject" : true,
            "asString" : "asString",
            "jsonArray" : true,
            "asBoolean" : true
          },
          "jsonPrimitive" : true,
          "asCharacter" : "asCharacter",
          "asNumber" : 5.962133916683182,
          "asBigDecimal" : 5.637376656633329,
          "jsonNull" : true,
          "asFloat" : 2.302136,
          "asLong" : 2,
          "asInt" : 3,
          "asShort" : 7,
          "asDouble" : 9.301444243932576,
          "jsonObject" : true,
          "asString" : "asString",
          "jsonArray" : true,
          "asBoolean" : true
        },
        "asShort" : 0,
        "asDouble" : 7.058770351582356,
        "jsonObject" : true,
        "asString" : "asString",
        "jsonArray" : true,
        "asBoolean" : true
      }
    } ]
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK UserSearchResponse

RemoteLinkageController

Up
post /cloudEHR/patients/document/conflict/linkage/{documentKey}/{id}
【リモートローカル連携】競合反映 (conflictLinkageBundleData)

Path parameters

documentKey (required)
Path Parameter
id (required)
Path Parameter

Return type

BundleListResponseDto

Example data

Content-Type: application/json
{
  "bundleResultList" : [ {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  }, {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK BundleListResponseDto

Up
post /cloudEHR/patients/document/delete/linkage/{id}
【リモートローカル連携】リモート連携情報削除 (deleteLinkageBundleData)

Path parameters

id (required)
Path Parameter

Return type

BundleListResponseDto

Example data

Content-Type: application/json
{
  "bundleResultList" : [ {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  }, {
    "organizationId" : "organizationId",
    "diagnostics" : "diagnostics",
    "documentKey" : "documentKey",
    "id" : "id",
    "status" : "status"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK BundleListResponseDto

Up
post /cloudEHR/patients/document/copy/{platId}/{startDate}/{endDate}
【リモートローカル連携】複数文書取得 (getCopyBundleData)

Path parameters

platId (required)
Path Parameter
startDate (required)
Path Parameter
endDate (required)
Path Parameter

Return type

BundleCopyResponseDto

Example data

Content-Type: application/json
{
  "bundleList" : [ {
    "processingType" : "processingType",
    "resourceKey" : "resourceKey",
    "resource" : {
      "asByte" : "",
      "asBigInteger" : 4,
      "jsonPrimitive" : true,
      "asCharacter" : "asCharacter",
      "asNumber" : 7.386281948385884,
      "asBigDecimal" : 1.2315135367772556,
      "jsonNull" : true,
      "asFloat" : 1.0246457,
      "asLong" : 1,
      "asInt" : 7,
      "asShort" : 1,
      "asDouble" : 6.84685269835264,
      "asJsonArray" : {
        "asByte" : "",
        "asBigInteger" : 4,
        "asCharacter" : "asCharacter",
        "jsonPrimitive" : true,
        "asNumber" : 5.025004791520295,
        "asBigDecimal" : 9.965781217890562,
        "jsonNull" : true,
        "asFloat" : 9.36931,
        "asLong" : 6,
        "asInt" : 9,
        "asJsonPrimitive" : {
          "asByte" : "",
          "asBigInteger" : 3,
          "asCharacter" : "asCharacter",
          "string" : true,
          "jsonPrimitive" : true,
          "asNumber" : 6.965117697638846,
          "asBigDecimal" : 1.284659006116532,
          "jsonNull" : true,
          "asFloat" : 2.8841622,
          "asLong" : 6,
          "number" : true,
          "asInt" : 5,
          "boolean" : true,
          "asShort" : 6,
          "asDouble" : 6.878052220127876,
          "asString" : "asString",
          "jsonObject" : true,
          "jsonArray" : true,
          "asBoolean" : true
        },
        "asShort" : 6,
        "asDouble" : 8.762042012749001,
        "asString" : "asString",
        "jsonObject" : true,
        "jsonArray" : true,
        "asBoolean" : true
      },
      "jsonObject" : true,
      "asString" : "asString",
      "jsonArray" : true,
      "asBoolean" : true
    },
    "id" : 0,
    "resourceType" : "resourceType"
  }, {
    "processingType" : "processingType",
    "resourceKey" : "resourceKey",
    "resource" : {
      "asByte" : "",
      "asBigInteger" : 4,
      "jsonPrimitive" : true,
      "asCharacter" : "asCharacter",
      "asNumber" : 7.386281948385884,
      "asBigDecimal" : 1.2315135367772556,
      "jsonNull" : true,
      "asFloat" : 1.0246457,
      "asLong" : 1,
      "asInt" : 7,
      "asShort" : 1,
      "asDouble" : 6.84685269835264,
      "asJsonArray" : {
        "asByte" : "",
        "asBigInteger" : 4,
        "asCharacter" : "asCharacter",
        "jsonPrimitive" : true,
        "asNumber" : 5.025004791520295,
        "asBigDecimal" : 9.965781217890562,
        "jsonNull" : true,
        "asFloat" : 9.36931,
        "asLong" : 6,
        "asInt" : 9,
        "asJsonPrimitive" : {
          "asByte" : "",
          "asBigInteger" : 3,
          "asCharacter" : "asCharacter",
          "string" : true,
          "jsonPrimitive" : true,
          "asNumber" : 6.965117697638846,
          "asBigDecimal" : 1.284659006116532,
          "jsonNull" : true,
          "asFloat" : 2.8841622,
          "asLong" : 6,
          "number" : true,
          "asInt" : 5,
          "boolean" : true,
          "asShort" : 6,
          "asDouble" : 6.878052220127876,
          "asString" : "asString",
          "jsonObject" : true,
          "jsonArray" : true,
          "asBoolean" : true
        },
        "asShort" : 6,
        "asDouble" : 8.762042012749001,
        "asString" : "asString",
        "jsonObject" : true,
        "jsonArray" : true,
        "asBoolean" : true
      },
      "jsonObject" : true,
      "asString" : "asString",
      "jsonArray" : true,
      "asBoolean" : true
    },
    "id" : 0,
    "resourceType" : "resourceType"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK BundleCopyResponseDto

Up
post /cloudEHR/patients/document/linkage
【リモートローカル連携】リモート連携情報取得 (getLinkageBundleData)

Return type

ResourceLinkageDto

Example data

Content-Type: application/json
{
  "processingType" : "processingType",
  "resourceKey" : "resourceKey",
  "resource" : {
    "asByte" : "",
    "asBigInteger" : 4,
    "jsonPrimitive" : true,
    "asCharacter" : "asCharacter",
    "asNumber" : 7.386281948385884,
    "asBigDecimal" : 1.2315135367772556,
    "jsonNull" : true,
    "asFloat" : 1.0246457,
    "asLong" : 1,
    "asInt" : 7,
    "asShort" : 1,
    "asDouble" : 6.84685269835264,
    "asJsonArray" : {
      "asByte" : "",
      "asBigInteger" : 4,
      "asCharacter" : "asCharacter",
      "jsonPrimitive" : true,
      "asNumber" : 5.025004791520295,
      "asBigDecimal" : 9.965781217890562,
      "jsonNull" : true,
      "asFloat" : 9.36931,
      "asLong" : 6,
      "asInt" : 9,
      "asJsonPrimitive" : {
        "asByte" : "",
        "asBigInteger" : 3,
        "asCharacter" : "asCharacter",
        "string" : true,
        "jsonPrimitive" : true,
        "asNumber" : 6.965117697638846,
        "asBigDecimal" : 1.284659006116532,
        "jsonNull" : true,
        "asFloat" : 2.8841622,
        "asLong" : 6,
        "number" : true,
        "asInt" : 5,
        "boolean" : true,
        "asShort" : 6,
        "asDouble" : 6.878052220127876,
        "asString" : "asString",
        "jsonObject" : true,
        "jsonArray" : true,
        "asBoolean" : true
      },
      "asShort" : 6,
      "asDouble" : 8.762042012749001,
      "asString" : "asString",
      "jsonObject" : true,
      "jsonArray" : true,
      "asBoolean" : true
    },
    "jsonObject" : true,
    "asString" : "asString",
    "jsonArray" : true,
    "asBoolean" : true
  },
  "id" : 0,
  "resourceType" : "resourceType"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

500

Internal Server Error BaseResponseBean

400

Bad Request BaseResponseBean

200

OK ResourceLinkageDto

Models

[ Jump to Methods ]

Table of Contents

  1. BaseResponseBean
  2. BundleCopyResponseDto
  3. BundleListResponseDto
  4. BundleStatusResultDto
  5. Composition
  6. CompositionsSearchResponse
  7. CompositionsSearchResults
  8. Document
  9. DocumentResourceResponse
  10. DocumentResponse
  11. DocumentsResourcesSearchResponse
  12. DocumentsSearchResponse
  13. DocumentsSearchResults
  14. JsonArray
  15. JsonElement
  16. JsonNull
  17. JsonObject
  18. JsonPrimitive
  19. Organization
  20. OrganizationsSearchResponse
  21. OrganizationsSearchResults
  22. Patient
  23. PatientSearchResponse
  24. PatientSearchResults
  25. PermissionDeleteResponse
  26. PermissionUpdateResponse
  27. Resource
  28. ResourceLinkageDto
  29. ResourceListResponseDto
  30. ResourceStatusResultDto
  31. ResourcesSearchResults
  32. User
  33. UserSearchResponse
  34. UserSearchResults

BaseResponseBean Up

errorCode (optional)
errorMessage (optional)

BundleCopyResponseDto Up

bundleList (optional)

BundleListResponseDto Up

bundleResultList (optional)

BundleStatusResultDto Up

organizationId (optional)
status (optional)
diagnostics (optional)
id (optional)
documentKey (optional)

Composition Up

organization (optional)
contents (optional)

CompositionsSearchResponse Up

searchResults (optional)

CompositionsSearchResults Up

count (optional)
Integer format: int32
results (optional)

Document Up

organization (optional)
contents (optional)
version (optional)

DocumentResourceResponse Up

organization (optional)
contents (optional)

DocumentResponse Up

organization (optional)
contents (optional)
version (optional)

DocumentsResourcesSearchResponse Up

searchResults (optional)

DocumentsSearchResponse Up

searchResults (optional)

DocumentsSearchResults Up

count (optional)
Integer format: int32
remoteDataExists (optional)
results (optional)

JsonArray Up

asBigInteger (optional)
asByte (optional)
byte[] format: byte
asCharacter (optional)
asNumber (optional)
asBigDecimal (optional)
asFloat (optional)
Float format: float
asShort (optional)
Integer format: int32
asBoolean (optional)
asDouble (optional)
Double format: double
asInt (optional)
Integer format: int32
asLong (optional)
Long format: int64
asString (optional)
jsonArray (optional)
jsonObject (optional)
jsonPrimitive (optional)
asJsonNull (optional)
jsonNull (optional)
asJsonObject (optional)
asJsonArray (optional)
asJsonPrimitive (optional)

JsonElement Up

jsonArray (optional)
jsonObject (optional)
jsonPrimitive (optional)
asBigInteger (optional)
asJsonNull (optional)
asByte (optional)
byte[] format: byte
asCharacter (optional)
jsonNull (optional)
asNumber (optional)
asBigDecimal (optional)
asFloat (optional)
Float format: float
asShort (optional)
Integer format: int32
asBoolean (optional)
asDouble (optional)
Double format: double
asInt (optional)
Integer format: int32
asLong (optional)
Long format: int64
asJsonObject (optional)
asJsonArray (optional)
asJsonPrimitive (optional)
asString (optional)

JsonNull Up

jsonArray (optional)
jsonObject (optional)
jsonPrimitive (optional)
asBigInteger (optional)
asJsonNull (optional)
asByte (optional)
byte[] format: byte
asCharacter (optional)
jsonNull (optional)
asNumber (optional)
asBigDecimal (optional)
asFloat (optional)
Float format: float
asShort (optional)
Integer format: int32
asBoolean (optional)
asDouble (optional)
Double format: double
asInt (optional)
Integer format: int32
asLong (optional)
Long format: int64
asJsonObject (optional)
asJsonArray (optional)
asJsonPrimitive (optional)
asString (optional)

JsonObject Up

jsonArray (optional)
jsonObject (optional)
jsonPrimitive (optional)
asBigInteger (optional)
asJsonNull (optional)
asByte (optional)
byte[] format: byte
asCharacter (optional)
jsonNull (optional)
asNumber (optional)
asBigDecimal (optional)
asFloat (optional)
Float format: float
asShort (optional)
Integer format: int32
asBoolean (optional)
asDouble (optional)
Double format: double
asInt (optional)
Integer format: int32
asLong (optional)
Long format: int64
asJsonObject (optional)
asJsonArray (optional)
asJsonPrimitive (optional)
asString (optional)

JsonPrimitive Up

asBigInteger (optional)
asByte (optional)
byte[] format: byte
asCharacter (optional)
asNumber (optional)
asBigDecimal (optional)
asFloat (optional)
Float format: float
asShort (optional)
Integer format: int32
boolean (optional)
number (optional)
asBoolean (optional)
asDouble (optional)
Double format: double
asInt (optional)
Integer format: int32
asLong (optional)
Long format: int64
asString (optional)
string (optional)
jsonArray (optional)
jsonObject (optional)
jsonPrimitive (optional)
asJsonNull (optional)
jsonNull (optional)
asJsonObject (optional)
asJsonArray (optional)
asJsonPrimitive (optional)

Organization Up

contents (optional)
version (optional)

OrganizationsSearchResponse Up

searchResults (optional)

OrganizationsSearchResults Up

count (optional)
Integer format: int32
results (optional)

Patient Up

organization (optional)
contents (optional)

PatientSearchResponse Up

searchResults (optional)

PatientSearchResults Up

count (optional)
Integer format: int32
results (optional)

PermissionDeleteResponse Up

errorCode (optional)
errorMessage (optional)
data (optional)

PermissionUpdateResponse Up

errorCode (optional)
errorMessage (optional)
data (optional)

Resource Up

organization (optional)
contents (optional)

ResourceLinkageDto Up

id (optional)
Long format: int64
resourceKey (optional)
processingType (optional)
resourceType (optional)
resource (optional)

ResourceListResponseDto Up

resourceResultList (optional)

ResourceStatusResultDto Up

organizationId (optional)
status (optional)
diagnostics (optional)
id (optional)
resourceKey (optional)
resourceType (optional)

ResourcesSearchResults Up

count (optional)
Integer format: int32
remoteDataExists (optional)
results (optional)

User Up

user (optional)

UserSearchResponse Up

searchResults (optional)

UserSearchResults Up

count (optional)
Integer format: int32
results (optional)