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

: MeasureSource-CSV-Push - JSON Representation

Raw json | Download


{
  "resourceType" : "CapabilityStatement",
  "id" : "MeasureSource-CSV-Push",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/saner/StructureDefinition/CapabilityStatementWithSlices"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>MeasureSource_CSV_Push</h2><div><p>Defines the additional requirements for the Measure Source implementing the CSV Option and the Push Option.</p>\n</div><table><tr><td>Mode</td><td>CLIENT</td></tr><tr><td>Description</td><td/></tr><tr><td>Transaction</td><td></td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td></td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b title=\"GET a resource (read interaction)\">Read</b></th><th><b title=\"GET all set of resources of the type (search interaction)\">Search</b></th><th><b title=\"PUT a new resource version (update interaction)\">Update</b></th><th><b title=\"POST a new resource (create interaction)\">Create</b></th></tr><tr><td>Measure</td><td></td><td></td><td></td><td></td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/uv/saner/CapabilityStatement/MeasureSource-CSV-Push",
  "version" : "1.0.0",
  "name" : "MeasureSource_CSV_Push",
  "title" : "Measure Source implementing the CSV Option and the Push Option.",
  "status" : "draft",
  "experimental" : true,
  "date" : "2021-07-26",
  "publisher" : "HL7 International Public Health Workgroup",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://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" : "Defines the additional requirements for the Measure Source implementing the CSV Option and the Push Option.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "kind" : "requirements",
  "fhirVersion" : "4.0.1",
  "format" : [
    "xml",
    "json"
  ],
  "rest" : [
    {
      "mode" : "client",
      "resource" : [
        {
          "type" : "Measure",
          "supportedProfile" : [
            "http://hl7.org/fhir/uv/saner/StructureDefinition/PublicHealthMeasure"
          ],
          "operation" : [
            {
              "name" : "report-csv",
              "definition" : "http://hl7.org/fhir/uv/saner/OperationDefinition/Measure-report-csv",
              "documentation" : "Create or update a MeasureReport from CSV Format"
            }
          ]
        }
      ]
    }
  ]
}