FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/MeasureReport-search-csv

Packagehl7.fhir.uv.saner
TypeOperationDefinition
IdMeasureReport-search-csv
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/saner/https://build.fhir.org/ig/HL7/fhir-saner/OperationDefinition-MeasureReport-search-csv.html
URLhttp://hl7.org/fhir/uv/saner/OperationDefinition/MeasureReport-search-csv
Version1.0.1
Statusdraft
Date2024-05-18T21:25:01+00:00
NameSearchinCSVFormat
TitleSearch in CSV Format
Realmuv
Authorityhl7
DescriptionSearch Measure Report resources using the CSV Format. See [CSV Conversion](CSV_Conversion.html) for details.
Typetrue
Kindoperation

Resources that use this resource

CapabilityStatement
MeasureConsumer-CSV-PullMeasure Consumer implementing the CSV Option and the Pull Option.
MeasureConsumer-QueryMeasure-CSV-PullMeasure Consumer implementing the Query Measure transaction with the CSV Option and the Pull Option.
MeasureSource-CSV-PullMeasure Source implementing the CSV Option and the Pull Option.
MeasureSource-QueryMeasure-CSV-PullMeasure Source implementing the Query Measure transaction with the CSV Option and the Pull Option.

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

URL: [base]/MeasureReport/$search-csv

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
IN_lastUpdated0..2string
(date)
INdate0..2string
(date)
INmap0..*string
(composite)
INmeasure1..*string
(uri)
INmeasure.title0..*string
(string)
INperiod1..2string
(date)
INreporter0..*string
(reference)
INreporter:identifier0..*string
(token)
INsubject0..*string
(reference)
INsubject:Location.near0..1string
(special)
INsubject:identifier0..*string
(token)
OUTreturn1..1Binary

Source

{
  "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"
    }
  ]
}