Version: 1.0.19 | Published: 29 May 2026 | Updated: 16 days ago
ind-dataset-logo

Ztest standard3

Dataset

Summary

Reference Code:
DAPB0000
Publication Version:
0.0.0
Type:
  • Collections
  • Extractions
  • Information standards
  • Technical standards and specifications
Effective From:
31 July 2022
Applies To:
No-one
DOI Name:
0000
Impacts On:
No-one
Conformance Date:
26 November 2024
Assurance Expiry Date:
26 November 2024
Topics:
  • Accessibility
  • Access to records
  • Adult
  • Age
  • Appointment / scheduling
  • Artificial intelligence
  • Authentication
  • BSI - British Standards Institute
  • Care
  • Care records
  • Child
  • Clinical decision support
  • Clinical safety
  • Continuity of care
  • Cyber security
  • Date and Time
  • Data definitions and terminologies
  • Demographics
  • Dispensing
  • Equality
  • European
  • Financial management
  • Government
  • GS1
  • Health
  • Health Level 7 (HL7)
  • Information codes of practice
  • Information governance
  • Interoperability
  • International Standards
  • Key care information
  • Location
  • Messaging
  • Metadata
  • Open
  • Organisation
  • Patient communication
  • Pharmacy, Medicines and Prescribing
  • Reference data
  • Referrals
  • Security, Safety and Privacy
  • Service
  • Tests and diagnostics
  • Vaccination
  • Worldwide Web Consortium (W3C)
  • Web
  • Workforce
Care Settings:
  • Ambulance (Urgent and Emergency Care)
  • Care home
  • Community health
  • Dentistry
  • GP / Primary care
  • Home
  • Hospital
  • Maternity
  • Mental health
  • Military
  • Pharmacy
  • Prison
  • School
  • Social care
  • Transport / Infrastructure
  • Urgent and Emergency Care
  • Walk in centre
Alternate Name:
Test standard
Publication Date:
31 July 2022

Contact Point

Contact Point:
Contact Point Comment:
comment for the contact email

Collection/Extraction Details

Burden Year 1:
£0
Burden Annual Rolling:
£0
Collection Level:
Aggregate level
Frequency:
Dataset publication or collection occurs at uneven intervals.

Documentation

Associated Media:
Description:

Video test

safety case

Test1 Pie chart - accessible

///mermaid %%{init: {"pie": {"textPosition": 0.5}, "themeVariables": {"pieOuterStrokeWidth": "5px"}} }%% pie showData accTitle: Example piechart accDescr: This pie chart shows the main elements found in a product, using both colours and labels to help you understand the amounts. Potassium is the largest part, making up 50.05% of the product. Calcium is next, at 42.96%. Magnesium is much smaller at 10.01%, and Iron is the smallest part at 5%. title Key elements in Product X "Calcium" : 42.96 "Potassium" : 50.05 "Magnesium" : 10.01 "Iron" : 5

Entity relationship diagram - accessible

///mermaid %%{init: {'theme':'dark'}}%% erDiagram accTitle: Example entity relationship diagram accDescr: This diagram shows how different parts of an online shopping system are connected. It starts with the customer, who can place orders, receive invoices, and has one or more delivery addresses. Each delivery address can be linked to several orders. Every order includes order items, and each order item is linked to a product. Products belong to a product category, which helps group similar items together. An invoice is linked to the order it covers, and customers are responsible for their invoices. The diagram helps explain how customers, products, orders, and delivery information all work together in a shopping system. CUSTOMER }|..|{ DELIVERY-ADDRESS : has CUSTOMER ||--o{ ORDER : places CUSTOMER ||--o{ INVOICE : "liable for" DELIVERY-ADDRESS ||--o{ ORDER : receives INVOICE ||--|{ ORDER : covers ORDER ||--|{ ORDER-ITEM : includes PRODUCT-CATEGORY ||--|{ PRODUCT : contains PRODUCT ||--o{ ORDER-ITEM : "ordered in"

Class diagram - accessible

///mermaid %%{init: {'theme':'redux-dark'}}%% classDiagram accTitle: Example class diagram accDescr: This class diagram shows how different animals are grouped and what features they have. At the top is a general group called Animal, which includes all animals in the diagram. Every animal has an age (a number), a gender (a word), and two actions they can do: isMammal, which checks if the animal is a mammal, and mate, which means to have babies. There are three types of animals shown: Duck, Fish, and Zebra. Each one belongs to the Animal group but also has its own special features. Ducks have a beak colour and can swim and quack. Fish have a size in feet (which is private) and can eat. Zebras have a wild or not setting and can run. This diagram helps explain how animals can be sorted into a general group with shared traits, while still keeping their unique features. Animal <|-- Ducks Animal <|-- Fish Animal <|-- Zebra Animal : +int age Animal : +String gender Animal: +isMammal() Animal: +mate() class Duck{ +String beakColor +swim() +quack() } class Fish{ -int sizeInFeet -canEat() } class Zebra{ +bool is_wild +run() }

Quadrant diagram - accessible

///mermaid %%{init: {'theme':'mc'}}%% quadrantChart accTitle: Example quadrant diagram accDescr: This quadrant chart shows how six campaigns are performing based on two things: how many people saw them (reach) and how many interacted with them (engagement). Both scores range from 0 to 1, where 1 is the highest possible score, meaning the campaign reached or engaged with everyone in the target group. The chart is split into four areas to make it easier to understand. Campaign C (0.57 reach, 0.69 engagement) and Campaign F (0.35, 0.78) are in the top right, showing high reach and high engagement — these fall under “We should expand.” Campaign A (0.3, 0.6) has strong engagement but lower reach, so it’s in the “Need to promote” area. Campaign D (0.78, 0.34) has good reach but low engagement and may need improving. Campaigns B (0.45, 0.23) and E (0.40, 0.34) have lower scores for both and may need to be re-evaluated. title Reach and engagement of campaigns x-axis Low Reach --> High Reach y-axis Low Engagement --> High Engagement quadrant-1 We should expand quadrant-2 Need to promote quadrant-3 Re-evaluate quadrant-4 May be improved Campaign A: [0.3, 0.6] Campaign B: [0.45, 0.23] Campaign C: [0.57, 0.69] Campaign D: [0.78, 0.34] Campaign E: [0.40, 0.34] Campaign F: [0.35, 0.78]

