This page is part of the Situational Awareness for Novel Epidemic Response (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
OPERATION: CreateorupdateaMeasureReportfromCSVFormat
The official URL for this operation definition is:
http://hl7.org/fhir/uv/saner/OperationDefinition/Measure-report-csv
Create or update a MeasureReport from the CSV Format. If a report already exists for the subject and reporter for the given time period, it is updated. Otherwise, a new report is created. See CSV Conversion for details.
URL: [base]/Measure/[id]/$report-csv
Parameters
Use | Name | Cardinality | Type | Binding | Documentation |
IN | input | 1..1 | Binary | The input of the request is a CSV file with labeled columns containing the data in the report. | |
IN | map | 0..* | string (composite) | Each parameter is a composite of column to measure mappings | |
IN | period-end | 1..1 | string (date) | The end of the reporting period. | |
IN | period-start | 1..1 | string (date) | The start of the reporting period. | |
IN | reporter | 0..1 | string (reference) | A reference or identifier of the reporter for the MeasureReport. If unspecified, the server may determine the reporter based on business rules (e.g., based on the identity of the sender). | |
IN | subject | 0..1 | string (reference) | A reference or identifier of the subject for the MeasureReport. If unspecified, the server may determine the subject based on business rules (e.g., based on the identity of the sender). | |
OUT | return | 0..1 | Bundle | The result of the reporting operation |