Test page: Difference between revisions

From Discovery Data Service
Jump to navigation Jump to search
No edit summary
No edit summary
 
(102 intermediate revisions by 3 users not shown)
Line 1: Line 1:


= Spicy jalapeno =
{{TOC right}}


bacon ipsum dolor amet kielbasa ribeye chuck corned beef, cupim pork venison rump pork chop pig. Prosciutto turducken meatloaf andouille. Turducken chuck chislic burgdoggen bacon rump capicola sirloin pork loin jowl. Burgdoggen beef rump strip steak short ribs, alcatra bacon hamburger short loin jowl chicken tail.
This is a test for the new server


{| border="1" cellpadding="1" cellspacing="1" style="width: 500px;"
==Sortable tables==
 
{| class="sortable" border="1" style="border-collapse:collapse"
|- style="background-color:#90A4AE; color: white"
!scope="col" width="10%"  |Updated
!scope="col" width="10%" |Issue
!scope="col" width="55%" |Summary
!scope="col" width="7%"  |Status
!scope="col" width= 6%" |Sites affected
!scope="col" width= 6%" |Subscribers affected
!scope="col" width= 6%"  |STP
|- valign="top"
|21 January 2021
|COVID-19 vaccinations
|'''How long does it take to get the COVID-19 vaccination notifications into the patient records in EMIS Web?'''
EMIS have informed us that "data is collected by NHS Digital at 22:00 each day, comprising all vaccination data received in that last 24 hour period. NHS Digital send us this data the following day and we will perform a daily upload of these vaccination notifications during that afternoon."
|Ongoing
|xxxx
|xxxxx
|xxxx
|-
|-
|  
|13 May 2020
|  
|
|
|
|
|
|
|-
|-
|  
|  
|-
|-
|  
|  
|}
|}


