Finance and Insurance Service (FAIS)
1.0.1-current - ci-build
Finance and Insurance Service (FAIS), published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 1.0.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.Finance/ and changes regularly. See the Directory of published versions
{
"resourceType" : "EnrollmentRequest",
"id" : "ex-enrollment-req",
"meta" : {
"profile" : [
🔗 "https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.EnrollmentRequest"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: EnrollmentRequest ex-enrollment-req</b></p><a name=\"ex-enrollment-req\"> </a><a name=\"hcex-enrollment-req\"> </a><a name=\"ex-enrollment-req-en-US\"> </a><p><b>status</b>: Active</p><p><b>created</b>: 2023-12-15</p><p><b>insurer</b>: <a href=\"Organization-ex-insurer.html\">Organization Example Public Insurance</a></p><p><b>candidate</b>: <a href=\"Patient-ex-beneficiary.html\">Jane Doe Female, DoB: 2000-05-04</a></p><p><b>coverage</b>: <a href=\"Coverage-ex-coverage.html\">Coverage: status = active; type = public healthcare; subscriberId = a8978d4a-0c9f-11ef-9633-cb733e9641ef; relationship = Self; period = 2024-01-01 --> 2024-12-31</a></p></div>"
},
"status" : "active",
"created" : "2023-12-15",
"insurer" : {
🔗 "reference" : "Organization/ex-insurer"
},
"candidate" : {
🔗 "reference" : "Patient/ex-beneficiary"
},
"coverage" : {
🔗 "reference" : "Coverage/ex-coverage"
}
}