Xy bar line chart - accessible

///mermaid %%{init: {'theme':'dark'}}%% xychart-beta accTitle: Example bar chart accDescr: This XY bar chart shows the amount of time spent training each day over the course of a week. The x-axis represents the days of the week, from Monday to Sunday, and the y-axis shows the time trained in minutes, ranging from 0 to 300 minutes. The chart shows that on Monday, 60 minutes were spent training, Wednesday had 120 minutes, Thursday had 180 minutes, Friday had 230 minutes, and Saturday had the most time trained with 300 minutes. Tuesday and Sunday had no training time, both showing 0 minutes. title "Training progress" x-axis [mon, tues, wed, thur, fri, sat, sun] y-axis "Time trained (minutes)" 0 --> 300 bar [60, 0, 120, 180, 230, 300, 0]

Git diagram - accessible

///mermaid %%{init: {'theme':'mc'}}%% gitGraph accTitle: Example release diagram accDescr: This release diagram shows the timeline of key stages in the development and release of a project. It starts with the "Front door" stage, marking the beginning of the project. The next milestone is "Prototype standard:", which is tagged with version v1.0.0, indicating the first official version of the prototype. After that, the project reaches the "FCAP approved" stage, followed by the "Review" phase, which is tagged with RC_1, representing the review for release candidate 1. The project then moves to the "Standard published" milestone, marking the official publication of the standard. Following that, the "Adopted" stage is highlighted and tagged with version 8.8.4, showing that the standard has been formally accepted. Finally, the project reaches the "Retired" stage, signifying the end of its active development phase. commit id: "Front door" commit id: "Prototype standard:" type: NORMAL tag: "v1.0.0" commit id: "FCAP approved" commit id: "Review" type: REVERSE tag: "RC_1" commit id: "Standard published" commit id: "Adopted" type: HIGHLIGHT tag: "8.8.4" commit id: "Retired"

Details description

  • Step 1: Understanding the Basics
    The New Patient Registration Flowchart illustrates the step-by-step process for registering a new patient, determining their support needs, and ensuring relevant information is documented for future accessibility. It begins when a patient arrives or contacts the service, followed by confirming whether they are new. If so, a registration form is completed, with a focus on identifying any communication or accessibility needs due to disability, impairment, or sensory loss. If support needs are identified, the patient provides details, and this information is recorded using standard medical coding systems. Alerts are added to patient records to assist staff in future interactions, ensuring seamless access to necessary accommodations.
  • Step 2: Understanding the advanced
    To begin with, it's essential to have a clear understanding of the fundamental concepts. This includes familiarizing yourself with the key terms and definitions that will be used throughout the process. Additionally, it's important to recognize the overall goal and the specific objectives you aim to achieve. By having a solid grasp of the basics, you will be better equipped to navigate the more complex aspects of the task.\n

