From 824160a158085c75976692d92e18efcc9434e893 Mon Sep 17 00:00:00 2001 From: Jose Costa Teixeira Date: Thu, 20 Jul 2023 11:57:09 +0200 Subject: [PATCH] add example --- input/fsh/examples.fsh | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 input/fsh/examples.fsh diff --git a/input/fsh/examples.fsh b/input/fsh/examples.fsh new file mode 100644 index 00000000..72077c90 --- /dev/null +++ b/input/fsh/examples.fsh @@ -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"