docs(data-integration): add Clinical Notes, Vital Signs and Clinical Tests - #63
Merged
Conversation
…Tests Covers documents, diagnostic_reports, vital_signs and clinical_observations, with the attachment delivery convention stated once on the notes page. Corrects the clinical_observations categories: the spec listed exam / imaging / survey / functional, but `functional` is not a code in any bound value set, and the category is what selects the profile.
A lab LOINC on a note report is rejected: the two profiles bind code to different value sets. hasMember is supported only on the screening assessment profile. 8478-0 is mean blood pressure, not an oxygen code.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bucket B:
documents,diagnostic_reports,vital_signs,clinical_observations, on three pages titled by data class.documents+diagnostic_reports, which share the attachment convention. The delivery layout is stated once, with the directory example from the spec.vital_signs, including the blood-pressure two-component exception and a table of the LOINC codes with their UCUM units.clinical_observations, the catch-all.One spec correction. File 24 lists the categories as
exam/imaging/survey/functional.functionalis not a code in any bound value set; the code isfunctional-status. Category is what selects between three profiles, so this is load-bearing rather than cosmetic. The page now maps all ten valid categories onto the profile each produces.Every code verified against its binding: the five vital-sign LOINCs, the document type codes, and
asked-declined. Enums forstatuson all three datasets are exact set matches against the required bindings.Templates for all four datasets, headers verified against their pages.