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

FHIR IG analytics

Packagehl7.fhir.us.quality-core
Resource TypeValueSet
IdValueSet-us-quality-core-present-on-admission.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/fhir-us-quality-core/ValueSet-us-quality-core-present-on-admission.html
URLhttp://hl7.org/fhir/us/quality-core/ValueSet/us-quality-core-present-on-admission
Version1.0.0-ballot
Statusactive
Date2026-06-30
NameUSQualityCorePresentOnAdmission
TitleUS Quality Core Present On Admission Codes
Realmus
Authorityhl7
DescriptionValue Set for US Quality Core Present On Admission.

Resources that use this resource

StructureDefinition
hl7.fhir.us.quality-core#currentus-quality-core-diagnosis-present-on-admissionUS Quality Core Diagnosis Present on Admission

Resources that this resource uses

CodeSystem
hl7.terminology#currentCodingCMS Present on Admission (POA) Indicator

Narrative

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

Generated Narrative: ValueSet us-quality-core-present-on-admission

  • Include these codes as defined in https://www.cms.gov/Medicare/Medicare-Fee-for-Service-Payment/HospitalAcqCond/Coding version 📦07/14/2020
    CodeDisplayDefinition
    YDiagnosis was present at time of inpatient admission.
    NDiagnosis was not present at time of inpatient admission.
    UDocumentation insufficient to determine if the condition was present at the time of inpatient admission.
    WClinically undetermined. Provider unable to clinically determine whether the condition was present at the time of inpatient admission.
    1Unreported/Not used. Exempt from POA reporting. This code is equivalent to a blank on the UB-04, however; it was determined that blanks are undesirable when submitting this data via the 4010A.

Source1

{
  "resourceType": "ValueSet",
  "id": "us-quality-core-present-on-admission",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cqi"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 4,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/quality-core/ImplementationGuide/hl7.fhir.us.quality-core"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/quality-core/ImplementationGuide/hl7.fhir.us.quality-core"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/quality-core/ValueSet/us-quality-core-present-on-admission",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.78.48.10"
    }
  ],
  "version": "1.0.0-ballot",
  "name": "USQualityCorePresentOnAdmission",
  "title": "US Quality Core Present On Admission Codes",
  "status": "active",
  "experimental": false,
  "date": "2026-06-30",
  "publisher": "HL7 International / Clinical Quality Information",
  "contact": [
    {
      "name": "HL7 International / Clinical Quality Information",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    },
    {
      "name": "Clinical Quality Information WG",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    }
  ],
  "description": "Value Set for US Quality Core Present On Admission.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "https://www.cms.gov/Medicare/Medicare-Fee-for-Service-Payment/HospitalAcqCond/Coding",
        "concept": [
          {
            "code": "Y"
          },
          {
            "code": "N"
          },
          {
            "code": "U"
          },
          {
            "code": "W"
          },
          {
            "code": "1"
          }
        ]
      }
    ]
  }
}