FHIR R6 FM Incubator
0.1.0 - ci-build International flag

FHIR R6 FM Incubator, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fm-incubator/ and changes regularly. See the Directory of published versions

Resource Profile: Enrollment Request

Official URL: http://hl7.org/fhir/StructureDefinition/EnrollmentRequest Version: 0.1.0
Standards status: Trial-use Maturity Level: 0 Computable Name: EnrollmentRequest
Other Identifiers: OID:2.16.840.1.113883.4.642.5.1438

This resource provides the insurance enrollment details to the insurer regarding a specified coverage.

Scope and Usage

This resource has not yet undergone proper review by FM. At this time it is a 'stub', is known to be incomplete, and is to be considered as a draft.

The EnrollmentRequest resource allows for the addition and removal of plan subscribers and their dependents to health insurance coverage.

Todo

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
.. EnrollmentRequest 0..* DomainResource Enroll in coverage

Elements defined in Ancestors:id, meta, implicitRules, language, text, contained, extension, modifierExtension
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Slice: Unordered, Open by value:url
... identifier 0..* Identifier Business Identifier
... status ?!Σ 0..1 code active | cancelled | draft | entered-in-error
Binding: FinancialResourceStatusCodes (required): A code specifying the state of the resource instance.
... created 0..1 dateTime Creation date
... insurer 0..1 Reference(Organization) Target
... provider 0..1 Reference(Practitioner | PractitionerRole | Organization) Responsible practitioner
... candidate 0..1 Reference(Patient | Group) The subject(s)to be enrolled
... coverage 0..1 Reference(Coverage) Insurance information

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
EnrollmentRequest.language Base required All Languages 📍6.0.0-ballot3 FHIR Std.
EnrollmentRequest.status Base required Financial Resource Status Codes 📦6.0.0-ballot3 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error EnrollmentRequest If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error EnrollmentRequest 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.trace('id') in %resource.descendants().select(reference | as(uri))) or descendants().where(reference='#' | as(uri)='#').exists()).not()).trace('unmatched', id).empty()
dom-4 error EnrollmentRequest 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 EnrollmentRequest If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice EnrollmentRequest 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())

This structure is derived from DomainResource

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. EnrollmentRequest 0..* DomainResource Enroll in coverage

Elements defined in Ancestors:id, meta, implicitRules, language, text, contained, extension, modifierExtension
... identifier 0..* Identifier Business Identifier
... status ?!Σ 0..1 code active | cancelled | draft | entered-in-error
Binding: FinancialResourceStatusCodes (required): A code specifying the state of the resource instance.
... created 0..1 dateTime Creation date
... provider 0..1 Reference(Practitioner | PractitionerRole | Organization) Responsible practitioner
... candidate 0..1 Reference(Patient | Group) The subject(s)to be enrolled
... coverage 0..1 Reference(Coverage) Insurance information

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
EnrollmentRequest.status Base required Financial Resource Status Codes 📦6.0.0-ballot3 FHIR Std.
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. EnrollmentRequest 0..* DomainResource Enroll in coverage

Elements defined in Ancestors:id, meta, implicitRules, language, text, contained, extension, modifierExtension
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Slice: Unordered, Open by value:url
... identifier 0..* Identifier Business Identifier
... status ?!Σ 0..1 code active | cancelled | draft | entered-in-error
Binding: FinancialResourceStatusCodes (required): A code specifying the state of the resource instance.
... created 0..1 dateTime Creation date
... insurer 0..1 Reference(Organization) Target
... provider 0..1 Reference(Practitioner | PractitionerRole | Organization) Responsible practitioner
... candidate 0..1 Reference(Patient | Group) The subject(s)to be enrolled
... coverage 0..1 Reference(Coverage) Insurance information

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
EnrollmentRequest.language Base required All Languages 📍6.0.0-ballot3 FHIR Std.
EnrollmentRequest.status Base required Financial Resource Status Codes 📦6.0.0-ballot3 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error EnrollmentRequest If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error EnrollmentRequest 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.trace('id') in %resource.descendants().select(reference | as(uri))) or descendants().where(reference='#' | as(uri)='#').exists()).not()).trace('unmatched', id).empty()
dom-4 error EnrollmentRequest 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 EnrollmentRequest If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice EnrollmentRequest 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())

