Package | hl7.fhir.uv.saner |
Type | OperationDefinition |
Id | MeasureReport-search-csv |
FHIR Version | R4 |
Source | http://hl7.org/fhir/uv/saner/https://build.fhir.org/ig/HL7/fhir-saner/OperationDefinition-MeasureReport-search-csv.html |
URL | http://hl7.org/fhir/uv/saner/OperationDefinition/MeasureReport-search-csv |
Version | 1.0.1 |
Status | draft |
Date | 2024-05-18T21:25:01+00:00 |
Name | SearchinCSVFormat |
Title | Search in CSV Format |
Realm | uv |
Authority | hl7 |
Description | Search Measure Report resources using the CSV Format. See [CSV Conversion](CSV_Conversion.html) for details. |
Type | true |
Kind | operation |
CapabilityStatement | |
MeasureConsumer-CSV-Pull | Measure Consumer implementing the CSV Option and the Pull Option. |
MeasureConsumer-QueryMeasure-CSV-Pull | Measure Consumer implementing the Query Measure transaction with the CSV Option and the Pull Option. |
MeasureSource-CSV-Pull | Measure Source implementing the CSV Option and the Pull Option. |
MeasureSource-QueryMeasure-CSV-Pull | Measure Source implementing the Query Measure transaction with the CSV Option and the Pull Option. |
No resources found
Note: links and images are rebased to the (stated) source
URL: [base]/MeasureReport/$search-csv
Parameters
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | _lastUpdated | 0..2 | string (date) | |||
IN | date | 0..2 | string (date) | |||
IN | map | 0..* | string (composite) | |||
IN | measure | 1..* | string (uri) | |||
IN | measure.title | 0..* | string (string) | |||
IN | period | 1..2 | string (date) | |||
IN | reporter | 0..* | string (reference) | |||
IN | reporter:identifier | 0..* | string (token) | |||
IN | subject | 0..* | string (reference) | |||
IN | subject:Location.near | 0..1 | string (special) | |||
IN | subject:identifier | 0..* | string (token) | |||
OUT | return | 1..1 | Binary |
{ "resourceType": "OperationDefinition", "id": "MeasureReport-search-csv", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "pher" } ], "url": "http://hl7.org/fhir/uv/saner/OperationDefinition/MeasureReport-search-csv", "version": "1.0.1", "name": "SearchinCSVFormat", "title": "Search in CSV Format", "status": "draft", "kind": "operation", "experimental": true, "date": "2024-05-18T21:25:01+00:00", "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": "Search Measure Report resources using the CSV Format. See [CSV Conversion](CSV_Conversion.html) for details.", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001", "display": "World" } ] } ], "code": "search-csv", "resource": [ "MeasureReport" ], "system": false, "type": true, "instance": false, "parameter": [ { "name": "_lastUpdated", "use": "in", "min": 0, "max": "2", "type": "string", "searchType": "date" }, { "name": "date", "use": "in", "min": 0, "max": "2", "type": "string", "searchType": "date" }, { "name": "map", "use": "in", "min": 0, "max": "*", "type": "string", "searchType": "composite" }, { "name": "measure", "use": "in", "min": 1, "max": "*", "type": "string", "searchType": "uri" }, { "name": "measure.title", "use": "in", "min": 0, "max": "*", "type": "string", "searchType": "string" }, { "name": "period", "use": "in", "min": 1, "max": "2", "type": "string", "searchType": "date" }, { "name": "reporter", "use": "in", "min": 0, "max": "*", "type": "string", "searchType": "reference" }, { "name": "reporter:identifier", "use": "in", "min": 0, "max": "*", "type": "string", "searchType": "token" }, { "name": "subject", "use": "in", "min": 0, "max": "*", "type": "string", "searchType": "reference" }, { "name": "subject:Location.near", "use": "in", "min": 0, "max": "1", "type": "string", "searchType": "special" }, { "name": "subject:identifier", "use": "in", "min": 0, "max": "*", "type": "string", "searchType": "token" }, { "name": "return", "use": "out", "min": 1, "max": "1", "type": "Binary" } ] }