### Unstructured Address Example Source: https://github.com/nhsdigital/111-itk/blob/main/docs/AssociatedSpecifications/Nullification/AssociatedSpecifications/TMSInfrastructure/Data Types/datatypes.html An example of how to represent a simple, unstructured address using the 'addr' XML element. ```XML 106 Goodwin Street Leeds LS1 4HY ``` -------------------------------- ### Fully Structured Address Example Source: https://github.com/nhsdigital/111-itk/blob/main/docs/AssociatedSpecifications/Nullification/Domains/Templates/Tabular View/COCD_TP145200GB01-NoEdit.html An example of a fully structured address with elements for house number, street, city, county, country, and postal code. ```xml 10 The Street The Town The County The Country AB1 2CD ``` -------------------------------- ### Unordered List Example Source: https://github.com/nhsdigital/111-itk/blob/main/docs/AssociatedSpecifications/NarrativeBlockTagsGuidance/Documents/narrative.htm Shows how to create an unordered list using the and tags within a block. ```html The following is a list of optionsOption1Option2 ``` -------------------------------- ### Mobile Telephone Number with Start Date Source: https://github.com/nhsdigital/111-itk/blob/main/docs/AssociatedSpecifications/Nullification/AssociatedSpecifications/TMSInfrastructure/Data Types/datatypes.html Example of a mobile telephone number with a specified start date for its validity period. ```xml ``` -------------------------------- ### Render Multimedia Example Source: https://github.com/nhsdigital/111-itk/blob/main/docs/AssociatedSpecifications/NarrativeBlockTagsGuidance/Documents/narrative.htm Demonstrates how to reference external multimedia content within a section using and its corresponding observationMedia entry. ```XML
Skin exam Erythematous rash, palmar surface, left index finger.
``` -------------------------------- ### Boolean Value False Example Source: https://github.com/nhsdigital/111-itk/blob/main/docs/AssociatedSpecifications/Nullification/AssociatedSpecifications/TMSInfrastructure/Data Types/datatypes.html Example of a seperatable indicator set to false. ```XML ``` -------------------------------- ### Boolean Value True Example Source: https://github.com/nhsdigital/111-itk/blob/main/docs/AssociatedSpecifications/Nullification/AssociatedSpecifications/TMSInfrastructure/Data Types/datatypes.html Example of a context conduction indicator set to true. ```XML ``` -------------------------------- ### Ordered List Example Source: https://github.com/nhsdigital/111-itk/blob/main/docs/AssociatedSpecifications/NarrativeBlockTagsGuidance/Documents/narrative.htm Demonstrates the creation of an ordered list by specifying 'listType="ordered"' for the tag. ```html The following is an ordered list of optionsOption1Option2 ``` -------------------------------- ### Basic Text Formatting Example Source: https://github.com/nhsdigital/111-itk/blob/main/docs/AssociatedSpecifications/NarrativeBlockTagsGuidance/Documents/narrative.htm Demonstrates the use of the tag with basic HTML-like paragraph and style attributes. ```html The text section starts with some text.

The has a second paragraph

And a third in bold

``` -------------------------------- ### Administrative Gender Code Example Source: https://github.com/nhsdigital/111-itk/blob/main/docs/AssociatedSpecifications/Nullification/AssociatedSpecifications/TMSInfrastructure/Data Types/datatypes.html Example demonstrating the 'Coded Only' flavor of the CS data type to indicate the administrative gender of 'Female'. ```XML ``` -------------------------------- ### XML Instance for Telecom Details Source: https://github.com/nhsdigital/111-itk/blob/main/docs/Domains/Templates/Tabular View/COCD_TP145203GB03-NoEdit.html Example of populating the telecom element with contact details like telephone, fax, and email. ```xml ``` -------------------------------- ### Subscript Text Example Source: https://github.com/nhsdigital/111-itk/blob/main/docs/AssociatedSpecifications/NarrativeBlockTagsGuidance/Documents/narrative.htm Shows how to format text as subscript using the tag. ```XML This is subscript ``` -------------------------------- ### Structured Address Example (PDS Style) Source: https://github.com/nhsdigital/111-itk/blob/main/docs/AssociatedSpecifications/Nullification/Domains/Templates/Tabular View/COCD_TP145200GB01-NoEdit.html An example of a structured address using the PDS style, containing five streetAddressLine elements. ```xml Premises Name Number and Thoroughfare Locality Post Town County ``` -------------------------------- ### Home Address Example Source: https://github.com/nhsdigital/111-itk/blob/main/docs/AssociatedSpecifications/Nullification/AssociatedSpecifications/TMSInfrastructure/Data Types/datatypes.html Illustrates a home address with structured address lines and an address key. ```XML Rose Cottage Pynes Hill Rydon Lane Exeter Devon EX2 5SE 12345678 ``` -------------------------------- ### Basic Text Block Example Source: https://github.com/nhsdigital/111-itk/blob/main/docs/AssociatedSpecifications/Nullification/AssociatedSpecifications/NarrativeBlockTagsGuidance/Documents/narrative.htm Demonstrates a simple text block with paragraphs and styled text. ```HTML The text section starts with some text.

The has a second paragraph

And a third in bold

``` -------------------------------- ### Example Telecom Element with Useable Period Source: https://github.com/nhsdigital/111-itk/blob/main/docs/Domains/Templates/Tabular View/COCD_TP145201GB01-NoEdit.html Indicate when contact details are valid using the 'useablePeriod' element within 'telecom'. This example shows office hours. ```XML ``` -------------------------------- ### Confidentiality Code Example Source: https://github.com/nhsdigital/111-itk/blob/main/docs/AssociatedSpecifications/Nullification/AssociatedSpecifications/TMSInfrastructure/Data Types/datatypes.html Example showing the 'Coded with Code System' flavor to indicate a confidentiality code of 'Sensitive', specifying the code and its associated code system OID. ```XML ```