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

FHIR IG analytics

Packagegov.cdc.nhsn.dqm
Resource TypeValueSet
IdValueSet-ach-daily-encounter-class.json
FHIR VersionR4
Sourcehttp://www.cdc.gov/nhsn/fhirportal/dqm/ig/1.0.0/ValueSet-ach-daily-encounter-class.html
URLhttp://www.cdc.gov/nhsn/fhirportal/dqm/ig/ValueSet/ach-daily-encounter-class
Version1.0.0
Statusactive
Date2025-09-15T11:51:36-04:00
NameAcuteCareHospitalDailyEventEncounterClass
TitleACH Daily Encounter Class ValueSet
Realmus
DescriptionA set of codes indicating the encounter class that represent inpatient, observation and short stay concepts.
CopyrightThis Valueset is not copyrighted.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
hl7.terminology#currentv3-ActCodeActCode

Narrative

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

Generated Narrative: ValueSet ach-daily-encounter-class

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ActCode version 9.0.0
    CodeDisplayDefinition
    ACUTEinpatient acuteAn acute inpatient encounter.
    IMPinpatient encounterA patient encounter where a patient is admitted by a hospital or equivalent facility, assigned to a location where patients generally stay at least overnight and provided with room, board, and continuous nursing service.
    NONACinpatient non-acuteAny category of inpatient encounter except 'acute'
    OBSENCobservation encounterAn encounter where the patient usually will start in different encounter, such as one in the emergency department (EMER) but then transition to this type of encounter because they require a significant period of treatment and monitoring to determine whether or not their condition warrants an inpatient admission or discharge. In the majority of cases the decision about admission or discharge will occur within a time period determined by local, regional or national regulation, often between 24 and 48 hours.
    SSshort stayAn encounter where the patient is admitted to a health care facility for a predetermined length of time, usually less than 24 hours.

Source1

{
  "resourceType": "ValueSet",
  "id": "ach-daily-encounter-class",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://www.cdc.gov/nhsn/fhirportal/dqm/ig/ImplementationGuide/gov.cdc.nhsn.dqm"
          }
        ]
      }
    },
    {
      "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://www.cdc.gov/nhsn/fhirportal/dqm/ig/ImplementationGuide/gov.cdc.nhsn.dqm"
          }
        ]
      }
    }
  ],
  "url": "http://www.cdc.gov/nhsn/fhirportal/dqm/ig/ValueSet/ach-daily-encounter-class",
  "version": "1.0.0",
  "name": "AcuteCareHospitalDailyEventEncounterClass",
  "title": "ACH Daily Encounter Class ValueSet",
  "status": "active",
  "experimental": false,
  "date": "2025-09-15T11:51:36-04:00",
  "publisher": "CDC National Healthcare Safety Network (NHSN)",
  "contact": [
    {
      "name": "CDC National Healthcare Safety Network (NHSN)",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.cdc.gov/nhsn"
        },
        {
          "system": "email",
          "value": "nhsn@cdc.gov"
        }
      ]
    }
  ],
  "description": "A set of codes indicating the encounter class that represent inpatient, observation and short stay concepts.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "copyright": "This Valueset is not copyrighted.",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "version": "9.0.0",
        "concept": [
          {
            "code": "ACUTE",
            "display": "inpatient acute"
          },
          {
            "code": "IMP",
            "display": "inpatient encounter"
          },
          {
            "code": "NONAC",
            "display": "inpatient non-acute"
          },
          {
            "code": "OBSENC",
            "display": "observation encounter"
          },
          {
            "code": "SS",
            "display": "short stay"
          }
        ]
      }
    ]
  }
}