Skip to content

Commit

Permalink
add initial component codes
Browse files Browse the repository at this point in the history
  • Loading branch information
costateixeira committed Jul 20, 2023
1 parent 51c31b4 commit 30098c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions input/fsh/profiles.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,35 @@ Parent: PatientMonitoringObservation
* component[hrIndicator]
* value[x] only CodeableConcept
* valueCodeableConcept from FCHRIndicatorVS
* code = #fibricheck-hr-indicator

* component[hrReviewFinding]
* value[x] only CodeableConcept
* valueCodeableConcept from FCHRFindingVS
* code = #fibricheck-hr-review-finding

* component[rmssd]
* value[x] only Quantity
* code = #fibricheck-rmssd

* component[symptoms]
* value[x] only CodeableConcept
* valueCodeableConcept from FCContextSymptomsVS
* code = #fibricheck-symptoms

* component[activityStatus]
* value[x] only CodeableConcept
* valueCodeableConcept from FCContextActivityVS
* code = #fibricheck-activity-status

* component[chadvasc]
* value[x] only CodeableConcept
* code = #fibricheck-chadvasc
// * valueCodeableConcept from

* component[measurementAttempts]
* value[x] only integer
* code = #fibricheck-measurement-attempts


* device only Reference(SWDevice)
Expand Down

0 comments on commit 30098c5

Please sign in to comment.