Skip to content

Commit

Permalink
Merge pull request #52 from standardhealth/onco_2
Browse files Browse the repository at this point in the history
Fixed error where Conditions had Values
  • Loading branch information
markkramerus authored Aug 29, 2017
2 parents e0eb7f5 + d7ba27f commit 7ec1bca
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions spec/shr_condition.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ EntryElement: AcademicProblem
Concept: MTH#C0000873
Based on: Condition
Description: "A problem with learning or behavior in a learning environment."
Value: CodeableConcept from TBD "AcademicProblemVS"
SpecificType from TBD "AcademicProblemVS"
0..0 BodySite

EntryElement: Injury
Expand All @@ -100,13 +100,13 @@ EntryElement: MentalHealthCondition
Concept: MTH#C1446377
Based on: Condition
Description: "A condition relating to a person’s psychological and emotional well-being."
Value: CodeableConcept from DSMVS
SpecificType from DSMVS

EntryElement: Asplenia
Concept: MTH#C0600031
Based on: Condition
Description: "Congenital absence of spleen."
Value: CodeableConcept is SCT#93030006
SpecificType is SCT#93030006

/*
EntryElement: Concern
Expand Down
2 changes: 1 addition & 1 deletion spec/shr_familyhistory.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ EntryElement: FamilyMemberHistory
Based on: ??????
Description: "Health history of a person related to the person of record."
1..1 FamilialRelationship
1..* TBD "Condition"
1..* Condition
1..* TBD "Outcome" // must pair off with condition
0..* ExternalHealthRecord

Expand Down
2 changes: 1 addition & 1 deletion spec/shr_oncology.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ EntryElement: BreastCancer
Concept: MTH#C1446377
Based on: Condition
Description: "A cancer originating in the tissues of the breast, and potentially spread to other organs of the body."
Value: CodeableConcept from BreastCancerTypeVS
SpecificType from BreastCancerTypeVS
Category includes #disease
// TODO: In Condition, Stage is a simple attribute, not an observation. TNMStage is an full EntryElement. How do we associate the observation with the Stage attribute?
0..1 Stage from urn:oid:2.16.840.1.113883.11.20.11.12
Expand Down
2 changes: 1 addition & 1 deletion spec/shr_skin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ EntryElement: PressureUlcer
Concept: MTH#C0011127
Based on: Condition
Description: "A single pressure ulcer, tracked over a period of time. Multiple PressureUlcerAssessments (at different times) may be associated with a single PressureUlcer."
Value: CodeableConcept is TBD#TBD
SpecificType is TBD#TBD
0..* BodySite from PressureUlcerBodySiteVS if covered
0..* Manifestation is type PressureUlcerManifestation // observations
0..* CausativeFactor
Expand Down

0 comments on commit 7ec1bca

Please sign in to comment.