From 05bf998d73f364203f799f74f49ed7cefce6a158 Mon Sep 17 00:00:00 2001 From: Brandon Wang Date: Fri, 24 Jul 2026 14:38:31 -0500 Subject: [PATCH 1/4] adding auditevent examples and text --- static/openapi.yaml | 184 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 184 insertions(+) diff --git a/static/openapi.yaml b/static/openapi.yaml index fe55e9d34..76b60f95f 100755 --- a/static/openapi.yaml +++ b/static/openapi.yaml @@ -439,6 +439,76 @@ paths: tags: - v3 + /v3/fhir/AuditEvent/{resource_id}: + get: + operationId: listReadViewAuditEvents_v3 + description: |- + Returns the AuditEvent FHIR resource identified by resource_id. + Requires the `patient/AuditEvent.rs` scope. Available in the v3 flow only, and only for Aligned Networks. + summary: "AuditEvent FHIR resource identified by resource_id" + security: + - oAuth2Security: + - patient/AuditEvent.rs + parameters: + - name: resource_id + in: path + required: true + description: "AuditEvent FHIR resource id, e.g. -502120048-20260702123504429756967" + schema: + type: string + responses: + '200': + content: + application/fhir+json: + schema: + $ref: '#/components/schemas/FHIR-JSON-RESOURCE' + examples: + V3FhirAuditEventByIdExample: + $ref: '#/components/examples/V3FhirAuditEventByIdExample' + description: "AuditEvent FHIR resource" + '401': + description: "Error: Unauthorized, e.g. Authentication credentials were not provided." + '403': + description: "Error: Forbidden, e.g. the token does not grant the patient/AuditEvent scope." + '404': + description: "Error: Not Found, e.g. the resource does not exist, or the endpoint is not enabled." + '502': + description: "Error: Bad Gateway, e.g. An error occurred contacting the FHIR server." + tags: + - v3 + /v3/fhir/AuditEvent/: + get: + operationId: listSearchViewAuditEvents_v3 + description: |- + Returns AuditEvent FHIR resources for the authorized beneficiary as a FHIR Bundle. + The search is automatically scoped to the authorized beneficiary; the beneficiary's FHIR id is injected server-side as the entity search parameter, so no beneficiary/patient query parameter is accepted from the caller. + Requires the `patient/AuditEvent.rs` scope. Available in the v3 flow only, and only for Aligned Networks. + summary: "AuditEvent FHIR resources for the authorized beneficiary as a FHIR Bundle" + security: + - oAuth2Security: + - patient/AuditEvent.rs + parameters: [] + responses: + '200': + content: + application/fhir+json: + schema: + $ref: '#/components/schemas/FHIR-JSON-RESOURCE' + examples: + V3FhirAuditEventExample: + $ref: '#/components/examples/V3FhirAuditEventExample' + description: "AuditEvent FHIR resources bundle" + '401': + description: "Error: Unauthorized, e.g. Authentication credentials were not provided." + '403': + description: "Error: Forbidden, e.g. the token does not grant the patient/AuditEvent scope." + '404': + description: "Error: Not Found, e.g. the endpoint is not enabled for this environment." + '502': + description: "Error: Bad Gateway, e.g. An error occurred contacting the FHIR server." + tags: + - v3 + ########## V2 Endpoints ########## /v2/connect/.well-known/openid-configuration: get: @@ -1273,6 +1343,7 @@ components: patient/Patient.rs: Read and search patient patient/Coverage.rs: Read and search patient coverage patient/ExplanationOfBenefit.rs: Read and search patient explanation of benefit + patient/AuditEvent.rs: Read and search patient audit events (v3 only) schemas: FHIR-JSON-RESOURCE: {type: object, description: A FHIR resource} @@ -2785,6 +2856,119 @@ components: display: "-264332726" type: replaces + V3FhirAuditEventByIdExample: + value: + resourceType: AuditEvent + id: '-502120048-20260702123504429756967' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: E + recorded: '2026-07-02T12:35:04.429+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: 192.168.127.1 + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-502120048 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: 'The detail elements refer to the matching algorithm + version combination that resulted in a unique match.' + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: 3.2.2 + + V3FhirAuditEventExample: + value: + resourceType: Bundle + id: 9287890d-04f0-4bcc-89f0-576eff993da9 + meta: + lastUpdated: '2026-07-06T19:59:39.261+00:00' + type: searchset + total: 1 + link: + - relation: self + url: 'https://sandbox.bluebutton.cms.gov/v3/fhir/AuditEvent?_format=application%2Ffhir%2Bjson&entity=-502120048' + entry: + - resource: + resourceType: AuditEvent + id: '-502120048-20260706192218527441255' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: E + recorded: '2026-07-06T19:22:18.527+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: 192.168.127.1 + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-502120048 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: 'The detail elements refer to the matching algorithm + version combination that resulted in a unique match.' + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: 3.2.2 + V1FhirCoverageExample: value: resourceType: Bundle From 55cf723fa5048738411f5fb97eb8b800804cf004 Mon Sep 17 00:00:00 2001 From: Brandon Wang Date: Fri, 24 Jul 2026 14:55:34 -0500 Subject: [PATCH 2/4] Adding note about aligned networks requirement --- static/openapi.yaml | 1953 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 1862 insertions(+), 91 deletions(-) diff --git a/static/openapi.yaml b/static/openapi.yaml index 76b60f95f..b40efa732 100755 --- a/static/openapi.yaml +++ b/static/openapi.yaml @@ -444,7 +444,9 @@ paths: operationId: listReadViewAuditEvents_v3 description: |- Returns the AuditEvent FHIR resource identified by resource_id. - Requires the `patient/AuditEvent.rs` scope. Available in the v3 flow only, and only for Aligned Networks. + + Requires the `patient/AuditEvent.rs` scope. Available in the v3 flow only, and gated + behind the `enable_auditevents` and `v3_endpoints` feature switches. summary: "AuditEvent FHIR resource identified by resource_id" security: - oAuth2Security: @@ -453,7 +455,7 @@ paths: - name: resource_id in: path required: true - description: "AuditEvent FHIR resource id, e.g. -502120048-20260702123504429756967" + description: "AuditEvent FHIR resource id, e.g. -731271436-20260724183749771069189" schema: type: string responses: @@ -481,8 +483,13 @@ paths: operationId: listSearchViewAuditEvents_v3 description: |- Returns AuditEvent FHIR resources for the authorized beneficiary as a FHIR Bundle. - The search is automatically scoped to the authorized beneficiary; the beneficiary's FHIR id is injected server-side as the entity search parameter, so no beneficiary/patient query parameter is accepted from the caller. - Requires the `patient/AuditEvent.rs` scope. Available in the v3 flow only, and only for Aligned Networks. + + The search is automatically scoped to the authorized beneficiary: their FHIR id is + injected server-side as the `entity` search parameter, so no beneficiary or patient + query parameter is accepted from the caller. + + Requires the `patient/AuditEvent.rs` scope. Available in the v3 flow only, and gated + behind the `enable_auditevents` and `v3_endpoints` feature switches. summary: "AuditEvent FHIR resources for the authorized beneficiary as a FHIR Bundle" security: - oAuth2Security: @@ -2859,115 +2866,1879 @@ components: V3FhirAuditEventByIdExample: value: resourceType: AuditEvent - id: '-502120048-20260702123504429756967' + id: '-731271436-20260724183749771069189' meta: profile: - - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' type: system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' code: transmit subtype: - - system: 'urn:cms:hte' - code: patient-match-request - action: E - recorded: '2026-07-02T12:35:04.429+00:00' + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-24T18:37:49.771+00:00' outcome: '0' purposeOfEvent: - - coding: - - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' - code: PATRQT - display: patient requested - text: patient requested + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested agent: - - altId: TestApp - name: TestApp - requestor: true - network: - address: 192.168.127.1 - type: '2' + - altId: TestApp + name: TestApp + requestor: true + network: + address: '192.168.127.1' + type: '2' source: observer: display: CMS Beneficiary FHIR Data Server entity: - - what: - reference: Patient/-502120048 - type: - system: 'http://hl7.org/fhir/resource-types' - code: Patient - display: Patient - role: - system: 'http://terminology.hl7.org/CodeSystem/object-role' - code: '1' - display: Patient - name: Match Info - description: 'The detail elements refer to the matching algorithm + version combination that resulted in a unique match.' - detail: - - type: matchAlgorithm - valueString: '01' - - type: matchAlgorithmVersion - valueString: 3.2.2 + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' V3FhirAuditEventExample: value: resourceType: Bundle - id: 9287890d-04f0-4bcc-89f0-576eff993da9 + id: a3b006cb-38ad-42b0-a371-f0cfc87a1ab7 meta: - lastUpdated: '2026-07-06T19:59:39.261+00:00' + lastUpdated: '2026-07-24T19:26:58.259+00:00' type: searchset - total: 1 + total: 37 link: - - relation: self - url: 'https://sandbox.bluebutton.cms.gov/v3/fhir/AuditEvent?_format=application%2Ffhir%2Bjson&entity=-502120048' + - relation: self + url: 'https://sandbox.bluebutton.cms.gov/v3/fhir/AuditEvent?_format=application%2Ffhir%2Bjson&entity=-731271436' entry: - - resource: - resourceType: AuditEvent - id: '-502120048-20260706192218527441255' - meta: - profile: - - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + - resource: + resourceType: AuditEvent + id: '-731271436-20260724183749771069189' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-24T18:37:49.771+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: '192.168.127.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 type: - system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' - code: transmit - subtype: - - system: 'urn:cms:hte' - code: patient-match-request - action: E - recorded: '2026-07-06T19:22:18.527+00:00' - outcome: '0' - purposeOfEvent: - - coding: - - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' - code: PATRQT - display: patient requested - text: patient requested - agent: - - altId: TestApp - name: TestApp - requestor: true - network: - address: 192.168.127.1 - type: '2' - source: - observer: - display: CMS Beneficiary FHIR Data Server - entity: - - what: - reference: Patient/-502120048 - type: - system: 'http://hl7.org/fhir/resource-types' - code: Patient - display: Patient - role: - system: 'http://terminology.hl7.org/CodeSystem/object-role' - code: '1' - display: Patient - name: Match Info - description: 'The detail elements refer to the matching algorithm + version combination that resulted in a unique match.' - detail: - - type: matchAlgorithm - valueString: '01' - - type: matchAlgorithmVersion - valueString: 3.2.2 + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260724183034018949699' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-24T18:30:34.018+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: '192.168.127.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260724174413965399293' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-24T17:44:13.965+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: '192.168.127.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260724174259811845332' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-24T17:42:59.811+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: '192.168.127.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260724173213474293490' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-24T17:32:13.474+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: test + name: test + requestor: true + network: + address: '127.0.0.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260724172631535271187' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-24T17:26:31.535+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: test + name: test + requestor: true + network: + address: '127.0.0.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260724172013017193910' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-24T17:20:13.017+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: test + name: test + requestor: true + network: + address: '127.0.0.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260724171240298194246' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-24T17:12:40.298+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: '192.168.127.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260724163040705574536' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-24T16:30:40.705+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: test + name: test + requestor: true + network: + address: '127.0.0.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260724162903476835528' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-24T16:29:03.476+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: '192.168.127.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260724162557186868037' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-24T16:25:57.186+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: '192.168.127.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260724162020612158981' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-24T16:20:20.612+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: '192.168.127.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260724161749538052412' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-24T16:17:49.538+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: '192.168.127.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260724160855019028190' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-24T16:08:55.019+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: '192.168.127.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260721213046380122867' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-21T21:30:46.380+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: '192.168.127.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260702184033617352946' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-02T18:40:33.617+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: '192.168.127.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260702182218222423213' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-02T18:22:18.222+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: '192.168.127.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260702181640784957599' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-02T18:16:40.784+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: '192.168.127.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260702172020571508831' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-02T17:20:20.571+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: '192.168.127.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260702164646143789468' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-02T16:46:46.143+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: '192.168.127.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260702160316636538291' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-02T16:03:16.636+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: '192.168.127.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260701193012361036143' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-01T19:30:12.361+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: '192.168.127.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260701185830673792119' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-01T18:58:30.673+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: '192.168.127.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260701182425805905945' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-01T18:24:25.805+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: '192.168.127.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260701181730157533522' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-01T18:17:30.157+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: '192.168.127.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260701180801437045742' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-01T18:08:01.437+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: '192.168.127.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260701164113697764978' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-01T16:41:13.697+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: '192.168.127.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260701162229857980329' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-01T16:22:29.857+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: '192.168.127.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260701153942386752599' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-01T15:39:42.386+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: '192.168.127.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260701150610455931163' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-01T15:06:10.455+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: '192.168.127.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260701150206978318571' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-01T15:02:06.978+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: '192.168.127.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260701145345607287302' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-01T14:53:45.607+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: '192.168.127.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260701145046102225476' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-07-01T14:50:46.102+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: '192.168.127.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260629215025580413320' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-06-29T21:50:25.580+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: '192.168.127.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260629203025177784043' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-06-29T20:30:25.177+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: '192.168.127.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260428180827190059308' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-04-28T18:08:27.190+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: '172.18.0.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' + - resource: + resourceType: AuditEvent + id: '-731271436-20260424184153511269531' + meta: + profile: + - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' + type: + system: 'http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle' + code: transmit + subtype: + - system: 'urn:cms:hte' + code: patient-match-request + action: 'E' + recorded: '2026-04-24T18:41:53.511+00:00' + outcome: '0' + purposeOfEvent: + - coding: + - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' + code: PATRQT + display: patient requested + text: patient requested + agent: + - altId: TestApp + name: TestApp + requestor: true + network: + address: '172.22.0.1' + type: '2' + source: + observer: + display: CMS Beneficiary FHIR Data Server + entity: + - what: + reference: Patient/-731271436 + type: + system: 'http://hl7.org/fhir/resource-types' + code: Patient + display: Patient + role: + system: 'http://terminology.hl7.org/CodeSystem/object-role' + code: '1' + display: Patient + name: Match Info + description: The detail elements refer to the matching algorithm + version combination that resulted in a unique match. + detail: + - type: matchAlgorithm + valueString: '01' + - type: matchAlgorithmVersion + valueString: '3.2.2' V1FhirCoverageExample: value: From 98c152a4aa7dfec77517869a72e6c51206a01392 Mon Sep 17 00:00:00 2001 From: Brandon Wang Date: Mon, 27 Jul 2026 08:44:20 -0500 Subject: [PATCH 3/4] correcting verbiage --- static/openapi.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/static/openapi.yaml b/static/openapi.yaml index b40efa732..5e159ccd7 100755 --- a/static/openapi.yaml +++ b/static/openapi.yaml @@ -445,8 +445,7 @@ paths: description: |- Returns the AuditEvent FHIR resource identified by resource_id. - Requires the `patient/AuditEvent.rs` scope. Available in the v3 flow only, and gated - behind the `enable_auditevents` and `v3_endpoints` feature switches. + Requires the `patient/AuditEvent.rs` scope. Available in the v3 flow only, and only available for the Aligned Networks. summary: "AuditEvent FHIR resource identified by resource_id" security: - oAuth2Security: @@ -488,8 +487,7 @@ paths: injected server-side as the `entity` search parameter, so no beneficiary or patient query parameter is accepted from the caller. - Requires the `patient/AuditEvent.rs` scope. Available in the v3 flow only, and gated - behind the `enable_auditevents` and `v3_endpoints` feature switches. + Requires the `patient/AuditEvent.rs` scope. Available in the v3 flow only, and only availble for the Aligned Networks. summary: "AuditEvent FHIR resources for the authorized beneficiary as a FHIR Bundle" security: - oAuth2Security: From 0bc2201a9f37b81a41c74cfc8a5a6d2c261773f7 Mon Sep 17 00:00:00 2001 From: Brandon Wang Date: Mon, 27 Jul 2026 15:50:29 -0500 Subject: [PATCH 4/4] removing broken auth for auditevent --- apps/docs/templates/openapi.html | 24 ++++ static/openapi.yaml | 187 +++++++++++++++++-------------- 2 files changed, 124 insertions(+), 87 deletions(-) diff --git a/apps/docs/templates/openapi.html b/apps/docs/templates/openapi.html index fc0b49192..e2b4afbbd 100755 --- a/apps/docs/templates/openapi.html +++ b/apps/docs/templates/openapi.html @@ -46,6 +46,30 @@ window.onload = function () { let ui; ui = SwaggerUIBundle({ + plugins: [ + // Disable the "Try it out" button for operations flagged with + // `x-tryItOutEnabled: false` in the spec (e.g. AuditEvent, which is + // restricted to CMS Aligned Networks client-credentials applications). + // All other operations keep Swagger UI's default behavior. + function DisableTryItOutForFlaggedOps() { + return { + statePlugins: { + spec: { + wrapSelectors: { + allowTryItOutFor: (ori) => (state, path, method) => { + const op = state.getIn(["resolvedSubtrees", "paths", path, method]) + || state.getIn(["json", "paths", path, method]); + if (op && op.get && op.get("x-tryItOutEnabled") === false) { + return false; + } + return ori(path, method); + }, + }, + }, + }, + }; + }, + ], urls: [ { url: "{% static 'openapi.yaml' %}", diff --git a/static/openapi.yaml b/static/openapi.yaml index 5e159ccd7..35297a27c 100755 --- a/static/openapi.yaml +++ b/static/openapi.yaml @@ -442,14 +442,21 @@ paths: /v3/fhir/AuditEvent/{resource_id}: get: operationId: listReadViewAuditEvents_v3 + x-tryItOutEnabled: false + security: [] description: |- Returns the AuditEvent FHIR resource identified by resource_id. - Requires the `patient/AuditEvent.rs` scope. Available in the v3 flow only, and only available for the Aligned Networks. + This resource is restricted to applications registered with **CMS Aligned Networks**. + The `patient/AuditEvent.rs` scope is only granted through the Aligned Networks + client-credentials token flow; it cannot be requested in the standard authorization-code + flow and is therefore not selectable in the Authorize dialog on this page. Requests for + this scope through any other flow are rejected. For more information, see + https://bluebutton.cms.gov/cms-aligned-networks-documentation/. + + Available in the v3 flow only, and gated behind the `enable_auditevents` and + `v3_endpoints` feature switches. summary: "AuditEvent FHIR resource identified by resource_id" - security: - - oAuth2Security: - - patient/AuditEvent.rs parameters: - name: resource_id in: path @@ -470,7 +477,7 @@ paths: '401': description: "Error: Unauthorized, e.g. Authentication credentials were not provided." '403': - description: "Error: Forbidden, e.g. the token does not grant the patient/AuditEvent scope." + description: "Error: Forbidden, e.g. the application is not a CMS Aligned Networks application, or the token does not grant the patient/AuditEvent scope." '404': description: "Error: Not Found, e.g. the resource does not exist, or the endpoint is not enabled." '502': @@ -480,6 +487,8 @@ paths: /v3/fhir/AuditEvent/: get: operationId: listSearchViewAuditEvents_v3 + x-tryItOutEnabled: false + security: [] description: |- Returns AuditEvent FHIR resources for the authorized beneficiary as a FHIR Bundle. @@ -487,11 +496,16 @@ paths: injected server-side as the `entity` search parameter, so no beneficiary or patient query parameter is accepted from the caller. - Requires the `patient/AuditEvent.rs` scope. Available in the v3 flow only, and only availble for the Aligned Networks. + This resource is restricted to applications registered with **CMS Aligned Networks**. + The `patient/AuditEvent.rs` scope is only granted through the Aligned Networks + client-credentials token flow; it cannot be requested in the standard authorization-code + flow and is therefore not selectable in the Authorize dialog on this page. Requests for + this scope through any other flow are rejected. For more information, see + https://bluebutton.cms.gov/cms-aligned-networks-documentation/. + + Available in the v3 flow only, and gated behind the `enable_auditevents` and + `v3_endpoints` feature switches. summary: "AuditEvent FHIR resources for the authorized beneficiary as a FHIR Bundle" - security: - - oAuth2Security: - - patient/AuditEvent.rs parameters: [] responses: '200': @@ -506,7 +520,7 @@ paths: '401': description: "Error: Unauthorized, e.g. Authentication credentials were not provided." '403': - description: "Error: Forbidden, e.g. the token does not grant the patient/AuditEvent scope." + description: "Error: Forbidden, e.g. the application is not a CMS Aligned Networks application, or the token does not grant the patient/AuditEvent scope." '404': description: "Error: Not Found, e.g. the endpoint is not enabled for this environment." '502': @@ -1348,7 +1362,6 @@ components: patient/Patient.rs: Read and search patient patient/Coverage.rs: Read and search patient coverage patient/ExplanationOfBenefit.rs: Read and search patient explanation of benefit - patient/AuditEvent.rs: Read and search patient audit events (v3 only) schemas: FHIR-JSON-RESOURCE: {type: object, description: A FHIR resource} @@ -2864,7 +2877,7 @@ components: V3FhirAuditEventByIdExample: value: resourceType: AuditEvent - id: '-731271436-20260724183749771069189' + id: -731271436-20260724183749771069189 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -2888,7 +2901,7 @@ components: name: TestApp requestor: true network: - address: '192.168.127.1' + address: 192.168.127.1 type: '2' source: observer: @@ -2926,7 +2939,7 @@ components: entry: - resource: resourceType: AuditEvent - id: '-731271436-20260724183749771069189' + id: -731271436-20260724183749771069189 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -2950,7 +2963,7 @@ components: name: TestApp requestor: true network: - address: '192.168.127.1' + address: 192.168.127.1 type: '2' source: observer: @@ -2975,7 +2988,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260724183034018949699' + id: -731271436-20260724183034018949699 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -2999,7 +3012,7 @@ components: name: TestApp requestor: true network: - address: '192.168.127.1' + address: 192.168.127.1 type: '2' source: observer: @@ -3024,7 +3037,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260724174413965399293' + id: -731271436-20260724174413965399293 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -3048,7 +3061,7 @@ components: name: TestApp requestor: true network: - address: '192.168.127.1' + address: 192.168.127.1 type: '2' source: observer: @@ -3073,7 +3086,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260724174259811845332' + id: -731271436-20260724174259811845332 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -3097,7 +3110,7 @@ components: name: TestApp requestor: true network: - address: '192.168.127.1' + address: 192.168.127.1 type: '2' source: observer: @@ -3122,7 +3135,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260724173213474293490' + id: -731271436-20260724173213474293490 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -3146,7 +3159,7 @@ components: name: test requestor: true network: - address: '127.0.0.1' + address: 127.0.0.1 type: '2' source: observer: @@ -3171,7 +3184,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260724172631535271187' + id: -731271436-20260724172631535271187 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -3195,7 +3208,7 @@ components: name: test requestor: true network: - address: '127.0.0.1' + address: 127.0.0.1 type: '2' source: observer: @@ -3220,7 +3233,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260724172013017193910' + id: -731271436-20260724172013017193910 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -3244,7 +3257,7 @@ components: name: test requestor: true network: - address: '127.0.0.1' + address: 127.0.0.1 type: '2' source: observer: @@ -3269,7 +3282,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260724171240298194246' + id: -731271436-20260724171240298194246 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -3293,7 +3306,7 @@ components: name: TestApp requestor: true network: - address: '192.168.127.1' + address: 192.168.127.1 type: '2' source: observer: @@ -3318,7 +3331,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260724163040705574536' + id: -731271436-20260724163040705574536 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -3342,7 +3355,7 @@ components: name: test requestor: true network: - address: '127.0.0.1' + address: 127.0.0.1 type: '2' source: observer: @@ -3367,7 +3380,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260724162903476835528' + id: -731271436-20260724162903476835528 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -3391,7 +3404,7 @@ components: name: TestApp requestor: true network: - address: '192.168.127.1' + address: 192.168.127.1 type: '2' source: observer: @@ -3416,7 +3429,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260724162557186868037' + id: -731271436-20260724162557186868037 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -3440,7 +3453,7 @@ components: name: TestApp requestor: true network: - address: '192.168.127.1' + address: 192.168.127.1 type: '2' source: observer: @@ -3465,7 +3478,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260724162020612158981' + id: -731271436-20260724162020612158981 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -3489,7 +3502,7 @@ components: name: TestApp requestor: true network: - address: '192.168.127.1' + address: 192.168.127.1 type: '2' source: observer: @@ -3514,7 +3527,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260724161749538052412' + id: -731271436-20260724161749538052412 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -3538,7 +3551,7 @@ components: name: TestApp requestor: true network: - address: '192.168.127.1' + address: 192.168.127.1 type: '2' source: observer: @@ -3563,7 +3576,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260724160855019028190' + id: -731271436-20260724160855019028190 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -3587,7 +3600,7 @@ components: name: TestApp requestor: true network: - address: '192.168.127.1' + address: 192.168.127.1 type: '2' source: observer: @@ -3612,7 +3625,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260721213046380122867' + id: -731271436-20260721213046380122867 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -3636,7 +3649,7 @@ components: name: TestApp requestor: true network: - address: '192.168.127.1' + address: 192.168.127.1 type: '2' source: observer: @@ -3661,7 +3674,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260702184033617352946' + id: -731271436-20260702184033617352946 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -3685,7 +3698,7 @@ components: name: TestApp requestor: true network: - address: '192.168.127.1' + address: 192.168.127.1 type: '2' source: observer: @@ -3710,7 +3723,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260702182218222423213' + id: -731271436-20260702182218222423213 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -3734,7 +3747,7 @@ components: name: TestApp requestor: true network: - address: '192.168.127.1' + address: 192.168.127.1 type: '2' source: observer: @@ -3759,7 +3772,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260702181640784957599' + id: -731271436-20260702181640784957599 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -3783,7 +3796,7 @@ components: name: TestApp requestor: true network: - address: '192.168.127.1' + address: 192.168.127.1 type: '2' source: observer: @@ -3808,7 +3821,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260702172020571508831' + id: -731271436-20260702172020571508831 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -3832,7 +3845,7 @@ components: name: TestApp requestor: true network: - address: '192.168.127.1' + address: 192.168.127.1 type: '2' source: observer: @@ -3857,7 +3870,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260702164646143789468' + id: -731271436-20260702164646143789468 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -3881,7 +3894,7 @@ components: name: TestApp requestor: true network: - address: '192.168.127.1' + address: 192.168.127.1 type: '2' source: observer: @@ -3906,7 +3919,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260702160316636538291' + id: -731271436-20260702160316636538291 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -3930,7 +3943,7 @@ components: name: TestApp requestor: true network: - address: '192.168.127.1' + address: 192.168.127.1 type: '2' source: observer: @@ -3955,7 +3968,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260701193012361036143' + id: -731271436-20260701193012361036143 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -3979,7 +3992,7 @@ components: name: TestApp requestor: true network: - address: '192.168.127.1' + address: 192.168.127.1 type: '2' source: observer: @@ -4004,7 +4017,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260701185830673792119' + id: -731271436-20260701185830673792119 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -4028,7 +4041,7 @@ components: name: TestApp requestor: true network: - address: '192.168.127.1' + address: 192.168.127.1 type: '2' source: observer: @@ -4053,7 +4066,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260701182425805905945' + id: -731271436-20260701182425805905945 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -4077,7 +4090,7 @@ components: name: TestApp requestor: true network: - address: '192.168.127.1' + address: 192.168.127.1 type: '2' source: observer: @@ -4102,7 +4115,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260701181730157533522' + id: -731271436-20260701181730157533522 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -4126,7 +4139,7 @@ components: name: TestApp requestor: true network: - address: '192.168.127.1' + address: 192.168.127.1 type: '2' source: observer: @@ -4151,7 +4164,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260701180801437045742' + id: -731271436-20260701180801437045742 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -4175,7 +4188,7 @@ components: name: TestApp requestor: true network: - address: '192.168.127.1' + address: 192.168.127.1 type: '2' source: observer: @@ -4200,7 +4213,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260701164113697764978' + id: -731271436-20260701164113697764978 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -4224,7 +4237,7 @@ components: name: TestApp requestor: true network: - address: '192.168.127.1' + address: 192.168.127.1 type: '2' source: observer: @@ -4249,7 +4262,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260701162229857980329' + id: -731271436-20260701162229857980329 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -4273,7 +4286,7 @@ components: name: TestApp requestor: true network: - address: '192.168.127.1' + address: 192.168.127.1 type: '2' source: observer: @@ -4298,7 +4311,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260701153942386752599' + id: -731271436-20260701153942386752599 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -4322,7 +4335,7 @@ components: name: TestApp requestor: true network: - address: '192.168.127.1' + address: 192.168.127.1 type: '2' source: observer: @@ -4347,7 +4360,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260701150610455931163' + id: -731271436-20260701150610455931163 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -4371,7 +4384,7 @@ components: name: TestApp requestor: true network: - address: '192.168.127.1' + address: 192.168.127.1 type: '2' source: observer: @@ -4396,7 +4409,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260701150206978318571' + id: -731271436-20260701150206978318571 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -4420,7 +4433,7 @@ components: name: TestApp requestor: true network: - address: '192.168.127.1' + address: 192.168.127.1 type: '2' source: observer: @@ -4445,7 +4458,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260701145345607287302' + id: -731271436-20260701145345607287302 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -4469,7 +4482,7 @@ components: name: TestApp requestor: true network: - address: '192.168.127.1' + address: 192.168.127.1 type: '2' source: observer: @@ -4494,7 +4507,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260701145046102225476' + id: -731271436-20260701145046102225476 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -4518,7 +4531,7 @@ components: name: TestApp requestor: true network: - address: '192.168.127.1' + address: 192.168.127.1 type: '2' source: observer: @@ -4543,7 +4556,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260629215025580413320' + id: -731271436-20260629215025580413320 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -4567,7 +4580,7 @@ components: name: TestApp requestor: true network: - address: '192.168.127.1' + address: 192.168.127.1 type: '2' source: observer: @@ -4592,7 +4605,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260629203025177784043' + id: -731271436-20260629203025177784043 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -4616,7 +4629,7 @@ components: name: TestApp requestor: true network: - address: '192.168.127.1' + address: 192.168.127.1 type: '2' source: observer: @@ -4641,7 +4654,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260428180827190059308' + id: -731271436-20260428180827190059308 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -4665,7 +4678,7 @@ components: name: TestApp requestor: true network: - address: '172.18.0.1' + address: 172.18.0.1 type: '2' source: observer: @@ -4690,7 +4703,7 @@ components: valueString: '3.2.2' - resource: resourceType: AuditEvent - id: '-731271436-20260424184153511269531' + id: -731271436-20260424184153511269531 meta: profile: - 'http://hl7.org/fhir/StructureDefinition/AuditEvent' @@ -4714,7 +4727,7 @@ components: name: TestApp requestor: true network: - address: '172.22.0.1' + address: 172.22.0.1 type: '2' source: observer: