This page is part of the FHIR Specification (v1.6.0:
STU
3 Ballot 4). The current version which supercedes this version is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
. For a full list of available versions, see the
Directory of published versions
.
Page
versions:
. Page versions:
R5
R4B
R4
R3
R2
This resource is marked as a draft .
|
|
Compartments
|
This resource provides the insurance enrollment details to the insurer regarding a specified coverage.
This
resource
has
not
yet
undergone
proper
review
by
FM.
At
this
time,
it
is
to
be
considered
as
a
draft.
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
This
resource
is
referenced
by
The EnrollmentRequest resource allows for the addition and removal of plan subscribers and their dependents to health insurance coverage.
Todo
This resource is referenced by enrollmentresponse
Structure
| Name | Flags | Card. | Type |
|
|---|---|---|---|---|
|
DomainResource |
|
||
|
0..* | Identifier |
|
|
|
?! Σ |
|
|
|
|
0..1 | Coding |
Resource version
| |
![]() ![]() |
0..1 | Coding |
|
|
|
0..1 | dateTime |
|
|
|
0..1 | Target | ||
![]() ![]() ![]() |
|
|||
|
Reference ( Organization ) | |||
|
0..1 | Responsible practitioner | ||
![]() ![]() ![]() |
|
|||
|
Reference ( Practitioner ) | |||
|
0..1 | Responsible organization | ||
![]() ![]() ![]() |
|
|||
|
Reference ( Organization ) | |||
|
1..1 |
|
||
|
|
|||
|
Reference
(
|
|||
|
1..1 |
|
Insurance information | |
Documentation for this format
|
||||
UML
Diagram
UML Diagram
(
Legend
)
XML
Template
XML Template
<
<EnrollmentRequest xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension -->
<</identifier> <</ruleset> <</originalRuleset> < <</target> <</provider> <</organization> <</subject> <</coverage> <</relationship><identifier><!-- 0..* Identifier Business Identifier --></identifier> <status value="[code]"/><!-- 1..1 active | cancelled | draft | entered-in-error --> <ruleset><!-- 0..1 Coding Resource version --></ruleset> <originalRuleset><!-- 0..1 Coding Original version --></originalRuleset> <created value="[dateTime]"/><!-- 0..1 Creation date --> <insurer[x]><!-- 0..1 Identifier|Reference(Organization) Target --></insurer[x]> <provider[x]><!-- 0..1 Identifier|Reference(Practitioner) Responsible practitioner --></provider[x]> <organization[x]><!-- 0..1 Identifier|Reference(Organization) Responsible organization --></organization[x]> <subject[x]><!-- 1..1 Identifier|Reference(Patient) The subject of the Products and Services --></subject[x]> <coverage><!-- 1..1 Reference(Coverage) Insurance information --></coverage> </EnrollmentRequest>
JSON
Template
JSON Template
{
"resourceType" : "",
{
"resourceType" : "EnrollmentRequest",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"
"
"
"
"
"
"
"
"
"
"identifier" : [{ Identifier }], // Business Identifier
"status" : "<code>", // R! active | cancelled | draft | entered-in-error
"ruleset" : { Coding }, // Resource version
"originalRuleset" : { Coding }, // Original version
"created" : "<dateTime>", // Creation date
// insurer[x]: Target. One of these 2:
"insurerIdentifier" : { Identifier },
"insurerReference" : { Reference(Organization) },
// provider[x]: Responsible practitioner. One of these 2:
"providerIdentifier" : { Identifier },
"providerReference" : { Reference(Practitioner) },
// organization[x]: Responsible organization. One of these 2:
"organizationIdentifier" : { Identifier },
"organizationReference" : { Reference(Organization) },
// subject[x]: The subject of the Products and Services. One of these 2:
"subjectIdentifier" : { Identifier },
"subjectReference" : { Reference(Patient) },
"coverage" : { Reference(Coverage) } // R! Insurance information
}
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> .[ a fhir:EnrollmentRequest; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:EnrollmentRequest.identifier [ Identifier ], ... ; # 0..* Business Identifier fhir:EnrollmentRequest.status [ code ]; # 1..1 active | cancelled | draft | entered-in-error fhir:EnrollmentRequest.ruleset [ Coding ]; # 0..1 Resource version fhir:EnrollmentRequest.originalRuleset [ Coding ]; # 0..1 Original version fhir:EnrollmentRequest.created [ dateTime ]; # 0..1 Creation date # EnrollmentRequest.insurer[x] : 0..1 Target. One of these 2 fhir:EnrollmentRequest.insurerIdentifier [ Identifier ] fhir:EnrollmentRequest.insurerReference [ Reference(Organization) ] # EnrollmentRequest.provider[x] : 0..1 Responsible practitioner. One of these 2 fhir:EnrollmentRequest.providerIdentifier [ Identifier ] fhir:EnrollmentRequest.providerReference [ Reference(Practitioner) ] # EnrollmentRequest.organization[x] : 0..1 Responsible organization. One of these 2 fhir:EnrollmentRequest.organizationIdentifier [ Identifier ] fhir:EnrollmentRequest.organizationReference [ Reference(Organization) ] # EnrollmentRequest.subject[x] : 1..1 The subject of the Products and Services. One of these 2 fhir:EnrollmentRequest.subjectIdentifier [ Identifier ] fhir:EnrollmentRequest.subjectReference [ Reference(Patient) ] fhir:EnrollmentRequest.coverage [ Reference(Coverage) ]; # 1..1 Insurance information ]
Changes since DSTU2
| EnrollmentRequest | |
| EnrollmentRequest.status | added |
| EnrollmentRequest.insurer[x] | added |
| EnrollmentRequest.provider[x] | Renamed from provider to provider[x] Add Identifier |
| EnrollmentRequest.organization[x] | Renamed from organization to organization[x] Add Identifier |
| EnrollmentRequest.subject[x] | Renamed from subject to subject[x] Add Identifier |
| EnrollmentRequest.target | deleted |
| EnrollmentRequest.relationship | deleted |
See the Full Difference for further information
Structure
| Name | Flags | Card. | Type |
|
|---|---|---|---|---|
|
DomainResource |
|
||
|
0..* | Identifier |
|
|
|
?! Σ |
|
|
|
|
0..1 | Coding |
Resource version
| |
![]() ![]() |
0..1 | Coding |
|
|
|
0..1 | dateTime |
|
|
|
0..1 | Target | ||
![]() ![]() ![]() |
|
|||
|
Reference ( Organization ) | |||
|
0..1 | Responsible practitioner | ||
![]() ![]() ![]() |
| |||
![]() ![]() ![]() |
Reference ( Practitioner ) | |||
|
0..1 | Responsible organization | ||
![]() ![]() ![]() |
|
|||
|
Reference ( Organization ) | |||
|
1..1 |
|
||
|
|
|||
|
Reference
(
|
|||
|
1..1 |
|
Insurance information | |
Documentation for this format
|
||||
XML
Template
XML Template
<
<EnrollmentRequest xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension -->
<</identifier> <</ruleset> <</originalRuleset> < <</target> <</provider> <</organization> <</subject> <</coverage> <</relationship><identifier><!-- 0..* Identifier Business Identifier --></identifier> <status value="[code]"/><!-- 1..1 active | cancelled | draft | entered-in-error --> <ruleset><!-- 0..1 Coding Resource version --></ruleset> <originalRuleset><!-- 0..1 Coding Original version --></originalRuleset> <created value="[dateTime]"/><!-- 0..1 Creation date --> <insurer[x]><!-- 0..1 Identifier|Reference(Organization) Target --></insurer[x]> <provider[x]><!-- 0..1 Identifier|Reference(Practitioner) Responsible practitioner --></provider[x]> <organization[x]><!-- 0..1 Identifier|Reference(Organization) Responsible organization --></organization[x]> <subject[x]><!-- 1..1 Identifier|Reference(Patient) The subject of the Products and Services --></subject[x]> <coverage><!-- 1..1 Reference(Coverage) Insurance information --></coverage> </EnrollmentRequest>
JSON
Template
JSON Template
{
"resourceType" : "",
{
"resourceType" : "EnrollmentRequest",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"
"
"
"
"
"
"
"
"
"
"identifier" : [{ Identifier }], // Business Identifier
"status" : "<code>", // R! active | cancelled | draft | entered-in-error
"ruleset" : { Coding }, // Resource version
"originalRuleset" : { Coding }, // Original version
"created" : "<dateTime>", // Creation date
// insurer[x]: Target. One of these 2:
"insurerIdentifier" : { Identifier },
"insurerReference" : { Reference(Organization) },
// provider[x]: Responsible practitioner. One of these 2:
"providerIdentifier" : { Identifier },
"providerReference" : { Reference(Practitioner) },
// organization[x]: Responsible organization. One of these 2:
"organizationIdentifier" : { Identifier },
"organizationReference" : { Reference(Organization) },
// subject[x]: The subject of the Products and Services. One of these 2:
"subjectIdentifier" : { Identifier },
"subjectReference" : { Reference(Patient) },
"coverage" : { Reference(Coverage) } // R! Insurance information
}
Alternate
definitions:
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> .[ a fhir:EnrollmentRequest; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:EnrollmentRequest.identifier [ Identifier ], ... ; # 0..* Business Identifier fhir:EnrollmentRequest.status [ code ]; # 1..1 active | cancelled | draft | entered-in-error fhir:EnrollmentRequest.ruleset [ Coding ]; # 0..1 Resource version fhir:EnrollmentRequest.originalRuleset [ Coding ]; # 0..1 Original version fhir:EnrollmentRequest.created [ dateTime ]; # 0..1 Creation date # EnrollmentRequest.insurer[x] : 0..1 Target. One of these 2 fhir:EnrollmentRequest.insurerIdentifier [ Identifier ] fhir:EnrollmentRequest.insurerReference [ Reference(Organization) ] # EnrollmentRequest.provider[x] : 0..1 Responsible practitioner. One of these 2 fhir:EnrollmentRequest.providerIdentifier [ Identifier ] fhir:EnrollmentRequest.providerReference [ Reference(Practitioner) ] # EnrollmentRequest.organization[x] : 0..1 Responsible organization. One of these 2 fhir:EnrollmentRequest.organizationIdentifier [ Identifier ] fhir:EnrollmentRequest.organizationReference [ Reference(Organization) ] # EnrollmentRequest.subject[x] : 1..1 The subject of the Products and Services. One of these 2 fhir:EnrollmentRequest.subjectIdentifier [ Identifier ] fhir:EnrollmentRequest.subjectReference [ Reference(Patient) ] fhir:EnrollmentRequest.coverage [ Reference(Coverage) ]; # 1..1 Insurance information ]
Changes since DSTU2
| EnrollmentRequest | |
| EnrollmentRequest.status | added |
| EnrollmentRequest.insurer[x] | added |
| EnrollmentRequest.provider[x] | Renamed from provider to provider[x] Add Identifier |
| EnrollmentRequest.organization[x] | Renamed from organization to organization[x] Add Identifier |
| EnrollmentRequest.subject[x] | Renamed from subject to subject[x] Add Identifier |
| EnrollmentRequest.target | deleted |
| EnrollmentRequest.relationship | deleted |
See the Full Difference for further information
Alternate definitions: Master Definition (
XML
,
JSON
),
XML
Schema
/
Schematron
,
Resource
Profile
(
XML
,
(for ) +
JSON
Schema
,
ShEx
(for
Turtle
),
Questionnaire
)
| Path | Definition | Type | Reference |
|---|---|---|---|
| EnrollmentRequest.status |
|
|
|
|
EnrollmentRequest.ruleset
EnrollmentRequest.originalRuleset |
|
Example |
|
Search parameters for this resource. The
common parameters
also apply. See
Searching
for
more
information
about
searching
in
REST,
messaging,
and
services.
for more information about searching in REST, messaging, and services.
| Name | Type | Description | Paths |
| identifier | token |
|
EnrollmentRequest.identifier |
|
| token | The party to be enrolled | EnrollmentRequest.subjectidentifier |
| patient-reference | reference |
|
( Patient ) |
|
| token | The party to be enrolled | EnrollmentRequest.subjectidentifier |
| subject-reference | reference |
|
( Patient ) |