some extra changes[[File:DDS logo large reverse.png]]
== Tooltips ==
{{#tip-text: text | tooltip-text}} {{#tip-info: icon tooltip text}}
 
{{#tip-img: images/8/84/IM_Package_Value_set.jpg | image tooltip}}
 
==Text colour==
Set '''text''' color by using
 
<span style="color:#FF0000">This text will be red</span>
<span style="color:#000080">'''<nowiki></span></nowiki>'''</span>
 
==External document links==
 
This is a test link to a google drive document > DDS Wiki > Public documents > [https://drive.google.com/file/d/1ZhuPIySPCv-gvHBepXbGogk7wtv42VgQ/view?usp=sharing test xls link]
 
 
This is some test text...
 
==Images==
[[File:East London genes and health 588x115.jpg|link=http://www.genesandhealth.org]]
 
 
==Image preview tooltip==
 
<imagemap>
Image:IM Package Value set.jpg|150px|alt=Alt text
default [[Whole_Systems_Data_Project|WSDP]]
</imagemap>
 
This is a link to an <span>image</span> with a preview on tooltip
 
<div class="line"><span>THIS IS A TEST</span></div>
<p>this is some content other</p>
 
==Note/Warning/Info/Tip/Question==
 
{{Warning| This is a warning.}}
{{Note| This is a note.}}
{{Info| This is some info.}}
{{Tip| This is a tip.}}
{{Question| This is a question.}}<br />
 
== Ordered lists ==
 
<ol>
 
  <li>About the author</li>
 
  <li>Foreword to the first edition</li>
 
  <li>Foreword to the second edition</li>
 
<li>test
 
<ol>
 
  <li>About the author</li>
 
  <li>Foreword to the first edition</li>


  <li>Foreword to the second edition
<ol>
  <li>About the author</li>
  <li>Foreword to the first edition</li>
  <li>Foreword to the second edition</li>
</ol></li>
</ol>
</li>
</ol>
<ol>
  <li>About the author</li>
  <li>Foreword to the first edition</li>
  <li>Foreword to the second edition</li>
</ol>
<br />
==Tables==
{| class="mw-collapsible" border="1" cellpadding="1" cellspacing="1" style="width: 500px;" summary="Summary"
|+xxxzxxz--David Stables 11:18, 5 May 2020 (UTC)Caption
|-
! scope="col" |Code
! scope="col" |Term
|-
|<hr width="100%"> H33..
|Asthma
|-
|<div class="line"><span>G33..</span></div>
|Diabetes
|}
&nbsp;
&nbsp;


{| align="center" border="1" cellpadding="1" cellspacing="1" style="width: 500px;" summary="table summary"
{| class="mw-collapsible mw-collapsed" border="1" cellpadding="1" cellspacing="1" style="width: 500px;" summary="Summary"
|+ table caption
|-
|-
! scope="col" | &nbsp;
! scope="col" |Code
! scope="col" | &nbsp;
! scope="col" |Term
|-
|-
| &nbsp;
|H33..
| &nbsp;
! <span class="line"> |Asthma
|-
|-
| &nbsp;
|G33..
| &nbsp;
|Diabetes
|}[[File:IM Package Value set.jpg|thumb|alt=|none]]&nbsp;
<br />
<div class="toccolours mw-collapsible mw-collapsed">
This text is not collapsible; but the next is collapsible and hidden by default:
<div class="mw-collapsible-content">This is additional hidden text</div> <div class="mw-collapsible-content">&nbsp;</div>
</div>
 
==Syntax Highlight==
 
=== SQL===
This section should be highlighted source code (SQL)
<syntaxhighlight lang="SQL">SELECT *
FROM observation
WHERE patient_id = 1234 </syntaxhighlight>
 
===JSON===
<syntaxhighlight lang="JSON">
{
    "iri" : ":DM_RecordModel",
    "status" : "Active"
}
</syntaxhighlight>
 
===Java===
<syntaxhighlight lang="java">
public class Test {
    private int _id;
    public String name;
}
</syntaxhighlight>this is Jo's test open office to mediawiki:
 
1.&nbsp;&nbsp; &nbsp;Table: allergy_intolerance
 
PRIMARY KEY (organization_id,person_id,id)
 
{| class="wikitable" border="1"
|-
! scope="col" |Column name
! scope="col" |Data type
! scope="col" |Constraint
! scope="col" |Comments
! scope="col" |References
|-
|id
|bigint(20)
|NOT NULL
|
&nbsp;
 
|
&nbsp;
 
|-
|organization_id
|bigint(20)
|NOT NULL
|Owning organisation (i.e. publisher)
|organization.id
|-
|patient_id
|bigint(20)
| NOT NULL
|The organisations record for this person’s registration. Patients may have multiple records across clinical systems and may have registered at an organisation multiple times
|patient.id
|-
|person_id
|bigint(20)
|NOT NULL
|Unique individual across all organisations
|person.id
|-
|encounter_id
|bigint(20)
|DEFAULT NULL
|
&nbsp;
 
|encounter.id
|-
|practitioner_id
| bigint(20)
| DEFAULT NULL
|The clinician the activity is recorded against
|practitioner.id
|-
|clinical_effective_date
|date
| DEFAULT NULL
|The date the clinical code is recorded for
|&nbsp;
|-
|date_precision_id
|smallint(6)
|DEFAULT NULL
|Identifies the precision of the clinical effectiveness date to either year (1) month (2) day (5) minute (12)&nbsp;second (13) millisecond (14)
|&nbsp;
|-
|snomed_concept_id
|bigint(20)
|DEFAULT NULL
|The SNOMED code
|&nbsp;
|-
|original_code
|varchar(100) CHARACTER SET utf8 COLLATE utf8_bin
|DEFAULT NULL
|The original code from the source system
|&nbsp;
|-
|original_term
|varchar(1000)
| DEFAULT NULL
|The original code term from the source system
|&nbsp;
|-
| is_review
| tinyint(1)
| NOT NULL
|Is this instance of the code a review of a previous encounter
|&nbsp;
|-
| colspan="5" |PRIMARY KEY (organization_id,person_id,id),
|-
| colspan="5" |UNIQUE KEY allergy_intolerance_id (id),
|-
| colspan="5" |KEY allergy_intolerance_patient_id (patient_id),
|-
| colspan="5" |KEY allergy_intolerance_snomed_concept_id (snomed_concept_id)
|-
| colspan="5" |&nbsp;
|}
|}


== Doner kevin ==
== &nbsp;Expanding text ==
 
<div class="toccolours mw-collapsible mw-collapsed">
fatback pancetta sirloin. Sausage turducken pig boudin pork, porchetta tongue t-bone fatback. Boudin tongue buffalo sausage, cupim chuck filet mignon pork chop shankle venison drumstick brisket landjaeger beef biltong. Bacon cupim sirloin ham buffalo pork. Chuck landjaeger jowl chislic, flank pastrami pork belly leberkas ribeye prosciutto. Flank short ribs jerky capicola, cupim hamburger spare ribs tenderloin porchetta. Leberkas pork belly ball tip porchetta jowl pork.
This text is not collapsible; but the next is collapsible and hidden by default:
<div class="mw-collapsible-content"><syntaxhighlight lang="JSON">
{
    "iri" : ":DM_RecordModel",
    "status" : "Active"
}
</syntaxhighlight></div> <div class="mw-collapsible-content">&nbsp;</div>
</div>


=== Shankle prosciutto ===


corned beef, kielbasa bacon landjaeger
[[Image:Family relationships.jpg|right|thumb|Example of a family tree. Reading left to right Lucas Grey is the father of three children, the grandfather of five grandchildren and the great-grandfather of three siblings Joseph, John and Laura Wetter.]]


= bresaola short loin =
{{multiple image
| footer    = Players are cautioned with a yellow card and sent off with a red card.
| width    = 60


== pig hamburger ==
| image1    = Yellow card.svg
| alt1      = Yellow cartouche


ham venison porchetta. Beef ribs pastrami rump leberkas pig turducken. Doner kevin shoulder, kielbasa turkey hamburger flank strip steak pork chop brisket. Porchetta prosciutto pork, chicken tongue short loin fatback leberkas pork belly strip steak chuck jerky. Venison jowl pork loin pig tongue cow chuck pork, andouille beef hamburger drumstick.
| image2    = Red card.svg
| alt2      = Red cartouche
}}


= Shankle strip =
==Font awesome==


steak tri-tip ground round rump pork belly.
Font Awesome
{{#fas:cloud}}

Latest revision as of 09:08, 27 March 2023

This is a test for the new server

Sortable tables

Updated Issue Summary Status Sites affected Subscribers affected STP
21 January 2021 COVID-19 vaccinations How long does it take to get the COVID-19 vaccination notifications into the patient records in EMIS Web?

EMIS have informed us that "data is collected by NHS Digital at 22:00 each day, comprising all vaccination data received in that last 24 hour period. NHS Digital send us this data the following day and we will perform a daily upload of these vaccination notifications during that afternoon."

Ongoing xxxx xxxxx xxxx
13 May 2020

Tooltips

text

Text colour

Set text color by using

This text will be red </span>

External document links

This is a test link to a google drive document > DDS Wiki > Public documents > test xls link


This is some test text...

Images

East London genes and health 588x115.jpg


Image preview tooltip

Alt text
About this image

This is a link to an image with a preview on tooltip

THIS IS A TEST

this is some content other

Note/Warning/Info/Tip/Question

This is a warning.
This is a note.
This is some info.
This is a tip.
This is a question.


Ordered lists

     
  1. About the author
  2.  
  3. Foreword to the first edition
  4.  
  5. Foreword to the second edition
  6. test
       
    1. About the author
    2.  
    3. Foreword to the first edition
    4.  
    5. Foreword to the second edition
         
      1. About the author
      2.  
      3. Foreword to the first edition
      4.  
      5. Foreword to the second edition
     
  1. About the author
  2.  
  3. Foreword to the first edition
  4.  
  5. Foreword to the second edition


Tables

xxxzxxz--David Stables 11:18, 5 May 2020 (UTC)Caption
Code Term

H33..
Asthma
G33..
Diabetes

 

Code Term
H33.. Asthma
G33.. Diabetes

 


This text is not collapsible; but the next is collapsible and hidden by default:

This is additional hidden text
 

Syntax Highlight

SQL

This section should be highlighted source code (SQL)

SELECT * 
FROM observation 
WHERE patient_id = 1234

JSON

{
    "iri" : ":DM_RecordModel",
    "status" : "Active"
}

Java

public class Test {
    private int _id;
    public String name;
}

this is Jo's test open office to mediawiki:

1.    Table: allergy_intolerance

PRIMARY KEY (organization_id,person_id,id)

Column name Data type Constraint Comments References
id bigint(20) NOT NULL

 

 

organization_id bigint(20) NOT NULL Owning organisation (i.e. publisher) organization.id
patient_id bigint(20) NOT NULL The organisations record for this person’s registration. Patients may have multiple records across clinical systems and may have registered at an organisation multiple times patient.id
person_id bigint(20) NOT NULL Unique individual across all organisations person.id
encounter_id bigint(20) DEFAULT NULL

 

encounter.id
practitioner_id bigint(20) DEFAULT NULL The clinician the activity is recorded against practitioner.id
clinical_effective_date date DEFAULT NULL The date the clinical code is recorded for  
date_precision_id smallint(6) DEFAULT NULL Identifies the precision of the clinical effectiveness date to either year (1) month (2) day (5) minute (12) second (13) millisecond (14)  
snomed_concept_id bigint(20) DEFAULT NULL The SNOMED code  
original_code varchar(100) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL The original code from the source system  
original_term varchar(1000) DEFAULT NULL The original code term from the source system  
is_review tinyint(1) NOT NULL Is this instance of the code a review of a previous encounter  
PRIMARY KEY (organization_id,person_id,id),
UNIQUE KEY allergy_intolerance_id (id),
KEY allergy_intolerance_patient_id (patient_id),
KEY allergy_intolerance_snomed_concept_id (snomed_concept_id)
 

 Expanding text

This text is not collapsible; but the next is collapsible and hidden by default:

{
    "iri" : ":DM_RecordModel",
    "status" : "Active"
}
 


Example of a family tree. Reading left to right Lucas Grey is the father of three children, the grandfather of five grandchildren and the great-grandfather of three siblings Joseph, John and Laura Wetter.

Template:Multiple image

Font awesome

Font Awesome