Finance and Insurance Service (FAIS)
1.0.0 - trial-use International flag

This page is part of the IHE ITI Finance and Insurance Services (v1.0.0: Publication) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Use Case 1 - Example Enrollment Response - JSON Representation

Raw json | Download

{
  "resourceType" : "EnrollmentResponse",
  "id" : "ex-enrollment-resp-1",
  "meta" : {
    "profile" : [
      🔗 "https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.EnrollmentResponse"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: EnrollmentResponse ex-enrollment-resp-1</b></p><a name=\"ex-enrollment-resp-1\"> </a><a name=\"hcex-enrollment-resp-1\"> </a><a name=\"ex-enrollment-resp-1-en-US\"> </a><p><b>identifier</b>: <code>http://example.org/FAIS/NHIS</code>/3bb58542-4449-11ef-8d48-d7b1b51e3816</p><p><b>status</b>: Active</p><p><b>request</b>: <a href=\"EnrollmentRequest-ex-enrollment-req-1.html\">EnrollmentRequest: status = active; created = 2023-12-15</a></p><p><b>outcome</b>: Processing Complete</p><p><b>disposition</b>: Enrolled</p><p><b>created</b>: 2023-12-15</p><p><b>organization</b>: <a href=\"Organization-ex-insurer-1.html\">Organization National Health Insurance Scheme</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "http://example.org/FAIS/NHIS",
      "value" : "3bb58542-4449-11ef-8d48-d7b1b51e3816"
    }
  ],
  "status" : "active",
  "request" : {
    🔗 "reference" : "EnrollmentRequest/ex-enrollment-req-1"
  },
  "outcome" : "complete",
  "disposition" : "Enrolled",
  "created" : "2023-12-15",
  "organization" : {
    🔗 "reference" : "Organization/ex-insurer-1"
  }
}