AudaciousInquiry / fhir-saner

Situation Awareness for Novel Epidemic Response (COVID-19 driven project to track resource availability)
17 stars 0 forks source link

Don't prohibit Group.member #6

Closed jmandel closed 4 years ago

jmandel commented 4 years ago

Given that Group.actual is fixed to true, it'd be nice not to prevent a system from enumerating specific beds.

image

I'd love it if we could say "We have 20 ICU beds free" and also "BTW here's the enumerated set of them" (even if the latter is strictly optional). Gives us room to grow.

keithboone commented 4 years ago

Right, I thought about that later. We don't WANT to require it, but we don't want to prohibit it either. Reminds me that I should have a look at what's "summary" and what should be "must support", and what the ramifications of each are.

keithboone commented 4 years ago

Fixed

jmandel commented 4 years ago

Thansk!

@keithboone quick note, if you add "closes AudaciousInquiry/saner-ig#2 [...]" to your git commit message, this'll create links from here to the commit where you fixed it (though I understand this only becomes useful as of now, when you've got the .fsh source files checked into this repo).