CMS ACCESS Model API
0.9.0 - ci-build United States of America flag

CMS ACCESS Model API - Local Development build (v0.9.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: ACCESS Check Eligibility Request Parameters

Official URL: https://globalalliantinc.com/access/StructureDefinition/access-check-eligibility-in Version: 0.9.0
Draft as of 2026-03-06 Computable Name: ACCESSCheckEligibilityRequestParameters

This profile defines the input parameters for the $check-eligibility operation, which is used to determine if a patient is eligible for a specific ACCESS Model track.

The conditions parameter is optional (0..*) and can be used to provide qualifying diagnosis information:

  • When included, should reference track-specific condition profiles when applicable
  • Helps the server assess eligibility based on specific diagnoses
  • Not required for basic eligibility checks based on enrollment data

For detailed alignment workflows and examples, see the Eligibility API Guidance section in the Operations Manual.

Usages:

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Parameters 0..* Parameters(4.0.1) Operation Request or Response
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for parameter SΣC 4..* BackboneElement Operation Parameter
Slice: Unordered, Closed by value:name
Constraints: inv-1
.... parameter:All Slices Content/Rules for all slices
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... name Σ 1..1 string Name from the definition
.... parameter:participantID SΣC 1..1 BackboneElement Operation Parameter
Constraints: inv-1
..... name SΣ 1..1 string Name from the definition
Fixed Value: participantID
..... value[x] SΣC 1..1 Identifier If parameter is a data type
Constraints: access-participant-id-pattern
.... parameter:payerID SΣC 1..1 BackboneElement Operation Parameter
Constraints: inv-1
..... name SΣ 1..1 string Name from the definition
Fixed Value: payerID
..... value[x] SΣC 1..1 Identifier If parameter is a data type
.... parameter:patient SΣC 1..1 BackboneElement Operation Parameter
Constraints: inv-1
..... name SΣ 1..1 string Name from the definition
Fixed Value: patient
..... resource S 1..1 USCorePatientProfile(6.1.0) Information about an individual or animal receiving health care services
.... parameter:track SΣC 1..1 BackboneElement Operation Parameter
Constraints: inv-1
..... name SΣ 1..1 string Name from the definition
Fixed Value: track
..... value[x] SΣC 1..1 CodeableConcept If parameter is a data type
Binding: ACCESSTrackVS (0.9.0) (required)
.... parameter:condition SΣC 0..* BackboneElement Operation Parameter
Constraints: inv-1
..... name SΣ 1..1 string Name from the definition
Fixed Value: condition
..... resource S 1..1 ACCESSCondition(0.9.0) Detailed information about conditions, problems or diagnoses

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Parameters.parameter:track.​value[x] Base required ACCESS Model Tracks Value Set 📍0.9.0 This IG

Constraints

Id Grade Path(s) Description Expression
access-participant-id-pattern error Parameters.parameter:participantID.value[x] ACCESS Participant ID must follow the pattern ACCESS#### where #### represents exactly 4 digits (e.g., ACCESS0001, ACCESS1234) value.matches('^ACCESS\\d{4}$')
ele-1 error Parameters.implicitRules, 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 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 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()))

This structure is derived from Parameters

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Parameters 0..* Parameters(4.0.1) Operation Request or Response
... Slices for parameter S 4..* BackboneElement Operation Parameter
Slice: Unordered, Closed by value:name
.... parameter:participantID S 1..1 BackboneElement Operation Parameter
..... modifierExtension 0..0 Extension
..... name S 1..1 string Name from the definition
Fixed Value: participantID
..... value[x] SC 1..1 Identifier If parameter is a data type
..... resource 0..0 If parameter is a whole resource
.... parameter:payerID S 1..1 BackboneElement Operation Parameter
..... modifierExtension 0..0 Extension
..... name S 1..1 string Name from the definition
Fixed Value: payerID
..... value[x] S 1..1 Identifier If parameter is a data type
..... resource 0..0 If parameter is a whole resource
.... parameter:patient S 1..1 BackboneElement Operation Parameter
..... modifierExtension 0..0 Extension
..... name S 1..1 string Name from the definition
Fixed Value: patient
..... value[x] 0..0 If parameter is a data type
..... resource S 1..1 USCorePatientProfile(6.1.0) Information about an individual or animal receiving health care services
.... parameter:track S 1..1 BackboneElement Operation Parameter
..... modifierExtension 0..0 Extension
..... name S 1..1 string Name from the definition
Fixed Value: track
..... value[x] S 1..1 CodeableConcept If parameter is a data type
Binding: ACCESSTrackVS (0.9.0) (required)
..... resource 0..0 If parameter is a whole resource
.... parameter:condition S 0..* BackboneElement Operation Parameter
..... modifierExtension 0..0 Extension
..... name S 1..1 string Name from the definition
Fixed Value: condition
..... value[x] 0..0 If parameter is a data type
..... resource S 1..1 ACCESSCondition(0.9.0) Detailed information about conditions, problems or diagnoses

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
Parameters.parameter:track.​value[x] Base required ACCESS Model Tracks Value Set 📍0.9.0 This IG

