I'm trying to port our Anesthesia record software to using FHIR. But I'm struggling to find any sort of "official" way to structure the record.
The final product should contain everything you'd see on a typical sedation record (which are relatively standardized.
For a sample, see this: https://az184419.vo.msecnd.net/rcdso/pdf/RCDSO_4522_PC%20Sedation%20Sample%20Record_V8_Fillable_RD.pdf
I'm trying to avoid just making up my own way to do this within FHIR if there are already established patterns for it.
Currently my plan is to use a document, by creating a FHIR Composition and using the "section" field each with corresponding "entry" fields containing referenced resources like the vital signs Observations, etc.
But currently, I'm just making up "section" titles, etc.
My question is: Is there already a formalized structure for anesthesia records or even a standard set of section
titles a sedation record should include? I would love to see some sort of "official" sample of what one might look like.