FHIR Specification (v0.0.82: DSTU CI-Build
1). The current version which supercedes this version

This is 5.0.0 . For a full list the Continuous Integration Build of available versions, see FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions . Page versions: R4B

Example CodeSystem/measure-report-status (JSON)

Responsible Owner: Clinical Quality Information R4 Work Group Standards Status : Informative

Raw XML JSON ( canonical form + also see JSON Format Specification )

When the value set version should no longer be used Raw XML Definition for Code SystemMeasureReportStatus

The date when the value set version is no longer expected to be used to create new content. This is the first date-time when the value set version becomes Inactive, so this value MUST present on all Inactive value set versions. The start Date_time is expected to be as of 0001 UTC of the Expiration Date. The date when the value set version is no longer expected to be used to create new content. This is the first date-time when the value set version becomes Inactive, so this value MUST present on all Inactive value set versions. The start Date_time is expected to be as of 0001 UTC of the Expiration Date. May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition should be version specific. This will ideally be the URI for the Resource Profile defining the extension, with the code for the extension after a #. Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list). The date when the value set version is no longer expected to be used to create new content. This is the first date-time when the value set version becomes Inactive, so this value MUST present on all Inactive value set versions. The start Date_time is expected to be as of 0001 UTC of the Expiration Date. </StructureDefinition>
{
  "resourceType" : "CodeSystem",
  "id" : "measure-report-status",
  "meta" : {
    "lastUpdated" : "2025-12-17T09:50:17.012+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem measure-report-status</b></p><a name=\"measure-report-status\"> </a><a name=\"hcmeasure-report-status\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/measure-report-status</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">complete<a name=\"measure-report-status-complete\"> </a></td><td>Complete</td><td>The report is complete and ready for use.</td></tr><tr><td style=\"white-space:nowrap\">pending<a name=\"measure-report-status-pending\"> </a></td><td>Pending</td><td>The report is currently being generated.</td></tr><tr><td style=\"white-space:nowrap\">error<a name=\"measure-report-status-error\"> </a></td><td>Error</td><td>An error occurred attempting to generate the report.</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "cqi"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "normative"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 4
  }],
  "url" : "http://hl7.org/fhir/measure-report-status",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.777"
  },
  {
    "use" : "old",
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.1.760"
  }],
  "version" : "6.0.0-ballot3",
  "name" : "MeasureReportStatus",
  "title" : "Measure Report Status",
  "status" : "active",
  "experimental" : false,
  "date" : "2021-01-05T10:01:24+11:00",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    },
    {
      "system" : "email",
      "value" : "fhir@lists.hl7.org"
    }]
  }],
  "description" : "The status of the measure report.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/measure-report-status",
  "content" : "complete",
  "concept" : [{
    "code" : "complete",
    "display" : "Complete",
    "definition" : "The report is complete and ready for use."
  },
  {
    "code" : "pending",
    "display" : "Pending",
    "definition" : "The report is currently being generated."
  },
  {
    "code" : "error",
    "display" : "Error",
    "definition" : "An error occurred attempting to generate the report."
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.