///mermaid classDiagram direction TB class CDM00001_Subject_Of_Care["CDM00001 Subject Of Care (Central Hub)"] CDM00001_Subject_Of_Care : Local_Subject_Of_Care_Identifier CDM00001_Subject_Of_Care : National_Subject_Of_Care_Identifier CDM00001_Subject_Of_Care : NHS_Number_Status_Indicator_Code CDM00001_Subject_Of_Care : Subject_Of_Care_Full_Name CDM00001_Subject_Of_Care : Subject_Of_Care_Primary_Telephone_Number CDM00001_Subject_Of_Care : Person_Stated_Gender_Code_At_Birth CDM00001_Subject_Of_Care : Subject_Of_Care_Birth_Date CDM00001_Subject_Of_Care : Ethnic_Category_2021 CDM00001_Subject_Of_Care : Gender_Current_Code CDM00001_Subject_Of_Care : Language_Code_Preferred CDM00001_Subject_Of_Care : Death_Location_Type_Code CDM00001_Subject_Of_Care : Death_Location_Postcode CDM00001_Subject_Of_Care : Death_Noted_At_Preferred_Location_Reason CDM00001_Subject_Of_Care : Religious_Or_Other_Belief_System_Affiliation_Code CDM00001_Subject_Of_Care : Subject_Of_Care_Stated_Sexual_Orientation_Code class CDM00101_GP_Registration["CDM00101 GP Practice Registration"] CDM00101_GP_Registration : Local_Subject_Of_Care_Identifier CDM00101_GP_Registration : General_Medical_Practitioner_Identifier CDM00101_GP_Registration : Coded_Finding_GMS_Patient_Registration CDM00101_GP_Registration : General_Medical_Practitioner class CDM00110_Care_Address["CDM00110 Subject Of Care Address"] CDM00110_Care_Address : Local_Subject_Of_Care_Identifier CDM00110_Care_Address : National_Subject_Of_Care_Identifier CDM00110_Care_Address : Address_Type CDM00110_Care_Address : Start_Date_Of_Address CDM00110_Care_Address : End_Date_Of_Address CDM00110_Care_Address : Subject_Of_Care_Address_Line_1 CDM00110_Care_Address : Subject_Of_Care_Address_Line_2 CDM00110_Care_Address : Subject_Of_Care_Town_Or_City CDM00110_Care_Address : Subject_Of_Care_County CDM00110_Care_Address : Postcode class CDM00201_Employment["CDM00201 Employment Status"] CDM00201_Employment : Local_Subject_Of_Care_Identifier CDM00201_Employment : Employment_Status_Code CDM00201_Employment : Employment_Status_Recorded_Date CDM00201_Employment : Accommodation_Type_Recorded_Date class CDM00301_Accommodation["CDM00301 Accommodation Type"] CDM00301_Accommodation : Local_Subject_Of_Care_Identifier CDM00301_Accommodation : National_Subject_Of_Care_Identifier CDM00301_Accommodation : Accommodation_Type_Code class CDM00401_Overseas_Charging["CDM00401 Overseas Charging Category"] CDM00401_Overseas_Charging : Local_Subject_Of_Care_Identifier CDM00401_Overseas_Charging : Overseas_Visitor_Charging_Category CDM00401_Overseas_Charging : Overseas_Visitor_Charging_Category_Code CDM00401_Overseas_Charging : Overseas_Visitor_Charging_Category_Applicable_Start_Date CDM00401_Overseas_Charging : Overseas_Visitor_Charging_Category_Applicable_End_Date class CDM00202_Disability["CDM00202 Disability Type"] CDM00202_Disability : Local_Subject_Of_Care_Identifier CDM00202_Disability : National_Subject_Of_Care_Identifier CDM00202_Disability : Disability_Code class CDM00203_Assistive_Tech["CDM00203 Assistive Technology Support"] CDM00203_Assistive_Tech : Local_Subject_Of_Care_Identifier CDM00203_Assistive_Tech : Assistive_Technology_Finding CDM00203_Assistive_Tech : Prescription_Date class CDM00501_Medical_History["CDM00501 Medical History Diagnosis"] CDM00501_Medical_History : Local_Subject_Of_Care_Identifier CDM00501_Medical_History : Previous_Diagnosis CDM00501_Medical_History : Previous_Diagnosis_Code CDM00501_Medical_History : Previous_Diagnosis_Read_V2 CDM00501_Medical_History : Previous_Diagnosis_Read_V3 CDM00501_Medical_History : Previous_Diagnosis_SNOMED CDM00501_Medical_History : Previous_Diagnosis_Expression CDM00501_Medical_History : Diagnosis_Date class CDM00252_Immunization["CDM00252 Immunization"] CDM00252_Immunization : Local_Subject_Of_Care_Identifier CDM00252_Immunization : National_Subject_Of_Care_Identifier CDM00252_Immunization : Coded_Procedure CDM00252_Immunization : Coded_Procedure_OPCS4 CDM00252_Immunization : Coded_Procedure_Read_V2 CDM00252_Immunization : Coded_Procedure_Read_V3 CDM00252_Immunization : Coded_Procedure_SNOMED CDM00252_Immunization : Coded_Procedure_Expression CDM00252_Immunization : Organization_Identifier CDM00252_Immunization : Immunization_Date class CDM00205_Social_Circumstance["CDM00205 Social Personal Circumstance"] CDM00205_Social_Circumstance : Local_Subject_Of_Care_Identifier CDM00205_Social_Circumstance : Social_And_Personal_Circumstance_Type CDM00205_Social_Circumstance : Social_And_Personal_Circ_SNOMED CDM00205_Social_Circumstance : Social_And_Personal_Circ_Date class CDM00213_Family_History["CDM00213 Family History"] CDM00213_Family_History : Local_Subject_Of_Care_Identifier CDM00213_Family_History : Family_History_Finding CDM00213_Family_History : Family_History_Status CDM00213_Family_History : Family_History_Onset_Date CDM00213_Family_History : Relationship_Code CDM00213_Family_History : Family_History_Recorded_Date class CDM00601_Finding_Observation["CDM00601 Finding And Observation"] CDM00601_Finding_Observation : Local_Subject_Of_Care_Identifier CDM00601_Finding_Observation : National_Subject_Of_Care_Identifier CDM00601_Finding_Observation : Coded_Finding CDM00601_Finding_Observation : Coded_Finding_SNOMED CDM00601_Finding_Observation : Coded_Observation CDM00601_Finding_Observation : Coded_Observation_SNOMED CDM00601_Finding_Observation : Observation_Value CDM00601_Finding_Observation : Unit_Of_Measurement CDM00601_Finding_Observation : Observation_Timestamp class CDM00112_eMRAD_Data["CDM00112 eMRAD SG Data"] CDM00112_eMRAD_Data : Local_Subject_Of_Care_Identifier CDM00112_eMRAD_Data : National_Subject_Of_Care_Identifier CDM00112_eMRAD_Data : eMRAD_SG_Sequence_Number CDM00112_eMRAD_Data : eMRAD_SG_Diagnostic_Code CDM00112_eMRAD_Data : eMRAD_SG_Value_SNOMED CDM00112_eMRAD_Data : eMRAD_SG_Item_Value CDM00112_eMRAD_Data : eMRAD_SG_Unit_Of_Measure CDM00112_eMRAD_Data : eMRAD_SG_Element_Code CDM00112_eMRAD_Data : eMRAD_SG_Reference_Event CDM00112_eMRAD_Data : eMRAD_SG_FollowUp_Indicator CDM00112_eMRAD_Data : eMRAD_SG_Issue_User class CDM00151_Hospital_Spell["CDM00151 Hospital Provider Spell"] CDM00151_Hospital_Spell : Hospital_Provider_Spell_Identifier CDM00151_Hospital_Spell : Local_Subject_Of_Care_Identifier CDM00151_Hospital_Spell : Admission_Method_Code CDM00151_Hospital_Spell : Discharge_Destination_Code CDM00151_Hospital_Spell : Discharge_Method_Code CDM00151_Hospital_Spell : Start_Date_Time CDM00151_Hospital_Spell : End_Date_Time class CDM00451_Team_Referral["CDM00451 Service Or Team Referral"] CDM00451_Team_Referral : Service_Request_Identifier CDM00451_Team_Referral : Local_Subject_Of_Care_Identifier CDM00451_Team_Referral : Referral_Request_Received_Date CDM00451_Team_Referral : Priority_Type_Code CDM00451_Team_Referral : Source_Of_Referral_For_Outpatients class CDM00152_Spell_Assignment["CDM00152 Spell Assignment Period"] CDM00152_Spell_Assignment : Hospital_Provider_Spell_Identifier CDM00152_Spell_Assignment : Assignment_Period_Start_Date_Time CDM00152_Spell_Assignment : Assignment_Period_End_Date_Time class CDM00153_Assigned_Pro["CDM00153 Assigned Care Professional"] CDM00153_Assigned_Pro : Hospital_Provider_Spell_Identifier CDM00153_Assigned_Pro : Care_Professional_Local_Identifier CDM00153_Assigned_Pro : Start_Date_Time CDM00153_Assigned_Pro : End_Date_Time class CDM00157_Ward_Stay["CDM00157 Ward Stay"] CDM00157_Ward_Stay : Ward_Stay_Identifier CDM00157_Ward_Stay : Hospital_Provider_Spell_Identifier CDM00157_Ward_Stay : Ward_Code CDM00157_Ward_Stay : Start_Date_Time CDM00157_Ward_Stay : End_Date_Time class CDM00159_Ward_Activity["CDM00159 Ward Event Activity"] CDM00159_Ward_Activity : Ward_Stay_Identifier CDM00159_Ward_Activity : Ward_Event_Activity_Type_Code CDM00159_Ward_Activity : Event_Date_Time class CDM00251_Care_Contact["CDM00251 Care Contact"] CDM00251_Care_Contact : Service_Request_Identifier CDM00251_Care_Contact : Care_Contact_Identifier CDM00251_Care_Contact : Care_Contact_Date_Time CDM00251_Care_Contact : Attendance_Status_Code class CDM00253_Care_Activity["CDM00253 Care Activity"] CDM00253_Care_Activity : Care_Activity_Identifier CDM00253_Care_Activity : Care_Contact_Identifier CDM00253_Care_Activity : Care_Activity_Type_Code class CDM00255_Alert_Activity["CDM00255 Alert Activity"] CDM00255_Alert_Activity : Care_Activity_Identifier CDM00255_Alert_Activity : Alert_Activity_Type_Code class CDM00210_General_Assessment["CDM00210 Coded General Assessment"] CDM00210_General_Assessment : Care_Activity_Identifier CDM00210_General_Assessment : Assessment_Tool_Completion_Date CDM00210_General_Assessment : Assessment_Score_Total class CDM00211_Skill_Assessment["CDM00211 Anonymous Skill Assessment"] CDM00211_Skill_Assessment : Assessment_Tool_Completion_Date CDM00211_Skill_Assessment : Coded_Skill_Element_Value class CDM00452_Referred_Team["CDM00452 Other Team Type Referred To"] CDM00452_Referred_Team : Service_Request_Identifier CDM00452_Referred_Team : Service_Or_Team_Type_Code class CDM00453_Referral_Reason["CDM00453 Other Reason For Referral"] CDM00453_Referral_Reason : Service_Request_Identifier CDM00453_Referral_Reason : Reason_For_Referral_Code class CDM00454_RTT_Status["CDM00454 Referral To Treatment"] CDM00454_RTT_Status : Service_Request_Identifier CDM00454_RTT_Status : Referral_To_Treatment_Period_Status class CDM00455_Inward_Referral["CDM00455 Inward Referral"] CDM00455_Inward_Referral : Service_Request_Identifier CDM00455_Inward_Referral : Inward_Referral_Type_Code class CDM00457_Service_Agreement["CDM00457 Service Agreement Details"] CDM00457_Service_Agreement : Service_Request_Identifier CDM00457_Service_Agreement : Service_Agreement_Identifier class CDM00459_Clinical_Responsibility["CDM00459 Clinical Responsibility"] CDM00459_Clinical_Responsibility : Service_Request_Identifier CDM00459_Clinical_Responsibility : Care_Professional_Local_Identifier class CDM00461_Outbreak_Notification["CDM00461 Disease Outbreak Notification"] CDM00461_Outbreak_Notification : Service_Request_Identifier CDM00461_Outbreak_Notification : Notification_Type_Code class CDM00463_Injury_Details["CDM00463 Injury Characteristics"] CDM00463_Injury_Details : Service_Request_Identifier CDM00463_Injury_Details : Injury_Intent_Code CDM00463_Injury_Details : Injury_Place_Type_Code class CDM00111_Complaint["CDM00111 Presenting Complaint"] CDM00111_Complaint : Service_Request_Identifier CDM00111_Complaint : Coded_Finding class CDM00157D_Diagnosis["CDM00157 Coded Diagnosis"] CDM00157D_Diagnosis : Service_Request_Identifier CDM00157D_Diagnosis : Coded_Diagnosis CDM00157D_Diagnosis : Diagnosis_Sequence_Number class CDM00113_Referral_Assessment["CDM00113 Service Request Assessment"] CDM00113_Referral_Assessment : Service_Request_Identifier CDM00113_Referral_Assessment : Assessment_Tool_Completion_Date class CDM00351_Theatre_Case["CDM00351 Theatre Case Details"] CDM00351_Theatre_Case : Operation_Identifier CDM00351_Theatre_Case : Hospital_Provider_Spell_Identifier CDM00351_Theatre_Case : Theatre_Session_Identifier CDM00351_Theatre_Case : Patient_Sent_For_Timestamp CDM00351_Theatre_Case : Patient_Arrived_Theatre_Suite_Timestamp CDM00351_Theatre_Case : Anaesthesia_Start_Timestamp CDM00351_Theatre_Case : Operation_Start_Timestamp CDM00351_Theatre_Case : Operation_End_Timestamp CDM00351_Theatre_Case : Recovery_Room_Exit_Timestamp class CDM00305_Theatre_Session["CDM00305 Theatre Session"] CDM00305_Theatre_Session : Theatre_Session_Identifier CDM00305_Theatre_Session : Theatre_Session_Start_Timestamp CDM00305_Theatre_Session : Theatre_Session_End_Timestamp CDM00305_Theatre_Session : Theatre_Session_Type_Code class CDM00352_Theatre_Procedure["CDM00352 Theatre Operation Procedure"] CDM00352_Theatre_Procedure : Operation_Identifier CDM00352_Theatre_Procedure : Procedure_Code CDM00352_Theatre_Procedure : Primary_Procedure_Indicator class CDM00353_Theatre_Staff["CDM00353 Theatre Operation Staff"] CDM00353_Theatre_Staff : Operation_Identifier CDM00353_Theatre_Staff : Care_Professional_Local_Identifier CDM00353_Theatre_Staff : Theatre_Staff_Role_Code class CDM00354_Anaesthesia["CDM00354 Anaesthesia Details"] CDM00354_Anaesthesia : Operation_Identifier CDM00354_Anaesthesia : Anaesthesia_Type_Administered CDM00354_Anaesthesia : Anaesthetist_Local_Identifier class CDM00306_Session_Details["CDM00306 Theatre Session Details"] CDM00306_Session_Details : Theatre_Session_Identifier CDM00306_Session_Details : Scheduled_Duration_Minutes class CDM00307_Theatre_Facility["CDM00307 Theatre Facility Asset"] CDM00307_Theatre_Facility : Theatre_Session_Identifier CDM00307_Theatre_Facility : Theatre_Suite_Identifier CDM00307_Theatre_Facility : Operating_Theatre_Identifier class CDM00511_MH_Act["CDM00511 Mental Health Act Assignment"] CDM00511_MH_Act : Mental_Health_Act_Legal_Status_Classification_Assignment_Period_Identifier CDM00511_MH_Act : Local_Subject_Of_Care_Identifier CDM00511_MH_Act : Legal_Status_Classification_Code CDM00511_MH_Act : Assignment_Period_Start_Date_Time CDM00511_MH_Act : Assignment_Period_End_Date_Time class CDM00521_Care_Plan["CDM00521 Care Plan Type"] CDM00521_Care_Plan : Care_Plan_Identifier CDM00521_Care_Plan : Local_Subject_Of_Care_Identifier CDM00521_Care_Plan : Care_Plan_Type_Code CDM00521_Care_Plan : Care_Plan_Creation_Date_Time class CDM00512_MH_Clinician["CDM00512 MH Responsible Clinician Period"] CDM00512_MH_Clinician : Mental_Health_Act_Legal_Status_Classification_Assignment_Period_Identifier CDM00512_MH_Clinician : Care_Professional_Local_Identifier CDM00512_MH_Clinician : Assignment_Period_Start_Date_Time CDM00512_MH_Clinician : Assignment_Period_End_Date_Time class CDM00513_Conditional_Discharge["CDM00513 Conditional Discharge Status"] CDM00513_Conditional_Discharge : Mental_Health_Act_Legal_Status_Classification_Assignment_Period_Identifier CDM00513_Conditional_Discharge : Conditional_Discharge_Date CDM00513_Conditional_Discharge : Conditional_Discharge_End_Date class CDM00514_CTO["CDM00514 Community Treatment Order"] CDM00514_CTO : Mental_Health_Act_Legal_Status_Classification_Assignment_Period_Identifier CDM00514_CTO : Community_Treatment_Order_Start_Date CDM00514_CTO : Community_Treatment_Order_End_Date class CDM00515_CTO_Recall["CDM00515 Community Treatment Order Recall"] CDM00515_CTO_Recall : Mental_Health_Act_Legal_Status_Classification_Assignment_Period_Identifier CDM00515_CTO_Recall : Community_Treatment_Order_Recall_Date_Time class CDM00525_Care_Plan_Agreement["CDM00525 Care Plan Agreement"] CDM00525_Care_Plan_Agreement : Care_Plan_Identifier CDM00525_Care_Plan_Agreement : Care_Plan_Agreement_Status_Code CDM00525_Care_Plan_Agreement : Agreement_Date_Time class CDM00510_Imaging["CDM00510 Diagnostic Imaging Tracking"] CDM00510_Imaging : Diagnostic_Imaging_Identifier CDM00510_Imaging : Local_Subject_Of_Care_Identifier CDM00510_Imaging : Diagnostic_Imaging_Procedure_Code CDM00510_Imaging : Imaging_Date_Time class CDM00214_Equipment["CDM00214 Care Equipment Provision"] CDM00214_Equipment : Local_Subject_Of_Care_Identifier CDM00214_Equipment : Equipment_Asset_Identifier CDM00214_Equipment : Provision_Date_Time CDM00001_Subject_Of_Care *-- CDM00101_GP_Registration : Column 1 Anchor CDM00001_Subject_Of_Care *-- CDM00202_Disability : Column 2 Anchor CDM00001_Subject_Of_Care *-- CDM00205_Social_Circumstance : Column 3 Anchor CDM00101_GP_Registration <.. CDM00110_Care_Address CDM00110_Care_Address <.. CDM00201_Employment CDM00201_Employment <.. CDM00301_Accommodation CDM00301_Accommodation <.. CDM00401_Overseas_Charging CDM00202_Disability <.. CDM00203_Assistive_Tech CDM00203_Assistive_Tech <.. CDM00501_Medical_History CDM00501_Medical_History <.. CDM00252_Immunization CDM00205_Social_Circumstance <.. CDM00213_Family_History CDM00213_Family_History <.. CDM00601_Finding_Observation CDM00601_Finding_Observation <.. CDM00112_eMRAD_Data CDM00001_Subject_Of_Care <.. CDM00151_Hospital_Spell : Spells Pathway CDM00151_Hospital_Spell *-- CDM00451_Team_Referral CDM00151_Hospital_Spell *-- CDM00152_Spell_Assignment CDM00152_Spell_Assignment <.. CDM00153_Assigned_Pro CDM00153_Assigned_Pro <.. CDM00157_Ward_Stay CDM00157_Ward_Stay <.. CDM00159_Ward_Activity CDM00451_Team_Referral *-- CDM00452_Referred_Team CDM00452_Referred_Team <.. CDM00453_Referral_Reason CDM00453_Referral_Reason <.. CDM00454_RTT_Status CDM00454_RTT_Status <.. CDM00455_Inward_Referral CDM00455_Inward_Referral <.. CDM00457_Service_Agreement CDM00457_Service_Agreement <.. CDM00459_Clinical_Responsibility CDM00459_Clinical_Responsibility <.. CDM00461_Outbreak_Notification CDM00461_Outbreak_Notification <.. CDM00463_Injury_Details CDM00451_Team_Referral *-- CDM00111_Complaint CDM00111_Complaint <.. CDM00157D_Diagnosis CDM00157D_Diagnosis <.. CDM00113_Referral_Assessment CDM00113_Referral_Assessment <.. CDM00251_Care_Contact CDM00251_Care_Contact <.. CDM00253_Care_Activity CDM00253_Care_Activity <.. CDM00255_Alert_Activity CDM00255_Alert_Activity <.. CDM00210_General_Assessment CDM00210_General_Assessment <.. CDM00211_Skill_Assessment CDM00151_Hospital_Spell <.. CDM00351_Theatre_Case : Surgical Pathway CDM00351_Theatre_Case *-- CDM00305_Theatre_Session CDM00351_Theatre_Case *-- CDM00352_Theatre_Procedure CDM00352_Theatre_Procedure <.. CDM00353_Theatre_Staff CDM00353_Theatre_Staff <.. CDM00354_Anaesthesia CDM00305_Theatre_Session *-- CDM00306_Session_Details CDM00306_Session_Details <.. CDM00307_Theatre_Facility CDM00001_Subject_Of_Care <.. CDM00511_MH_Act : Mental Health Pathway CDM00511_MH_Act *-- CDM00521_Care_Plan CDM00511_MH_Act *-- CDM00512_MH_Clinician CDM00512_MH_Clinician <.. CDM00513_Conditional_Discharge CDM00513_Conditional_Discharge <.. CDM00514_CTO CDM00514_CTO <.. CDM00515_CTO_Recall CDM00521_Care_Plan *-- CDM00525_Care_Plan_Agreement CDM00525_Care_Plan_Agreement <.. CDM00510_Imaging CDM00510_Imaging <.. CDM00214_Equipment style CDM00001_Subject_Of_Care fill:#FCEADE,stroke:#E87722,stroke-width:2px,color:#000 style CDM00101_GP_Registration fill:#FCEADE,stroke:#E87722,stroke-width:2px,color:#000 style CDM00110_Care_Address fill:#FCEADE,stroke:#E87722,stroke-width:2px,color:#000 style CDM00201_Employment fill:#FCEADE,stroke:#E87722,stroke-width:2px,color:#000 style CDM00301_Accommodation fill:#FCEADE,stroke:#E87722,stroke-width:2px,color:#000 style CDM00401_Overseas_Charging fill:#FCEADE,stroke:#E87722,stroke-width:2px,color:#000 style CDM00202_Disability fill:#FCEADE,stroke:#E87722,stroke-width:2px,color:#000 style CDM00203_Assistive_Tech fill:#FCEADE,stroke:#E87722,stroke-width:2px,color:#000 style CDM00501_Medical_History fill:#FCEADE,stroke:#E87722,stroke-width:2px,color:#000 style CDM00252_Immunization fill:#FCEADE,stroke:#E87722,stroke-width:2px,color:#000 style CDM00205_Social_Circumstance fill:#FCEADE,stroke:#E87722,stroke-width:2px,color:#000 style CDM00213_Family_History fill:#FCEADE,stroke:#E87722,stroke-width:2px,color:#000 style CDM00601_Finding_Observation fill:#FCEADE,stroke:#E87722,stroke-width:2px,color:#000 style CDM00112_eMRAD_Data fill:#FCEADE,stroke:#E87722,stroke-width:2px,color:#000 style CDM00151_Hospital_Spell fill:#FBEAEE,stroke:#C8102E,stroke-width:2px,color:#000 style CDM00451_Team_Referral fill:#FBEAEE,stroke:#C8102E,stroke-width:2px,color:#000 style CDM00152_Spell_Assignment fill:#FBEAEE,stroke:#C8102E,stroke-width:2px,color:#000 style CDM00153_Assigned_Pro fill:#FBEAEE,stroke:#C8102E,stroke-width:2px,color:#000 style CDM00157_Ward_Stay fill:#FBEAEE,stroke:#C8102E,stroke-width:2px,color:#000 style CDM00159_Ward_Activity fill:#FBEAEE,stroke:#C8102E,stroke-width:2px,color:#000 style CDM00251_Care_Contact fill:#FBEAEE,stroke:#C8102E,stroke-width:2px,color:#000 style CDM00253_Care_Activity fill:#FBEAEE,stroke:#C8102E,stroke-width:2px,color:#000 style CDM00255_Alert_Activity fill:#FBEAEE,stroke:#C8102E,stroke-width:2px,color:#000 style CDM00210_General_Assessment fill:#FBEAEE,stroke:#C8102E,stroke-width:2px,color:#000 style CDM00211_Skill_Assessment fill:#FBEAEE,stroke:#C8102E,stroke-width:2px,color:#000 style CDM00452_Referred_Team fill:#FBEAEE,stroke:#C8102E,stroke-width:2px,color:#000 style CDM00453_Referral_Reason fill:#FBEAEE,stroke:#C8102E,stroke-width:2px,color:#000 style CDM00454_RTT_Status fill:#FBEAEE,stroke:#C8102E,stroke-width:2px,color:#000 style CDM00455_Inward_Referral fill:#FBEAEE,stroke:#C8102E,stroke-width:2px,color:#000 style CDM00457_Service_Agreement fill:#FBEAEE,stroke:#C8102E,stroke-width:2px,color:#000 style CDM00459_Clinical_Responsibility fill:#FBEAEE,stroke:#C8102E,stroke-width:2px,color:#000 style CDM00461_Outbreak_Notification fill:#FBEAEE,stroke:#C8102E,stroke-width:2px,color:#000 style CDM00463_Injury_Details fill:#FBEAEE,stroke:#C8102E,stroke-width:2px,color:#000 style CDM00111_Complaint fill:#FBEAEE,stroke:#C8102E,stroke-width:2px,color:#000 style CDM00157D_Diagnosis fill:#FBEAEE,stroke:#C8102E,stroke-width:2px,color:#000 style CDM00113_Referral_Assessment fill:#FBEAEE,stroke:#C8102E,stroke-width:2px,color:#000 style CDM00351_Theatre_Case fill:#E6F2F7,stroke:#005EB8,stroke-width:2px,color:#000 style CDM00305_Theatre_Session fill:#E6F2F7,stroke:#005EB8,stroke-width:2px,color:#000 style CDM00352_Theatre_Procedure fill:#E6F2F7,stroke:#005EB8,stroke-width:2px,color:#000 style CDM00353_Theatre_Staff fill:#E6F2F7,stroke:#005EB8,stroke-width:2px,color:#000 style CDM00354_Anaesthesia fill:#E6F2F7,stroke:#005EB8,stroke-width:2px,color:#000 style CDM00306_Session_Details fill:#E6F2F7,stroke:#005EB8,stroke-width:2px,color:#000 style CDM00307_Theatre_Facility fill:#E6F2F7,stroke:#005EB8,stroke-width:2px,color:#000 style CDM00511_MH_Act fill:#F4EBF4,stroke:#330072,stroke-width:2px,color:#000 style CDM00521_Care_Plan fill:#F4EBF4,stroke:#330072,stroke-width:2px,color:#000 style CDM00512_MH_Clinician fill:#F4EBF4,stroke:#330072,stroke-width:2px,color:#000 style CDM00513_Conditional_Discharge fill:#F4EBF4,stroke:#330072,stroke-width:2px,color:#000 style CDM00514_CTO fill:#F4EBF4,stroke:#330072,stroke-width:2px,color:#000 style CDM00515_CTO_Recall fill:#F4EBF4,stroke:#330072,stroke-width:2px,color:#000 style CDM00525_Care_Plan_Agreement fill:#F4EBF4,stroke:#330072,stroke-width:2px,color:#000 style CDM00510_Imaging fill:#F4EBF4,stroke:#330072,stroke-width:2px,color:#000 style CDM00214_Equipment fill:#F4EBF4,stroke:#330072,stroke-width:2px,color:#000

