FHIR IG analytics| Package | smart.permission-tickets |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-PermissionTicket.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/jmandel/smart-permission-tickets-wip/StructureDefinition-PermissionTicket.html |
| URL | http://smarthealthit.org/ig/permission-tickets/StructureDefinition/PermissionTicket |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-02-09T19:13:21+00:00 |
| Name | PermissionTicket |
| Title | Permission Ticket (JWT Payload) |
| Description | The full payload of a Permission Ticket, including standard JWT claims and the custom ticket_context object. |
| Type | http://smarthealthit.org/ig/permission-tickets/StructureDefinition/PermissionTicket |
| Kind | logical |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureDefinition PermissionTicket
| Name | Flags | Card. | Type | Description & Constraints |
|---|---|---|---|---|
![]() | 0..* | Base | Permission Ticket (JWT Payload) | |
![]() ![]() | 1..1 | string | Issuer (Trust Broker URL) | |
![]() ![]() | 1..1 | string | Issuer-defined ticket subject (profile-specific) | |
![]() ![]() | 1..1 | string | Audience (Network / Trust Framework / Recipient Set) | |
![]() ![]() | 1..1 | integer | Expiration Timestamp | |
![]() ![]() | 0..1 | integer | Issued-At Timestamp | |
![]() ![]() | 0..1 | string | Unique Ticket ID | |
![]() ![]() | 0..1 | uri | Ticket type URI identifying the ticket schema/semantics (required for multi-ticket profiles; optional for single-ticket profiles) | |
![]() ![]() | 1..1 | BackboneElement | Client key-set binding | |
![]() ![]() ![]() | 0..1 | url | HTTPS JWKS URI for authorized client key set | |
![]() ![]() ![]() | 0..1 | string | Embedded JWKS JSON for authorized client key set | |
![]() ![]() | 0..1 | BackboneElement | Revocation Information | |
![]() ![]() ![]() | 1..1 | url | URL of the Credential Revocation List (CRL) | |
![]() ![]() ![]() | 1..1 | string | Revocation Identifier (opaque, max 24 chars) | |
![]() ![]() | 1..1 | BackboneElement | Permission Details | |
![]() ![]() ![]() | 1..1 | BackboneElement | The Patient or Subject of the data | |
![]() ![]() ![]() ![]() | 0..1 | code | Type of subject match (e.g., 'match' or 'reference') | |
![]() ![]() ![]() ![]() | 0..1 | Patient | Demographic traits for matching | |
![]() ![]() ![]() ![]() | 0..1 | string | Resource Type (e.g. Patient) | |
![]() ![]() ![]() ![]() | 0..1 | string | Resource ID | |
![]() ![]() ![]() ![]() | 0..* | Identifier | Business Identifier | |
![]() ![]() ![]() | 0..1 | BackboneElement | The Requesting Agent | |
![]() ![]() ![]() ![]() | 1..1 | string | Type of actor (PractitionerRole, RelatedPerson, Organization) | |
![]() ![]() ![]() ![]() | 0..* | HumanName | Name of the actor | |
![]() ![]() ![]() ![]() | 0..* | ContactPoint | Contact details | |
![]() ![]() ![]() ![]() | 0..* | Identifier | Actor identifiers (NPI, etc) | |
![]() ![]() ![]() ![]() | 0..* | CodeableConcept | Relationship to subject | |
![]() ![]() ![]() ![]() | 0..* | CodeableConcept | Organization type | |
![]() ![]() ![]() ![]() | 0..* | Resource | Embedded resources | |
![]() ![]() ![]() | 0..1 | BackboneElement | The Trigger Event | |
![]() ![]() ![]() ![]() | 1..1 | Coding | Type of context (e.g. ActReason) | |
![]() ![]() ![]() ![]() | 0..1 | Coding | Clinical Focus (e.g. Condition) | |
![]() ![]() ![]() ![]() | 0..* | Identifier | Issuer-specific identifiers (Case ID, etc) | |
![]() ![]() ![]() | 1..1 | BackboneElement | Access Capabilities | |
![]() ![]() ![]() ![]() | 0..* | string | SMART Scopes (e.g. patient/Immunization.rs) | |
![]() ![]() ![]() ![]() | 0..* | Period | Time restrictions (Service Date) | |
![]() ![]() ![]() ![]() | 0..* | Address | Allowed Locations (Jurisdictions) | |
![]() ![]() ![]() ![]() | 0..* | Organization | Allowed Organizations | |
{
"resourceType": "StructureDefinition",
"id": "PermissionTicket",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://smarthealthit.org/ig/permission-tickets/StructureDefinition/PermissionTicket",
"version": "0.1.0",
"name": "PermissionTicket",
"title": "Permission Ticket (JWT Payload)",
"status": "draft",
"date": "2026-02-09T19:13:21+00:00",
"description": "The full payload of a Permission Ticket, including standard JWT claims and the custom ticket_context object.",
"fhirVersion": "4.0.1",
"kind": "logical",
"abstract": false,
"type": "http://smarthealthit.org/ig/permission-tickets/StructureDefinition/PermissionTicket",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
"derivation": "specialization",
"snapshot": {
"extension": [
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
"valueString": "4.0.1"
}
],
"element": [
{
"id": "PermissionTicket",
"path": "PermissionTicket",
"short": "Permission Ticket (JWT Payload)",
"definition": "The full payload of a Permission Ticket, including standard JWT claims and the custom ticket_context object.",
"min": 0,
"max": "*",
"base": {
"path": "Base",
"min": 0,
"max": "*"
},
"isModifier": false
},
{
"id": "PermissionTicket.iss",
"path": "PermissionTicket.iss",
"short": "Issuer (Trust Broker URL)",
"definition": "Issuer (Trust Broker URL)",
"min": 1,
"max": "1",
"base": {
"path": "PermissionTicket.iss",
"min": 1,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "PermissionTicket.sub",
"path": "PermissionTicket.sub",
"short": "Issuer-defined ticket subject (profile-specific)",
"definition": "Issuer-defined ticket subject (profile-specific)",
"min": 1,
"max": "1",
"base": {
"path": "PermissionTicket.sub",
"min": 1,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "PermissionTicket.aud",
"path": "PermissionTicket.aud",
"short": "Audience (Network / Trust Framework / Recipient Set)",
"definition": "Audience (Network / Trust Framework / Recipient Set)",
"min": 1,
"max": "1",
"base": {
"path": "PermissionTicket.aud",
"min": 1,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "PermissionTicket.exp",
"path": "PermissionTicket.exp",
"short": "Expiration Timestamp",
"definition": "Expiration Timestamp",
"min": 1,
"max": "1",
"base": {
"path": "PermissionTicket.exp",
"min": 1,
"max": "1"
},
"type": [
{
"code": "integer"
}
]
},
{
"id": "PermissionTicket.iat",
"path": "PermissionTicket.iat",
"short": "Issued-At Timestamp",
"definition": "Issued-At Timestamp",
"min": 0,
"max": "1",
"base": {
"path": "PermissionTicket.iat",
"min": 0,
"max": "1"
},
"type": [
{
"code": "integer"
}
]
},
{
"id": "PermissionTicket.jti",
"path": "PermissionTicket.jti",
"short": "Unique Ticket ID",
"definition": "Unique Ticket ID",
"min": 0,
"max": "1",
"base": {
"path": "PermissionTicket.jti",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "PermissionTicket.ticket-type",
"path": "PermissionTicket.ticket_type",
"short": "Ticket type URI identifying the ticket schema/semantics (required for multi-ticket profiles; optional for single-ticket profiles)",
"definition": "Ticket type URI identifying the ticket schema/semantics (required for multi-ticket profiles; optional for single-ticket profiles)",
"min": 0,
"max": "1",
"base": {
"path": "PermissionTicket.ticket_type",
"min": 0,
"max": "1"
},
"type": [
{
"code": "uri"
}
]
},
{
"id": "PermissionTicket.client-binding",
"path": "PermissionTicket.client_binding",
"short": "Client key-set binding",
"definition": "Client key-set binding",
"min": 1,
"max": "1",
"base": {
"path": "PermissionTicket.client_binding",
"min": 1,
"max": "1"
},
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
}
]
},
{
"id": "PermissionTicket.client-binding.id",
"path": "PermissionTicket.client_binding.id",
"representation": [
"xmlAttr"
],
"short": "Unique id for inter-element referencing",
"definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "string"
}
],
"code": "http://hl7.org/fhirpath/System.String"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "PermissionTicket.client-binding.extension",
"path": "PermissionTicket.client_binding.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"description": "Extensions are always sliced by (at least) url",
"rules": "open"
},
"short": "Additional content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "PermissionTicket.client-binding.modifierExtension",
"path": "PermissionTicket.client_binding.modifierExtension",
"short": "Extensions that cannot be ignored even if unrecognized",
"definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": true,
"isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
},
{
"id": "PermissionTicket.client-binding.jwks-uri",
"path": "PermissionTicket.client_binding.jwks_uri",
"short": "HTTPS JWKS URI for authorized client key set",
"definition": "HTTPS JWKS URI for authorized client key set",
"min": 0,
"max": "1",
"base": {
"path": "PermissionTicket.client_binding.jwks_uri",
"min": 0,
"max": "1"
},
"type": [
{
"code": "url"
}
]
},
{
"id": "PermissionTicket.client-binding.jwks",
"path": "PermissionTicket.client_binding.jwks",
"short": "Embedded JWKS JSON for authorized client key set",
"definition": "Embedded JWKS JSON for authorized client key set",
"min": 0,
"max": "1",
"base": {
"path": "PermissionTicket.client_binding.jwks",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "PermissionTicket.revocation",
"path": "PermissionTicket.revocation",
"short": "Revocation Information",
"definition": "Revocation Information",
"min": 0,
"max": "1",
"base": {
"path": "PermissionTicket.revocation",
"min": 0,
"max": "1"
},
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
}
]
},
{
"id": "PermissionTicket.revocation.id",
"path": "PermissionTicket.revocation.id",
"representation": [
"xmlAttr"
],
"short": "Unique id for inter-element referencing",
"definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "string"
}
],
"code": "http://hl7.org/fhirpath/System.String"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "PermissionTicket.revocation.extension",
"path": "PermissionTicket.revocation.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"description": "Extensions are always sliced by (at least) url",
"rules": "open"
},
"short": "Additional content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "PermissionTicket.revocation.modifierExtension",
"path": "PermissionTicket.revocation.modifierExtension",
"short": "Extensions that cannot be ignored even if unrecognized",
"definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": true,
"isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
},
{
"id": "PermissionTicket.revocation.url",
"path": "PermissionTicket.revocation.url",
"short": "URL of the Credential Revocation List (CRL)",
"definition": "URL of the Credential Revocation List (CRL)",
"min": 1,
"max": "1",
"base": {
"path": "PermissionTicket.revocation.url",
"min": 1,
"max": "1"
},
"type": [
{
"code": "url"
}
]
},
{
"id": "PermissionTicket.revocation.rid",
"path": "PermissionTicket.revocation.rid",
"short": "Revocation Identifier (opaque, max 24 chars)",
"definition": "Revocation Identifier (opaque, max 24 chars)",
"min": 1,
"max": "1",
"base": {
"path": "PermissionTicket.revocation.rid",
"min": 1,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "PermissionTicket.ticket-context",
"path": "PermissionTicket.ticket_context",
"short": "Permission Details",
"definition": "Permission Details",
"min": 1,
"max": "1",
"base": {
"path": "PermissionTicket.ticket_context",
"min": 1,
"max": "1"
},
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
}
]
},
{
"id": "PermissionTicket.ticket-context.id",
"path": "PermissionTicket.ticket_context.id",
"representation": [
"xmlAttr"
],
"short": "Unique id for inter-element referencing",
"definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "string"
}
],
"code": "http://hl7.org/fhirpath/System.String"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "PermissionTicket.ticket-context.extension",
"path": "PermissionTicket.ticket_context.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"description": "Extensions are always sliced by (at least) url",
"rules": "open"
},
"short": "Additional content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "PermissionTicket.ticket-context.modifierExtension",
"path": "PermissionTicket.ticket_context.modifierExtension",
"short": "Extensions that cannot be ignored even if unrecognized",
"definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": true,
"isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
},
{
"id": "PermissionTicket.ticket-context.subject",
"path": "PermissionTicket.ticket_context.subject",
"short": "The Patient or Subject of the data",
"definition": "The Patient or Subject of the data",
"min": 1,
"max": "1",
"base": {
"path": "PermissionTicket.ticket_context.subject",
"min": 1,
"max": "1"
},
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
}
]
},
{
"id": "PermissionTicket.ticket-context.subject.id",
"path": "PermissionTicket.ticket_context.subject.id",
"representation": [
"xmlAttr"
],
"short": "Resource ID",
"definition": "Resource ID",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "PermissionTicket.ticket-context.subject.extension",
"path": "PermissionTicket.ticket_context.subject.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"description": "Extensions are always sliced by (at least) url",
"rules": "open"
},
"short": "Additional content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "PermissionTicket.ticket-context.subject.modifierExtension",
"path": "PermissionTicket.ticket_context.subject.modifierExtension",
"short": "Extensions that cannot be ignored even if unrecognized",
"definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": true,
"isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
},
{
"id": "PermissionTicket.ticket-context.subject.type",
"path": "PermissionTicket.ticket_context.subject.type",
"short": "Type of subject match (e.g., 'match' or 'reference')",
"definition": "Type of subject match (e.g., 'match' or 'reference')",
"min": 0,
"max": "1",
"base": {
"path": "PermissionTicket.ticket_context.subject.type",
"min": 0,
"max": "1"
},
"type": [
{
"code": "code"
}
]
},
{
"id": "PermissionTicket.ticket-context.subject.traits",
"path": "PermissionTicket.ticket_context.subject.traits",
"short": "Demographic traits for matching",
"definition": "Demographic traits for matching",
"min": 0,
"max": "1",
"base": {
"path": "PermissionTicket.ticket_context.subject.traits",
"min": 0,
"max": "1"
},
"type": [
{
"code": "Patient"
}
]
},
{
"id": "PermissionTicket.ticket-context.subject.resourceType",
"path": "PermissionTicket.ticket_context.subject.resourceType",
"short": "Resource Type (e.g. Patient)",
"definition": "Resource Type (e.g. Patient)",
"min": 0,
"max": "1",
"base": {
"path": "PermissionTicket.ticket_context.subject.resourceType",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "PermissionTicket.ticket-context.subject.identifier",
"path": "PermissionTicket.ticket_context.subject.identifier",
"short": "Business Identifier",
"definition": "Business Identifier",
"min": 0,
"max": "*",
"base": {
"path": "PermissionTicket.ticket_context.subject.identifier",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Identifier"
}
]
},
{
"id": "PermissionTicket.ticket-context.actor",
"path": "PermissionTicket.ticket_context.actor",
"short": "The Requesting Agent",
"definition": "The Requesting Agent",
"min": 0,
"max": "1",
"base": {
"path": "PermissionTicket.ticket_context.actor",
"min": 0,
"max": "1"
},
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
}
]
},
{
"id": "PermissionTicket.ticket-context.actor.id",
"path": "PermissionTicket.ticket_context.actor.id",
"representation": [
"xmlAttr"
],
"short": "Unique id for inter-element referencing",
"definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "string"
}
],
"code": "http://hl7.org/fhirpath/System.String"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "PermissionTicket.ticket-context.actor.extension",
"path": "PermissionTicket.ticket_context.actor.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"description": "Extensions are always sliced by (at least) url",
"rules": "open"
},
"short": "Additional content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "PermissionTicket.ticket-context.actor.modifierExtension",
"path": "PermissionTicket.ticket_context.actor.modifierExtension",
"short": "Extensions that cannot be ignored even if unrecognized",
"definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": true,
"isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
},
{
"id": "PermissionTicket.ticket-context.actor.resourceType",
"path": "PermissionTicket.ticket_context.actor.resourceType",
"short": "Type of actor (PractitionerRole, RelatedPerson, Organization)",
"definition": "Type of actor (PractitionerRole, RelatedPerson, Organization)",
"min": 1,
"max": "1",
"base": {
"path": "PermissionTicket.ticket_context.actor.resourceType",
"min": 1,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "PermissionTicket.ticket-context.actor.name",
"path": "PermissionTicket.ticket_context.actor.name",
"short": "Name of the actor",
"definition": "Name of the actor",
"min": 0,
"max": "*",
"base": {
"path": "PermissionTicket.ticket_context.actor.name",
"min": 0,
"max": "*"
},
"type": [
{
"code": "HumanName"
}
]
},
{
"id": "PermissionTicket.ticket-context.actor.telecom",
"path": "PermissionTicket.ticket_context.actor.telecom",
"short": "Contact details",
"definition": "Contact details",
"min": 0,
"max": "*",
"base": {
"path": "PermissionTicket.ticket_context.actor.telecom",
"min": 0,
"max": "*"
},
"type": [
{
"code": "ContactPoint"
}
]
},
{
"id": "PermissionTicket.ticket-context.actor.identifier",
"path": "PermissionTicket.ticket_context.actor.identifier",
"short": "Actor identifiers (NPI, etc)",
"definition": "Actor identifiers (NPI, etc)",
"min": 0,
"max": "*",
"base": {
"path": "PermissionTicket.ticket_context.actor.identifier",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Identifier"
}
]
},
{
"id": "PermissionTicket.ticket-context.actor.relationship",
"path": "PermissionTicket.ticket_context.actor.relationship",
"short": "Relationship to subject",
"definition": "Relationship to subject",
"min": 0,
"max": "*",
"base": {
"path": "PermissionTicket.ticket_context.actor.relationship",
"min": 0,
"max": "*"
},
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "PermissionTicket.ticket-context.actor.type",
"path": "PermissionTicket.ticket_context.actor.type",
"short": "Organization type",
"definition": "Organization type",
"min": 0,
"max": "*",
"base": {
"path": "PermissionTicket.ticket_context.actor.type",
"min": 0,
"max": "*"
},
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "PermissionTicket.ticket-context.actor.contained",
"path": "PermissionTicket.ticket_context.actor.contained",
"short": "Embedded resources",
"definition": "Embedded resources",
"min": 0,
"max": "*",
"base": {
"path": "PermissionTicket.ticket_context.actor.contained",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Resource"
}
]
},
{
"id": "PermissionTicket.ticket-context.context",
"path": "PermissionTicket.ticket_context.context",
"short": "The Trigger Event",
"definition": "The Trigger Event",
"min": 0,
"max": "1",
"base": {
"path": "PermissionTicket.ticket_context.context",
"min": 0,
"max": "1"
},
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
}
]
},
{
"id": "PermissionTicket.ticket-context.context.id",
"path": "PermissionTicket.ticket_context.context.id",
"representation": [
"xmlAttr"
],
"short": "Unique id for inter-element referencing",
"definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "string"
}
],
"code": "http://hl7.org/fhirpath/System.String"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "PermissionTicket.ticket-context.context.extension",
"path": "PermissionTicket.ticket_context.context.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"description": "Extensions are always sliced by (at least) url",
"rules": "open"
},
"short": "Additional content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "PermissionTicket.ticket-context.context.modifierExtension",
"path": "PermissionTicket.ticket_context.context.modifierExtension",
"short": "Extensions that cannot be ignored even if unrecognized",
"definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": true,
"isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
},
{
"id": "PermissionTicket.ticket-context.context.type",
"path": "PermissionTicket.ticket_context.context.type",
"short": "Type of context (e.g. ActReason)",
"definition": "Type of context (e.g. ActReason)",
"min": 1,
"max": "1",
"base": {
"path": "PermissionTicket.ticket_context.context.type",
"min": 1,
"max": "1"
},
"type": [
{
"code": "Coding"
}
]
},
{
"id": "PermissionTicket.ticket-context.context.focus",
"path": "PermissionTicket.ticket_context.context.focus",
"short": "Clinical Focus (e.g. Condition)",
"definition": "Clinical Focus (e.g. Condition)",
"min": 0,
"max": "1",
"base": {
"path": "PermissionTicket.ticket_context.context.focus",
"min": 0,
"max": "1"
},
"type": [
{
"code": "Coding"
}
]
},
{
"id": "PermissionTicket.ticket-context.context.identifier",
"path": "PermissionTicket.ticket_context.context.identifier",
"short": "Issuer-specific identifiers (Case ID, etc)",
"definition": "Issuer-specific identifiers (Case ID, etc)",
"min": 0,
"max": "*",
"base": {
"path": "PermissionTicket.ticket_context.context.identifier",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Identifier"
}
]
},
{
"id": "PermissionTicket.ticket-context.capability",
"path": "PermissionTicket.ticket_context.capability",
"short": "Access Capabilities",
"definition": "Access Capabilities",
"min": 1,
"max": "1",
"base": {
"path": "PermissionTicket.ticket_context.capability",
"min": 1,
"max": "1"
},
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
}
]
},
{
"id": "PermissionTicket.ticket-context.capability.id",
"path": "PermissionTicket.ticket_context.capability.id",
"representation": [
"xmlAttr"
],
"short": "Unique id for inter-element referencing",
"definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "string"
}
],
"code": "http://hl7.org/fhirpath/System.String"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "PermissionTicket.ticket-context.capability.extension",
"path": "PermissionTicket.ticket_context.capability.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"description": "Extensions are always sliced by (at least) url",
"rules": "open"
},
"short": "Additional content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "PermissionTicket.ticket-context.capability.modifierExtension",
"path": "PermissionTicket.ticket_context.capability.modifierExtension",
"short": "Extensions that cannot be ignored even if unrecognized",
"definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": true,
"isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
},
{
"id": "PermissionTicket.ticket-context.capability.scopes",
"path": "PermissionTicket.ticket_context.capability.scopes",
"short": "SMART Scopes (e.g. patient/Immunization.rs)",
"definition": "SMART Scopes (e.g. patient/Immunization.rs)",
"min": 0,
"max": "*",
"base": {
"path": "PermissionTicket.ticket_context.capability.scopes",
"min": 0,
"max": "*"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "PermissionTicket.ticket-context.capability.periods",
"path": "PermissionTicket.ticket_context.capability.periods",
"short": "Time restrictions (Service Date)",
"definition": "Time restrictions (Service Date)",
"min": 0,
"max": "*",
"base": {
"path": "PermissionTicket.ticket_context.capability.periods",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Period"
}
]
},
{
"id": "PermissionTicket.ticket-context.capability.locations",
"path": "PermissionTicket.ticket_context.capability.locations",
"short": "Allowed Locations (Jurisdictions)",
"definition": "Allowed Locations (Jurisdictions)",
"min": 0,
"max": "*",
"base": {
"path": "PermissionTicket.ticket_context.capability.locations",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Address"
}
]
},
{
"id": "PermissionTicket.ticket-context.capability.organizations",
"path": "PermissionTicket.ticket_context.capability.organizations",
"short": "Allowed Organizations",
"definition": "Allowed Organizations",
"min": 0,
"max": "*",
"base": {
"path": "PermissionTicket.ticket_context.capability.organizations",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Organization"
}
]
}
]
},
"differential": {
"element": [
{
"id": "PermissionTicket",
"path": "PermissionTicket",
"short": "Permission Ticket (JWT Payload)",
"definition": "The full payload of a Permission Ticket, including standard JWT claims and the custom ticket_context object."
},
{
"id": "PermissionTicket.iss",
"path": "PermissionTicket.iss",
"short": "Issuer (Trust Broker URL)",
"definition": "Issuer (Trust Broker URL)",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "PermissionTicket.sub",
"path": "PermissionTicket.sub",
"short": "Issuer-defined ticket subject (profile-specific)",
"definition": "Issuer-defined ticket subject (profile-specific)",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "PermissionTicket.aud",
"path": "PermissionTicket.aud",
"short": "Audience (Network / Trust Framework / Recipient Set)",
"definition": "Audience (Network / Trust Framework / Recipient Set)",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "PermissionTicket.exp",
"path": "PermissionTicket.exp",
"short": "Expiration Timestamp",
"definition": "Expiration Timestamp",
"min": 1,
"max": "1",
"type": [
{
"code": "integer"
}
]
},
{
"id": "PermissionTicket.iat",
"path": "PermissionTicket.iat",
"short": "Issued-At Timestamp",
"definition": "Issued-At Timestamp",
"min": 0,
"max": "1",
"type": [
{
"code": "integer"
}
]
},
{
"id": "PermissionTicket.jti",
"path": "PermissionTicket.jti",
"short": "Unique Ticket ID",
"definition": "Unique Ticket ID",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "PermissionTicket.ticket-type",
"path": "PermissionTicket.ticket_type",
"short": "Ticket type URI identifying the ticket schema/semantics (required for multi-ticket profiles; optional for single-ticket profiles)",
"definition": "Ticket type URI identifying the ticket schema/semantics (required for multi-ticket profiles; optional for single-ticket profiles)",
"min": 0,
"max": "1",
"type": [
{
"code": "uri"
}
]
},
{
"id": "PermissionTicket.client-binding",
"path": "PermissionTicket.client_binding",
"short": "Client key-set binding",
"definition": "Client key-set binding",
"min": 1,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
]
},
{
"id": "PermissionTicket.client-binding.jwks-uri",
"path": "PermissionTicket.client_binding.jwks_uri",
"short": "HTTPS JWKS URI for authorized client key set",
"definition": "HTTPS JWKS URI for authorized client key set",
"min": 0,
"max": "1",
"type": [
{
"code": "url"
}
]
},
{
"id": "PermissionTicket.client-binding.jwks",
"path": "PermissionTicket.client_binding.jwks",
"short": "Embedded JWKS JSON for authorized client key set",
"definition": "Embedded JWKS JSON for authorized client key set",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "PermissionTicket.revocation",
"path": "PermissionTicket.revocation",
"short": "Revocation Information",
"definition": "Revocation Information",
"min": 0,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
]
},
{
"id": "PermissionTicket.revocation.url",
"path": "PermissionTicket.revocation.url",
"short": "URL of the Credential Revocation List (CRL)",
"definition": "URL of the Credential Revocation List (CRL)",
"min": 1,
"max": "1",
"type": [
{
"code": "url"
}
]
},
{
"id": "PermissionTicket.revocation.rid",
"path": "PermissionTicket.revocation.rid",
"short": "Revocation Identifier (opaque, max 24 chars)",
"definition": "Revocation Identifier (opaque, max 24 chars)",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "PermissionTicket.ticket-context",
"path": "PermissionTicket.ticket_context",
"short": "Permission Details",
"definition": "Permission Details",
"min": 1,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
]
},
{
"id": "PermissionTicket.ticket-context.subject",
"path": "PermissionTicket.ticket_context.subject",
"short": "The Patient or Subject of the data",
"definition": "The Patient or Subject of the data",
"min": 1,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
]
},
{
"id": "PermissionTicket.ticket-context.subject.type",
"path": "PermissionTicket.ticket_context.subject.type",
"short": "Type of subject match (e.g., 'match' or 'reference')",
"definition": "Type of subject match (e.g., 'match' or 'reference')",
"min": 0,
"max": "1",
"type": [
{
"code": "code"
}
]
},
{
"id": "PermissionTicket.ticket-context.subject.traits",
"path": "PermissionTicket.ticket_context.subject.traits",
"short": "Demographic traits for matching",
"definition": "Demographic traits for matching",
"min": 0,
"max": "1",
"type": [
{
"code": "Patient"
}
]
},
{
"id": "PermissionTicket.ticket-context.subject.resourceType",
"path": "PermissionTicket.ticket_context.subject.resourceType",
"short": "Resource Type (e.g. Patient)",
"definition": "Resource Type (e.g. Patient)",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "PermissionTicket.ticket-context.subject.id",
"path": "PermissionTicket.ticket_context.subject.id",
"short": "Resource ID",
"definition": "Resource ID",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "PermissionTicket.ticket-context.subject.identifier",
"path": "PermissionTicket.ticket_context.subject.identifier",
"short": "Business Identifier",
"definition": "Business Identifier",
"min": 0,
"max": "*",
"type": [
{
"code": "Identifier"
}
]
},
{
"id": "PermissionTicket.ticket-context.actor",
"path": "PermissionTicket.ticket_context.actor",
"short": "The Requesting Agent",
"definition": "The Requesting Agent",
"min": 0,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
]
},
{
"id": "PermissionTicket.ticket-context.actor.resourceType",
"path": "PermissionTicket.ticket_context.actor.resourceType",
"short": "Type of actor (PractitionerRole, RelatedPerson, Organization)",
"definition": "Type of actor (PractitionerRole, RelatedPerson, Organization)",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "PermissionTicket.ticket-context.actor.name",
"path": "PermissionTicket.ticket_context.actor.name",
"short": "Name of the actor",
"definition": "Name of the actor",
"min": 0,
"max": "*",
"type": [
{
"code": "HumanName"
}
]
},
{
"id": "PermissionTicket.ticket-context.actor.telecom",
"path": "PermissionTicket.ticket_context.actor.telecom",
"short": "Contact details",
"definition": "Contact details",
"min": 0,
"max": "*",
"type": [
{
"code": "ContactPoint"
}
]
},
{
"id": "PermissionTicket.ticket-context.actor.identifier",
"path": "PermissionTicket.ticket_context.actor.identifier",
"short": "Actor identifiers (NPI, etc)",
"definition": "Actor identifiers (NPI, etc)",
"min": 0,
"max": "*",
"type": [
{
"code": "Identifier"
}
]
},
{
"id": "PermissionTicket.ticket-context.actor.relationship",
"path": "PermissionTicket.ticket_context.actor.relationship",
"short": "Relationship to subject",
"definition": "Relationship to subject",
"min": 0,
"max": "*",
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "PermissionTicket.ticket-context.actor.type",
"path": "PermissionTicket.ticket_context.actor.type",
"short": "Organization type",
"definition": "Organization type",
"min": 0,
"max": "*",
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "PermissionTicket.ticket-context.actor.contained",
"path": "PermissionTicket.ticket_context.actor.contained",
"short": "Embedded resources",
"definition": "Embedded resources",
"min": 0,
"max": "*",
"type": [
{
"code": "Resource"
}
]
},
{
"id": "PermissionTicket.ticket-context.context",
"path": "PermissionTicket.ticket_context.context",
"short": "The Trigger Event",
"definition": "The Trigger Event",
"min": 0,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
]
},
{
"id": "PermissionTicket.ticket-context.context.type",
"path": "PermissionTicket.ticket_context.context.type",
"short": "Type of context (e.g. ActReason)",
"definition": "Type of context (e.g. ActReason)",
"min": 1,
"max": "1",
"type": [
{
"code": "Coding"
}
]
},
{
"id": "PermissionTicket.ticket-context.context.focus",
"path": "PermissionTicket.ticket_context.context.focus",
"short": "Clinical Focus (e.g. Condition)",
"definition": "Clinical Focus (e.g. Condition)",
"min": 0,
"max": "1",
"type": [
{
"code": "Coding"
}
]
},
{
"id": "PermissionTicket.ticket-context.context.identifier",
"path": "PermissionTicket.ticket_context.context.identifier",
"short": "Issuer-specific identifiers (Case ID, etc)",
"definition": "Issuer-specific identifiers (Case ID, etc)",
"min": 0,
"max": "*",
"type": [
{
"code": "Identifier"
}
]
},
{
"id": "PermissionTicket.ticket-context.capability",
"path": "PermissionTicket.ticket_context.capability",
"short": "Access Capabilities",
"definition": "Access Capabilities",
"min": 1,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
]
},
{
"id": "PermissionTicket.ticket-context.capability.scopes",
"path": "PermissionTicket.ticket_context.capability.scopes",
"short": "SMART Scopes (e.g. patient/Immunization.rs)",
"definition": "SMART Scopes (e.g. patient/Immunization.rs)",
"min": 0,
"max": "*",
"type": [
{
"code": "string"
}
]
},
{
"id": "PermissionTicket.ticket-context.capability.periods",
"path": "PermissionTicket.ticket_context.capability.periods",
"short": "Time restrictions (Service Date)",
"definition": "Time restrictions (Service Date)",
"min": 0,
"max": "*",
"type": [
{
"code": "Period"
}
]
},
{
"id": "PermissionTicket.ticket-context.capability.locations",
"path": "PermissionTicket.ticket_context.capability.locations",
"short": "Allowed Locations (Jurisdictions)",
"definition": "Allowed Locations (Jurisdictions)",
"min": 0,
"max": "*",
"type": [
{
"code": "Address"
}
]
},
{
"id": "PermissionTicket.ticket-context.capability.organizations",
"path": "PermissionTicket.ticket_context.capability.organizations",
"short": "Allowed Organizations",
"definition": "Allowed Organizations",
"min": 0,
"max": "*",
"type": [
{
"code": "Organization"
}
]
}
]
}
}