Skip to content

Commit 9eed1e9

Browse files
committed
update ToC
1 parent 56e1db2 commit 9eed1e9

File tree

5 files changed

+34
-4
lines changed

5 files changed

+34
-4
lines changed

input/fsh/extensions/BeMedicationType.fsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Extension: BeExtMedicationType
2-
Title: "BeMedicationType"
2+
Title: "BeExtMedicationType"
33
Description: "The type of medication."
44
Context: MedicationStatement.medication[x] , MedicationRequest.medication[x]
55
* value[x] only CodeableConcept

input/ignoreWarnings.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,17 @@ No definition could be found for URL value 'https://www.ehealth.fgov.be/standard
2525
# The identifier system for NIHDI Practitioner needs to change - https://github.com/hl7-be/terminology/issues/4
2626
No definition could be found for URL value 'https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin'
2727

28-
2928
# The packaging units code system is not defined
3029
No definition could be found for URL value 'https://www.gfd-dpp.be/fhir/reference/packaging'
3130

3231
# The code systems for SAM are not yet defined
3332
A definition for CodeSystem 'https://www.ehealth.fgov.be/standards/fhir/medication/NamingSystem/cnk-codes' could not be found, so the code cannot be validated
3433

3534
# The example code systems and identifier systems will be reviewed
36-
A definition for CodeSystem 'https://www.nexuzhealth.be/fhir/prescription/ambulatory' version '1' could not be found, so the code cannot be validated. Valid versions: []
35+
A definition for CodeSystem 'https://www.nexuzhealth.be/fhir/prescription/ambulatory' version '1' could not be found, so the code cannot be validated. Valid versions: []
36+
37+
# In the first release, no examples are provided for Medication Line and Prescription
38+
The Implementation Guide contains no examples for this profile
39+
40+
# Dispense examples will be updated with better terminology content - https://github.com/hl7-be/medication/issues/301
41+
Coding has no system. A code with no system has no defined meaning, and it cannot be validated. A system should be provided

input/images-source/overview-BEModel-short.plantuml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ file {
6060
' }
6161

6262

63-
class "** Medication Product **" as M<<TM>> {
63+
class "** [[StructureDefinition-BeModelMedication.html Medication]] **" as M<<TM>> {
6464
' |_ identifier 1..*
6565
' |_ doseForm 0..1
6666
' |_ name 0..1
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
### Relationship with other elements:
2+
3+
4+
The Medication model relates to the other data structures in the following way:
5+
<figure>
6+
{% include overview-BEModel-short.svg %}
7+
</figure>
8+
9+
This model is just a placeholder and has not been implemented as a FHIR resource. Implementers are expected to use the Medication resource which will be profiled later.
10+
{:.stu-note}
11+
12+
* [Medication Line](StructureDefinition-BeModelMedicationDispense.html) may refer to a [Medication Dispense](StructureDefinition-BeModelMedicationDispense.html) that occurs in the treatment.
13+
14+
* [Medication Dispense](StructureDefinition-BeModelMedicationDispense.html) may be the trigger for creating or updating a [Medication Line](StructureDefinition-BeModelMedicationLine.html).

sushi-config.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ groups:
124124
- StructureDefinition/BeMedicationDispense
125125
- StructureDefinition/BeMedicationLine
126126
- StructureDefinition/BeMedicationPrescription
127+
- StructureDefinition/BeMedicationDispense
127128
- StructureDefinition/BeDosage
128129

129130
Extensions:
@@ -136,6 +137,9 @@ groups:
136137
- StructureDefinition/BeExtRecordedDate
137138
- StructureDefinition/BeExtRecorder
138139
- StructureDefinition/BeExtInstructionsForReimbursement
140+
- StructureDefinition/BeExtAdherenceStatus
141+
- StructureDefinition/BeExtMedicationType
142+
- StructureDefinition/BeExtMedicationLineRegistrationStatus
139143

140144
Terminology:
141145
name: Terminology
@@ -158,6 +162,11 @@ groups:
158162
- NamingSystem/be-ns-cti-extended-code
159163
- NamingSystem/be-ns-prescription-ids
160164
- NamingSystem/be-ns-product-package-type
165+
- CodeSystem/BeMedicationLineRegistrationStatus
166+
- CodeSystem/BeMedicationLineAdherenceStatus
167+
- CodeSystem/BeMedicationLineAdherenceStatusReason
168+
- ValueSet/BeMedicationLineRegistrationStatusVS
169+
161170

162171
# Extensions:
163172
# name: Extensions
@@ -272,3 +281,5 @@ parameters:
272281
pin-canonicals: pin-multiples
273282
special-url-base: https://www.ehealth.fgov.be/standards/fhir/terminology
274283

284+
285+
path-expansion-params: ../../input/Parameters-terminology-expansion.json

0 commit comments

Comments
 (0)