Constraints

Id Grade Path(s) Description Expression
access-participant-id-pattern error Parameters.parameter:participantID.value[x] ACCESS Participant ID must follow the pattern ACCESS#### where #### represents exactly 4 digits (e.g., ACCESS0001, ACCESS1234) value.matches('^ACCESS\\d{4}$')
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Parameters 0..* Parameters(4.0.1) Operation Request or Response
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for parameter SΣC 4..* BackboneElement Operation Parameter
Slice: Unordered, Closed by value:name
Constraints: inv-1
.... parameter:All Slices Content/Rules for all slices
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... name Σ 1..1 string Name from the definition
..... value[x] ΣC 0..1 If parameter is a data type
...... valueBase64Binary base64Binary
...... valueBoolean boolean
...... valueCanonical canonical(Any)
...... valueCode code
...... valueDate date
...... valueDateTime dateTime
...... valueDecimal decimal
...... valueId id
...... valueInstant instant
...... valueInteger integer
...... valueMarkdown markdown
...... valueOid oid
...... valuePositiveInt positiveInt
...... valueString string
...... valueTime time
...... valueUnsignedInt unsignedInt
...... valueUri uri
...... valueUrl url
...... valueUuid uuid
...... valueAddress Address
...... valueAge Age
...... valueAnnotation Annotation
...... valueAttachment Attachment
...... valueCodeableConcept CodeableConcept
...... valueCoding Coding
...... valueContactPoint ContactPoint
...... valueCount Count
...... valueDistance Distance
...... valueDuration Duration
...... valueHumanName HumanName
...... valueIdentifier Identifier
...... valueMoney Money
...... valuePeriod Period
...... valueQuantity Quantity
...... valueRange Range
...... valueRatio Ratio
...... valueReference Reference(Any)
...... valueSampledData SampledData
...... valueSignature Signature
...... valueTiming Timing
...... valueContactDetail ContactDetail
...... valueContributor Contributor
...... valueDataRequirement DataRequirement
...... valueExpression Expression
...... valueParameterDefinition ParameterDefinition
...... valueRelatedArtifact RelatedArtifact
...... valueTriggerDefinition TriggerDefinition
...... valueUsageContext UsageContext
...... valueDosage Dosage
...... valueMeta Meta
..... resource ΣC 0..1 Resource If parameter is a whole resource
..... part Σ 0..* See parameter (Parameters) Named part of a multi-part parameter
.... parameter:participantID SΣC 1..1 BackboneElement Operation Parameter
Constraints: inv-1
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... name SΣ 1..1 string Name from the definition
Fixed Value: participantID
..... value[x] SΣC 1..1 Identifier If parameter is a data type
Constraints: access-participant-id-pattern
..... part Σ 0..* See parameter (Parameters) Named part of a multi-part parameter
.... parameter:payerID SΣC 1..1 BackboneElement Operation Parameter
Constraints: inv-1
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... name SΣ 1..1 string Name from the definition
Fixed Value: payerID
..... value[x] SΣC 1..1 Identifier If parameter is a data type
..... part Σ 0..* See parameter (Parameters) Named part of a multi-part parameter
.... parameter:patient SΣC 1..1 BackboneElement Operation Parameter
Constraints: inv-1
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... name SΣ 1..1 string Name from the definition
Fixed Value: patient
..... resource S 1..1 USCorePatientProfile(6.1.0) Information about an individual or animal receiving health care services
..... part Σ 0..* See parameter (Parameters) Named part of a multi-part parameter
.... parameter:track SΣC 1..1 BackboneElement Operation Parameter
Constraints: inv-1
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... name SΣ 1..1 string Name from the definition
Fixed Value: track
..... value[x] SΣC 1..1 CodeableConcept If parameter is a data type
Binding: ACCESSTrackVS (0.9.0) (required)
..... part Σ 0..* See parameter (Parameters) Named part of a multi-part parameter
.... parameter:condition SΣC 0..* BackboneElement Operation Parameter
Constraints: inv-1
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... name SΣ 1..1 string Name from the definition
Fixed Value: condition
..... resource S 1..1 ACCESSCondition(0.9.0) Detailed information about conditions, problems or diagnoses
..... part Σ 0..* See parameter (Parameters) Named part of a multi-part parameter

doco Documentation for this format

Terminology Bindings

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.0 This IG

Constraints

Id Grade Path(s) Description Expression
access-participant-id-pattern error Parameters.parameter:participantID.value[x] ACCESS Participant ID must follow the pattern ACCESS#### where #### represents exactly 4 digits (e.g., ACCESS0001, ACCESS1234) value.matches('^ACCESS\\d{4}$')
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 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 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 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()))

