FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/qicore-present-on-admission

Packagehl7.fhir.us.qicore
TypeValueSet
Idqicore-present-on-admission
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/qicore/https://build.fhir.org/ig/HL7/fhir-qi-core/ValueSet-qicore-present-on-admission.html
URLhttp://hl7.org/fhir/us/qicore/ValueSet/qicore-present-on-admission
Version8.0.0-ballot
Statusdraft
Date2021-05-14
NameQICorePresentOnAdmission
TitleQICore Present On Admission Codes
Realmus
Authorityhl7
DescriptionValue Set for QICore Present On Admission.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
CodingCMS Present on Admission (POA) Indicator
CodingCMS Present on Admission (POA) Indicator

Narrative

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

Generated Narrative: ValueSet qicore-present-on-admission

  • Include these codes as defined in https://www.cms.gov/Medicare/Medicare-Fee-for-Service-Payment/HospitalAcqCond/Coding
    CodeDisplayDefinition
    YYesDiagnosis was present at time of inpatient admission.
    NNoDiagnosis was not present at time of inpatient admission.
    UUnknownDocumentation insufficient to determine if the condition was present at the time of inpatient admission.
    WUndeterminedClinically undetermined. Provider unable to clinically determine whether the condition was present at the time of inpatient admission.
    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.

Source

{
  "resourceType": "ValueSet",
  "id": "qicore-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/qicore/ImplementationGuide/us-qicore"
          }
        ]
      }
    },
    {
      "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/qicore/ImplementationGuide/us-qicore"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/qicore/ValueSet/qicore-present-on-admission",
  "version": "8.0.0-ballot",
  "name": "QICorePresentOnAdmission",
  "title": "QICore Present On Admission Codes",
  "status": "draft",
  "experimental": false,
  "date": "2021-05-14",
  "publisher": "HL7 International / Clinical Quality Information",
  "contact": [
    {
      "name": "Clinical Quality Information WG",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    }
  ],
  "description": "Value Set for QICore 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",
            "display": "Yes"
          },
          {
            "code": "N",
            "display": "No"
          },
          {
            "code": "U",
            "display": "Unknown"
          },
          {
            "code": "W",
            "display": "Undetermined"
          },
          {
            "code": "1",
            "display": "Unreported"
          }
        ]
      }
    ]
  }
}