Skip to content

Commit

Permalink
fix values
Browse files Browse the repository at this point in the history
  • Loading branch information
costateixeira committed Jul 20, 2023
1 parent 824160a commit e3e1766
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions input/fsh/examples.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ Instance: ExampleHRMonitoringObs
InstanceOf: HRMonitoringObs
Usage: #example
* subject = Reference(ExampleHRMonitoringPatient)
* component[hrIndicator].valueCodeableConcept = #HRNormal
* component[hrReviewFinding].valueCodeableConcept = #FindingNormal
* component[hrIndicator].valueCodeableConcept = #normal
* component[hrReviewFinding].valueCodeableConcept = #no_diagnosis
* component[rmssd].valueQuantity = 25 'ms'
* component[symptoms].valueCodeableConcept = #NoSymptoms
* component[activityStatus].valueCodeableConcept = #Active
* component[symptoms].valueCodeableConcept = #fatigue
* component[activityStatus].valueCodeableConcept = #sleeping
* component[chadvasc].valueCodeableConcept = #LowRisk
* component[measurementAttempts].valueInteger = 2
* device = Reference(ExampleSWDevice)
* code = #fibricheck
* effectiveDateTime = "2023-07-20T14:30:00Z"
* status = #active
* status = #final


Instance: ExampleHRMonitoringPatient
Expand Down

0 comments on commit e3e1766

Please sign in to comment.