This structure is derived from Parameters

Summary

Mandatory: 8 elements(1 nested mandatory element)
Must-Support: 16 elements
Fixed: 5 elements
Prohibited: 10 elements

Structures

This structure refers to these other structures:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of Parameters.parameter (Closed)

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Parameters 0..* Parameters(4.0.1) Operation Request or Response
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for parameter SΣC 4..* BackboneElement Operation Parameter
Slice: Unordered, Closed by value:name
Constraints: inv-1
.... parameter:All Slices Content/Rules for all slices
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... name Σ 1..1 string Name from the definition
.... parameter:participantID SΣC 1..1 BackboneElement Operation Parameter
Constraints: inv-1
..... name SΣ 1..1 string Name from the definition
Fixed Value: participantID
..... value[x] SΣC 1..1 Identifier If parameter is a data type
Constraints: access-participant-id-pattern
.... parameter:payerID SΣC 1..1 BackboneElement Operation Parameter
Constraints: inv-1
..... name SΣ 1..1 string Name from the definition
Fixed Value: payerID
..... value[x] SΣC 1..1 Identifier If parameter is a data type
.... parameter:patient SΣC 1..1 BackboneElement Operation Parameter
Constraints: inv-1
..... name SΣ 1..1 string Name from the definition
Fixed Value: patient
..... resource S 1..1 USCorePatientProfile(6.1.0) Information about an individual or animal receiving health care services
.... parameter:track SΣC 1..1 BackboneElement Operation Parameter
Constraints: inv-1
..... name SΣ 1..1 string Name from the definition
Fixed Value: track
..... value[x] SΣC 1..1 CodeableConcept If parameter is a data type
Binding: ACCESSTrackVS (0.9.0) (required)
.... parameter:condition SΣC 0..* BackboneElement Operation Parameter
Constraints: inv-1
..... name SΣ 1..1 string Name from the definition
Fixed Value: condition
..... resource S 1..1 ACCESSCondition(0.9.0) Detailed information about conditions, problems or diagnoses

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Parameters.parameter:track.​value[x] Base required ACCESS Model Tracks Value Set 📍0.9.0 This IG

Constraints

Id Grade Path(s) Description Expression
access-participant-id-pattern error Parameters.parameter:participantID.value[x] ACCESS Participant ID must follow the pattern ACCESS#### where #### represents exactly 4 digits (e.g., ACCESS0001, ACCESS1234) value.matches('^ACCESS\\d{4}$')
ele-1 error Parameters.implicitRules, 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 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 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

This structure is derived from Parameters

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Parameters 0..* Parameters(4.0.1) Operation Request or Response
... Slices for parameter S 4..* BackboneElement Operation Parameter
Slice: Unordered, Closed by value:name
.... parameter:participantID S 1..1 BackboneElement Operation Parameter
..... modifierExtension 0..0 Extension
..... name S 1..1 string Name from the definition
Fixed Value: participantID
..... value[x] SC 1..1 Identifier If parameter is a data type
..... resource 0..0 If parameter is a whole resource
.... parameter:payerID S 1..1 BackboneElement Operation Parameter
..... modifierExtension 0..0 Extension
..... name S 1..1 string Name from the definition
Fixed Value: payerID
..... value[x] S 1..1 Identifier If parameter is a data type
..... resource 0..0 If parameter is a whole resource
.... parameter:patient S 1..1 BackboneElement Operation Parameter
..... modifierExtension 0..0 Extension
..... name S 1..1 string Name from the definition
Fixed Value: patient
..... value[x] 0..0 If parameter is a data type
..... resource S 1..1 USCorePatientProfile(6.1.0) Information about an individual or animal receiving health care services
.... parameter:track S 1..1 BackboneElement Operation Parameter
..... modifierExtension 0..0 Extension
..... name S 1..1 string Name from the definition
Fixed Value: track
..... value[x] S 1..1 CodeableConcept If parameter is a data type
Binding: ACCESSTrackVS (0.9.0) (required)
..... resource 0..0 If parameter is a whole resource
.... parameter:condition S 0..* BackboneElement Operation Parameter
..... modifierExtension 0..0 Extension
..... name S 1..1 string Name from the definition
Fixed Value: condition
..... value[x] 0..0 If parameter is a data type
..... resource S 1..1 ACCESSCondition(0.9.0) Detailed information about conditions, problems or diagnoses

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
Parameters.parameter:track.​value[x] Base required ACCESS Model Tracks Value Set 📍0.9.0 This IG

Constraints

