FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagese.electronichealth.fhir.ppdr.r5
Resource TypeOperationDefinition
IdOperationDefinition-GetSignatureRequest.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=se.electronichealth.fhir.ppdr.r5@0.1.0-alpha&canonical=http://electronichealth.se/fhir/NDI/OperationDefinition/GetSignatureRequest
URLhttp://electronichealth.se/fhir/NDI/OperationDefinition/GetSignatureRequest
Version0.1.0
Statusdraft
NameGetSignatureRequest
Realmse
Typefalse
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
}