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-individual-ach-ach-pass1.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-individual-ach-ach-pass1

DEQM Measure Scoring Extension: Cohort

identifier: http://example.org/fhir/measurereport/id/123456789-pass1

status: Complete

type: Individual

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

subject: Pass1 ACH(official) Female, DoB: 2024-02-01 ( MRN: 1601191901010308 (use: usual, ))

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

reporter: Organization Example NHSN Submitter

period: 2024-01-05 00:00:00+0000 --> 2024-02-04 00:00:00+0000

improvementNotation: Increased score indicates improvement

group

Populations

-CodeCount
*Initial Population1

evaluatedResource: Specimen: identifier = http://example.org/identifiers/798.32#C104082902,http://example.org/identifiers/798.800#C10408290:42; type = Cerebral spinal fluid; receivedTime = 2024-02-02 18:20:00-0500


Source1

{
  "resourceType": "MeasureReport",
  "id": "measurereport-example-individual-ach-ach-pass1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/indv-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"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "http://example.org/fhir/measurereport/id",
      "value": "123456789-pass1"
    }
  ],
  "status": "complete",
  "type": "individual",
  "measure": "http://hl7.org/fhir/us/nhsn-dqm/Measure/NHSNdQMAcuteCareHospitalInitialPopulation|1.0.0",
  "subject": {
    "reference": "Patient/patient-example-ach-ach-pass1"
  },
  "date": "2024-02-05T21:04:29.481+00:00",
  "reporter": {
    "reference": "Organization/organization-example-submitting-organization"
  },
  "period": {
    "start": "2024-01-05T00:00:00.000+00:00",
    "end": "2024-02-04T00:00:00.000+00:00"
  },
  "improvementNotation": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/measure-improvement-notation",
        "code": "increase"
      }
    ]
  },
  "group": [
    {
      "population": [
        {
          "code": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/measure-population",
                "code": "initial-population",
                "display": "Initial Population"
              }
            ]
          },
          "count": 1
        }
      ]
    }
  ],
  "evaluatedResource": [
    {
      "reference": "Specimen/specimen-example-ach-ach-pass1-csf"
    }
  ]
}