Skip to content

Commit

Permalink
change unit in example
Browse files Browse the repository at this point in the history
  • Loading branch information
nriss committed Dec 11, 2024
1 parent 3f65ce6 commit 8151fac
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions input/fsh/Examples/Examples-lipid.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Usage: #example
* subject = Reference(ExamplefrPatient001) "Pierre Durand"
* type = "Patient"
* effectiveDateTime = "2024-10-15"
* valueQuantity.value = 2.10
* valueQuantity.unit = "g/L"
* valueQuantity.code = #g/L
* valueQuantity.value = 0.4
* valueQuantity.unit = "mmol/L"
* valueQuantity.code = #mmol/L
* valueQuantity.system = $UCUM

* referenceRange.low = 0.50 'g/L' "g/L"
* referenceRange.high = 2.00 'g/L' "g/L"
* referenceRange.low = 2.80 'mmol/L' "mmol/L"
* referenceRange.high = 11.10 'mmol/L' "mmol/L"

Instance: cholesterol-hdl-example
InstanceOf: MesFrObservationCholesterolHDL
Expand All @@ -20,12 +20,12 @@ Usage: #example
* subject = Reference(ExamplefrPatient001) "Pierre Durand"
* type = "Patient"
* effectiveDateTime = "2024-10-15"
* valueQuantity.value = 0.52
* valueQuantity.unit = "g/L"
* valueQuantity.code = #g/L
* valueQuantity.value = 2.8
* valueQuantity.unit = "mmol/L"
* valueQuantity.code = #mmol/L
* valueQuantity.system = $UCUM

* referenceRange.low = 0.55 'g/L' "g/L"
* referenceRange.low = 3.1 'mmol/L' "mmol/L"


Instance: cholesterol-ldl-example
Expand All @@ -35,9 +35,9 @@ Usage: #example
* subject = Reference(ExamplefrPatient001) "Pierre Durand"
* type = "Patient"
* effectiveDateTime = "2024-10-15"
* valueQuantity.value = 1.39
* valueQuantity.unit = "g/L"
* valueQuantity.code = #g/L
* valueQuantity.value = 7.8
* valueQuantity.unit = "mmol/L"
* valueQuantity.code = #mmol/L
* valueQuantity.system = $UCUM

Instance: cholesterol-trigly-example
Expand All @@ -47,13 +47,13 @@ Usage: #example
* subject = Reference(ExamplefrPatient001) "Pierre Durand"
* type = "Patient"
* effectiveDateTime = "2024-10-15"
* valueQuantity.value = 0.96
* valueQuantity.unit = "g/L"
* valueQuantity.code = #g/L
* valueQuantity.value = 5.6
* valueQuantity.unit = "mmol/L"
* valueQuantity.code = #mmol/L
* valueQuantity.system = $UCUM

* referenceRange.low = 0.50 'g/L' "g/L"
* referenceRange.high = 1.50 'g/L' "g/L"
* referenceRange.low = 2.80 'mmol/L' "mmol/L"
* referenceRange.high = 21.1 'mmol/L' "mmol/L"


Instance: cholesterol-dr
Expand Down

0 comments on commit 8151fac

Please sign in to comment.