Skip to content

Commit

Permalink
Three bug fixed
Browse files Browse the repository at this point in the history
1) Value set expansion of PositiveNegativeVS fixed
2) Mapping of ConditionTopic.Value to Condition.code (TopicCode becomes
an extension)
3)  Zero out EvaluationComponent in HER2ReceptorStatus should be
EvaluationResultTopic.EvaluationComponent
  • Loading branch information
markkramerus committed Apr 1, 2018
1 parent 1f1725f commit 8d1af40
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions spec/cimi_statement_map.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ EvaluationResultRecorded maps to http://hl7.org/fhir/us/core/StructureDefinition

SimplifiedLaboratoryTestResultRecorded:
constrain related to 0..0 // no Members (not a panel)


ConditionPresenceStatement maps to http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition:
ConditionTopic.TopicCode maps to code
ConditionTopic.Value maps to code
ConditionTopic.Category maps to category
ConditionPresenceContext.ClinicalStatus maps to clinicalStatus
ConditionPresenceContext.VerificationStatus maps to verificationStatus
Expand Down
2 changes: 1 addition & 1 deletion spec/oncology.txt
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ We are seeking feedback if it is better to put the positive/negative status in V
0..0 EvaluationResultTopic.ReferenceRange
0..0 EvaluationResultTopic.AnatomicalLocation // AnatomicalLocation is covered in the Specimen collection
0..0 EvaluationResultTopic.FindingMethod
0..0 EvaluationComponent
0..0 EvaluationResultTopic.EvaluationComponent
Members.EvaluationResultRecorded
includes 0..* HER2byIHC
includes 0..* HER2byISH
Expand Down
6 changes: 3 additions & 3 deletions spec/oncology_vs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ Description: "Interpretations of risk as high, intermediate, or low. Answer set
#LA19542-2 "Low risk of recurrence."

ValueSet: PositiveNegativeVS
Description: "Value set containing the values positive and negative."
MTH#C1446409 "Positive"
MTH#C0205160 "Negative"
Description: "Value set containing the values positive and negative. Values are from National Library of Medicine Metathesaurus."
#C1446409 "Positive"
#C0205160 "Negative"

ValueSet: PositiveNegativeEquivocalVS
Description: "Interpretation of a test result as positive, negative or equivocal."
Expand Down

0 comments on commit 8d1af40

Please sign in to comment.