Skip to content

Commit 26c56c7

Browse files
committed
add status and statusReason to medDispense
#245
1 parent cd5b47f commit 26c56c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

input/fsh/models/BeMedicationDispense-models.fsh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,19 @@ Description: "Logical data model for Medication Dispense."
1515
* ^jurisdiction = $m49.htm#056
1616
* ^jurisdiction.text = "Belgium"
1717

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+
1823
//* ^short = "An individual record of a medication dispense"
1924
* 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)."
2025
* patient 1..1 Reference(BePatient) "The person for which the medication is dispensed" "The person for which the medication is dispensed."
2126

2227
* dispenser 0..1 BackboneElement "The dispenser, if known and relevant"
2328
* dispenser 1..1 Reference (BePatient) "Reference to person that performed the recording or reporting"
2429
* organization 1..1 Reference (BeOrganization) "Reference to person that performed the recording or reporting"
30+
2531
* dispenseDate 1..1 dateTime "The date (or date+time) when the dispense ocurred"
2632
* prescription 0..1 BackboneElement "Information about a prescription related to the dispense"
2733
* isPrescribed 0..1 boolean "Whether this dispense was performed against a prescription"

0 commit comments

Comments
 (0)