SMART App Launch, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 2.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/smart-app-launch/ and changes regularly. See the Directory of published versions
| Official URL: http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-brand | Version: 2.2.0 | ||||
| Active as of 2023-03-05 | Computable Name: UserAccessBrand | ||||
Profile on Organization to convey a User Access Brand.
For background and context, see User Access Brands Overview.
In addition to the core data elements on Organization, two key extensions are used in this profile:
Notes:
0..1 MS partOf Conveys that an affiliate Brand response for providing this Brand's user access. The hierarchy of "access provided by" links SHALL NOT exceed a depth of two (i.e., a Brand either includes portal details or links directly to a Brand that provides them).
0..* MS identifier Conveys identifiers that apps can use to link this Brand across publishers or with external data sets. EHRs SHALL support customer-supplied identifiers (system and value).
system is urn:ietf:rfc: 3986 (meaning the identifier is a URL) and value is the HTTPS URL for the Brand's primary web presence, omitting any "www." prefix from the domain and omitting any path component. For example, since the main web presence of Boston Children's Hospital is https://www.childrenshospital.org/, a recommended identifier would be: {"system": "urn:ietf:rfc:3986","value": "https://childrenshospital.org"}Usages:
You can also check for usages in the FHIR IG Statistics
Description Differentials, Snapshots, and other representations.
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
C | 0..* | Organization | User Access Brand Constraints: org-1, uab-1 |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
S | 0..* | (Complex) | Brand Details URL: http://hl7.org/fhir/StructureDefinition/organization-brand |
![]() ![]() ![]() |
S | 0..* | (Complex) | Portal Details URL: http://hl7.org/fhir/StructureDefinition/organization-portal |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() |
SΣC | 0..* | Identifier | Unique identifier for the brand |
![]() ![]() |
?!Σ | 0..1 | boolean | Whether the organization's record is still in active use |
![]() ![]() |
SΣ | 0..* | CodeableConcept | Kind of organization Slice: Unordered, Open by value:$this Binding: OrganizationType (example): Used to categorize the organization. |
![]() ![]() ![]() |
SΣ | 0..* | CodeableConcept | Categories of user access offered Binding: User Access Category Value Set (required) |
![]() ![]() |
SΣC | 1..1 | string | Primary brand name to display on a card |
![]() ![]() |
S | 0..* | string | Aliases (e.g., former names like "Partners Healthcare") for filtering/search |
![]() ![]() |
SC | 1..1 | ContactPoint | The primary public website for the Brand. Constraints: org-3 |
![]() ![]() |
SC | 0..* | Address | Locations (e.g., zip codes and/or street addresses) associated with the Brand. Constraints: org-2 |
![]() ![]() |
SΣ | 0..1 | Reference(Organization) | Affiliated "parent brand", if this Brand is part of a larger health system |
![]() ![]() |
S | 0..* | Reference(User Access Endpoint Profile) {b} | Endpoint associated with this brand |
![]() ![]() ![]() |
SΣC | 0..1 | string | Relative URL to an Endpoint within the User Access Brands Bundle |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Organization.type | Base | example | Organization type | 📍4.0.1 | FHIR Std. |
| Organization.type:pab | Base | required | User Access Category Value Set | 📦2.2.0 | This IG |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | Organization | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Organization | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource |
contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | Organization | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated |
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
|
| dom-5 | error | Organization | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Organization | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| org-1 | error | Organization | The organization SHALL at least have a name or an identifier, and possibly more than one |
(identifier.count() + name.count()) > 0
|
| org-2 | error | Organization.address | An address of an organization can never be of use 'home' |
where(use = 'home').empty()
|
| org-3 | error | Organization.telecom | The telecom of an organization can never be of use 'home' |
where(use = 'home').empty()
|
| uab-1 | error | Organization | Portal endpoints must also appear at Organization.endpoint |
Organization.extension('http://hl7.org/fhir/StructureDefinition/organization-portal').extension('portalEndpoint').value.ofType(Reference).reference.subsetOf(%resource.endpoint.reference)
|
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
C | 0..* | Organization | User Access Brand Constraints: uab-1 |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
S | 0..* | (Complex) | Brand Details URL: http://hl7.org/fhir/StructureDefinition/organization-brand |
![]() ![]() ![]() |
S | 0..* | (Complex) | Portal Details URL: http://hl7.org/fhir/StructureDefinition/organization-portal |
![]() ![]() |
S | 0..* | Identifier | Unique identifier for the brand |
![]() ![]() |
S | 0..* | CodeableConcept | Kind of organization Slice: Unordered, Open by value:$this |
![]() ![]() ![]() |
S | 0..* | CodeableConcept | Categories of user access offered Binding: User Access Category Value Set (required) |
![]() ![]() |
S | 1..1 | string | Primary brand name to display on a card |
![]() ![]() |
S | 0..* | string | Aliases (e.g., former names like "Partners Healthcare") for filtering/search |
![]() ![]() |
S | 1..1 | ContactPoint | The primary public website for the Brand. |
![]() ![]() |
S | 0..* | Address | Locations (e.g., zip codes and/or street addresses) associated with the Brand. |
![]() ![]() |
S | 0..1 | Reference(Organization) | Affiliated "parent brand", if this Brand is part of a larger health system |
![]() ![]() |
S | 0..* | Reference(User Access Endpoint Profile) {b} | Endpoint associated with this brand |
![]() ![]() ![]() |
S | 0..1 | string | Relative URL to an Endpoint within the User Access Brands Bundle |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Organization.type:pab | Base | required | User Access Category Value Set | 📦2.2.0 | This IG |
| Id | Grade | Path(s) | Description | Expression |
| uab-1 | error | Organization | Portal endpoints must also appear at Organization.endpoint |
Organization.extension('http://hl7.org/fhir/StructureDefinition/organization-portal').extension('portalEndpoint').value.ofType(Reference).reference.subsetOf(%resource.endpoint.reference)
|
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
C | 0..* | Organization | User Access Brand Constraints: org-1, uab-1 | ||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
S | 0..* | (Complex) | Brand Details URL: http://hl7.org/fhir/StructureDefinition/organization-brand | ||||
![]() ![]() ![]() |
S | 0..* | (Complex) | Portal Details URL: http://hl7.org/fhir/StructureDefinition/organization-portal | ||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() |
SΣC | 0..* | Identifier | Unique identifier for the brand | ||||
![]() ![]() |
?!Σ | 0..1 | boolean | Whether the organization's record is still in active use | ||||
![]() ![]() |
SΣ | 0..* | CodeableConcept | Kind of organization Slice: Unordered, Open by value:$this Binding: OrganizationType (example): Used to categorize the organization. | ||||
![]() ![]() ![]() |
SΣ | 0..* | CodeableConcept | Categories of user access offered Binding: User Access Category Value Set (required) | ||||
![]() ![]() |
SΣC | 1..1 | string | Primary brand name to display on a card | ||||
![]() ![]() |
S | 0..* | string | Aliases (e.g., former names like "Partners Healthcare") for filtering/search | ||||
![]() ![]() |
SC | 1..1 | ContactPoint | The primary public website for the Brand. Constraints: org-3 | ||||
![]() ![]() |
SC | 0..* | Address | Locations (e.g., zip codes and/or street addresses) associated with the Brand. Constraints: org-2 | ||||
![]() ![]() |
SΣ | 0..1 | Reference(Organization) | Affiliated "parent brand", if this Brand is part of a larger health system | ||||
![]() ![]() |
0..* | BackboneElement | Contact for the organization for a certain purpose | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
0..1 | CodeableConcept | The type of contact Binding: ContactEntityType (extensible): The purpose for which you would contact a contact party. | |||||
![]() ![]() ![]() |
0..1 | HumanName | A name associated with the contact | |||||
![]() ![]() ![]() |
0..* | ContactPoint | Contact details (telephone, email, etc.) for a contact | |||||
![]() ![]() ![]() |
0..1 | Address | Visiting or postal addresses for the contact | |||||
![]() ![]() |
S | 0..* | Reference(User Access Endpoint Profile) {b} | Endpoint associated with this brand | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
SΣC | 0..1 | string | Relative URL to an Endpoint within the User Access Brands Bundle | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() |
Σ | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Text alternative for the resource | ||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| Organization.language | Base | preferred | Common Languages | 📍4.0.1 | FHIR Std. |
| Organization.type | Base | example | Organization type | 📍4.0.1 | FHIR Std. |
| Organization.type:pab | Base | required | User Access Category Value Set | 📦2.2.0 | This IG |
| Organization.contact.purpose | Base | extensible | Contact entity type | 📍4.0.1 | FHIR Std. |
| Organization.endpoint.type | Base | extensible | ResourceType | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | Organization | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Organization | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource |
contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | Organization | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated |
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
|
| dom-5 | error | Organization | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Organization | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| org-1 | error | Organization | The organization SHALL at least have a name or an identifier, and possibly more than one |
(identifier.count() + name.count()) > 0
|
| org-2 | error | Organization.address | An address of an organization can never be of use 'home' |
where(use = 'home').empty()
|
| org-3 | error | Organization.telecom | The telecom of an organization can never be of use 'home' |
where(use = 'home').empty()
|
| uab-1 | error | Organization | Portal endpoints must also appear at Organization.endpoint |
Organization.extension('http://hl7.org/fhir/StructureDefinition/organization-portal').extension('portalEndpoint').value.ofType(Reference).reference.subsetOf(%resource.endpoint.reference)
|
Summary
Mandatory: 2 elements
Must-Support: 12 elements
Structures
This structure refers to these other structures:
Extensions
This structure refers to these extensions:
Slices
This structure defines the following Slices:
Key Elements View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
C | 0..* | Organization | User Access Brand Constraints: org-1, uab-1 |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
S | 0..* | (Complex) | Brand Details URL: http://hl7.org/fhir/StructureDefinition/organization-brand |
![]() ![]() ![]() |
S | 0..* | (Complex) | Portal Details URL: http://hl7.org/fhir/StructureDefinition/organization-portal |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() |
SΣC | 0..* | Identifier | Unique identifier for the brand |
![]() ![]() |
?!Σ | 0..1 | boolean | Whether the organization's record is still in active use |
![]() ![]() |
SΣ | 0..* | CodeableConcept | Kind of organization Slice: Unordered, Open by value:$this Binding: OrganizationType (example): Used to categorize the organization. |
![]() ![]() ![]() |
SΣ | 0..* | CodeableConcept | Categories of user access offered Binding: User Access Category Value Set (required) |
![]() ![]() |
SΣC | 1..1 | string | Primary brand name to display on a card |
![]() ![]() |
S | 0..* | string | Aliases (e.g., former names like "Partners Healthcare") for filtering/search |
![]() ![]() |
SC | 1..1 | ContactPoint | The primary public website for the Brand. Constraints: org-3 |
![]() ![]() |
SC | 0..* | Address | Locations (e.g., zip codes and/or street addresses) associated with the Brand. Constraints: org-2 |
![]() ![]() |
SΣ | 0..1 | Reference(Organization) | Affiliated "parent brand", if this Brand is part of a larger health system |
![]() ![]() |
S | 0..* | Reference(User Access Endpoint Profile) {b} | Endpoint associated with this brand |
![]() ![]() ![]() |
SΣC | 0..1 | string | Relative URL to an Endpoint within the User Access Brands Bundle |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Organization.type | Base | example | Organization type | 📍4.0.1 | FHIR Std. |
| Organization.type:pab | Base | required | User Access Category Value Set | 📦2.2.0 | This IG |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | Organization | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Organization | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource |
contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | Organization | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated |
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
|
| dom-5 | error | Organization | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Organization | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| org-1 | error | Organization | The organization SHALL at least have a name or an identifier, and possibly more than one |
(identifier.count() + name.count()) > 0
|
| org-2 | error | Organization.address | An address of an organization can never be of use 'home' |
where(use = 'home').empty()
|
| org-3 | error | Organization.telecom | The telecom of an organization can never be of use 'home' |
where(use = 'home').empty()
|
| uab-1 | error | Organization | Portal endpoints must also appear at Organization.endpoint |
Organization.extension('http://hl7.org/fhir/StructureDefinition/organization-portal').extension('portalEndpoint').value.ofType(Reference).reference.subsetOf(%resource.endpoint.reference)
|
Differential View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
C | 0..* | Organization | User Access Brand Constraints: uab-1 |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
S | 0..* | (Complex) | Brand Details URL: http://hl7.org/fhir/StructureDefinition/organization-brand |
![]() ![]() ![]() |
S | 0..* | (Complex) | Portal Details URL: http://hl7.org/fhir/StructureDefinition/organization-portal |
![]() ![]() |
S | 0..* | Identifier | Unique identifier for the brand |
![]() ![]() |
S | 0..* | CodeableConcept | Kind of organization Slice: Unordered, Open by value:$this |
![]() ![]() ![]() |
S | 0..* | CodeableConcept | Categories of user access offered Binding: User Access Category Value Set (required) |
![]() ![]() |
S | 1..1 | string | Primary brand name to display on a card |
![]() ![]() |
S | 0..* | string | Aliases (e.g., former names like "Partners Healthcare") for filtering/search |
![]() ![]() |
S | 1..1 | ContactPoint | The primary public website for the Brand. |
![]() ![]() |
S | 0..* | Address | Locations (e.g., zip codes and/or street addresses) associated with the Brand. |
![]() ![]() |
S | 0..1 | Reference(Organization) | Affiliated "parent brand", if this Brand is part of a larger health system |
![]() ![]() |
S | 0..* | Reference(User Access Endpoint Profile) {b} | Endpoint associated with this brand |
![]() ![]() ![]() |
S | 0..1 | string | Relative URL to an Endpoint within the User Access Brands Bundle |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Organization.type:pab | Base | required | User Access Category Value Set | 📦2.2.0 | This IG |
| Id | Grade | Path(s) | Description | Expression |
| uab-1 | error | Organization | Portal endpoints must also appear at Organization.endpoint |
Organization.extension('http://hl7.org/fhir/StructureDefinition/organization-portal').extension('portalEndpoint').value.ofType(Reference).reference.subsetOf(%resource.endpoint.reference)
|
Snapshot ViewView
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
C | 0..* | Organization | User Access Brand Constraints: org-1, uab-1 | ||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
S | 0..* | (Complex) | Brand Details URL: http://hl7.org/fhir/StructureDefinition/organization-brand | ||||
![]() ![]() ![]() |
S | 0..* | (Complex) | Portal Details URL: http://hl7.org/fhir/StructureDefinition/organization-portal | ||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() |
SΣC | 0..* | Identifier | Unique identifier for the brand | ||||
![]() ![]() |
?!Σ | 0..1 | boolean | Whether the organization's record is still in active use | ||||
![]() ![]() |
SΣ | 0..* | CodeableConcept | Kind of organization Slice: Unordered, Open by value:$this Binding: OrganizationType (example): Used to categorize the organization. | ||||
![]() ![]() ![]() |
SΣ | 0..* | CodeableConcept | Categories of user access offered Binding: User Access Category Value Set (required) | ||||
![]() ![]() |
SΣC | 1..1 | string | Primary brand name to display on a card | ||||
![]() ![]() |
S | 0..* | string | Aliases (e.g., former names like "Partners Healthcare") for filtering/search | ||||
![]() ![]() |
SC | 1..1 | ContactPoint | The primary public website for the Brand. Constraints: org-3 | ||||
![]() ![]() |
SC | 0..* | Address | Locations (e.g., zip codes and/or street addresses) associated with the Brand. Constraints: org-2 | ||||
![]() ![]() |
SΣ | 0..1 | Reference(Organization) | Affiliated "parent brand", if this Brand is part of a larger health system | ||||
![]() ![]() |
0..* | BackboneElement | Contact for the organization for a certain purpose | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
0..1 | CodeableConcept | The type of contact Binding: ContactEntityType (extensible): The purpose for which you would contact a contact party. | |||||
![]() ![]() ![]() |
0..1 | HumanName | A name associated with the contact | |||||
![]() ![]() ![]() |
0..* | ContactPoint | Contact details (telephone, email, etc.) for a contact | |||||
![]() ![]() ![]() |
0..1 | Address | Visiting or postal addresses for the contact | |||||
![]() ![]() |
S | 0..* | Reference(User Access Endpoint Profile) {b} | Endpoint associated with this brand | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
SΣC | 0..1 | string | Relative URL to an Endpoint within the User Access Brands Bundle | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() |
Σ | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Text alternative for the resource | ||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| Organization.language | Base | preferred | Common Languages | 📍4.0.1 | FHIR Std. |
| Organization.type | Base | example | Organization type | 📍4.0.1 | FHIR Std. |
| Organization.type:pab | Base | required | User Access Category Value Set | 📦2.2.0 | This IG |
| Organization.contact.purpose | Base | extensible | Contact entity type | 📍4.0.1 | FHIR Std. |
| Organization.endpoint.type | Base | extensible | ResourceType | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | Organization | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Organization | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource |
contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | Organization | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated |
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
|
| dom-5 | error | Organization | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Organization | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| org-1 | error | Organization | The organization SHALL at least have a name or an identifier, and possibly more than one |
(identifier.count() + name.count()) > 0
|
| org-2 | error | Organization.address | An address of an organization can never be of use 'home' |
where(use = 'home').empty()
|
| org-3 | error | Organization.telecom | The telecom of an organization can never be of use 'home' |
where(use = 'home').empty()
|
| uab-1 | error | Organization | Portal endpoints must also appear at Organization.endpoint |
Organization.extension('http://hl7.org/fhir/StructureDefinition/organization-portal').extension('portalEndpoint').value.ofType(Reference).reference.subsetOf(%resource.endpoint.reference)
|
Summary
Mandatory: 2 elements
Must-Support: 12 elements
Structures
This structure refers to these other structures:
Extensions
This structure refers to these extensions:
Slices
This structure defines the following Slices:
Other representations of profile: CSV, Excel, Schematron