This structure is derived from DomainResource

Summary

Maturity: 0

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. EnrollmentRequest 0..* DomainResource Enroll in coverage

Elements defined in Ancestors:id, meta, implicitRules, language, text, contained, extension, modifierExtension
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Slice: Unordered, Open by value:url
... identifier 0..* Identifier Business Identifier
... status ?!Σ 0..1 code active | cancelled | draft | entered-in-error
Binding: FinancialResourceStatusCodes (required): A code specifying the state of the resource instance.
... created 0..1 dateTime Creation date
... insurer 0..1 Reference(Organization) Target
... provider 0..1 Reference(Practitioner | PractitionerRole | Organization) Responsible practitioner
... candidate 0..1 Reference(Patient | Group) The subject(s)to be enrolled
... coverage 0..1 Reference(Coverage) Insurance information

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
EnrollmentRequest.language Base required All Languages 📍6.0.0-ballot3 FHIR Std.
EnrollmentRequest.status Base required Financial Resource Status Codes 📦6.0.0-ballot3 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error EnrollmentRequest If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error EnrollmentRequest 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.trace('id') in %resource.descendants().select(reference | as(uri))) or descendants().where(reference='#' | as(uri)='#').exists()).not()).trace('unmatched', id).empty()
dom-4 error EnrollmentRequest 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 EnrollmentRequest If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice EnrollmentRequest 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())

Differential View

This structure is derived from DomainResource

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. EnrollmentRequest 0..* DomainResource Enroll in coverage

Elements defined in Ancestors:id, meta, implicitRules, language, text, contained, extension, modifierExtension
... identifier 0..* Identifier Business Identifier
... status ?!Σ 0..1 code active | cancelled | draft | entered-in-error
Binding: FinancialResourceStatusCodes (required): A code specifying the state of the resource instance.
... created 0..1 dateTime Creation date
... provider 0..1 Reference(Practitioner | PractitionerRole | Organization) Responsible practitioner
... candidate 0..1 Reference(Patient | Group) The subject(s)to be enrolled
... coverage 0..1 Reference(Coverage) Insurance information

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
EnrollmentRequest.status Base required Financial Resource Status Codes 📦6.0.0-ballot3 FHIR Std.

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. EnrollmentRequest 0..* DomainResource Enroll in coverage

Elements defined in Ancestors:id, meta, implicitRules, language, text, contained, extension, modifierExtension
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Slice: Unordered, Open by value:url
... identifier 0..* Identifier Business Identifier
... status ?!Σ 0..1 code active | cancelled | draft | entered-in-error
Binding: FinancialResourceStatusCodes (required): A code specifying the state of the resource instance.
... created 0..1 dateTime Creation date
... insurer 0..1 Reference(Organization) Target
... provider 0..1 Reference(Practitioner | PractitionerRole | Organization) Responsible practitioner
... candidate 0..1 Reference(Patient | Group) The subject(s)to be enrolled
... coverage 0..1 Reference(Coverage) Insurance information

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
EnrollmentRequest.language Base required All Languages 📍6.0.0-ballot3 FHIR Std.
EnrollmentRequest.status Base required Financial Resource Status Codes 📦6.0.0-ballot3 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error EnrollmentRequest If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error EnrollmentRequest 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.trace('id') in %resource.descendants().select(reference | as(uri))) or descendants().where(reference='#' | as(uri)='#').exists()).not()).trace('unmatched', id).empty()
dom-4 error EnrollmentRequest 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 EnrollmentRequest If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice EnrollmentRequest 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())

This structure is derived from DomainResource

Summary

Maturity: 0

 

Other representations of profile: CSV, Excel, Schematron

Notes: