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

FHIR IG analytics

Packagemedcom.fhir.dk.terminology
Resource TypeValueSet
IdValueSet-medcom-core-encounter-class.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/medcomdk/dk-medcom-terminology/ValueSet-medcom-core-encounter-class.html
URLhttp://medcomfhir.dk/ig/terminology/ValueSet/medcom-core-encounter-class
Version2.0.0
Statusactive
Date2025-10-28
NameMedComCoreEncounterClass
TitleMedComCoreEncounterClassCodes
Realmdk
DescriptionValueSet containing classification codes for MedComCoreEncounter.

Resources that use this resource

StructureDefinition
medcom-core-encounterMedComCoreEncounter

Resources that this resource uses

CodeSystem
medcom-core-encounter-act-codesMedComCoreEncounterActCodes
v3-ActCodeActCode

Narrative

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

Generated Narrative: ValueSet medcom-core-encounter-class

This value set includes codes based on the following rules:

This value set excludes codes based on the following rules:

  • Exclude these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ActCode version 📦9.0.0
    CodeDisplayDefinition
    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.

Source1

{
  "resourceType": "ValueSet",
  "id": "medcom-core-encounter-class",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://medcomfhir.dk/ig/terminology/ValueSet/medcom-core-encounter-class",
  "version": "2.0.0",
  "name": "MedComCoreEncounterClass",
  "title": "MedComCoreEncounterClassCodes",
  "status": "active",
  "experimental": false,
  "date": "2025-10-28",
  "publisher": "MedCom",
  "contact": [
    {
      "name": "MedCom",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.medcom.dk"
        }
      ]
    }
  ],
  "description": "ValueSet containing classification codes for MedComCoreEncounter.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "filter": [
          {
            "property": "concept",
            "op": "descendent-of",
            "value": "_ActEncounterCode"
          }
        ]
      },
      {
        "system": "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-core-encounter-act-codes",
        "concept": [
          {
            "code": "other",
            "display": "Other encounter class"
          }
        ]
      }
    ],
    "exclude": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "concept": [
          {
            "code": "OBSENC"
          }
        ]
      }
    ]
  }
}