FHIR IG analytics| Package | hl7.fhir.uv.apix |
| Resource Type | Endpoint |
| Id | Endpoint-1003.json |
| FHIR Version | R5 |
No resources found
No resources found
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
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
| Type |
| Any |
address: http://example.org/host.docker.internal:3001/fhir-subscription-notify
{
"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"
}