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

FHIR IG analytics

Packageio.health-samurai.core.r4b
Resource TypeStructureDefinition
IdStructureDefinition-Session.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2601.0&canonical=http://health-samurai.io/fhir/core/StructureDefinition/Session
URLhttp://health-samurai.io/fhir/core/StructureDefinition/Session
Version0.2601.0
Statusactive
NameSession
TypeSession
Kindresource

Resources that use this resource

StructureDefinition
SessionSession

Resources that this resource uses

StructureDefinition
ClientClient
SessionSession
UserUser

Narrative

No narrative content found in resource


Source1

{
  "derivation": "specialization",
  "fhirVersion": "4.3.0",
  "name": "Session",
  "abstract": false,
  "type": "Session",
  "resourceType": "StructureDefinition",
  "status": "active",
  "id": "Session",
  "kind": "resource",
  "url": "http://health-samurai.io/fhir/core/StructureDefinition/Session",
  "version": "0.2601.0",
  "differential": {
    "element": [
      {
        "id": "Session",
        "path": "Session",
        "min": 0,
        "max": "*"
      },
      {
        "id": "Session.type",
        "path": "Session.type",
        "short": "Type of session (e.g., authorization_code, password, client_credentials).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Session.iss",
        "path": "Session.iss",
        "short": "Issuer of token for the current session.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Session._source",
        "path": "Session._source",
        "short": "System Property. DO NOT USE IT.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Session.active",
        "path": "Session.active",
        "short": "Indicates whether this session is currently active.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "Session.user",
        "path": "Session.user",
        "short": "Reference to the user associated with this session.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://health-samurai.io/fhir/core/StructureDefinition/User"
            ]
          }
        ]
      },
      {
        "id": "Session.on-behalf",
        "path": "Session.on-behalf",
        "short": "Reference to a user on whose behalf this session is operating.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://health-samurai.io/fhir/core/StructureDefinition/User"
            ]
          }
        ]
      },
      {
        "id": "Session.parent",
        "path": "Session.parent",
        "short": "Reference to a parent session if this is a child session.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://health-samurai.io/fhir/core/StructureDefinition/Session"
            ]
          }
        ]
      },
      {
        "id": "Session.authorization_code",
        "path": "Session.authorization_code",
        "short": "Authorization code used to obtain this session.",
        "min": 0,
        "max": "1",
        "extension": [
          {
            "url": "http://health-samurai.io/fhir/core/StructureDefinition/custom-type",
            "valueCode": "sha256Hash"
          }
        ]
      },
      {
        "id": "Session.access_token",
        "path": "Session.access_token",
        "short": "Access token hash associated with this session.",
        "min": 0,
        "max": "1",
        "extension": [
          {
            "url": "http://health-samurai.io/fhir/core/StructureDefinition/custom-type",
            "valueCode": "sha256Hash"
          }
        ]
      },
      {
        "id": "Session.refresh_token",
        "path": "Session.refresh_token",
        "short": "Refresh token hash associated with this session.",
        "min": 0,
        "max": "1",
        "extension": [
          {
            "url": "http://health-samurai.io/fhir/core/StructureDefinition/custom-type",
            "valueCode": "sha256Hash"
          }
        ]
      },
      {
        "id": "Session.exp",
        "path": "Session.exp",
        "short": "Expiration time for the access token (in seconds since epoch).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "id": "Session.refresh_token_exp",
        "path": "Session.refresh_token_exp",
        "short": "Expiration time for the refresh token (in seconds since epoch).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "id": "Session.audience",
        "path": "Session.audience",
        "short": "Intended audience for tokens issued in this session.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Session.ctx",
        "path": "Session.ctx",
        "short": "Session context data.",
        "min": 0,
        "max": "1",
        "extension": [
          {
            "url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
            "valueCode": "any"
          }
        ]
      },
      {
        "id": "Session.client",
        "path": "Session.client",
        "short": "Reference to the client application associated with this session.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://health-samurai.io/fhir/core/StructureDefinition/Client"
            ]
          }
        ]
      },
      {
        "id": "Session.scope",
        "path": "Session.scope",
        "short": "List of OAuth scopes authorized for this session.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Session.start",
        "path": "Session.start",
        "short": "Time when the session started.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Session.end",
        "path": "Session.end",
        "short": "Time when the session ended or will end.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Session.jti",
        "path": "Session.jti",
        "short": "JWT ID.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Session.patient",
        "path": "Session.patient",
        "short": "Reference to the patient associated with this session.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient"
            ]
          }
        ]
      }
    ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}