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

14 lines
648 B
GLSL

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