Relations:
Other metadataworks site
Name:
Digitising social care
Explanation:
A partner site
Is Part Of:
Homepage
Name:
Standards Directory
Explanation:
Part of the standards directory
Dependencies:
Dependencies
Name:
Service
Explanation:
The service team

Document 1

Title:
Example data

Paragraph 1

Description:
NameDescriptionType
SurnameMusaSystem generated data
First nameTammySystem generated data
NHS no02392399239System generated data
Local/journey IDXXXXXXXXXXSystem generated data
Home address28 Lower Street, NewTown, NT2 3AASystem generated data
DOB3/10/1998System generated data
Age24System generated data
SexFSystem generated data
GenderFemaleSystem generated data
Tel01206 987656System generated data
Mobile07485 235698System generated data
Emailtammy.musa@youremail.c o.ukSystem generated data
Preferred contact methodMobileSystem generated data
Consent to share informationYesSystem prompted data
Registered GP practiceNewtown GP Surgery
NewTown Road
NT1 2XZ
(H2031)
System generated data
Repeat callerNoSystem generated data
Date of call23/04/25System generated data
New Chapter:
false

Document 2

Title:
Diagram test

Paragraph 1

Description:

Diagram test

Video test

Test1 Pie chart - accessible

///mermaid %%{init: {"pie": {"textPosition": 0.5}, "themeVariables": {"pieOuterStrokeWidth": "5px"}} }%% pie showData accTitle: Example piechart accDescr: This pie chart shows the main elements found in a product, using both colours and labels to help you understand the amounts. Potassium is the largest part, making up 50.05% of the product. Calcium is next, at 42.96%. Magnesium is much smaller at 10.01%, and Iron is the smallest part at 5%. title Key elements in Product X "Calcium" : 42.96 "Potassium" : 50.05 "Magnesium" : 10.01 "Iron" : 5

