PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.saner@1.0.0
    http://hl7.org/fhir/uv/saner/OperationDefinition/MeasureReport-read-csv
{
  "description": "Read a given MeasureReport using the CSV Format. See [CSV Conversion](CSV_Conversion.html) for details.",
  "_filename": "OperationDefinition-MeasureReport-read-csv.json",
  "package_name": "hl7.fhir.uv.saner",
  "date": "2021-09-07T19:08:29+00:00",
  "system": false,
  "publisher": "HL7 International Public Health Workgroup",
  "instance": true,
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm"
    } ]
  } ],
  "name": "ReadinCSVFormat",
  "type": "false",
  "experimental": "true",
  "resourceType": "OperationDefinition",
  "title": "Read in CSV Format",
  "package_version": "1.0.0",
  "status": "draft",
  "id": "77ad3da2-fcb6-4895-b232-a65ccb5d1493",
  "resource": [ "MeasureReport" ],
  "kind": "operation",
  "url": "http://hl7.org/fhir/uv/saner/OperationDefinition/MeasureReport-read-csv",
  "code": "read-csv",
  "version": "1.0.0",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/Special/committees/pher",
      "system": "url"
    } ]
  }, {
    "telecom": [ {
      "value": "pher@lists.hl7.org",
      "system": "email"
    } ]
  }, {
    "name": "Keith W. Boone",
    "telecom": [ {
      "value": "mailto:kboone@ainq.com",
      "system": "email"
    } ]
  } ],
  "parameter": [ {
    "max": "*",
    "min": 0,
    "use": "in",
    "name": "map",
    "type": "string",
    "searchType": "composite"
  }, {
    "max": "1",
    "min": 1,
    "use": "out",
    "name": "return",
    "type": "Binary"
  } ]
}