FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.nhsn-dqm
Resource TypeMeasureReport
IdMeasureReport-measurereport-example-ach-subjectlist1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: MeasureReport measurereport-example-ach-subjectlist1

DEQM Measure Scoring Extension: Cohort

status: Complete

type: Subject List

measure: NHSN dQM Acute Care Hospital Initial Populationversion: null1.0.0)

date: 2024-02-05 21:04:29+0000

reporter: Organization Example NHSN Submitter

period: 2022-08-01 00:00:00+0000 --> 2022-08-31 23:59:59+0000

group

Populations

-CodeCountSubjectResults
*Initial Population3List for 'Unspecified List Type' for 'Unspecified Subject'

Source1

{
  "resourceType": "MeasureReport",
  "id": "measurereport-example-ach-subjectlist1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/subjectlist-measurereport-deqm"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-measureScoring",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/measure-scoring",
            "code": "cohort",
            "display": "Cohort"
          }
        ]
      }
    }
  ],
  "status": "complete",
  "type": "subject-list",
  "measure": "http://hl7.org/fhir/us/nhsn-dqm/Measure/NHSNdQMAcuteCareHospitalInitialPopulation|1.0.0",
  "date": "2024-02-05T21:04:29.481+00:00",
  "reporter": {
    "reference": "Organization/organization-example-submitting-organization"
  },
  "period": {
    "start": "2022-08-01T00:00:00+00:00",
    "end": "2022-08-31T23:59:59+00:00"
  },
  "group": [
    {
      "population": [
        {
          "code": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/measure-population",
                "code": "initial-population",
                "display": "Initial Population"
              }
            ]
          },
          "count": 3,
          "subjectResults": {
            "reference": "List/list-example-ach-individual-measurereport-list"
          }
        }
      ]
    }
  ]
}