CMS ACCESS Model API
0.9.8 - draft
US
This page is part of the ACCESS Model IG v0.9.8 DRAFT (v0.9.8: Releases Draft) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions
| Official URL: https://dsacms.github.io/cmmi-access-model/StructureDefinition/access-align-in | Version: 0.9.8 | ||||
| Draft as of 2026-05-20 | Computable Name: ACCESSAlignmentRequestParameters | ||||
This is the profile for the $align operation input parameters. When a patient wishes to switch from one ACCESS participant to another after the 90-day lock-in period, the switchConsentAttestation parameter must be set to true to indicate that the patient has provided consent to switch providers.
The switchConsentAttestation parameter:
0..1 cardinality)true when aligning a patient who is switching from another ACCESS participant after the lock-in periodBy setting switchConsentAttestation to true, the submitting provider attests that:
The conditions parameter SHALL reference track-specific condition profiles, depending on the ACCESS track:
For detailed alignment workflows and examples, see the Alignment API section in the Operations Manual.
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: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Parameters(4.0.1) | Operation Request or Response | |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred) | |
![]() ![]() |
SΣC | 6..* | BackboneElement | Operation Parameter Slice: Unordered, Closed by value:name Constraints: inv-1 |
![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() ![]() |
Σ | 1..1 | string | Name from the definition |
![]() ![]() ![]() |
SΣC | 1..1 | BackboneElement | Operation Parameter Constraints: inv-1 |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Name from the definition Fixed Value: participantID |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | Identifier | If parameter is a data type Constraints: access-participant-id-pattern |
![]() ![]() ![]() |
SΣC | 1..1 | BackboneElement | Operation Parameter Constraints: inv-1 |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Name from the definition Fixed Value: payerID |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | Identifier | If parameter is a data type |
![]() ![]() ![]() |
SΣC | 1..1 | BackboneElement | Operation Parameter Constraints: inv-1 |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Name from the definition Fixed Value: patient |
![]() ![]() ![]() ![]() |
S | 1..1 | USCorePatientProfile(6.1.0) | Information about an individual or animal receiving health care services |
![]() ![]() ![]() |
SΣC | 1..1 | BackboneElement | Operation Parameter Constraints: inv-1 |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Name from the definition Fixed Value: track |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | CodeableConcept | If parameter is a data type Binding: ACCESSTrackVS (0.9.8) (required) |
![]() ![]() ![]() |
SΣC | 1..* | BackboneElement | Operation Parameter Constraints: inv-1 |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Name from the definition Fixed Value: condition |
![]() ![]() ![]() ![]() |
S | 1..1 | ACCESSCondition(0.9.8) | Detailed information about conditions, problems or diagnoses |
![]() ![]() ![]() |
SΣC | 1..1 | BackboneElement | Provider referred? Constraints: inv-1 |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Name from the definition Fixed Value: isProviderReferral |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | boolean | If parameter is a data type |
![]() ![]() ![]() |
SΣC | 0..1 | BackboneElement | Provider Switch Consent Attestation Constraints: inv-1 |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Name from the definition Fixed Value: switchConsentAttestation |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | boolean | If parameter is a data type |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Parameters.language | Base | preferred | Common Languages | 📍4.0.1 | FHIR Std. |
| Parameters.parameter:track.value[x] | Base | required | ACCESS Model Tracks Value Set | 📍0.9.8 | This IG |
| Id | Grade | Path(s) | Description | Expression |
| access-participant-id-pattern | error | Parameters.parameter:participantID.value[x] | ACCESS Participant ID must follow the pattern ACCES##### where ##### represents exactly 5 digits (e.g., ACCES00001, ACCES12345) |
value.matches('^ACCES\\d{5}$')
|
| ele-1 | error | Parameters.implicitRules, Parameters.language, Parameters.parameter, Parameters.parameter.modifierExtension, Parameters.parameter.name, Parameters.parameter:participantID, Parameters.parameter:participantID.name, Parameters.parameter:participantID.value[x], Parameters.parameter:payerID, Parameters.parameter:payerID.name, Parameters.parameter:payerID.value[x], Parameters.parameter:patient, Parameters.parameter:patient.name, Parameters.parameter:track, Parameters.parameter:track.name, Parameters.parameter:track.value[x], Parameters.parameter:condition, Parameters.parameter:condition.name, Parameters.parameter:isProviderReferral, Parameters.parameter:isProviderReferral.name, Parameters.parameter:isProviderReferral.value[x], Parameters.parameter:switchConsentAttestation, Parameters.parameter:switchConsentAttestation.name, Parameters.parameter:switchConsentAttestation.value[x] | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | Parameters.parameter.modifierExtension | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| inv-1 | error | Parameters.parameter, Parameters.parameter:participantID, Parameters.parameter:payerID, Parameters.parameter:patient, Parameters.parameter:track, Parameters.parameter:condition, Parameters.parameter:isProviderReferral, Parameters.parameter:switchConsentAttestation | A parameter must have one and only one of (value, resource, part) |
(part.exists() and value.empty() and resource.empty()) or (part.empty() and (value.exists() xor resource.exists()))
|
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Parameters(4.0.1) | Operation Request or Response | |
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred) | |
![]() ![]() |
S | 6..* | BackboneElement | Operation Parameter Slice: Unordered, Closed by value:name |
![]() ![]() ![]() |
S | 1..1 | BackboneElement | Operation Parameter |
![]() ![]() ![]() ![]() |
0..0 | Extension | ||
![]() ![]() ![]() ![]() |
S | 1..1 | string | Name from the definition Fixed Value: participantID |
![]() ![]() ![]() ![]() |
SC | 1..1 | Identifier | If parameter is a data type |
![]() ![]() ![]() ![]() |
0..0 | If parameter is a whole resource | ||
![]() ![]() ![]() |
S | 1..1 | BackboneElement | Operation Parameter |
![]() ![]() ![]() ![]() |
0..0 | Extension | ||
![]() ![]() ![]() ![]() |
S | 1..1 | string | Name from the definition Fixed Value: payerID |
![]() ![]() ![]() ![]() |
S | 1..1 | Identifier | If parameter is a data type |
![]() ![]() ![]() ![]() |
0..0 | If parameter is a whole resource | ||
![]() ![]() ![]() |
S | 1..1 | BackboneElement | Operation Parameter |
![]() ![]() ![]() ![]() |
0..0 | Extension | ||
![]() ![]() ![]() ![]() |
S | 1..1 | string | Name from the definition Fixed Value: patient |
![]() ![]() ![]() ![]() |
0..0 | If parameter is a data type | ||
![]() ![]() ![]() ![]() |
S | 1..1 | USCorePatientProfile(6.1.0) | Information about an individual or animal receiving health care services |
![]() ![]() ![]() |
S | 1..1 | BackboneElement | Operation Parameter |
![]() ![]() ![]() ![]() |
0..0 | Extension | ||
![]() ![]() ![]() ![]() |
S | 1..1 | string | Name from the definition Fixed Value: track |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | If parameter is a data type Binding: ACCESSTrackVS (0.9.8) (required) |
![]() ![]() ![]() ![]() |
0..0 | If parameter is a whole resource | ||
![]() ![]() ![]() |
S | 1..* | BackboneElement | Operation Parameter |
![]() ![]() ![]() ![]() |
0..0 | Extension | ||
![]() ![]() ![]() ![]() |
S | 1..1 | string | Name from the definition Fixed Value: condition |
![]() ![]() ![]() ![]() |
0..0 | If parameter is a data type | ||
![]() ![]() ![]() ![]() |
S | 1..1 | ACCESSCondition(0.9.8) | Detailed information about conditions, problems or diagnoses |
![]() ![]() ![]() |
S | 1..1 | BackboneElement | Provider referred? |
![]() ![]() ![]() ![]() |
0..0 | Extension | ||
![]() ![]() ![]() ![]() |
S | 1..1 | string | Name from the definition Fixed Value: isProviderReferral |
![]() ![]() ![]() ![]() |
S | 1..1 | boolean | If parameter is a data type |
![]() ![]() ![]() ![]() |
0..0 | If parameter is a whole resource | ||
![]() ![]() ![]() |
S | 0..1 | BackboneElement | Provider Switch Consent Attestation |
![]() ![]() ![]() ![]() |
0..0 | Extension | ||
![]() ![]() ![]() ![]() |
S | 1..1 | string | Name from the definition Fixed Value: switchConsentAttestation |
![]() ![]() ![]() ![]() |
S | 1..1 | boolean | If parameter is a data type |
![]() ![]() ![]() ![]() |
0..0 | If parameter is a whole resource | ||
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Parameters.language | Base | preferred | Common Languages | 📍4.0.1 | FHIR Std. |
| Parameters.parameter:track.value[x] | Base | required | ACCESS Model Tracks Value Set | 📍0.9.8 | This IG |
| Id | Grade | Path(s) | Description | Expression |
| access-participant-id-pattern | error | Parameters.parameter:participantID.value[x] | ACCESS Participant ID must follow the pattern ACCES##### where ##### represents exactly 5 digits (e.g., ACCES00001, ACCES12345) |
value.matches('^ACCES\\d{5}$')
|
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Parameters(4.0.1) | Operation Request or Response | |
![]() ![]() |
Σ | 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) | |
![]() ![]() |
SΣC | 6..* | BackboneElement | Operation Parameter Slice: Unordered, Closed by value:name Constraints: inv-1 |
![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() ![]() |
Σ | 1..1 | string | Name from the definition |
![]() ![]() ![]() ![]() |
ΣC | 0..1 | If parameter is a data type | |
![]() ![]() ![]() ![]() ![]() |
base64Binary | |||
![]() ![]() ![]() ![]() ![]() |
boolean | |||
![]() ![]() ![]() ![]() ![]() |
canonical(Any) | |||
![]() ![]() ![]() ![]() ![]() |
code | |||
![]() ![]() ![]() ![]() ![]() |
date | |||
![]() ![]() ![]() ![]() ![]() |
dateTime | |||
![]() ![]() ![]() ![]() ![]() |
decimal | |||
![]() ![]() ![]() ![]() ![]() |
id | |||
![]() ![]() ![]() ![]() ![]() |
instant | |||
![]() ![]() ![]() ![]() ![]() |
integer | |||
![]() ![]() ![]() ![]() ![]() |
markdown | |||
![]() ![]() ![]() ![]() ![]() |
oid | |||
![]() ![]() ![]() ![]() ![]() |
positiveInt | |||
![]() ![]() ![]() ![]() ![]() |
string | |||
![]() ![]() ![]() ![]() ![]() |
time | |||
![]() ![]() ![]() ![]() ![]() |
unsignedInt | |||
![]() ![]() ![]() ![]() ![]() |
uri | |||
![]() ![]() ![]() ![]() ![]() |
url | |||
![]() ![]() ![]() ![]() ![]() |
uuid | |||
![]() ![]() ![]() ![]() ![]() |
Address | |||
![]() ![]() ![]() ![]() ![]() |
Age | |||
![]() ![]() ![]() ![]() ![]() |
Annotation | |||
![]() ![]() ![]() ![]() ![]() |
Attachment | |||
![]() ![]() ![]() ![]() ![]() |
CodeableConcept | |||
![]() ![]() ![]() ![]() ![]() |
Coding | |||
![]() ![]() ![]() ![]() ![]() |
ContactPoint | |||
![]() ![]() ![]() ![]() ![]() |
Count | |||
![]() ![]() ![]() ![]() ![]() |
Distance | |||
![]() ![]() ![]() ![]() ![]() |
Duration | |||
![]() ![]() ![]() ![]() ![]() |
HumanName | |||
![]() ![]() ![]() ![]() ![]() |
Identifier | |||
![]() ![]() ![]() ![]() ![]() |
Money | |||
![]() ![]() ![]() ![]() ![]() |
Period | |||
![]() ![]() ![]() ![]() ![]() |
Quantity | |||
![]() ![]() ![]() ![]() ![]() |
Range | |||
![]() ![]() ![]() ![]() ![]() |
Ratio | |||
![]() ![]() ![]() ![]() ![]() |
Reference(Any) | |||
![]() ![]() ![]() ![]() ![]() |
SampledData | |||
![]() ![]() ![]() ![]() ![]() |
Signature | |||
![]() ![]() ![]() ![]() ![]() |
Timing | |||
![]() ![]() ![]() ![]() ![]() |
ContactDetail | |||
![]() ![]() ![]() ![]() ![]() |
Contributor | |||
![]() ![]() ![]() ![]() ![]() |
DataRequirement | |||
![]() ![]() ![]() ![]() ![]() |
Expression | |||
![]() ![]() ![]() ![]() ![]() |
ParameterDefinition | |||
![]() ![]() ![]() ![]() ![]() |
RelatedArtifact | |||
![]() ![]() ![]() ![]() ![]() |
TriggerDefinition | |||
![]() ![]() ![]() ![]() ![]() |
UsageContext | |||
![]() ![]() ![]() ![]() ![]() |
Dosage | |||
![]() ![]() ![]() ![]() ![]() |
Meta | |||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | Resource | If parameter is a whole resource |
![]() ![]() ![]() ![]() |
Σ | 0..* | See parameter (Parameters) | Named part of a multi-part parameter |
![]() ![]() ![]() |
SΣC | 1..1 | BackboneElement | Operation Parameter Constraints: inv-1 |
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Name from the definition Fixed Value: participantID |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | Identifier | If parameter is a data type Constraints: access-participant-id-pattern |
![]() ![]() ![]() ![]() |
Σ | 0..* | See parameter (Parameters) | Named part of a multi-part parameter |
![]() ![]() ![]() |
SΣC | 1..1 | BackboneElement | Operation Parameter Constraints: inv-1 |
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Name from the definition Fixed Value: payerID |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | Identifier | If parameter is a data type |
![]() ![]() ![]() ![]() |
Σ | 0..* | See parameter (Parameters) | Named part of a multi-part parameter |
![]() ![]() ![]() |
SΣC | 1..1 | BackboneElement | Operation Parameter Constraints: inv-1 |
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Name from the definition Fixed Value: patient |
![]() ![]() ![]() ![]() |
S | 1..1 | USCorePatientProfile(6.1.0) | Information about an individual or animal receiving health care services |
![]() ![]() ![]() ![]() |
Σ | 0..* | See parameter (Parameters) | Named part of a multi-part parameter |
![]() ![]() ![]() |
SΣC | 1..1 | BackboneElement | Operation Parameter Constraints: inv-1 |
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Name from the definition Fixed Value: track |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | CodeableConcept | If parameter is a data type Binding: ACCESSTrackVS (0.9.8) (required) |
![]() ![]() ![]() ![]() |
Σ | 0..* | See parameter (Parameters) | Named part of a multi-part parameter |
![]() ![]() ![]() |
SΣC | 1..* | BackboneElement | Operation Parameter Constraints: inv-1 |
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Name from the definition Fixed Value: condition |
![]() ![]() ![]() ![]() |
S | 1..1 | ACCESSCondition(0.9.8) | Detailed information about conditions, problems or diagnoses |
![]() ![]() ![]() ![]() |
Σ | 0..* | See parameter (Parameters) | Named part of a multi-part parameter |
![]() ![]() ![]() |
SΣC | 1..1 | BackboneElement | Provider referred? Constraints: inv-1 |
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Name from the definition Fixed Value: isProviderReferral |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | boolean | If parameter is a data type |
![]() ![]() ![]() ![]() |
Σ | 0..* | See parameter (Parameters) | Named part of a multi-part parameter |
![]() ![]() ![]() |
SΣC | 0..1 | BackboneElement | Provider Switch Consent Attestation Constraints: inv-1 |
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Name from the definition Fixed Value: switchConsentAttestation |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | boolean | If parameter is a data type |
![]() ![]() ![]() ![]() |
Σ | 0..* | See parameter (Parameters) | Named part of a multi-part parameter |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Parameters.language | Base | preferred | Common Languages | 📍4.0.1 | FHIR Std. |
| Parameters.parameter:track.value[x] | Base | required | ACCESS Model Tracks Value Set | 📍0.9.8 | This IG |
| Id | Grade | Path(s) | Description | Expression |
| access-participant-id-pattern | error | Parameters.parameter:participantID.value[x] | ACCESS Participant ID must follow the pattern ACCES##### where ##### represents exactly 5 digits (e.g., ACCES00001, ACCES12345) |
value.matches('^ACCES\\d{5}$')
|
| ele-1 | error | Parameters.meta, Parameters.implicitRules, Parameters.language, Parameters.parameter, Parameters.parameter.extension, Parameters.parameter.modifierExtension, Parameters.parameter.name, Parameters.parameter.value[x], Parameters.parameter.part, Parameters.parameter:participantID, Parameters.parameter:participantID.extension, Parameters.parameter:participantID.name, Parameters.parameter:participantID.value[x], Parameters.parameter:participantID.part, Parameters.parameter:payerID, Parameters.parameter:payerID.extension, Parameters.parameter:payerID.name, Parameters.parameter:payerID.value[x], Parameters.parameter:payerID.part, Parameters.parameter:patient, Parameters.parameter:patient.extension, Parameters.parameter:patient.name, Parameters.parameter:patient.part, Parameters.parameter:track, Parameters.parameter:track.extension, Parameters.parameter:track.name, Parameters.parameter:track.value[x], Parameters.parameter:track.part, Parameters.parameter:condition, Parameters.parameter:condition.extension, Parameters.parameter:condition.name, Parameters.parameter:condition.part, Parameters.parameter:isProviderReferral, Parameters.parameter:isProviderReferral.extension, Parameters.parameter:isProviderReferral.name, Parameters.parameter:isProviderReferral.value[x], Parameters.parameter:isProviderReferral.part, Parameters.parameter:switchConsentAttestation, Parameters.parameter:switchConsentAttestation.extension, Parameters.parameter:switchConsentAttestation.name, Parameters.parameter:switchConsentAttestation.value[x], Parameters.parameter:switchConsentAttestation.part | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | Parameters.parameter.extension, Parameters.parameter.modifierExtension, Parameters.parameter:participantID.extension, Parameters.parameter:payerID.extension, Parameters.parameter:patient.extension, Parameters.parameter:track.extension, Parameters.parameter:condition.extension, Parameters.parameter:isProviderReferral.extension, Parameters.parameter:switchConsentAttestation.extension | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| inv-1 | error | Parameters.parameter, Parameters.parameter:participantID, Parameters.parameter:payerID, Parameters.parameter:patient, Parameters.parameter:track, Parameters.parameter:condition, Parameters.parameter:isProviderReferral, Parameters.parameter:switchConsentAttestation | A parameter must have one and only one of (value, resource, part) |
(part.exists() and value.empty() and resource.empty()) or (part.empty() and (value.exists() xor resource.exists()))
|
Summary
Mandatory: 12 elements(1 nested mandatory element)
Must-Support: 22 elements
Fixed: 7 elements
Prohibited: 14 elements
Structures
This structure refers to these other structures:
Slices
This structure defines the following Slices:
Key Elements View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Parameters(4.0.1) | Operation Request or Response | |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred) | |
![]() ![]() |
SΣC | 6..* | BackboneElement | Operation Parameter Slice: Unordered, Closed by value:name Constraints: inv-1 |
![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() ![]() |
Σ | 1..1 | string | Name from the definition |
![]() ![]() ![]() |
SΣC | 1..1 | BackboneElement | Operation Parameter Constraints: inv-1 |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Name from the definition Fixed Value: participantID |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | Identifier | If parameter is a data type Constraints: access-participant-id-pattern |
![]() ![]() ![]() |
SΣC | 1..1 | BackboneElement | Operation Parameter Constraints: inv-1 |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Name from the definition Fixed Value: payerID |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | Identifier | If parameter is a data type |
![]() ![]() ![]() |
SΣC | 1..1 | BackboneElement | Operation Parameter Constraints: inv-1 |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Name from the definition Fixed Value: patient |
![]() ![]() ![]() ![]() |
S | 1..1 | USCorePatientProfile(6.1.0) | Information about an individual or animal receiving health care services |
![]() ![]() ![]() |
SΣC | 1..1 | BackboneElement | Operation Parameter Constraints: inv-1 |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Name from the definition Fixed Value: track |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | CodeableConcept | If parameter is a data type Binding: ACCESSTrackVS (0.9.8) (required) |
![]() ![]() ![]() |
SΣC | 1..* | BackboneElement | Operation Parameter Constraints: inv-1 |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Name from the definition Fixed Value: condition |
![]() ![]() ![]() ![]() |
S | 1..1 | ACCESSCondition(0.9.8) | Detailed information about conditions, problems or diagnoses |
![]() ![]() ![]() |
SΣC | 1..1 | BackboneElement | Provider referred? Constraints: inv-1 |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Name from the definition Fixed Value: isProviderReferral |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | boolean | If parameter is a data type |
![]() ![]() ![]() |
SΣC | 0..1 | BackboneElement | Provider Switch Consent Attestation Constraints: inv-1 |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Name from the definition Fixed Value: switchConsentAttestation |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | boolean | If parameter is a data type |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Parameters.language | Base | preferred | Common Languages | 📍4.0.1 | FHIR Std. |
| Parameters.parameter:track.value[x] | Base | required | ACCESS Model Tracks Value Set | 📍0.9.8 | This IG |
| Id | Grade | Path(s) | Description | Expression |
| access-participant-id-pattern | error | Parameters.parameter:participantID.value[x] | ACCESS Participant ID must follow the pattern ACCES##### where ##### represents exactly 5 digits (e.g., ACCES00001, ACCES12345) |
value.matches('^ACCES\\d{5}$')
|
| ele-1 | error | Parameters.implicitRules, Parameters.language, Parameters.parameter, Parameters.parameter.modifierExtension, Parameters.parameter.name, Parameters.parameter:participantID, Parameters.parameter:participantID.name, Parameters.parameter:participantID.value[x], Parameters.parameter:payerID, Parameters.parameter:payerID.name, Parameters.parameter:payerID.value[x], Parameters.parameter:patient, Parameters.parameter:patient.name, Parameters.parameter:track, Parameters.parameter:track.name, Parameters.parameter:track.value[x], Parameters.parameter:condition, Parameters.parameter:condition.name, Parameters.parameter:isProviderReferral, Parameters.parameter:isProviderReferral.name, Parameters.parameter:isProviderReferral.value[x], Parameters.parameter:switchConsentAttestation, Parameters.parameter:switchConsentAttestation.name, Parameters.parameter:switchConsentAttestation.value[x] | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | Parameters.parameter.modifierExtension | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| inv-1 | error | Parameters.parameter, Parameters.parameter:participantID, Parameters.parameter:payerID, Parameters.parameter:patient, Parameters.parameter:track, Parameters.parameter:condition, Parameters.parameter:isProviderReferral, Parameters.parameter:switchConsentAttestation | A parameter must have one and only one of (value, resource, part) |
(part.exists() and value.empty() and resource.empty()) or (part.empty() and (value.exists() xor resource.exists()))
|
Differential View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Parameters(4.0.1) | Operation Request or Response | |
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred) | |
![]() ![]() |
S | 6..* | BackboneElement | Operation Parameter Slice: Unordered, Closed by value:name |
![]() ![]() ![]() |
S | 1..1 | BackboneElement | Operation Parameter |
![]() ![]() ![]() ![]() |
0..0 | Extension | ||
![]() ![]() ![]() ![]() |
S | 1..1 | string | Name from the definition Fixed Value: participantID |
![]() ![]() ![]() ![]() |
SC | 1..1 | Identifier | If parameter is a data type |
![]() ![]() ![]() ![]() |
0..0 | If parameter is a whole resource | ||
![]() ![]() ![]() |
S | 1..1 | BackboneElement | Operation Parameter |
![]() ![]() ![]() ![]() |
0..0 | Extension | ||
![]() ![]() ![]() ![]() |
S | 1..1 | string | Name from the definition Fixed Value: payerID |
![]() ![]() ![]() ![]() |
S | 1..1 | Identifier | If parameter is a data type |
![]() ![]() ![]() ![]() |
0..0 | If parameter is a whole resource | ||
![]() ![]() ![]() |
S | 1..1 | BackboneElement | Operation Parameter |
![]() ![]() ![]() ![]() |
0..0 | Extension | ||
![]() ![]() ![]() ![]() |
S | 1..1 | string | Name from the definition Fixed Value: patient |
![]() ![]() ![]() ![]() |
0..0 | If parameter is a data type | ||
![]() ![]() ![]() ![]() |
S | 1..1 | USCorePatientProfile(6.1.0) | Information about an individual or animal receiving health care services |
![]() ![]() ![]() |
S | 1..1 | BackboneElement | Operation Parameter |
![]() ![]() ![]() ![]() |
0..0 | Extension | ||
![]() ![]() ![]() ![]() |
S | 1..1 | string | Name from the definition Fixed Value: track |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | If parameter is a data type Binding: ACCESSTrackVS (0.9.8) (required) |
![]() ![]() ![]() ![]() |
0..0 | If parameter is a whole resource | ||
![]() ![]() ![]() |
S | 1..* | BackboneElement | Operation Parameter |
![]() ![]() ![]() ![]() |
0..0 | Extension | ||
![]() ![]() ![]() ![]() |
S | 1..1 | string | Name from the definition Fixed Value: condition |
![]() ![]() ![]() ![]() |
0..0 | If parameter is a data type | ||
![]() ![]() ![]() ![]() |
S | 1..1 | ACCESSCondition(0.9.8) | Detailed information about conditions, problems or diagnoses |
![]() ![]() ![]() |
S | 1..1 | BackboneElement | Provider referred? |
![]() ![]() ![]() ![]() |
0..0 | Extension | ||
![]() ![]() ![]() ![]() |
S | 1..1 | string | Name from the definition Fixed Value: isProviderReferral |
![]() ![]() ![]() ![]() |
S | 1..1 | boolean | If parameter is a data type |
![]() ![]() ![]() ![]() |
0..0 | If parameter is a whole resource | ||
![]() ![]() ![]() |
S | 0..1 | BackboneElement | Provider Switch Consent Attestation |
![]() ![]() ![]() ![]() |
0..0 | Extension | ||
![]() ![]() ![]() ![]() |
S | 1..1 | string | Name from the definition Fixed Value: switchConsentAttestation |
![]() ![]() ![]() ![]() |
S | 1..1 | boolean | If parameter is a data type |
![]() ![]() ![]() ![]() |
0..0 | If parameter is a whole resource | ||
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Parameters.language | Base | preferred | Common Languages | 📍4.0.1 | FHIR Std. |
| Parameters.parameter:track.value[x] | Base | required | ACCESS Model Tracks Value Set | 📍0.9.8 | This IG |
| Id | Grade | Path(s) | Description | Expression |
| access-participant-id-pattern | error | Parameters.parameter:participantID.value[x] | ACCESS Participant ID must follow the pattern ACCES##### where ##### represents exactly 5 digits (e.g., ACCES00001, ACCES12345) |
value.matches('^ACCES\\d{5}$')
|
Snapshot ViewView
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Parameters(4.0.1) | Operation Request or Response | |
![]() ![]() |
Σ | 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) | |
![]() ![]() |
SΣC | 6..* | BackboneElement | Operation Parameter Slice: Unordered, Closed by value:name Constraints: inv-1 |
![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() ![]() |
Σ | 1..1 | string | Name from the definition |
![]() ![]() ![]() ![]() |
ΣC | 0..1 | If parameter is a data type | |
![]() ![]() ![]() ![]() ![]() |
base64Binary | |||
![]() ![]() ![]() ![]() ![]() |
boolean | |||
![]() ![]() ![]() ![]() ![]() |
canonical(Any) | |||
![]() ![]() ![]() ![]() ![]() |
code | |||
![]() ![]() ![]() ![]() ![]() |
date | |||
![]() ![]() ![]() ![]() ![]() |
dateTime | |||
![]() ![]() ![]() ![]() ![]() |
decimal | |||
![]() ![]() ![]() ![]() ![]() |
id | |||
![]() ![]() ![]() ![]() ![]() |
instant | |||
![]() ![]() ![]() ![]() ![]() |
integer | |||
![]() ![]() ![]() ![]() ![]() |
markdown | |||
![]() ![]() ![]() ![]() ![]() |
oid | |||
![]() ![]() ![]() ![]() ![]() |
positiveInt | |||
![]() ![]() ![]() ![]() ![]() |
string | |||
![]() ![]() ![]() ![]() ![]() |
time | |||
![]() ![]() ![]() ![]() ![]() |
unsignedInt | |||
![]() ![]() ![]() ![]() ![]() |
uri | |||
![]() ![]() ![]() ![]() ![]() |
url | |||
![]() ![]() ![]() ![]() ![]() |
uuid | |||
![]() ![]() ![]() ![]() ![]() |
Address | |||
![]() ![]() ![]() ![]() ![]() |
Age | |||
![]() ![]() ![]() ![]() ![]() |
Annotation | |||
![]() ![]() ![]() ![]() ![]() |
Attachment | |||
![]() ![]() ![]() ![]() ![]() |
CodeableConcept | |||
![]() ![]() ![]() ![]() ![]() |
Coding | |||
![]() ![]() ![]() ![]() ![]() |
ContactPoint | |||
![]() ![]() ![]() ![]() ![]() |
Count | |||
![]() ![]() ![]() ![]() ![]() |
Distance | |||
![]() ![]() ![]() ![]() ![]() |
Duration | |||
![]() ![]() ![]() ![]() ![]() |
HumanName | |||
![]() ![]() ![]() ![]() ![]() |
Identifier | |||
![]() ![]() ![]() ![]() ![]() |
Money | |||
![]() ![]() ![]() ![]() ![]() |
Period | |||
![]() ![]() ![]() ![]() ![]() |
Quantity | |||
![]() ![]() ![]() ![]() ![]() |
Range | |||
![]() ![]() ![]() ![]() ![]() |
Ratio | |||
![]() ![]() ![]() ![]() ![]() |
Reference(Any) | |||
![]() ![]() ![]() ![]() ![]() |
SampledData | |||
![]() ![]() ![]() ![]() ![]() |
Signature | |||
![]() ![]() ![]() ![]() ![]() |
Timing | |||
![]() ![]() ![]() ![]() ![]() |
ContactDetail | |||
![]() ![]() ![]() ![]() ![]() |
Contributor | |||
![]() ![]() ![]() ![]() ![]() |
DataRequirement | |||
![]() ![]() ![]() ![]() ![]() |
Expression | |||
![]() ![]() ![]() ![]() ![]() |
ParameterDefinition | |||
![]() ![]() ![]() ![]() ![]() |
RelatedArtifact | |||
![]() ![]() ![]() ![]() ![]() |
TriggerDefinition | |||
![]() ![]() ![]() ![]() ![]() |
UsageContext | |||
![]() ![]() ![]() ![]() ![]() |
Dosage | |||
![]() ![]() ![]() ![]() ![]() |
Meta | |||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | Resource | If parameter is a whole resource |
![]() ![]() ![]() ![]() |
Σ | 0..* | See parameter (Parameters) | Named part of a multi-part parameter |
![]() ![]() ![]() |
SΣC | 1..1 | BackboneElement | Operation Parameter Constraints: inv-1 |
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Name from the definition Fixed Value: participantID |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | Identifier | If parameter is a data type Constraints: access-participant-id-pattern |
![]() ![]() ![]() ![]() |
Σ | 0..* | See parameter (Parameters) | Named part of a multi-part parameter |
![]() ![]() ![]() |
SΣC | 1..1 | BackboneElement | Operation Parameter Constraints: inv-1 |
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Name from the definition Fixed Value: payerID |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | Identifier | If parameter is a data type |
![]() ![]() ![]() ![]() |
Σ | 0..* | See parameter (Parameters) | Named part of a multi-part parameter |
![]() ![]() ![]() |
SΣC | 1..1 | BackboneElement | Operation Parameter Constraints: inv-1 |
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Name from the definition Fixed Value: patient |
![]() ![]() ![]() ![]() |
S | 1..1 | USCorePatientProfile(6.1.0) | Information about an individual or animal receiving health care services |
![]() ![]() ![]() ![]() |
Σ | 0..* | See parameter (Parameters) | Named part of a multi-part parameter |
![]() ![]() ![]() |
SΣC | 1..1 | BackboneElement | Operation Parameter Constraints: inv-1 |
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Name from the definition Fixed Value: track |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | CodeableConcept | If parameter is a data type Binding: ACCESSTrackVS (0.9.8) (required) |
![]() ![]() ![]() ![]() |
Σ | 0..* | See parameter (Parameters) | Named part of a multi-part parameter |
![]() ![]() ![]() |
SΣC | 1..* | BackboneElement | Operation Parameter Constraints: inv-1 |
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Name from the definition Fixed Value: condition |
![]() ![]() ![]() ![]() |
S | 1..1 | ACCESSCondition(0.9.8) | Detailed information about conditions, problems or diagnoses |
![]() ![]() ![]() ![]() |
Σ | 0..* | See parameter (Parameters) | Named part of a multi-part parameter |
![]() ![]() ![]() |
SΣC | 1..1 | BackboneElement | Provider referred? Constraints: inv-1 |
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Name from the definition Fixed Value: isProviderReferral |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | boolean | If parameter is a data type |
![]() ![]() ![]() ![]() |
Σ | 0..* | See parameter (Parameters) | Named part of a multi-part parameter |
![]() ![]() ![]() |
SΣC | 0..1 | BackboneElement | Provider Switch Consent Attestation Constraints: inv-1 |
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Name from the definition Fixed Value: switchConsentAttestation |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | boolean | If parameter is a data type |
![]() ![]() ![]() ![]() |
Σ | 0..* | See parameter (Parameters) | Named part of a multi-part parameter |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Parameters.language | Base | preferred | Common Languages | 📍4.0.1 | FHIR Std. |
| Parameters.parameter:track.value[x] | Base | required | ACCESS Model Tracks Value Set | 📍0.9.8 | This IG |
| Id | Grade | Path(s) | Description | Expression |
| access-participant-id-pattern | error | Parameters.parameter:participantID.value[x] | ACCESS Participant ID must follow the pattern ACCES##### where ##### represents exactly 5 digits (e.g., ACCES00001, ACCES12345) |
value.matches('^ACCES\\d{5}$')
|
| ele-1 | error | Parameters.meta, Parameters.implicitRules, Parameters.language, Parameters.parameter, Parameters.parameter.extension, Parameters.parameter.modifierExtension, Parameters.parameter.name, Parameters.parameter.value[x], Parameters.parameter.part, Parameters.parameter:participantID, Parameters.parameter:participantID.extension, Parameters.parameter:participantID.name, Parameters.parameter:participantID.value[x], Parameters.parameter:participantID.part, Parameters.parameter:payerID, Parameters.parameter:payerID.extension, Parameters.parameter:payerID.name, Parameters.parameter:payerID.value[x], Parameters.parameter:payerID.part, Parameters.parameter:patient, Parameters.parameter:patient.extension, Parameters.parameter:patient.name, Parameters.parameter:patient.part, Parameters.parameter:track, Parameters.parameter:track.extension, Parameters.parameter:track.name, Parameters.parameter:track.value[x], Parameters.parameter:track.part, Parameters.parameter:condition, Parameters.parameter:condition.extension, Parameters.parameter:condition.name, Parameters.parameter:condition.part, Parameters.parameter:isProviderReferral, Parameters.parameter:isProviderReferral.extension, Parameters.parameter:isProviderReferral.name, Parameters.parameter:isProviderReferral.value[x], Parameters.parameter:isProviderReferral.part, Parameters.parameter:switchConsentAttestation, Parameters.parameter:switchConsentAttestation.extension, Parameters.parameter:switchConsentAttestation.name, Parameters.parameter:switchConsentAttestation.value[x], Parameters.parameter:switchConsentAttestation.part | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | Parameters.parameter.extension, Parameters.parameter.modifierExtension, Parameters.parameter:participantID.extension, Parameters.parameter:payerID.extension, Parameters.parameter:patient.extension, Parameters.parameter:track.extension, Parameters.parameter:condition.extension, Parameters.parameter:isProviderReferral.extension, Parameters.parameter:switchConsentAttestation.extension | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| inv-1 | error | Parameters.parameter, Parameters.parameter:participantID, Parameters.parameter:payerID, Parameters.parameter:patient, Parameters.parameter:track, Parameters.parameter:condition, Parameters.parameter:isProviderReferral, Parameters.parameter:switchConsentAttestation | A parameter must have one and only one of (value, resource, part) |
(part.exists() and value.empty() and resource.empty()) or (part.empty() and (value.exists() xor resource.exists()))
|
Summary
Mandatory: 12 elements(1 nested mandatory element)
Must-Support: 22 elements
Fixed: 7 elements
Prohibited: 14 elements
Structures
This structure refers to these other structures:
Slices
This structure defines the following Slices:
Other representations of profile: CSV, Excel, Schematron