New Chapter:
true

Paragraph 2

Description:

more diagrams

Entity relationship diagram - accessible

///mermaid %%{init: {'theme':'dark'}}%% erDiagram accTitle: Example entity relationship diagram accDescr: This diagram shows how different parts of an online shopping system are connected. It starts with the customer, who can place orders, receive invoices, and has one or more delivery addresses. Each delivery address can be linked to several orders. Every order includes order items, and each order item is linked to a product. Products belong to a product category, which helps group similar items together. An invoice is linked to the order it covers, and customers are responsible for their invoices. The diagram helps explain how customers, products, orders, and delivery information all work together in a shopping system. CUSTOMER }|..|{ DELIVERY-ADDRESS : has CUSTOMER ||--o{ ORDER : places CUSTOMER ||--o{ INVOICE : "liable for" DELIVERY-ADDRESS ||--o{ ORDER : receives INVOICE ||--|{ ORDER : covers ORDER ||--|{ ORDER-ITEM : includes PRODUCT-CATEGORY ||--|{ PRODUCT : contains PRODUCT ||--o{ ORDER-ITEM : "ordered in"

Class diagram - accessible

///mermaid %%{init: {'theme':'redux-dark'}}%% classDiagram accTitle: Example class diagram accDescr: This class diagram shows how different animals are grouped and what features they have. At the top is a general group called Animal, which includes all animals in the diagram. Every animal has an age (a number), a gender (a word), and two actions they can do: isMammal, which checks if the animal is a mammal, and mate, which means to have babies. There are three types of animals shown: Duck, Fish, and Zebra. Each one belongs to the Animal group but also has its own special features. Ducks have a beak colour and can swim and quack. Fish have a size in feet (which is private) and can eat. Zebras have a wild or not setting and can run. This diagram helps explain how animals can be sorted into a general group with shared traits, while still keeping their unique features. Animal <|-- Ducks Animal <|-- Fish Animal <|-- Zebra Animal : +int age Animal : +String gender Animal: +isMammal() Animal: +mate() class Duck{ +String beakColor +swim() +quack() } class Fish{ -int sizeInFeet -canEat() } class Zebra{ +bool is_wild +run() }

