Stream: cimpl
Topic: DiagnosticRport result field
Kurt Allen (Jul 03 2019 at 16:31):
Hey @Mark Kramer - I can't find the CIMPL DiagnosticReport.Result property in any of the base classes. Am I missing something? Was it left out on purpose? Possibly a booboo?
Mark Kramer (Jul 03 2019 at 16:39):
@Kurt Allen Not left out, just named differently. It is called DiagnosticReport.Observation. You can determine this because of the mapping statement in the DiagnosticReport class (R4), Observation maps to result (slice on = target.reference.resolve(); slice on type = profile; slice strategy = includes)
. There is no need to have an element called result
that does nothing more than point to an Observation.
Kurt Allen (Jul 03 2019 at 17:03):
Thx @Mark Kramer . I didnt' think to look in the map files.....
Mark Kramer (Jul 03 2019 at 17:26):
@Kurt Allen let me know when you want to do a code review. We want you to succeed!
Kurt Allen (Jul 03 2019 at 17:37):
@Mark Kramer Me too! :-)
Wild guess, but maybe mid next week I think I will have something...
Kurt Allen (Jul 12 2019 at 14:42):
Hello @Mark Kramer
I expect to have the initial cut done this weekend. It is rough, and the terminology is not correct, but I have the basic structures in place, the IG verbage needs a lot of work...
The code is stored int he public repository "Applicadia/Fhir-BreastRadiologyReport".
If you get a chance, please look over it and let me know where I can make it better.
I will be uploading a base set of github pages in an hour detailing the directory structure of the code.
Last updated: Apr 12 2022 at 19:14 UTC