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

FHIR IG analytics

Packagefhir.astp.us-quality-core
Resource TypeValueSet
IdValueSet-us-quality-core-present-on-admission.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/FHIR/us-quality-core/ValueSet-us-quality-core-present-on-admission.html
URLhttp://fhir.org/guides/astp/us-quality-core/ValueSet/us-quality-core-present-on-admission
Version0.1.0
Statusdraft
Date2021-05-14
NameUSQualityCorePresentOnAdmission
TitleUSQualityCore Present On Admission Codes
Realmus
Authorityhl7
DescriptionValue Set for USQualityCore Present On Admission.

Resources that use this resource

StructureDefinition
fhir.astp.us-quality-core#currentus-quality-core-encounter-diagnosisPresentOnAdmissionUS 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
    YYesDiagnosis was present at time of inpatient admission. CMS will pay the CC/MCC DRG for those selected HACs that are coded as "Y" for the POA Indicator.
    NNoDiagnosis was not present at time of inpatient admission. CMS will not pay the CC/MCC DRG for those selected HACs that are coded as "N" for the POA Indicator.
    UUnknownDocumentation insufficient to determine if the condition was present at the time of inpatient admission. CMS will not pay the CC/MCC DRG for those selected HACs that are coded as "U" for the POA Indicator.
    WUndeterminedClinically undetermined. Provider unable to clinically determine whether the condition was present at the time of inpatient admission. CMS will pay the CC/MCC DRG for those selected HACs that are coded as "W" for the POA Indicator.
    1UnreportedUnreported/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. CMS will not pay the CC/MCC DRG for those selected HACs that are coded as "1" for the POA Indicator. The “1” POA Indicator should not be applied to any codes on the HAC list. For a complete list of codes on the POA exempt list, see the Official Coding Guidelines for ICD-10-CM.

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) -->"
  },
  "url": "http://fhir.org/guides/astp/us-quality-core/ValueSet/us-quality-core-present-on-admission",
  "version": "0.1.0",
  "name": "USQualityCorePresentOnAdmission",
  "title": "USQualityCore Present On Admission Codes",
  "status": "draft",
  "experimental": false,
  "date": "2021-05-14",
  "publisher": "ASTP",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.healthit.gov/"
        }
      ]
    }
  ],
  "description": "Value Set for USQualityCore Present On Admission.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ],
      "text": "USA"
    }
  ],
  "compose": {
    "include": [
      {
        "system": "https://www.cms.gov/Medicare/Medicare-Fee-for-Service-Payment/HospitalAcqCond/Coding",
        "concept": [
          {
            "code": "Y",
            "display": "Yes"
          },
          {
            "code": "N",
            "display": "No"
          },
          {
            "code": "U",
            "display": "Unknown"
          },
          {
            "code": "W",
            "display": "Undetermined"
          },
          {
            "code": "1",
            "display": "Unreported"
          }
        ]
      }
    ]
  }
}