Situational Awareness for Novel Epidemic Response
1.0.1 - CI Build International flag

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

OperationDefinition: Create or update a MeasureReport from CSV Format (Experimental)

Official URL: http://hl7.org/fhir/uv/saner/OperationDefinition/Measure-report-csv Version: 1.0.1
Draft as of 2024-01-25 Computable Name: CreateorupdateaMeasureReportfromCSVFormat

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

UseNameScopeCardinalityTypeBindingDocumentation
INinput1..1Binary

The input of the request is a CSV file with labeled columns containing the data in the report.

INmap0..*string
(composite)

Each parameter is a composite of column to measure mappings

INperiod-end1..1string
(date)

The end of the reporting period.

INperiod-start1..1string
(date)

The start of the reporting period.

INreporter0..1string
(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).

INsubject0..1string
(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).

OUTreturn0..1Bundle

The result of the reporting operation