Quadrant diagram - accessible

///mermaid %%{init: {'theme':'mc'}}%% quadrantChart accTitle: Example quadrant diagram accDescr: This quadrant chart shows how six campaigns are performing based on two things: how many people saw them (reach) and how many interacted with them (engagement). Both scores range from 0 to 1, where 1 is the highest possible score, meaning the campaign reached or engaged with everyone in the target group. The chart is split into four areas to make it easier to understand. Campaign C (0.57 reach, 0.69 engagement) and Campaign F (0.35, 0.78) are in the top right, showing high reach and high engagement — these fall under “We should expand.” Campaign A (0.3, 0.6) has strong engagement but lower reach, so it’s in the “Need to promote” area. Campaign D (0.78, 0.34) has good reach but low engagement and may need improving. Campaigns B (0.45, 0.23) and E (0.40, 0.34) have lower scores for both and may need to be re-evaluated. title Reach and engagement of campaigns x-axis Low Reach --> High Reach y-axis Low Engagement --> High Engagement quadrant-1 We should expand quadrant-2 Need to promote quadrant-3 Re-evaluate quadrant-4 May be improved Campaign A: [0.3, 0.6] Campaign B: [0.45, 0.23] Campaign C: [0.57, 0.69] Campaign D: [0.78, 0.34] Campaign E: [0.40, 0.34] Campaign F: [0.35, 0.78]

