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