Skip to content

Commit 1478035

Browse files
Update README.md
removing http://unitsofmeasure.org link for linkspector failure
1 parent aca9706 commit 1478035

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -520,10 +520,10 @@ Based on [FHIR Observation](https://hl7.org/fhir/R4B/observation.html), the foll
520520
|id|string|-|[Resource](https://hl7.org/fhir/R4B/resource.html): Logical id of this artifact|
521521
|status|[ObservationStatus](https://hl7.org/fhir/R4B/valueset-observation-status.html)|e.g. "final"|This value is most likely "final" in every case.|
522522
|code|[Code](https://hl7.org/fhir/R4B/valueset-observation-codes.html)|e.g. `{"system":"http://loinc.org","code":"55423-8","display":"Number of steps"}`|Use one of the codes mentioned below.|
523-
|value|optional [Quantity](https://hl7.org/fhir/R4B/datatypes.html#Quantity)|e.g. `{"code":"mm[Hg]","system":"http://unitsofmeasure.org","unit":"mmHg","value":120}`|Use one of the units listed below.|
523+
|value|optional [Quantity](https://hl7.org/fhir/R4B/datatypes.html#Quantity)|e.g. `{"code":"mm[Hg]","system":"","unit":"mmHg","value":120}`|Use one of the units listed below.|
524524
|component|list of components|-|Instead of containing a single `value` property, some observations are composed of multiple components (e.g. a blood pressure observation contains a diastolic and systolic component).|
525525
|component[x]>code|[Code](https://hl7.org/fhir/R4B/valueset-observation-codes.html)|e.g. `{"system":"http://loinc.org","code":"55423-8","display":"Number of steps"}`|Use one of the codes mentioned below.|
526-
|component[x]>value|optional [Quantity](https://hl7.org/fhir/R4B/datatypes.html#Quantity)|e.g. `{"code":"mm[Hg]","system":"http://unitsofmeasure.org","unit":"mmHg","value":120}`|Use one of the units listed below.|
526+
|component[x]>value|optional [Quantity](https://hl7.org/fhir/R4B/datatypes.html#Quantity)|e.g. `{"code":"mm[Hg]","system":"","unit":"mmHg","value":120}`|Use one of the units listed below.|
527527
|effective|[Period](https://hl7.org/fhir/R4B/datatypes.html#period) with Date objects or Date|-|Use Date for instant observation and periods for longer observations (e.g. more than 1 minute).|
528528

529529
#### users/$userId$/bloodPressureObservations/$observationId$
@@ -538,56 +538,56 @@ Further, blood pressure observations have two components.
538538

539539
|code>system|code>code|code>display|value>system|value>value|value>code|value>unit|
540540
|-|-|-|-|-|-|-|
541-
|"http://loinc.org"|"8462-4"|"Diastolic blood pressure"|"http://unitsofmeasure.org"|double|"mm[Hg]"|"mmHg"|
542-
|"http://loinc.org"|"8480-6"|"Systolic blood pressure"|"http://unitsofmeasure.org"|double|"mm[Hg]"|"mmHg"|
541+
|"http://loinc.org"|"8462-4"|"Diastolic blood pressure"|""|double|"mm[Hg]"|"mmHg"|
542+
|"http://loinc.org"|"8480-6"|"Systolic blood pressure"|""|double|"mm[Hg]"|"mmHg"|
543543

544544
#### users/$userId$/bodyWeightObservations/$observationId$
545545

546546
Body weight observations contain the following code and value.
547547

548548
|code>system|code>code|code>display|value>system|value>value|value>code|value>unit|
549549
|-|-|-|-|-|-|-|
550-
|"http://loinc.org"|"29463-7"|"Body weight"|double|"http://unitsofmeasure.org"|"kg" or "[lb_av]"|"kg" or "lbs"|
550+
|"http://loinc.org"|"29463-7"|"Body weight"|double|""|"kg" or "[lb_av]"|"kg" or "lbs"|
551551

552552
#### users/$userId$/creatinineObservations/$observationId$
553553

554554
Creatinine observations contain the following code and value.
555555

556556
|code>system|code>code|code>display|value>system|value>value|value>code|value>unit|
557557
|-|-|-|-|-|-|-|
558-
|"http://loinc.org"|"2160-0"|"Creatinine [Mass/volume] in Serum or Plasma"|double|"http://unitsofmeasure.org"|"mg/dL"|"mg/dL"|
558+
|"http://loinc.org"|"2160-0"|"Creatinine [Mass/volume] in Serum or Plasma"|double|""|"mg/dL"|"mg/dL"|
559559

560560
#### users/$userId$/dryBodyWeightObservations/$observationId$
561561

562562
Dry body weight observations contain the following code and value.
563563

564564
|code>system|code>code|code>display|value>system|value>value|value>code|value>unit|
565565
|-|-|-|-|-|-|-|
566-
|"http://loinc.org"|"29463-7"|"Body weight"|double|"http://unitsofmeasure.org"|"kg"|"kg"|
566+
|"http://loinc.org"|"29463-7"|"Body weight"|double|""|"kg"|"kg"|
567567

568568
#### users/$userId$/eGfrObservations/$observationId$
569569

570570
Dry body weight observations contain the following code and value.
571571

572572
|code>system|code>code|code>display|value>system|value>value|value>code|value>unit|
573573
|-|-|-|-|-|-|-|
574-
|"http://loinc.org"|"98979-8"|"Glomerular filtration rate/1.73 sq M.predicted [Volume Rate/Area] in Serum, Plasma or Blood by Creatinine-based formula (CKD-EPI 2021)"|double|"http://unitsofmeasure.org"|"mL/min/{1.73_m2}"|"mL/min/1.73_m2"|
574+
|"http://loinc.org"|"98979-8"|"Glomerular filtration rate/1.73 sq M.predicted [Volume Rate/Area] in Serum, Plasma or Blood by Creatinine-based formula (CKD-EPI 2021)"|double|""|"mL/min/{1.73_m2}"|"mL/min/1.73_m2"|
575575

576576
#### users/$userId$/heartRateObservations/$observationId$
577577

578578
Heart rate observations contain the following code and value.
579579

580580
|code>system|code>code|code>display|value>system|value>value|value>code|value>unit|
581581
|-|-|-|-|-|-|-|
582-
|"http://loinc.org"|"8867-4"|"Heart rate"|double|"http://unitsofmeasure.org"|"/min"|"beats/minute"|
582+
|"http://loinc.org"|"8867-4"|"Heart rate"|double|""|"/min"|"beats/minute"|
583583

584584
#### users/$userId$/potassiumObservations/$observationId$
585585

586586
Potassium observations contain the following code and value.
587587

588588
|code>system|code>code|code>display|value>system|value>value|value>code|value>unit|
589589
|-|-|-|-|-|-|-|
590-
|"http://loinc.org"|"6298-4"|"Potassium [Moles/volume] in Blood"|double|"http://unitsofmeasure.org"|"meq/L"|"mEq/L"|
590+
|"http://loinc.org"|"6298-4"|"Potassium [Moles/volume] in Blood"|double|""|"meq/L"|"mEq/L"|
591591

592592
#### users/$userId$/messages/$messageId$
593593

0 commit comments

Comments
 (0)