FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageihe.iti.fais
Resource TypeBundle
IdBundle-ex-enrollment-resp-bundle-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "id": "ex-enrollment-resp-bundle-1",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.EnrollmentResponse.Bundle"
    ]
  },
  "type": "collection",
  "entry": [
    {
      "fullUrl": "https://profiles.ihe.net/ITI/FAIS/EnrollmentResponse/ex-enrollment-resp-1",
      "resource": {
        "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\"><a name=\"EnrollmentResponse_ex-enrollment-resp-1\"> </a><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"
        }
      }
    },
    {
      "fullUrl": "https://profiles.ihe.net/ITI/FAIS/EnrollmentRequest/ex-enrollment-req-1",
      "resource": {
        "resourceType": "EnrollmentRequest",
        "id": "ex-enrollment-req-1",
        "meta": {
          "profile": [
            "https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.EnrollmentRequest"
          ]
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"EnrollmentRequest_ex-enrollment-req-1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: EnrollmentRequest ex-enrollment-req-1</b></p><a name=\"ex-enrollment-req-1\"> </a><a name=\"hcex-enrollment-req-1\"> </a><a name=\"ex-enrollment-req-1-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-1.html\">Organization National Health Insurance Scheme</a></p><p><b>candidate</b>: <a href=\"Patient-ex-beneficiary-1.html\">Purity Atieno  Female, DoB: 2000-05-04</a></p><p><b>coverage</b>: <a href=\"Coverage-ex-coverage-1.html\">Coverage: status = active; type = public healthcare; subscriberId = 05710b56-4448-11ef-b676-774a043da147; relationship = Self; period = 2024-01-01 --&gt; 2024-12-31</a></p></div>"
        },
        "status": "active",
        "created": "2023-12-15",
        "insurer": {
          "reference": "Organization/ex-insurer-1"
        },
        "candidate": {
          "reference": "Patient/ex-beneficiary-1"
        },
        "coverage": {
          "reference": "Coverage/ex-coverage-1"
        }
      }
    },
    {
      "fullUrl": "https://profiles.ihe.net/ITI/FAIS/Organization/ex-insurer-1",
      "resource": {
        "resourceType": "Organization",
        "id": "ex-insurer-1",
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_ex-insurer-1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization ex-insurer-1</b></p><a name=\"ex-insurer-1\"> </a><a name=\"hcex-insurer-1\"> </a><a name=\"ex-insurer-1-en-US\"> </a><p><b>name</b>: National Health Insurance Scheme</p></div>"
        },
        "name": "National Health Insurance Scheme"
      }
    }
  ]
}