You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: input/fsh/models/BeMedicationDispense-models.fsh
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,19 @@ Description: "Logical data model for Medication Dispense."
15
15
*^jurisdiction = $m49.htm#056
16
16
*^jurisdiction.text = "Belgium"
17
17
18
+
19
+
* status 1..1 code "The status of the dispense record"
20
+
* statusReason 0..1 CodeableConcept "The reason why the dispense was not performed, if it was not performed"
21
+
//* dispenseLocation 0..1 Reference(BeLocation) "The location where the dispense was performed"
22
+
18
23
//* ^short = "An individual record of a medication dispense"
19
24
* identifier 0..* Identifier "The business identifier(s) for the medication dispense record" "The business identifier(s) for the medication dispense session. This includes the identifier known as Session GUID (SGUID)."
20
25
* patient 1..1 Reference(BePatient) "The person for which the medication is dispensed" "The person for which the medication is dispensed."
21
26
22
27
* dispenser 0..1 BackboneElement "The dispenser, if known and relevant"
23
28
* dispenser 1..1 Reference (BePatient) "Reference to person that performed the recording or reporting"
24
29
* organization 1..1 Reference (BeOrganization) "Reference to person that performed the recording or reporting"
30
+
25
31
* dispenseDate 1..1 dateTime "The date (or date+time) when the dispense ocurred"
26
32
* prescription 0..1 BackboneElement "Information about a prescription related to the dispense"
27
33
* isPrescribed 0..1 boolean "Whether this dispense was performed against a prescription"
0 commit comments