This page is part of the FHIR Specification (v1.4.0:
STU
3 Ballot 3). 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 enrollment and plan details from the processing of an Enrollment resource.
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 to be considered as a draft.
The
EnrollmentResponse
resource
provides
enrollment
and
plan
details
from
the
processing
of
an
Enrollment
resource.
It
combines
key
information
from
a
payor
as
to
whether
a
Coverage
or
Policy
is
in-force,
and
optionally
the
nature
of
the
Policy
details.
Todo
The EnrollmentResponse resource provides enrollment and plan details from the processing of an Enrollment resource. It combines key information from a payor as to whether a Coverage or Policy is in-force, and optionally the nature of the Policy details.
Todo
Structure
| Name | Flags | Card. | Type |
|
|---|---|---|---|---|
|
Σ | DomainResource |
|
|
|
Σ | 0..* | Identifier |
|
|
Σ | 0..1 | Reference ( EnrollmentRequest ) |
|
|
Σ | 0..1 | code |
RemittanceOutcome |
|
Σ | 0..1 | string |
|
|
Σ | 0..1 | Coding |
|
|
Σ | 0..1 | Coding |
|
|
Σ | 0..1 | dateTime |
|
|
Σ | 0..1 | Reference ( Organization ) | Insurer |
|
Σ | 0..1 | Reference ( Practitioner ) |
|
|
Σ | 0..1 | Reference ( Organization ) |
|
Documentation for this format
|
||||
UML
Diagram
UML Diagram
XML
Template
XML Template
<EnrollmentResponse xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier Business Identifier --></identifier> <request><!-- 0..1 Reference(EnrollmentRequest) Claim reference --></request> <outcome value="[code]"/><!-- 0..1 complete | error --> <disposition value="[string]"/><!-- 0..1 Disposition Message --> <ruleset><!-- 0..1 Coding Resource version --></ruleset> <originalRuleset><!-- 0..1 Coding Original version --></originalRuleset> <created value="[dateTime]"/><!-- 0..1 Creation date --> <organization><!-- 0..1 Reference(Organization) Insurer --></organization> <requestProvider><!-- 0..1 Reference(Practitioner) Responsible practitioner --></requestProvider> <requestOrganization><!-- 0..1 Reference(Organization) Responsible organization --></requestOrganization> </EnrollmentResponse>
JSON
Template
JSON Template
{
"resourceType" : "EnrollmentResponse",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // Business Identifier
"request" : { Reference(EnrollmentRequest) }, // Claim reference
"outcome" : "<code>", // complete | error
"disposition" : "<string>", // Disposition Message
"ruleset" : { Coding }, // Resource version
"originalRuleset" : { Coding }, // Original version
"created" : "<dateTime>", // Creation date
"organization" : { Reference(Organization) }, // Insurer
"requestProvider" : { Reference(Practitioner) }, // Responsible practitioner
"requestOrganization" : { Reference(Organization) } // Responsible organization
}
Structure
| Name | Flags | Card. | Type |
|
|---|---|---|---|---|
|
Σ | DomainResource |
|
|
|
Σ | 0..* | Identifier |
|
|
Σ | 0..1 | Reference ( EnrollmentRequest ) |
|
|
Σ | 0..1 | code |
RemittanceOutcome |
|
Σ | 0..1 | string |
|
|
Σ | 0..1 | Coding |
|
|
Σ | 0..1 | Coding |
|
|
Σ | 0..1 | dateTime |
|
|
Σ | 0..1 | Reference ( Organization ) | Insurer |
|
Σ | 0..1 | Reference ( Practitioner ) |
|
|
Σ | 0..1 | Reference ( Organization ) |
|
Documentation for this format
|
||||
XML
Template
XML Template
<EnrollmentResponse xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier Business Identifier --></identifier> <request><!-- 0..1 Reference(EnrollmentRequest) Claim reference --></request> <outcome value="[code]"/><!-- 0..1 complete | error --> <disposition value="[string]"/><!-- 0..1 Disposition Message --> <ruleset><!-- 0..1 Coding Resource version --></ruleset> <originalRuleset><!-- 0..1 Coding Original version --></originalRuleset> <created value="[dateTime]"/><!-- 0..1 Creation date --> <organization><!-- 0..1 Reference(Organization) Insurer --></organization> <requestProvider><!-- 0..1 Reference(Practitioner) Responsible practitioner --></requestProvider> <requestOrganization><!-- 0..1 Reference(Organization) Responsible organization --></requestOrganization> </EnrollmentResponse>
JSON
Template
JSON Template
{
"resourceType" : "EnrollmentResponse",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // Business Identifier
"request" : { Reference(EnrollmentRequest) }, // Claim reference
"outcome" : "<code>", // complete | error
"disposition" : "<string>", // Disposition Message
"ruleset" : { Coding }, // Resource version
"originalRuleset" : { Coding }, // Original version
"created" : "<dateTime>", // Creation date
"organization" : { Reference(Organization) }, // Insurer
"requestProvider" : { Reference(Practitioner) }, // Responsible practitioner
"requestOrganization" : { Reference(Organization) } // Responsible organization
}
Alternate
definitions:
Alternate definitions:
Schema
/
Schematron
,
Resource
Profile
(
, Resource Profile (
XML
,
,
JSON
),
),
Questionnaire
| Path | Definition | Type | Reference |
|---|---|---|---|
|
|
|
Required | RemittanceOutcome |
|
EnrollmentResponse.ruleset
|
|
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 |
|
EnrollmentResponse.identifier |