{
  "resourceType": "Bundle",
  "id": "retinex-service-base-urls",
  "meta": {
    "lastUpdated": "2026-06-03T00:00:00.000Z",
    "profile": [
      "http://hl7.org/fhir/uv/bulkdata/STU2/Bundle"
    ]
  },
  "type": "collection",
  "entry": [
    {
      "fullUrl": "https://retinex.ai/docs/Organization/retinex-inc",
      "resource": {
        "resourceType": "Organization",
        "id": "retinex-inc",
        "active": true,
        "identifier": [
          {
            "system": "http://hl7.org/fhir/sid/us-npi",
            "value": "1942715623"
          }
        ],
        "name": "Retinex, Inc.",
        "address": [
          {
            "city": "Houston",
            "state": "TX",
            "country": "US"
          }
        ],
        "endpoint": [
          {
            "reference": "Endpoint/retinex-smart-r4",
            "display": "Retinex FHIR R4 (g)(10) endpoint"
          }
        ]
      }
    },
    {
      "fullUrl": "https://retinex.ai/docs/Endpoint/retinex-smart-r4",
      "resource": {
        "resourceType": "Endpoint",
        "id": "retinex-smart-r4",
        "status": "active",
        "connectionType": {
          "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
          "code": "hl7-fhir-rest",
          "display": "HL7 FHIR"
        },
        "name": "Retinex Health — FHIR R4 Patient Access API (g)(10)",
        "managingOrganization": {
          "reference": "Organization/retinex-inc",
          "display": "Retinex, Inc."
        },
        "contact": [
          {
            "system": "email",
            "value": "support@retinex.ai",
            "use": "work"
          }
        ],
        "payloadType": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type",
                "code": "any",
                "display": "Any"
              }
            ]
          }
        ],
        "payloadMimeType": [
          "application/fhir+json"
        ],
        "address": "https://retinexv2-apim.azure-api.net/smart"
      }
    }
  ]
}
