Skip to content

Commit

Permalink
Merge pull request #239 from standardhealth/fix-component-mapping
Browse files Browse the repository at this point in the history
Fix component mapping
  • Loading branch information
markkramerus authored Mar 13, 2019
2 parents 5254fcd + 3404f44 commit b3b03cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/shr_finding_map_stu3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Observation maps to Observation:
ReferenceRange.Type maps to referenceRange.type
ReferenceRange.ApplicableSubpopulation maps to referenceRange.appliesTo
ReferenceRange.ApplicableAgeRange maps to referenceRange.age
Components maps to component
Components.ObservationComponent.Code maps to component.code (slice on = code.coding.code; slice strategy = includes)
Components.ObservationComponent maps to component (slice on = code.coding.code; slice strategy = includes)
Components.ObservationComponent.Code maps to component.code
Components.ObservationComponent.DataValue maps to component.value[x]
Components.ObservationComponent.DataAbsentReason maps to component.dataAbsentReason
//Components.ObservationComponent.Interpretation maps to component.interpretation
Expand Down

0 comments on commit b3b03cb

Please sign in to comment.