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

FHIR IG analytics

Packagebd.fhir.core
Resource TypeValueSet
IdValueSet-bd-encounter-class-subset.json
FHIR VersionR4
Sourcefile:///app/BD-Core-FHIR-IG/output/ValueSet-bd-encounter-class-subset.html
URLhttps://fhir.dghs.gov.bd/core/ValueSet/bd-encounter-class-subset
Version0.2.0
Statusactive
Date2025-10-03T12:29:59+00:00
NameBDEncounterClassSubsetVS
TitleBD Encounter Class Subset
DescriptionSubset of EncounterClass limited to inpatient, ambulatory, and emergency.

Resources that use this resource

StructureDefinition
bd-encounterEncounter Profile for Bangladesh

Resources that this resource uses

CodeSystem
v3-ActCodeActCode

Narrative

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


English


Generated Narrative: ValueSet bd-encounter-class-subset

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ActCode
    CodeDisplayDefinition
    IMPInpatientA 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.
    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.)

German


Generated Narrative: ValueSet bd-encounter-class-subset

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ActCode
    CodeDisplayDefinition
    IMPInpatientA 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.
    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.)

French


Narratif généré : EnsembleValeurs bd-encounter-class-subset

  • Include ce(s) code(s) tel quil(s) est (sont) défini(s) dans http://terminology.hl7.org/CodeSystem/v3-ActCode
    CodeDisplayDéfinition
    IMPInpatientA 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.
    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.)

Source1

{
  "resourceType": "ValueSet",
  "id": "bd-encounter-class-subset",
  "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": "https://fhir.dghs.gov.bd/core/ImplementationGuide/bd.fhir.core"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "https://fhir.dghs.gov.bd/core/ImplementationGuide/bd.fhir.core"
          }
        ]
      }
    }
  ],
  "url": "https://fhir.dghs.gov.bd/core/ValueSet/bd-encounter-class-subset",
  "version": "0.2.0",
  "name": "BDEncounterClassSubsetVS",
  "title": "BD Encounter Class Subset",
  "status": "active",
  "experimental": false,
  "date": "2025-10-03T12:29:59+00:00",
  "publisher": "Directorate General of Health Services (DGHS), Bangladesh",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://dghs.gov.bd"
        }
      ]
    }
  ],
  "description": "Subset of EncounterClass limited to inpatient, ambulatory, and emergency.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "050"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "concept": [
          {
            "code": "IMP",
            "display": "Inpatient"
          },
          {
            "code": "AMB",
            "display": "Ambulatory"
          },
          {
            "code": "EMER",
            "display": "Emergency"
          }
        ]
      }
    ]
  }
}