Skip to content

Commit

Permalink
Updated dates on DocumentPadv2 so that it can be published after the …
Browse files Browse the repository at this point in the history
…sequence DocumentMtp1, DocumentPadv1, DocumentPre1, DocumentDis1 when testing.
  • Loading branch information
dvribeira committed Jan 26, 2024
1 parent ef43201 commit 3fbf3f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions input/fsh/instance/padv2.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Usage: #example
* identifier.system = "urn:ietf:rfc:3986"
* identifier.value = "urn:uuid:26717ead-d8ef-44cd-b5e9-d0bd3479e0fc"
* type = #document
* timestamp = "2023-04-12T12:00:00+02:00"
* timestamp = "2023-04-20T12:00:00+02:00"
* entry[Composition].resource = CompositionPadv2
* entry[Composition].fullUrl = "urn:uuid:26717ead-d8ef-44cd-b5e9-d0bd3479e0fc"
* entry[Patient].resource = PatientDupont
Expand Down Expand Up @@ -34,7 +34,7 @@ Usage: #inline
* type.coding[+] = $sct#419891008 "Record artifact (record artifact)"
* type.coding[+] = $lnc#61356-2 "Medication pharmaceutical advice.extended Document"
* subject.reference = "urn:uuid:2dbfe659-07d0-45c7-b8df-4a48372049a3"
* date = "2023-04-12T12:00:00+02:00"
* date = "2023-04-20T12:00:00+02:00"
* author[person].reference = "urn:uuid:213d609a-1164-459a-bb10-727516ae3d0c"
* title = "Commentaire relatif à la médication"
* confidentiality.extension[confidentialityCode].url = "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-confidentialitycode"
Expand Down Expand Up @@ -67,12 +67,12 @@ Usage: #inline
* medicationReference = Reference(MedicationRamipril)
* subject = Reference(urn:uuid:2dbfe659-07d0-45c7-b8df-4a48372049a3)
* supportingInformation[partOf] = Reference(urn:uuid:e0a7065f-61c3-4b17-ba6d-9446cd2d6473)
* authoredOn = "2023-04-12"
* authoredOn = "2023-04-20"
* requester = Reference(urn:uuid:213d609a-1164-459a-bb10-727516ae3d0c)
* dosageInstruction[baseEntry].patientInstruction = "À prendre avec de l'eau"
* dosageInstruction[baseEntry].timing.repeat.when = #NOON
* dosageInstruction[baseEntry].route = $edqm#20053000 "Oral use"
* dosageInstruction[baseEntry].route.text = "À avaler"
* dosageInstruction[baseEntry].doseAndRate.doseRange.low = 0.5 http://snomed.info/sct#732936001 "Tablet (unit of presentation)"
* dosageInstruction[baseEntry].doseAndRate.doseRange.high = 1 http://snomed.info/sct#732936001 "Tablet (unit of presentation)"
* dosageInstruction[baseEntry].timing.repeat.boundsPeriod.start = "2023-04-11"
* dosageInstruction[baseEntry].timing.repeat.boundsPeriod.start = "2023-04-20"
2 changes: 2 additions & 0 deletions input/pagecontent/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### [Unreleased]

- Updated dates on DocumentPadv2 so that it can be published after the sequence DocumentMtp1, DocumentPadv1, DocumentPre1, DocumentDis1 when testing.

### [1.0.0] - 2024-01-24

#### Added
Expand Down

0 comments on commit 3fbf3f8

Please sign in to comment.