@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "presentOnAdmission"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem presentOnAdmission

This case-sensitive code system https://www.cms.gov/Medicare/Medicare-Fee-for-Service-Payment/HospitalAcqCond/Coding defines the following codes:

CodeDefinition
Y Diagnosis was present at time of inpatient admission.
N Diagnosis was not present at time of inpatient admission.
U Documentation insufficient to determine if the condition was present at the time of inpatient admission.
W Clinically undetermined. Provider unable to clinically determine whether the condition was present at the time of inpatient admission.
1 Unreported/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.
" ] ; # fhir:url [ fhir:v "https://www.cms.gov/Medicare/Medicare-Fee-for-Service-Payment/HospitalAcqCond/Coding"^^xsd:anyURI] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.6.301.11" ] ] ) ; # fhir:version [ fhir:v "07/14/2020"] ; # fhir:name [ fhir:v "PresentOnAdmission"] ; # fhir:title [ fhir:v "CMS Present on Admission (POA) Indicator"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-08-21T00:00:00.000-07:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Centers for Medicare & Medicaid Services"] ; # fhir:contact ( [ fhir:name [ fhir:v "Centers for Medicare & Medicaid Services; 7500 Security Boulevard, Baltimore, MD 21244, USA" ] ] [ fhir:name [ fhir:v "Marilu Hue" ] ; fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "marilu.hue@cms.hhs.gov" ] ] ) ] [ fhir:name [ fhir:v "James Poyer" ] ; fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "james.poyer@cms.hhs.gov" ] ] ) ] ) ; # fhir:description [ fhir:v "This code system consists of Present on Admission (POA) indicators which are assigned to the principal and secondary diagnoses (as defined in Section II of the Official Guidelines for Coding and Reporting) and the external cause of injury codes to indicate the presence or absence of the diagnosis at the time of inpatient admission."] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "US" ] ] ) ] ) ; # fhir:copyright [ fhir:v "The POA Indicator Codes are in the public domain and are free to use without restriction."] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:compositional [ fhir:v "false"^^xsd:boolean] ; # fhir:versionNeeded [ fhir:v "false"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "Y" ] ; fhir:definition [ fhir:v "Diagnosis was present at time of inpatient admission." ] ] [ fhir:code [ fhir:v "N" ] ; fhir:definition [ fhir:v "Diagnosis was not present at time of inpatient admission." ] ] [ fhir:code [ fhir:v "U" ] ; fhir:definition [ fhir:v "Documentation insufficient to determine if the condition was present at the time of inpatient admission." ] ] [ fhir:code [ fhir:v "W" ] ; fhir:definition [ fhir:v "Clinically undetermined. Provider unable to clinically determine whether the condition was present at the time of inpatient admission." ] ] [ fhir:code [ fhir:v "1" ] ; fhir:definition [ fhir:v "Unreported/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." ] ] ) . # # -------------------------------------------------------------------------------------