FHIR IG analytics| Package | hl7.fhir.uv.cqm |
| Resource Type | Subscription |
| Id | Subscription-covid-reporting-changes.json |
| FHIR Version | R4 |
No resources found
No resources found
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
| Type | Endpoint | Payload | Header |
| Rest Hook | https://example.org/fhir/updates/measures | application/fhir+json | Authorization: Bearer secret-token-abc-123 |
{
"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"
]
}
}