Skip to content

Commit

Permalink
update model name
Browse files Browse the repository at this point in the history
  • Loading branch information
costateixeira committed Nov 6, 2023
1 parent 160c72d commit 32bcead
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Logical: PatientMonitoring
Id: PatientMonitoring
Title: "Vital Signs"
Description: "The data structure for Vital Signs."
Title: "Patient Monitoring"
Description: "The data structure for Patient monitoring."

* status 1..1 code "Measurement status" "Measurement status"
* code 1..1 CodeableConcept "Code for the sign"
Expand All @@ -19,7 +19,7 @@ Description: "The data structure for Vital Signs."

* dataAbsentReason 1..1 period "Measurement Period" "Measurement Period"

* hasMember 0..* Reference(VitalSigns) "Component results, if separate" "Component results"
* hasMember 0..* Reference(PatientMonitoring) "Component results, if separate" "Component results"
* derivedFrom 0..* Reference "Related signs from which this is obtained" "Related signs from which this is obtained"

* timestamp 0..1 dateTime "When the sign was observed" "When the sign was observed"
Expand Down

0 comments on commit 32bcead

Please sign in to comment.