Xy bar line chart - accessible

///mermaid %%{init: {'theme':'dark'}}%% xychart-beta accTitle: Example bar chart accDescr: This XY bar chart shows the amount of time spent training each day over the course of a week. The x-axis represents the days of the week, from Monday to Sunday, and the y-axis shows the time trained in minutes, ranging from 0 to 300 minutes. The chart shows that on Monday, 60 minutes were spent training, Wednesday had 120 minutes, Thursday had 180 minutes, Friday had 230 minutes, and Saturday had the most time trained with 300 minutes. Tuesday and Sunday had no training time, both showing 0 minutes. title "Training progress" x-axis [mon, tues, wed, thur, fri, sat, sun] y-axis "Time trained (minutes)" 0 --> 300 bar [60, 0, 120, 180, 230, 300, 0]

Git diagram - accessible

///mermaid %%{init: {'theme':'mc'}}%% gitGraph accTitle: Example release diagram accDescr: This release diagram shows the timeline of key stages in the development and release of a project. It starts with the "Front door" stage, marking the beginning of the project. The next milestone is "Prototype standard:", which is tagged with version v1.0.0, indicating the first official version of the prototype. After that, the project reaches the "FCAP approved" stage, followed by the "Review" phase, which is tagged with RC_1, representing the review for release candidate 1. The project then moves to the "Standard published" milestone, marking the official publication of the standard. Following that, the "Adopted" stage is highlighted and tagged with version 8.8.4, showing that the standard has been formally accepted. Finally, the project reaches the "Retired" stage, signifying the end of its active development phase. commit id: "Front door" commit id: "Prototype standard:" type: NORMAL tag: "v1.0.0" commit id: "FCAP approved" commit id: "Review" type: REVERSE tag: "RC_1" commit id: "Standard published" commit id: "Adopted" type: HIGHLIGHT tag: "8.8.4" commit id: "Retired"

