FHIR IG analytics| Package | se.electronichealth.fhir.ppdr.r5 |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-GetSignatureRequest.json |
| FHIR Version | R5 |
| Source | https://simplifier.net/resolve?scope=se.electronichealth.fhir.ppdr.r5@0.1.0-alpha&canonical=http://electronichealth.se/fhir/NDI/OperationDefinition/GetSignatureRequest |
| URL | http://electronichealth.se/fhir/NDI/OperationDefinition/GetSignatureRequest |
| Version | 0.1.0 |
| Status | draft |
| Name | GetSignatureRequest |
| Realm | se |
| Type | false |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "GetSignatureRequest",
"url": "http://electronichealth.se/fhir/NDI/OperationDefinition/GetSignatureRequest",
"resource": [
"Consent"
],
"parameter": [
{
"binding": {
"strength": "required",
"valueSet": "http://electronichealth.se/fhir/NDI/ValueSet/poa-signing-identity-providers"
},
"name": "identityProvider",
"documentation": "Identity provider to use for signing",
"use": "in",
"min": 1,
"max": "1",
"type": "Coding"
},
{
"name": "acsEndpointUrl",
"documentation": "URL where identity provider should send response to after user has signed",
"use": "in",
"min": 1,
"max": "1",
"type": "url"
},
{
"name": "signer",
"documentation": "Identifier of person whose signature the request is for, with system and value.",
"use": "in",
"min": 1,
"max": "1",
"type": "Identifier"
},
{
"name": "eidSignRequest",
"documentation": "Base64 encoded signing request",
"use": "out",
"min": 1,
"max": "1",
"type": "base64Binary"
},
{
"name": "targetUrl",
"documentation": "URL to signing service",
"use": "out",
"min": 1,
"max": "1",
"type": "url"
},
{
"name": "relayState",
"documentation": "Hex of signing request",
"use": "out",
"min": 1,
"max": "1",
"type": "string"
},
{
"name": "binding",
"documentation": "Binding specification of signing service",
"use": "out",
"min": 1,
"max": "1",
"type": "string"
}
],
"status": "draft",
"version": "0.1.0",
"kind": "operation",
"affectsState": false,
"system": false,
"type": false,
"instance": true,
"code": "get-signature-request",
"name": "GetSignatureRequest"
}