Good morning everyone
I am working towards capturing data results from a Mantoux TB Skin Test, and am having difficulty deciding which FHIR resource(s) to use. Is there anyone else in the community that has already done this work?
Thanks
Good morning everyone
I am working towards capturing data results from a Mantoux TB Skin Test, and am having difficulty deciding which FHIR resource(s) to use. Is there anyone else in the community that has already done this work?
Thanks
The results of pretty much any test would be captured using Observation. Observation.code would identify the type of test and Observation.value would convey the result.
Thanks for the confirmation Lloyd!