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

FHIR IG analytics

Packagehl7.fhir.uv.apix
Resource TypeEndpoint
IdEndpoint-1003.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Endpoint 1003

version: 1; Last updated: 2026-02-02 00:22:09+0000; Language: en

Profile: APIX Endpoint for FHIR Subscription Notifications

identifier: http://example.org/regulator-system/findMEanywhereUsingThisSystemAndValue

status: Active

connectionType: HL7 FHIR Subscription Notification Endpoint

name: Authority FHIR Subscription Notification Endpoint

managingOrganization: Organization Stupendous Regulator

Payloads

-Type
*Any

address: http://example.org/host.docker.internal:3001/fhir-subscription-notify


Source1

{
  "resourceType": "Endpoint",
  "id": "1003",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2026-02-02T00:22:09.017+00:00",
    "profile": [
      "http://hl7.org/fhir/uv/apix/StructureDefinition/endpoint-subscription-notify"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/regulator-system",
      "value": "findMEanywhereUsingThisSystemAndValue"
    }
  ],
  "status": "active",
  "connectionType": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/uv/apix/CodeSystem/apix-temp",
          "code": "hl7-fhir-subscription-notify"
        }
      ]
    }
  ],
  "name": "Authority FHIR Subscription Notification Endpoint",
  "managingOrganization": {
    "reference": "Organization/1002"
  },
  "payload": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type",
              "code": "any",
              "display": "Any"
            }
          ]
        }
      ]
    }
  ],
  "address": "http://example.org/host.docker.internal:3001/fhir-subscription-notify"
}