Skip to content

Commit

Permalink
Merge pull request #25 from medcomdk/2.0.2-rc1
Browse files Browse the repository at this point in the history
2.0.2 rc1
  • Loading branch information
tmsMedcom authored Oct 19, 2022
2 parents 86ad919 + 09fa52c commit 6f7b0e1
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "MedCom standard based on HL7 FHIR"
show_downloads: true
google_analytics:
theme: jekyll-theme-minimal
version: "Version 2.0.1"
version: "Version 2.0.2"
fhir_version: "FHIR®© R4"
releasenote: https://github.com/medcomdk/dk-medcom-messaging/releases
thisurl: https://medcomdk.github.io/dk-medcom-messaging/
Expand Down
30 changes: 15 additions & 15 deletions docs/assets/documents/Intro-Technical-Spec-ENG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
* [2.6.2 The div element](#262-the-div-element)


> In case of discrepancies between the <a href="https://build.fhir.org/ig/medcomdk/dk-medcom-messaging/" target="_blank">MedCom Messaging Implementation Guide (IG)</a>
> In case of discrepancies between the <a href="https://medcomfhir.dk/ig/messaging/" target="_blank">MedCom Messaging Implementation Guide (IG)</a>
and this page, it is the IG which should be followed. Please contact <[email protected]> if you find discrepancies.
<br>
## 1 Content overview
The <a href="https://build.fhir.org/ig/medcomdk/dk-medcom-messaging/" target="_blank">MedCom Messaging IG</a> describes currently four FHIR profiles, which can be seen in <a href="#Tab1">Table 1 </a>.
The <a href="https://medcomfhir.dk/ig/messaging/" target="_blank">MedCom Messaging IG</a> describes currently four FHIR profiles, which can be seen in <a href="#Tab1">Table 1 </a>.

<style type="text/css">
.tg {border-collapse:collapse;border-spacing:0;width:85%}
Expand All @@ -48,25 +48,25 @@ The <a href="https://build.fhir.org/ig/medcomdk/dk-medcom-messaging/" target="_b
</thead>
<tbody>
<tr>
<td class="tg-tysj"><a href="https://build.fhir.org/ig/medcomdk/dk-medcom-messaging/StructureDefinition-medcom-messaging-message.html" target="_blank">MedComMessagingMessage</a></td>
<td class="tg-tysj"><a href="https://medcomfhir.dk/ig/messaging/StructureDefinition-medcom-messaging-message.html" target="_blank">MedComMessagingMessage</a></td>
<td class="tg-tysj">Bundle</td>
<td class="tg-tysj">Acts as a container for the content of the message. The type of the Bundle shall always be 'message'.</td>
<td class="tg-tysj">Message id<br>Message type<br>Timestamp<br>Entry (Reference to all included profiles)</td>
</tr>
<tr>
<td class="tg-tysj"><a href="https://build.fhir.org/ig/medcomdk/dk-medcom-messaging/StructureDefinition-medcom-messaging-messageHeader.html" target="_blank">MedComMessagingMessageHeader</a></td>
<td class="tg-tysj"><a href="https://medcomfhir.dk/ig/messaging/StructureDefinition-medcom-messaging-messageHeader.html" target="_blank">MedComMessagingMessageHeader</a></td>
<td class="tg-tysj">MessageHeader</td>
<td class="tg-tysj">The header of a message. This profile holds references to the fundamental information in a message such as sender, receiver, and the content of the message.</td>
<td class="tg-tysj">MessagHeader id<br>Narrative text<br>eventCoding (Type of message)<br>Sender Organization<br>Receiver Organization<br>Carbon Copy<br>Receiver of the receipt</td>
</tr>
<tr>
<td class="tg-tysj"><a href="https://build.fhir.org/ig/medcomdk/dk-medcom-messaging/StructureDefinition-medcom-messaging-organization.html" target="_blank">MedComMessagingOrganization</a></td>
<td class="tg-tysj"><a href="https://medcomfhir.dk/ig/messaging/StructureDefinition-medcom-messaging-organization.html" target="_blank">MedComMessagingOrganization</a></td>
<td class="tg-tysj">Organization</td>
<td class="tg-tysj">Information usefull to identify a messaging organization</td>
<td class="tg-tysj">Identifier (SOR-id)<br>Identifier (EAN/GLN-number)<br>Name</td>
</tr>
<tr>
<td class="tg-tysj"><a href="https://build.fhir.org/ig/medcomdk/dk-medcom-messaging/StructureDefinition-medcom-messaging-provenance.html" target="_blank">MedComMessagingProvenance</a></td>
<td class="tg-tysj"><a href="https://medcomfhir.dk/ig/messaging/StructureDefinition-medcom-messaging-provenance.html" target="_blank">MedComMessagingProvenance</a></td>
<td class="tg-tysj">Provenance</td>
<td class="tg-tysj">Information about the activity of the current message and which organization has triggered the message. Further it describes the history of message activities.</td>
<td class="tg-tysj">Text (Narrative text)<br>Target (Targets the MessageHeader)<br>occuredDateTime(Timestamp)<br>Recorded<br>Activity of the message<br> Agent<br>Sender organization<br>Entity.role (If the message is a response to a previous message)</td>
Expand Down Expand Up @@ -102,7 +102,7 @@ The MedComMessagingMessage is a base resouruce in all messages. This resource is

| Links for MedComMessagingMessage|
|:---|
| <a href="https://build.fhir.org/ig/medcomdk/dk-medcom-messaging//StructureDefinition-medcom-messaging-message.html" target="_blank"> Detailed specification for MedComMessagingMessage in MedComMessagingMessage IG</a> |
| <a href="https://medcomfhir.dk/ig/messaging//StructureDefinition-medcom-messaging-message.html" target="_blank"> Detailed specification for MedComMessagingMessage in MedComMessagingMessage IG</a> |
| <a href="http://hl7.org/fhir/R4/Bundle.html" target="_blank">Detailed specification for Bundle in FHIR R4</a> |

#### 2.1.1 MedComMessagingMessage Identifiers
Expand Down Expand Up @@ -137,7 +137,7 @@ The MedComMessageHeader profile that is used in all MedCom FHIR Messages. The me

| Links for MedComMessagingMessageHeader|
|:---|
| <a href="https://build.fhir.org/ig/medcomdk/dk-medcom-messaging//StructureDefinition-medcom-messaging-messageHeader.html" target="_blank"> Detailed specification for MedComMessageHeader in MedComMessagingMessage IG</a> |
| <a href="https://medcomfhir.dk/ig/messaging//StructureDefinition-medcom-messaging-messageHeader.html" target="_blank"> Detailed specification for MedComMessageHeader in MedComMessagingMessage IG</a> |
| <a href="http://hl7.org/fhir/R4/MessageHeader.html" target="_blank">Detailed specification for MessageHeader in FHIR R4</a> |


Expand All @@ -146,7 +146,7 @@ This profile describes the Organization resource that is used in all MedCom FHIR

| Links for MedComMessagingOrganization|
|:---|
| <a href="https://build.fhir.org/ig/medcomdk/dk-medcom-messaging/StructureDefinition-medcom-messaging-organization.html" target="_blank"> Detailed specification for MedComMessagingOrganization in MedComMessagingMessage IG</a> |
| <a href="https://medcomfhir.dk/ig/messaging/StructureDefinition-medcom-messaging-organization.html" target="_blank"> Detailed specification for MedComMessagingOrganization in MedComMessagingMessage IG</a> |
| <a href="http://hl7.org/fhir/R4/Organization.html" target="_blank">Detailed specification for Organization in FHIR R4</a> |


Expand All @@ -168,7 +168,7 @@ The provenance resources are a record-keeping assertion that gathers information
<!--
| Links for MedComMessagingOrganization|
|:---|
| <a href="https://build.fhir.org/ig/medcomdk/dk-medcom-messaging/StructureDefinition-medcom-messaging-organization.html" target="_blank"> Detailed specification for MedComMessagingOrganization in MedComMessagingMessage IG</a> |
| <a href="https://medcomfhir.dk/ig/messaging/StructureDefinition-medcom-messaging-organization.html" target="_blank"> Detailed specification for MedComMessagingOrganization in MedComMessagingMessage IG</a> |
| <a href="http://hl7.org/fhir/R4/Organization.html" target="_blank">Detailed specification for Organization in FHIR R4</a> |
<br> -->
Expand All @@ -195,15 +195,15 @@ Contained resources do not have narrative, but their content must be represented
Narratives contains two sub elements, status and div that are explained below.

#### 2.6.1 The status element
The code system [narrative status](http://hl7.org/fhir/narrative-status) defines the codes for the status element.
The code system <a href="http://hl7.org/fhir/narrative-status" target="_blank">narrative status</a> defines the codes for the status element.

In MedCom FHIR Messages the status of the narrative text shall be "generated", unless other is specified. This status allows the narrativ text to include structured data and the defined extension in the div element.

A narrative in MedCom FHIR Messages can not be of code: empty.

#### 2.6.2 The div element

The contents of the div element are XHTML fragments that **SHALL** contain only the basic HTML formatting elements described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard, '<a>' elements (either name or href), images and internally contained style attributes.
The contents of the div element are XHTML fragments that **SHALL** contain only the basic HTML formatting elements described in chapters 7-11 (except section 4 of chapter 9) and 15 of the<a href="https://www.w3.org/TR/1998/REC-html40-19980424/" target ="_blank"> HTML 4.0 standard</a>, elements (either name or href), images and internally contained style attributes.

The XHTML content **SHALL NOT** contain a head, a body element, external stylesheet references, deprecated elements, scripts, forms, base/link/xlink, frames, iframes, objects or event related attributes (e.g. onClick). This is to ensure that the content of the narrative is contained within the resource and that there is no active content. Such content would introduce security issues and potentially safety issues with regard to extracting text from the XHTML. Note that even with these restrictions, there are still several important security risks associated with displaying the narrative.

Expand All @@ -217,6 +217,6 @@ The div element **SHALL** have some non-whitespace content (text or an image).

| Links for Narrative Text|
|:---|
|[Narrative Text description in FHIR R4](http://hl7.org/fhir/R4/narrative.html#Narrative) |
|[NarrativeStatus in FHIR R4](http://hl7.org/fhir/R4/codesystem-narrative-status.html#4.3.14.424.2)|
|[Styling the XHTML in FHIR R4](http://hl7.org/fhir/R4/narrative.html#css)|
|<a href="http://hl7.org/fhir/R4/narrative.html#Narrative" target="_blank">Narrative Text description in FHIR R4 </a>|
|<a href="http://hl7.org/fhir/R4/codesystem-narrative-status.html#4.3.14.424.2" target="_blank">NarrativeStatus in FHIR R4 </a>|
|<a href="http://hl7.org/fhir/R4/narrative.html#css" target="_blank">Styling the XHTML in FHIR R4</a>|
22 changes: 11 additions & 11 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@ Use cases describe the different scenarios a standard support. For a certain rea

### 1.2 Technical specification
The technical specifications for the MedCom Messaging profiles are defined in an IG.
The <a href="https://build.fhir.org/ig/medcomdk/dk-medcom-messaging/">MedCom Messaging Implementation Guide (IG) </a>includes the following profiles:
The <a href="https://medcomfhir.dk/ig/messaging/">MedCom Messaging Implementation Guide (IG) </a>includes the following profiles:

* <a href="https://build.fhir.org/ig/medcomdk/dk-medcom-messaging/StructureDefinition-medcom-messaging-message.html">MedComMessagingMessage</a>
* <a href="https://build.fhir.org/ig/medcomdk/dk-medcom-messaging/StructureDefinition-medcom-messaging-messageHeader.html">MedComMessagingMessageHeader</a>
* <a href="https://build.fhir.org/ig/medcomdk/dk-medcom-messaging/StructureDefinition-medcom-messaging-organization.html"> MedComMessagingOrganization</a>
* <a href="https://build.fhir.org/ig/medcomdk/dk-medcom-messaging/StructureDefinition-medcom-messaging-provenance.html">MedComMessagingProvenance </a>
* <a href="https://medcomfhir.dk/ig/messaging/StructureDefinition-medcom-messaging-message.html">MedComMessagingMessage</a>
* <a href="https://medcomfhir.dk/ig/messaging/StructureDefinition-medcom-messaging-messageHeader.html">MedComMessagingMessageHeader</a>
* <a href="https://medcomfhir.dk/ig/messaging/StructureDefinition-medcom-messaging-organization.html"> MedComMessagingOrganization</a>
* <a href="https://medcomfhir.dk/ig/messaging/StructureDefinition-medcom-messaging-provenance.html">MedComMessagingProvenance </a>

<br><br>



<!-- As mentioned previously the MedCom's FHIR Messaging profiles do not alone compose a standard but are used to describe important information in MedCom's standards. Click her to find <a href="https://build.fhir.org/ig/medcomdk/dk-medcom-messaging/">MedCom Messaging IG</a>. -->
<!-- As mentioned previously the MedCom's FHIR Messaging profiles do not alone compose a standard but are used to describe important information in MedCom's standards. Click her to find <a href="https://medcomfhir.dk/ig/messaging/">MedCom Messaging IG</a>. -->

The link below gives an overview of the included profiles, what their purpose is, and which elements the system should support. Further the structure of the standard is described and supported with examples in different degree of technical skills.
The link below gives an overview of the included profiles, what their purpose is, and which elements the system should support. Further the structure of the standard is described and supported with examples in different degree of technical skills.<br>
[Click here to read overview of the content of the standard.](assets/documents/Intro-Technical-Spec-ENG.md)

<!-- #### 1.1.2 What is a MedCom FHIR Message Standard
Expand All @@ -56,7 +56,7 @@ A MedCom FHIR Message Standard is the term for a collection of documentation cov
* A GitHub Page linking it all together with further descriptions and specifications
* This Governance
The technical specifications for MedCom Messaging profiles are defined in an IG. As mentioned previously does the MedCom Messaging profiles not alone compose a standard but are used to describe central information in MedComs messaging standards. <a href="https://build.fhir.org/ig/medcomdk/dk-medcom-messaging/" target="_blank">Here you can find the MedCom Messaging IG.</a>
The technical specifications for MedCom Messaging profiles are defined in an IG. As mentioned previously does the MedCom Messaging profiles not alone compose a standard but are used to describe central information in MedComs messaging standards. <a href="https://medcomfhir.dk/ig/messaging/" target="_blank">Here you can find the MedCom Messaging IG.</a>
## 1.2 MedComMessagingMessage (Bundle)
Expand Down Expand Up @@ -124,7 +124,7 @@ In addition, the message **MAY** have additional timestamps in additional resour
| Links for MedComMessagingMessageHeader|
|:---|
| <a href="https://build.fhir.org/ig/medcomdk/dk-medcom-messaging//StructureDefinition-medcom-messaging-messageHeader.html" target="_blank"> Detailed specification for MedComMessageHeader in MedComMessingMessage IG</a> |
| <a href="https://medcomfhir.dk/ig/messaging//StructureDefinition-medcom-messaging-messageHeader.html" target="_blank"> Detailed specification for MedComMessageHeader in MedComMessingMessage IG</a> |
| [MedComMessageHeader](/assets/documents/MedComMessagingMessageHeader.md) |
| <a href="http://hl7.org/fhir/R4/MessageHeader.html" target="_blank">Detailed specification for MessageHeader in FHIR R4</a> |
Expand All @@ -144,7 +144,7 @@ The element event **shall** be defined in accordance with the type of standard t
| Links for MedComMessagingOrganization|
|:---|
| <a href="https://build.fhir.org/ig/medcomdk/dk-medcom-messaging/StructureDefinition-medcom-messaging-organization.html" target="_blank"> Detailed specification for MedComMessagingOrganization in MedComMessingMessage IG</a> |
| <a href="https://medcomfhir.dk/ig/messaging/StructureDefinition-medcom-messaging-organization.html" target="_blank"> Detailed specification for MedComMessagingOrganization in MedComMessingMessage IG</a> |
| [MedComMessagingOrganization](/assets/documents/MedComMessagingOrganization.md) |
| <a href="http://hl7.org/fhir/R4/Organization.html" target="_blank">Detailed specification for Organization in FHIR R4</a> |
Expand All @@ -164,7 +164,7 @@ Provenance of a resource is a record that describes entities and processes invol
| Links for MedComMessagingProvenance|
|:---|
| <a href="https://build.fhir.org/ig/medcomdk/dk-medcom-messaging/StructureDefinition-medcom-messaging-provenance.html" target="_blank"> Detailed specification for MedComMessagingProvenance in MedComMessingMessage IG</a> |
| <a href="https://medcomfhir.dk/ig/messaging/StructureDefinition-medcom-messaging-provenance.html" target="_blank"> Detailed specification for MedComMessagingProvenance in MedComMessingMessage IG</a> |
| [MedComs use of Provenance](/assets/documents/MedComMessagingProvenance.md) |
| <a href="http://hl7.org/fhir/R4/Provenance.html" target="_blank">Detailed specification for Provenance in FHIR R4</a> |
Expand Down

0 comments on commit 6f7b0e1

Please sign in to comment.