CMS ACCESS Model API
0.9.8 - draft US

This page is part of the ACCESS Model IG v0.9.8 DRAFT (v0.9.8: Releases Draft) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: Report Data Response - Reporting Period Closed Example

Raw xml | Download


<Parameters xmlns="http://hl7.org/fhir">
  <id value="ReportDataResponseReportingPeriodClosedExample"/>
  <meta>
    <profile
             value="https://dsacms.github.io/cmmi-access-model/StructureDefinition/access-report-data-out"/>
  </meta>
  <language value="en"/>
  <parameter>
    <name value="result"/>
    <valueCodeableConcept>
      <coding>
        <system
                value="https://dsacms.github.io/cmmi-access-model/CodeSystem/ACCESSReportDataResultCS"/>
        <code value="reporting-period-closed"/>
        <display value="Reporting Period Closed"/>
      </coding>
      <text
            value="The reporting period for this data has closed and no further submissions are accepted."/>
    </valueCodeableConcept>
  </parameter>
</Parameters>