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

FHIR IG Statistics: ValueSet/ach-encounter-class

Packagehl7.fhir.us.nhsn-dqm
TypeValueSet
Idach-encounter-class
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/nhsn-dqm/https://build.fhir.org/ig/HL7/nhsn-dqm/ValueSet-ach-encounter-class.html
URLhttp://hl7.org/fhir/us/nhsn-dqm/ValueSet/ach-encounter-class
Version1.0.0
Statusactive
Date2025-07-15T20:32:26+00:00
NameAcuteCareHospitalEncounterClass
TitleAcute Care Hospital Encounter Class ValueSet
Realmus
Authorityhl7
DescriptionAcute Care Hospital Encounter Class ValueSet
CopyrightThis Valueset is not copyrighted.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v3-ActCodeActCode
v3-ActCodeActCode

Narrative

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

Generated Narrative: ValueSet ach-encounter-class

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ActCode version 9.0.0
    CodeDisplayDefinition
    EMERemergencyA patient encounter that takes place at a dedicated healthcare service delivery location where the patient receives immediate evaluation and treatment, provided until the patient can be discharged or responsibility for the patient's care is transferred elsewhere (for example, the patient could be admitted as an inpatient or transferred to another facility.)
    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.

Source

{
  "resourceType": "ValueSet",
  "id": "ach-encounter-class",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pher"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/nhsn-dqm/ImplementationGuide/hl7.fhir.us.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://hl7.org/fhir/us/nhsn-dqm/ImplementationGuide/hl7.fhir.us.nhsn-dqm"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/nhsn-dqm/ValueSet/ach-encounter-class",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.25.316204395913842452684237438142819890580.48.1"
    }
  ],
  "version": "1.0.0",
  "name": "AcuteCareHospitalEncounterClass",
  "title": "Acute Care Hospital Encounter Class ValueSet",
  "status": "active",
  "experimental": false,
  "date": "2025-07-15T20:32:26+00:00",
  "publisher": "HL7 International / Public Health",
  "contact": [
    {
      "name": "HL7 International / Public Health",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description": "Acute Care Hospital Encounter Class ValueSet",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "copyright": "This Valueset is not copyrighted.",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "version": "9.0.0",
        "concept": [
          {
            "code": "EMER",
            "display": "emergency"
          },
          {
            "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"
          }
        ]
      }
    ]
  }
}