{
  "resourceType": "Bundle",
  "id": "service-base-url-publication",
  "type": "collection",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2026-06-06T00:00:00Z"
  },
  "entry": [
    {
      "fullUrl": "https://ehrfhir.ehryourway.com/api/v1/Endpoint/production",
      "resource": {
        "resourceType": "Endpoint",
        "id": "production",
        "status": "active",
        "connectionType": {
          "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
          "code": "hl7-fhir-rest",
          "display": "HL7 FHIR REST"
        },
        "name": "EHR Your Way Production FHIR Endpoint",
        "managingOrganization": {
          "reference": "Organization/ehryourway"
        },
        "address": "https://ehrfhir.ehryourway.com/api/v1",
        "payloadType": [
          {
            "coding": [
              {
                "system": "http://hl7.org/fhir/endpoint-payload-type",
                "code": "any",
                "display": "Any Resource"
              }
            ]
          }
        ]
      }
    },
    {
      "fullUrl": "https://ehrfhirdev.ehryourway.com/api/v1/Endpoint/test",
      "resource": {
        "resourceType": "Endpoint",
        "id": "test",
        "status": "active",
        "connectionType": {
          "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
          "code": "hl7-fhir-rest",
          "display": "HL7 FHIR REST"
        },
        "name": "EHR Your Way Test FHIR Endpoint",
        "managingOrganization": {
          "reference": "Organization/ehryourway"
        },
        "address": "https://ehrfhirdev.ehryourway.com/api/v1",
        "payloadType": [
          {
            "coding": [
              {
                "system": "http://hl7.org/fhir/endpoint-payload-type",
                "code": "any",
                "display": "Any Resource"
              }
            ]
          }
        ]
      }
    },
    {
      "fullUrl": "https://ehrfhir.ehryourway.com/api/v1/Organization/ehryourway",
      "resource": {
        "resourceType": "Organization",
        "id": "ehryourway",
        "name": "EHR Your Way",
        "telecom": [
          {
            "system": "url",
            "value": "https://ehryourway.com"
          }
        ],
        "address": [
          {
            "line": [
              "6699 Alvarado Rd, Suite 2301"
            ],
            "city": "San Diego",
            "state": "CA",
            "postalCode": "92120",
            "country": "USA"
          }
        ],
        "endpoint": [
          {
            "reference": "Endpoint/production"
          },
          {
            "reference": "Endpoint/test"
          }
        ]
      }
    }
  ]
}
