Situational Awareness for Novel Epidemic Response, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-saner/ and changes regularly. See the Directory of published versions
Draft as of 2021-07-26 |
{
"resourceType" : "CapabilityStatement",
"id" : "MeasureSource-SupplementalData",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/saner/StructureDefinition/CapabilityStatementWithSlices"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2 id=\"title\">Measure Source implementing the Supplemental Data Option.</h2><ul><li>Implementation Guide Version: 1.0.1 </li><li>FHIR Version: 4.0.1 </li><li>Supported Formats: <code>xml</code>, <code>json</code></li><li>Supported Patch Formats: </li><li>Published on: 2021-07-26 </li><li>Published by: HL7 International / Public Health </li></ul><blockquote class=\"impl-note\"><p><strong>Note to Implementers: FHIR Capabilities</strong></p><p>Any FHIR capability may be 'allowed' by the system unless explicitly marked as "SHALL NOT". A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.</p></blockquote><h2 id=\"rest\">FHIR RESTful Capabilities</h2><div class=\"panel panel-default\"><div class=\"panel-heading\"><h3 id=\"mode1\" class=\"panel-title\">Mode: <code>client</code></h3></div><div class=\"panel-body\"><div class=\"lead\"><em>Summary of System-wide Interactions</em></div><ul><li><strong>SHALL</strong>Supports the <code>batch</code>interaction described as follows:<div><p>Communicate a MeasureReport with supplemental data in a Bundle using the <a href=\"https://www.hl7.org/fhir/http.html#transaction\">FHIR batch</a> operation. The MeasureReport shall be the first entry in the Bundle. Referenced MeasureReport.evaluatedResource elements shall appear as subsequent entries in the Bundle.</p>\n</div></li></ul></div></div></div>"
},
"url" : "http://hl7.org/fhir/uv/saner/CapabilityStatement/MeasureSource-SupplementalData",
"version" : "1.0.1",
"name" : "MeasureSource_SupplementalData",
"title" : "Measure Source implementing the Supplemental Data Option.",
"status" : "draft",
"experimental" : true,
"date" : "2021-07-26",
"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" : "Defines the additional requirements for the Measure Source implementing the Supplemental Data Option.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"kind" : "requirements",
"fhirVersion" : "4.0.1",
"format" : [
"xml",
"json"
],
"rest" : [
{
"mode" : "client",
"interaction" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode" : "SHALL"
}
],
"code" : "batch",
"documentation" : "Communicate a MeasureReport with supplemental data in a Bundle using the [FHIR batch](https://www.hl7.org/fhir/http.html#transaction) operation. The MeasureReport shall be the first entry in the Bundle. Referenced MeasureReport.evaluatedResource elements shall appear as subsequent entries in the Bundle."
}
]
}
]
}