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

FHIR IG analytics

Packagehl7.fhir.uv.cqm
Resource TypeSubscription
IdSubscription-covid-reporting-changes.json
FHIR VersionR4

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: Subscription covid-reporting-changes

Language: en

status: Requested

contact: ph: 555-555-5555

end: 2027-01-01 00:00:00+0000

reason: ACME hospital to listen of changes tothe CDC Covid Reporting Program

criteria: Measure?url=http://example.org/fhir/Measure/BedCapacityMeasureMonthly

Channels

-TypeEndpointPayloadHeader
*Rest Hookhttps://example.org/fhir/updates/measuresapplication/fhir+jsonAuthorization: Bearer secret-token-abc-123

Source1

{
  "resourceType": "Subscription",
  "id": "covid-reporting-changes",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "requested",
  "contact": [
    {
      "system": "phone",
      "value": "555-555-5555"
    }
  ],
  "end": "2027-01-01T00:00:00Z",
  "reason": "ACME hospital to listen of changes tothe CDC Covid Reporting Program",
  "criteria": "Measure?url=http://example.org/fhir/Measure/BedCapacityMeasureMonthly",
  "channel": {
    "type": "rest-hook",
    "endpoint": "https://example.org/fhir/updates/measures",
    "payload": "application/fhir+json",
    "header": [
      "Authorization: Bearer secret-token-abc-123"
    ]
  }
}