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

FHIR IG Statistics: ValueSet/encounter-class

Packagehl7.terminology.r4b
TypeValueSet
Idencounter-class
FHIR VersionR4B
Sourcehttp://terminology.hl7.org/http://terminology.hl7.org/6.0.2/ValueSet-encounter-class.html
URLhttp://terminology.hl7.org/ValueSet/encounter-class
Version2.0.1
Statusactive
Date2024-04-24T00:00:00+00:00
NameEncounterClass
TitleEncounter class
Realmuv
Authorityhl7
DescriptionThis value set defines a set of codes that can be used to indicate the class of encounter: a specific code indicating class of service provided.
CopyrightThis material derives from the HL7 Terminology THO. THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html

Resources that use this resource

StructureDefinition
slot-encounter-classSlot Encounter Class
encounter-cr-coreEncuentro Clínico
extension-Encounter.classCross-version Extension for R5.Encounter.class for use in FHIR R4B
encounter-it-labEncounter - Lab Report
ValueSet
sghi-encounter-classEncounter Class Value Sets
ee-encounter-classEncounter Class
encounter-classEncounter Class

Resources that this resource uses

CodeSystem
v3-ActCodeActCode
v3-ActCodeActCode

Narrative

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

Generated Narrative: ValueSet encounter-class

Last updated: 2024-04-24 00:00:00+0000

Profile: Shareable ValueSet

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ActCode
    CodeDisplayDefinition
    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.
    AMBambulatoryA comprehensive term for health care provided in a healthcare facility (e.g. a practitioneraTMs office, clinic setting, or hospital) on a nonresident basis. The term ambulatory usually implies that the patient has come to the location and is not assigned to a bed. Sometimes referred to as an outpatient encounter.
    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.
    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.)
    VRvirtualA patient encounter where the patient and the practitioner(s) are not in the same physical location. Examples include telephone conference, email exchange, robotic surgery, and televideo conference.
    HHhome healthHealthcare encounter that takes place in the residence of the patient or a designee

Source

{
  "resourceType": "ValueSet",
  "id": "encounter-class",
  "meta": {
    "lastUpdated": "2024-04-24T00:00:00+00:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pa"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "url": "http://terminology.hl7.org/ValueSet/encounter-class",
  "version": "2.0.1",
  "name": "EncounterClass",
  "title": "Encounter class",
  "status": "active",
  "experimental": false,
  "date": "2024-04-24T00:00:00+00:00",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "description": "This value set defines a set of codes that can be used to indicate the class of encounter: a specific code indicating class of service provided.",
  "immutable": true,
  "copyright": "This material derives from the HL7 Terminology THO. THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "concept": [
          {
            "code": "IMP",
            "display": "inpatient encounter"
          },
          {
            "code": "AMB",
            "display": "ambulatory"
          },
          {
            "code": "OBSENC",
            "display": "observation encounter"
          },
          {
            "code": "EMER",
            "display": "emergency"
          },
          {
            "code": "VR",
            "display": "virtual"
          },
          {
            "code": "HH",
            "display": "home health"
          }
        ]
      }
    ]
  }
}