Id Grade Path(s) Description Expression
access-participant-id-pattern error Parameters.parameter:participantID.value[x] ACCESS Participant ID must follow the pattern ACCESS#### where #### represents exactly 4 digits (e.g., ACCESS0001, ACCESS1234) value.matches('^ACCESS\\d{4}$')

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Parameters 0..* Parameters(4.0.1) Operation Request or Response
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for parameter SΣC 4..* BackboneElement Operation Parameter
Slice: Unordered, Closed by value:name
Constraints: inv-1
.... parameter:All Slices Content/Rules for all slices
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... name Σ 1..1 string Name from the definition
..... value[x] ΣC 0..1 If parameter is a data type
...... valueBase64Binary base64Binary
...... valueBoolean boolean
...... valueCanonical canonical(Any)
...... valueCode code
...... valueDate date
...... valueDateTime dateTime
...... valueDecimal decimal
...... valueId id
...... valueInstant instant
...... valueInteger integer
...... valueMarkdown markdown
...... valueOid oid
...... valuePositiveInt positiveInt
...... valueString string
...... valueTime time
...... valueUnsignedInt unsignedInt
...... valueUri uri
...... valueUrl url
...... valueUuid uuid
...... valueAddress Address
...... valueAge Age
...... valueAnnotation Annotation
...... valueAttachment Attachment
...... valueCodeableConcept CodeableConcept
...... valueCoding Coding
...... valueContactPoint ContactPoint
...... valueCount Count
...... valueDistance Distance
...... valueDuration Duration
...... valueHumanName HumanName
...... valueIdentifier Identifier
...... valueMoney Money
...... valuePeriod Period
...... valueQuantity Quantity
...... valueRange Range
...... valueRatio Ratio
...... valueReference Reference(Any)
...... valueSampledData SampledData
...... valueSignature Signature
...... valueTiming Timing
...... valueContactDetail ContactDetail
...... valueContributor Contributor
...... valueDataRequirement DataRequirement
...... valueExpression Expression
...... valueParameterDefinition ParameterDefinition
...... valueRelatedArtifact RelatedArtifact
...... valueTriggerDefinition TriggerDefinition
...... valueUsageContext UsageContext
...... valueDosage Dosage
...... valueMeta Meta
..... resource ΣC 0..1 Resource If parameter is a whole resource
..... part Σ 0..* See parameter (Parameters) Named part of a multi-part parameter
.... parameter:participantID SΣC 1..1 BackboneElement Operation Parameter
Constraints: inv-1
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... name SΣ 1..1 string Name from the definition
Fixed Value: participantID
..... value[x] SΣC 1..1 Identifier If parameter is a data type
Constraints: access-participant-id-pattern
..... part Σ 0..* See parameter (Parameters) Named part of a multi-part parameter
.... parameter:payerID SΣC 1..1 BackboneElement Operation Parameter
Constraints: inv-1
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... name SΣ 1..1 string Name from the definition
Fixed Value: payerID
..... value[x] SΣC 1..1 Identifier If parameter is a data type
..... part Σ 0..* See parameter (Parameters) Named part of a multi-part parameter
.... parameter:patient SΣC 1..1 BackboneElement Operation Parameter
Constraints: inv-1
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... name SΣ 1..1 string Name from the definition
Fixed Value: patient
..... resource S 1..1 USCorePatientProfile(6.1.0) Information about an individual or animal receiving health care services
..... part Σ 0..* See parameter (Parameters) Named part of a multi-part parameter
.... parameter:track SΣC 1..1 BackboneElement Operation Parameter
Constraints: inv-1
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... name SΣ 1..1 string Name from the definition
Fixed Value: track
..... value[x] SΣC 1..1 CodeableConcept If parameter is a data type
Binding: ACCESSTrackVS (0.9.0) (required)
..... part Σ 0..* See parameter (Parameters) Named part of a multi-part parameter
.... parameter:condition SΣC 0..* BackboneElement Operation Parameter
Constraints: inv-1
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... name SΣ 1..1 string Name from the definition
Fixed Value: condition
..... resource S 1..1 ACCESSCondition(0.9.0) Detailed information about conditions, problems or diagnoses
..... part Σ 0..* See parameter (Parameters) Named part of a multi-part parameter

doco Documentation for this format

Terminology Bindings

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.0 This IG

Constraints

Id Grade Path(s) Description Expression
access-participant-id-pattern error Parameters.parameter:participantID.value[x] ACCESS Participant ID must follow the pattern ACCESS#### where #### represents exactly 4 digits (e.g., ACCESS0001, ACCESS1234) value.matches('^ACCESS\\d{4}$')
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 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 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 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()))

This structure is derived from Parameters

Summary

Mandatory: 8 elements(1 nested mandatory element)
Must-Support: 16 elements
Fixed: 5 elements
Prohibited: 10 elements

Structures

This structure refers to these other structures:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of Parameters.parameter (Closed)

 

Other representations of profile: CSV, Excel, Schematron