| Package | hl7.fhir.uv.saner |
| Resource Type | CapabilityStatement |
| Id | MeasureConsumer-CSV-Pull |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/uv/saner/https://build.fhir.org/ig/HL7/fhir-saner/CapabilityStatement-MeasureConsumer-CSV-Pull.html |
| URL | http://hl7.org/fhir/uv/saner/CapabilityStatement/MeasureConsumer-CSV-Pull |
| Version | 1.0.1 |
| Status | draft |
| Date | 2021-07-26 |
| Name | MeasureConsumer_CSV_Pull |
| Title | Measure Consumer implementing the CSV Option and the Pull Option. |
| Realm | uv |
| Authority | hl7 |
| Description | Defines the additional requirements for the Measure Consumer implementing the CSV Option and the Pull Option. |
| Kind | requirements |
No resources found
| OperationDefinition | |
| MeasureReport-read-csv | Read in CSV Format |
| MeasureReport-search-csv | Search in CSV Format |
| StructureDefinition | |
| PublicHealthMeasureReport | Public Health Measure Report |
Note: links and images are rebased to the (stated) source
xml, jsonNote to Implementers: FHIR Capabilities
Any FHIR capability may be 'allowed' by the system unless explicitly marked as "SHALL NOT". A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.
clientThe summary table lists the resources that are part of this configuration, and for each resource it lists:
_include_revinclude| Resource Type | Profile | R | S | U | C | Searches | _include | _revinclude | Operations |
|---|---|---|---|---|---|---|---|---|---|
| MeasureReport | Supported Profiles Public Health Measure Report |
| Conformance | Operation | Documentation |
|---|---|---|
| SHALL | $read-csv | Read in CSV Format |
| SHALL | $search-csv | Search in CSV Format |
{
"resourceType": "CapabilityStatement",
"id": "MeasureConsumer-CSV-Pull",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/saner/StructureDefinition/CapabilityStatementWithSlices"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.org/fhir/uv/saner/CapabilityStatement/MeasureConsumer-CSV-Pull",
"version": "1.0.1",
"name": "MeasureConsumer_CSV_Pull",
"title": "Measure Consumer implementing the CSV Option and the Pull Option.",
"status": "draft",
"experimental": true,
"date": "2021-07-26",
"publisher": "HL7 International / Public Health",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/pher"
}
]
},
{
"telecom": [
{
"system": "email",
"value": "pher@lists.hl7.org"
}
]
},
{
"name": "Keith W. Boone",
"telecom": [
{
"system": "email",
"value": "mailto:kboone@ainq.com"
}
]
}
],
"description": "Defines the additional requirements for the Measure Consumer implementing the CSV Option and the Pull Option.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"kind": "requirements",
"fhirVersion": "4.0.1",
"format": [
"xml",
"json"
],
"rest": [
{
"mode": "client",
"resource": [
{
"type": "MeasureReport",
"supportedProfile": [
"http://hl7.org/fhir/uv/saner/StructureDefinition/PublicHealthMeasureReport"
],
"operation": [
{
"name": "read-csv",
"definition": "http://hl7.org/fhir/uv/saner/OperationDefinition/MeasureReport-read-csv",
"documentation": "Read in CSV Format"
},
{
"name": "search-csv",
"definition": "http://hl7.org/fhir/uv/saner/OperationDefinition/MeasureReport-search-csv",
"documentation": "Search in CSV Format"
}
]
}
]
}
]
}