Skip to content

Commit acfba34

Browse files
author
jalbadri
committed
Fixed: Dosage.timing-boundsPeriod default value description
1 parent 6c51d36 commit acfba34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/other/authorship_and_timestamps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ It can also be specified at entry level :
2727
| [MedicationRequest.authoredOn](https://fhir.ch/ig/ch-emed/StructureDefinition-ch-emed-medicationrequest.html) | (1..1) | When request was initially authored | - |
2828
| [MedicationDispense.whenHandedOver](https://fhir.ch/ig/ch-emed/StructureDefinition-ch-emed-medicationdispense.html) | (1..1) | When product was given out | - |
2929
| [Observation.issued](https://fhir.ch/ig/ch-emed/StructureDefinition-ch-emed-observation.html) | (1..1) | Date/Time this version was made available ||
30-
| [Dosage.timing.boundsPeriod (Dosage - MedicationRequest)](https://fhir.ch/ig/ch-emed/StructureDefinition-ch-emed-dosage-medicationrequest.html) | (0..1) | Start and/or end of treatment | By default, the start value will be set to now and the end value will be null (valid ad infinitum) |
31-
| [Dosage.timing.boundsPeriod (Dosage - MedicationStatement / MedicationDispense)](https://fhir.ch/ig/ch-emed/StructureDefinition-ch-emed-dosage.html) | (0..1) | Start and/or end of treatment | By default, the start value will be set to now and the end value will be null (valid ad infinitum) |
30+
| [Dosage.timing.boundsPeriod (Dosage - MedicationRequest)](https://fhir.ch/ig/ch-emed/StructureDefinition-ch-emed-dosage-medicationrequest.html) | (0..1) | Start and/or end of treatment | By default, the start value will be set to the date of creation of the document specified in `Bundle.timestamp` and the end value will be null (valid ad infinitum) |
31+
| [Dosage.timing.boundsPeriod (Dosage - MedicationStatement / MedicationDispense)](https://fhir.ch/ig/ch-emed/StructureDefinition-ch-emed-dosage.html) | (0..1) | Start and/or end of treatment | By default, the start value will be set to the date of creation of the document specified in `Bundle.timestamp` and the end value will be null (valid ad infinitum) |

0 commit comments

Comments
 (0)