New Chapter:
false

Paragraph 3

Description:
Expander test

Paragraph 4

Description:

Expander test

Details description

  • Step 1: Understanding the Basics
    The New Patient Registration Flowchart illustrates the step-by-step process for registering a new patient, determining their support needs, and ensuring relevant information is documented for future accessibility. It begins when a patient arrives or contacts the service, followed by confirming whether they are new. If so, a registration form is completed, with a focus on identifying any communication or accessibility needs due to disability, impairment, or sensory loss. If support needs are identified, the patient provides details, and this information is recorded using standard medical coding systems. Alerts are added to patient records to assist staff in future interactions, ensuring seamless access to necessary accommodations.
  • Step 2: Understanding the advanced
    To begin with, it's essential to have a clear understanding of the fundamental concepts. This includes familiarizing yourself with the key terms and definitions that will be used throughout the process. Additionally, it's important to recognize the overall goal and the specific objectives you aim to achieve. By having a solid grasp of the basics, you will be better equipped to navigate the more complex aspects of the task.\n
New Chapter:
false

Document 3

Title:
MODS Implementation Guidance
Abstract:
Guidance for CQC registered adult social care providers and their associated suppliers implementing the Adult Social Care Record (MODS) which represents the minimum operational data standard for direct care data in England.

Paragraph 1

Description:
##Conceputal Model test content
New Chapter:
true

Paragraph 2

Description:
###Purpose Test - holders, ensuring broad understanding and application across the sector.
New Chapter:
false

Review & Status

Contributor:
Katie Wheatley
Sponsor:
Alex Elias
Approval Date:
26 November 2024
Business Lead:
Bharat Sharma
Post Implementation Review Date:
26 November 2024
Scope:
All standards in use by nhs and social care
SRO:
Gill Foley
Technical Committee:
DAPB
Licenced ID:
licenseid
Licenced Title:
license
Dataset Identifier:
IDnumber
Platform:
  • Clinical Audit Platform (CAP)
  • Calculating Quality Reporting Service (CQRS)
  • Data Collection Framework online platform (DCF)
  • Data Landing Platform (DLP)
  • Federated Data Platform (FDP)
  • General Practice Extraction Service (GPES)
  • General Practice IT System Suppliers
  • NHS England Estates and Facilities Management
  • Public Health England (PHE)
Mandated:
No
Status:
deprecated
Collaborating Organisations:
Suppliers
Name:
Metadataworks
Explanation:
Data management system
Name:
Answer Digital
Explanation:
Consultancy

Registration

Registration Status:
ISO - preferred standard
Registration Authority:
TSAS

Legal Authority 1

Legal Authority:
Other legal basis
Legal Authority Description:
None