{
  "resourceType": "Endpoint",
  "id": "exampleendpointbars",
  "extension": [
    {
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Endpoint.environmentType",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/endpoint-environment",
            "code": "staging"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "http://example.org/endpoint-identifier",
      "value": "bars12"
    }
  ],
  "status": "active",
  "connectionType": {
    "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
    "code": "hl7-fhir-rest"
  },
  "name": "BaRS Hub",
  "managingOrganization": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/ods-organization-code",
      "value": "R778"
    }
  },
  "contact": [
    {
      "system": "email",
      "value": "endpointmanager@example.org",
      "use": "work"
    }
  ],
  "period": {
    "start": "2026-03-02"
  },
  "payloadType": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/resource-types",
          "code": "CarePlan"
        }
      ]
    }
  ],
  "address": "http://fhir3.healthintersections.com.au/open/CarePlan",
  "header": [
    "bearer-code BASGS534s4"
  ]
}