BD-Core-FHIR-IG/input/fsh/valueSets/BDEncounterStatusSubsetVS.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

16 lines
702 B
GLSL

// ---------- ValueSet ----------
ValueSet: BDEncounterStatusSubsetVS
Id: bd-encounter-status-subset-vs
Title: "BD Encounter Status Subset"
Description: "Subset of EncounterStatus limited to planned, in-progress, finished, and cancelled."
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-encounter-status-subset"
* ^status = #active
* ^experimental = false
// Explicitly include the four concepts from the core code system
* include http://hl7.org/fhir/encounter-status#planned "Planned"
* include http://hl7.org/fhir/encounter-status#in-progress "In Progress"
* include http://hl7.org/fhir/encounter-status#finished "Finished"
* include http://hl7.org/fhir/encounter-status#cancelled "Cancelled"