Situational Awareness for Novel Epidemic Response, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-saner/ and changes regularly. See the Directory of published versions
Official URL: http://hl7.org/fhir/uv/saner/OperationDefinition/Measure-report-csv | Version: 1.0.1 | |||
Draft as of 2024-05-18 | Computable Name: CreateorupdateaMeasureReportfromCSVFormat | |||
Other Identifiers: OID:2.16.840.1.113883.4.642.40.42.33.2 |
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 | Scope | 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 |