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 . Page versions: R5 R4B R4 R3 R2
This resource is marked as a draft.
Financial Management Work Group | Maturity Level: 0 | Compartments: Patient |
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 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 enrollmentresponse
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
EnrollmentRequest | DomainResource | Enrollment request | ||
identifier | 0..* | Identifier | Business Identifier | |
status | ?!Σ | 1..1 | code | active | cancelled | draft | entered-in-error EnrollmentRequestStatus (Required) |
ruleset | 0..1 | Coding | Resource version Ruleset Codes (Example) | |
originalRuleset | 0..1 | Coding | Original version Ruleset Codes (Example) | |
created | 0..1 | dateTime | Creation date | |
insurer[x] | 0..1 | Target | ||
insurerIdentifier | Identifier | |||
insurerReference | Reference(Organization) | |||
provider[x] | 0..1 | Responsible practitioner | ||
providerIdentifier | Identifier | |||
providerReference | Reference(Practitioner) | |||
organization[x] | 0..1 | Responsible organization | ||
organizationIdentifier | Identifier | |||
organizationReference | Reference(Organization) | |||
subject[x] | 1..1 | The subject of the Products and Services | ||
subjectIdentifier | Identifier | |||
subjectReference | Reference(Patient) | |||
coverage | 1..1 | Reference(Coverage) | Insurance information | |
Documentation for this format |
UML Diagram (Legend)
XML Template
<EnrollmentRequest 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> <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
{ "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 | Description & Constraints |
---|---|---|---|---|
EnrollmentRequest | DomainResource | Enrollment request | ||
identifier | 0..* | Identifier | Business Identifier | |
status | ?!Σ | 1..1 | code | active | cancelled | draft | entered-in-error EnrollmentRequestStatus (Required) |
ruleset | 0..1 | Coding | Resource version Ruleset Codes (Example) | |
originalRuleset | 0..1 | Coding | Original version Ruleset Codes (Example) | |
created | 0..1 | dateTime | Creation date | |
insurer[x] | 0..1 | Target | ||
insurerIdentifier | Identifier | |||
insurerReference | Reference(Organization) | |||
provider[x] | 0..1 | Responsible practitioner | ||
providerIdentifier | Identifier | |||
providerReference | Reference(Practitioner) | |||
organization[x] | 0..1 | Responsible organization | ||
organizationIdentifier | Identifier | |||
organizationReference | Reference(Organization) | |||
subject[x] | 1..1 | The subject of the Products and Services | ||
subjectIdentifier | Identifier | |||
subjectReference | Reference(Patient) | |||
coverage | 1..1 | Reference(Coverage) | Insurance information | |
Documentation for this format |
XML Template
<EnrollmentRequest 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> <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
{ "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
Alternate definitions: Master Definition (XML, JSON), XML Schema/Schematron (for ) + JSON Schema, ShEx (for Turtle)
Path | Definition | Type | Reference |
---|---|---|---|
EnrollmentRequest.status | A code specifying the state of the resource instance. | Required | EnrollmentRequestStatus |
EnrollmentRequest.ruleset EnrollmentRequest.originalRuleset | The static and dynamic model to which contents conform, which may be business version or standard/version. | Example | Ruleset Codes |
Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Paths |
identifier | token | The business identifier of the Enrollment | EnrollmentRequest.identifier |
patient-identifier | token | The party to be enrolled | EnrollmentRequest.subjectidentifier |
patient-reference | reference | The party to be enrolled | EnrollmentRequest.subjectreference (Patient) |
subject-identifier | token | The party to be enrolled | EnrollmentRequest.subjectidentifier |
subject-reference | reference | The party to be enrolled | EnrollmentRequest.subjectreference (Patient) |