Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion input/images-source/actors_transactions.plantuml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CRS -r-> CRT : " 1. Submit Case Report \n(Individual form)"

EHR -r-> CRM : " 4. Provide case data "

CSV -r-> CRI : " 3. Store case data "
CSV -r-> CRI : " 3. Store case data "

CRI -d-> CRT : " 1. Submit\nCase Report\n (Bulk legacy data import)\n"

Expand Down
14 changes: 14 additions & 0 deletions input/pagecontent/data-models.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
This page describes the abstract data models used in this specification.

These are the models:
* Data entry form
* Extracted Bundle
* CSV / tabular format

And a table for maturity of the models:

|Model|Maturity|
|---|----|
|Data Entry Form| 3 |
|Bundle| 2 |
|CSV| 5 |
3 changes: 2 additions & 1 deletion input/pagecontent/how-to-read.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ The remainder of the implementation guide contains useful narrative such as cont

### Maturity and normative status
This specification has a status indicated in the front page. Each part of its content (pages, workflows, artifacts) is classified according to
* **Maturity**
* **Maturity** - The maturity rules for this IG Will follow the HL7 FMM guidelines.
* **Normative status** - content can be **normative** or **informative**:
* **Normative content** defines expectations that must be met to be able to claim conformity with the specification. Examples are actor definitions and required transactions, or profiles with required elements and terminology constraints.
* **Informative content** is used as guidance, and does not require to be used or adhered to. Examples of informative content are informative pages, references, etc.


2 changes: 2 additions & 0 deletions sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ pages:
title: Data exchange
dependencies.xml:
title: Dependencies
data-models.md:
title: Data Models
actors.xml:
title: Actors
transactions.xml:
Expand Down