Skip to content

Commit

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


Instance: ExampleHRMonitoringPatient
InstanceOf: HRMonitoringPatient
Usage: #example
* identifier[fibricheck-username].type = #username
* identifier[fibricheck-username].system = "http://somesystem/identifiertypes/username"
* identifier[fibricheck-username].value = "johndoe"
* identifier[fibricheck-userid].type = #userid
* identifier[fibricheck-userid].system = "http://somesystem/identifiertypes/userid"
* identifier[fibricheck-userid].value = "123456"


Instance: ExampleSWDevice
InstanceOf: SWDevice
Usage: #example
* version[software-version].type = urn:iso:std:iso:11073:10101#531975
* version[software-version].value = "1.2.0"

0 comments on commit 824160a

Please sign in to comment.