BD-Core-FHIR-IG/input/fsh/valueSets/BDEncounterStatusSubsetVS.fsh
Dr. B. M. Riazul Islam 96c7f1038e
All checks were successful
FHIR IG CI/CD Pipeline / build-ig (push) Successful in 6m28s
FHIR IG CI/CD Pipeline / deploy (push) Successful in 12s
fixed canonical url and id mismatches
2025-10-03 12:35:18 +00:00

16 lines
699 B
GLSL

// ---------- ValueSet ----------
ValueSet: BDEncounterStatusSubsetVS
Id: bd-encounter-status-subset
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"