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

FHIR IG analytics

Packagehl7.fhir.fr.core
Resource TypeValueSet
IdValueSet-fr-core-vs-encounter-class.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/Interop-Sante/hl7.fhir.fr.core/ValueSet-fr-core-vs-encounter-class.html
URLhttps://hl7.fr/ig/fhir/core/ValueSet/fr-core-vs-encounter-class
Version2.2.0-ballot-2
Statusactive
Date2026-01-30T10:26:03+00:00
NameFRCoreValueSetEncounterClass
TitleFR Core ValueSet Encounter class
Realmfr
Authorityhl7
DescriptionA set of codes that can be used to indicate the class of the encounter.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v3-ActCodeActCode

Narrative

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

Narratif généré : EnsembleValeurs fr-core-vs-encounter-class

  • Include ce(s) code(s) tel quil(s) est (sont) défini(s) dans http://terminology.hl7.org/CodeSystem/v3-ActCode version 📦9.0.0
    CodeAffichageDéfinition
    ACUTEInpatient acuteAn acute inpatient encounter.
    NONACInpatient non acuteAny category of inpatient encounter except 'acute'
    PRENCPre-admissionA patient encounter where patient is scheduled or planned to receive service delivery in the future, and the patient is given a pre-admission account number. When the patient comes back for subsequent service, the pre-admission encounter is selected and is encapsulated into the service registration, and a new account number is generated.

    *Usage Note:* This is intended to be used in advance of encounter types such as ambulatory, inpatient encounter, virtual, etc.
    SSShort stayAn encounter where the patient is admitted to a health care facility for a predetermined length of time, usually less than 24 hours.
    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.

Source1

{
  "resourceType": "ValueSet",
  "id": "fr-core-vs-encounter-class",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset|4.0.1"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pa"
    }
  ],
  "url": "https://hl7.fr/ig/fhir/core/ValueSet/fr-core-vs-encounter-class",
  "version": "2.2.0-ballot-2",
  "name": "FRCoreValueSetEncounterClass",
  "title": "FR Core ValueSet Encounter class",
  "status": "active",
  "experimental": false,
  "date": "2026-01-30T10:26:03+00:00",
  "publisher": "Interop'Santé",
  "contact": [
    {
      "name": "Interop'Santé",
      "telecom": [
        {
          "system": "url",
          "value": "http://interopsante.org"
        }
      ]
    },
    {
      "name": "InteropSanté",
      "telecom": [
        {
          "system": "email",
          "value": "fhir@interopsante.org",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A set of codes that can be used to indicate the class of the encounter.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "FRA",
          "display": "France"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "concept": [
          {
            "code": "ACUTE",
            "display": "Inpatient acute"
          },
          {
            "code": "NONAC",
            "display": "Inpatient non acute"
          },
          {
            "code": "PRENC",
            "display": "Pre-admission"
          },
          {
            "code": "SS",
            "display": "Short stay"
          },
          {
            "code": "VR",
            "display": "Virtual"
          }
        ]
      }
    ]
  }
}