BD-Core-FHIR-IG/input/fsh/valueSets/BDEncounterClassSubsetVS.fsh
akbermirage e29ca3f7a5
Some checks failed
Deploy on production / deploy (push) Failing after 35s
encounter-profile, valueset class and status add
2025-09-29 15:47:23 +06:00

14 lines
651 B
GLSL

// ---------- ValueSet ----------
ValueSet: BDEncounterClassSubsetVS
Id: bd-encounter-class-subset-vs
Title: "BD Encounter Class Subset"
Description: "Subset of EncounterClass limited to inpatient, ambulatory, and emergency."
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-encounter-class-subset"
* ^status = #active
* ^experimental = false
// Explicitly include the three concepts from the core EncounterClass system
* include http://terminology.hl7.org/CodeSystem/v3-ActCode#IMP "Inpatient"
* include http://terminology.hl7.org/CodeSystem/v3-ActCode#AMB "Ambulatory"
* include http://terminology.hl7.org/CodeSystem/v3-ActCode#EMER "Emergency"