Situational Awareness for Novel Epidemic Response
1.0.0 - STU Release

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

OperationDefinition: Measure-report-csv

CreateorupdateaMeasureReportfromCSVFormat

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

UseNameCardinalityTypeBindingDocumentation
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