{
    "dataset": [
        {
            "name": "_111_pem_for_information",
            "description": "<p>0.3 Amends made after project board and assurance committee approval</p><p>0.4 Amends made for publication, frozen as v1.0 final draft for publication </p>",
            "concept": [
                {
                    "type": "group",
                    "minimumMultiplicity": "1",
                    "maximumMultiplicity": "1",
                    "mro": "M",
                    "name": "person_demographics",
                    "implementationGuidance": "The mandatory information in this section is person’s name, date of birth and address. There can be multiple addresses associated with a person including temporary and correspondence addresses. These are stored on the PDS. <br clear=\"none\"/>\n                                <br clear=\"none\"/>\n                            ",
                    "description": "The person's details and contact information.",
                    "concept": [
                        {
                            "type": "group",
                            "minimumMultiplicity": "1",
                            "maximumMultiplicity": "1",
                            "mro": "M",
                            "name": "person_name",
                            "description": "Details of the person's name",
                            "concept": [
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "1",
                                    "maximumMultiplicity": "*",
                                    "mro": "M",
                                    "name": "person_first_name",
                                    "description": "The first name(s) of the person. This includes middle names.",
                                    "valueSets": "NHS data dictionary :- <a href=\"https://datadictionary.nhs.uk/data_elements/person_given_name.html?hl=person%2Cgiven%2Cname\" target=\"\" title=\"\">Person given name</a>\n                        ",
                                    "valueDomain": [
                                        {
                                            "type": "string",
                                            "property": [
                                                {
                                                    "maxLength": "35"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "1",
                                    "maximumMultiplicity": "*",
                                    "mro": "M",
                                    "name": "person_family_name",
                                    "description": "The family name or surname of the person",
                                    "valueSets": "NHS data dictionary : - <a href=\"https://datadictionary.nhs.uk/data_elements/person_family_name.html\" target=\"\" title=\"\">Person family name</a>\n                            <br clear=\"none\"/>\n                        ",
                                    "valueDomain": [
                                        {
                                            "type": "string",
                                            "property": [
                                                {
                                                    "maxLength": "35"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "person_preferred_name",
                                    "description": "The name by which a person wishes to be addressed. The preferred name volunteered by the person or a preferred name given by PDS that the person has asked to be called by.",
                                    "valueSets": "NHS data dictionary: - <a href=\"https://datadictionary.nhs.uk/data_elements/person_full_name.html?hl=person%2Cname\" target=\"\" title=\"\">Person full name</a>\n                        ",
                                    "valueDomain": [
                                        {
                                            "type": "string",
                                            "property": [
                                                {
                                                    "maxLength": "70"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "title",
                                    "description": "Person's title",
                                    "valueSets": "NHS data dictionary: - <a href=\"https://datadictionary.nhs.uk/data_elements/patient_title.html?hl=title\" target=\"_blank\" title=\"\">Person Title</a>\n                        ",
                                    "valueDomain": [
                                        {
                                            "type": "string",
                                            "property": [
                                                {
                                                    "maxLength": "35"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "*",
                                    "mro": "R",
                                    "name": "person_name_suffix",
                                    "description": "A textual suffix that may be added to the end of a PERSON's name, for example, OBE, MBE, BSc, JP, GM",
                                    "valueSets": "NHS data dictionary: - <a href=\"https://datadictionary.nhs.uk/data_elements/person_name_suffix.html\" target=\"\" title=\"\">Person suffix</a>\n                        ",
                                    "valueDomain": [
                                        {
                                            "type": "string",
                                            "property": [
                                                {
                                                    "maxLength": "35"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "person_full_name",
                                    "description": "The full name of the person in text representation.",
                                    "valueSets": "NHS data dictionary :- <a href=\"https://datadictionary.nhs.uk/data_elements/person_full_name.html?hl=person%2Cname\" target=\"\" title=\"\">Person full name</a>\n                        ",
                                    "valueDomain": [
                                        {
                                            "type": "string",
                                            "property": [
                                                {
                                                    "maxLength": "70"
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "type": "item",
                            "minimumMultiplicity": "1",
                            "maximumMultiplicity": "1",
                            "mro": "M",
                            "name": "date_of_birth",
                            "description": "The date of birth of the person.",
                            "valueSets": "NHS data dictionary:- <a href=\"https://datadictionary.nhs.uk/data_elements/person_birth_date.html?hl=person%2Cbirth%2Cdate\" target=\"\" title=\"\">Person birth date</a>\n                    ",
                            "valueDomain": [
                                {
                                    "type": "date",
                                    "property": [
                                        {
                                            "timeStampPrecision": "YMD!"
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "type": "item",
                            "minimumMultiplicity": "0",
                            "maximumMultiplicity": "1",
                            "mro": "R",
                            "name": "gender",
                            "implementationGuidance": "This is not mandatory for providing care but is deemed as a 'Must have' to support other activities. Section 22 of the Gender Reassignment Act 2004 makes it an offence to disclose the history of a transgender patient who has had formal gender reassignment under the Act, unless consent has been sought. The exemption of disclosure is for medical professionals involved in direct medical care, but not currently for administrative and non-medical staff. For the full Act, see https://www.legislation.gov.uk/ukpga/2004/7/contents. This risk can be mitigated by appropriate implementation; refer to the 111 Referral clinical safety case report and hazard log. One option is to leave out the “Sex” field but the implications and potential risks of that will need to be considered. The alternative is to ensure the design, including its Information Governance model, reduces this risk to an acceptable level as described in the clinical safety case and hazard log. A further mitigation on implementation could be to record self-expressed gender in the administrative area of systems, and record sex at birth in a separate clinical area, that can only be accessed by medical staff.<br clear=\"none\"/>\n                            ",
                            "description": "The person's stated gender.",
                            "valueSets": "NHS data dictionary :- <a href=\"https://datadictionary.nhs.uk/data_elements/person_stated_gender_code.html?hl=person%2Cstated%2Cgender%2Ccode\" target=\"\" title=\"\">Person stated gender code</a>\n                        <br clear=\"none\"/>\n                    ",
                            "valueDomain": [
                                {
                                    "type": "string",
                                    "property": [
                                        {
                                            "maxLength": "1"
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "type": "item",
                            "minimumMultiplicity": "0",
                            "maximumMultiplicity": "1",
                            "mro": "R",
                            "name": "ethnicity",
                            "implementationGuidance": "This is not a mandatory field but is a required field due to it's importance in the care of an individual and understanding la persons individual level of risk based on  ethnicity related illness.<br clear=\"none\"/>\n                            ",
                            "description": "The ethnicity of the person as specified by the person.",
                            "valueSets": "NHS data dictionary :- <a href=\"https://datadictionary.nhs.uk/data_elements/ethnic_category.html\" target=\"\" title=\"\">Ethnic category</a>\n                    ",
                            "valueDomain": [
                                {
                                    "type": "string",
                                    "property": [
                                        {
                                            "maxLength": "2"
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "type": "item",
                            "minimumMultiplicity": "0",
                            "maximumMultiplicity": "1",
                            "mro": "R",
                            "name": "religion",
                            "description": "The religious affiliation as specified by the person.",
                            "valueSets": "\n                        <div>SNOMED_CT:- <a class=\"\" href=\"https://termbrowser.nhs.uk/?perspective=full&conceptId1=999000531000000100&edition=uk-edition&server=https://termbrowser.nhs.uk/sct-browser-api/snomed&langRefset=999001261000000100,999000691000001104\" target=\"\" title=\"\">Religion</a>\n                            <br clear=\"none\"/>\n                        </div>\n                    "
                        },
                        {
                            "type": "item",
                            "minimumMultiplicity": "0",
                            "maximumMultiplicity": "1",
                            "name": "sex",
                            "implementationGuidance": "The persons phenotypic sex. Determines how the person will be treated clinically The definitions used for sex and gender use the NHS data dictionary definitions to ensure interoperability with other systems. However, we recognise that the definitions used do not reflect today’s more inclusive society. We have provided feedback on this to NHS data dictionary team in NHS Digital who are actively addressing this area, and any updates to the NHS data dictionary will update our standards. Sex and gender data items may cause accidental disclosure of gender reassignment without consent. This is because both fields are included in the demographic model. Having both may show a difference and therefore disclose gender reassignment without consent. It is unlawful to disclose, without consent, a person’s gender reassignment with or without a gender reassignment certificate recognise that the definitions used do not reflect today’s more inclusive society. We have provided feedback on this to NHS data dictionary team in NHS Digital who are actively addressing this area, and any updates to the NHS data dictionary will update our standards<br clear=\"none\"/>\n                            ",
                            "description": "The person’s phenotypic sex. Determines how the person will be treated clinically.",
                            "valueSets": "NHS data dictionary: - <a class=\"\" href=\"https://www.datadictionary.nhs.uk/data_elements/person_phenotypic_sex.html\" target=\"\" title=\"\">person phenotypic sex</a>\n                    ",
                            "valueDomain": [
                                {
                                    "type": "string",
                                    "property": [
                                        {
                                            "maxLength": "1"
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "type": "item",
                            "minimumMultiplicity": "0",
                            "maximumMultiplicity": "1",
                            "mro": "R",
                            "name": "nhs_number",
                            "implementationGuidance": "This is not mandatory for providing care but is deemed as a 'Must have' to support other health & care requirements<br clear=\"none\"/>\n                            ",
                            "description": "The unique identifier for a person within the NHS in England and Wales.",
                            "valueSets": "NHS data dictionary:- <a href=\"https://datadictionary.nhs.uk/data_elements/nhs_number.html\" target=\"\" title=\"\">NHS number</a>\n                    ",
                            "valueDomain": [
                                {
                                    "type": "string",
                                    "property": [
                                        {
                                            "maxLength": "10"
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "type": "item",
                            "minimumMultiplicity": "0",
                            "maximumMultiplicity": "1",
                            "mro": "R",
                            "name": "nhs_number_status_indicator",
                            "description": "Provides an indication of the reliability of an NHS Number.",
                            "valueSets": "NHS data dictionary :- <a href=\"https://datadictionary.nhs.uk/data_elements/nhs_number_status_indicator_code.html?hl=nhs%2Cnumber\" target=\"_blank\" title=\"\">NHS Number Code Status Indicator</a>\n                    ",
                            "valueDomain": [
                                {
                                    "type": "string",
                                    "property": [
                                        {
                                            "maxLength": "2"
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "type": "item",
                            "minimumMultiplicity": "0",
                            "maximumMultiplicity": "*",
                            "mro": "R",
                            "name": "other_identifier",
                            "description": "Country specific or local identifier, e.g. Community Health Index (CHI) in Scotland.",
                            "valueSets": "\n                        <div>NHS data dictionary: - <a class=\"\" href=\"https://datadictionary.nhs.uk/data_elements/local_patient_identifier__extended_.html?hl=local%2Cpatient%2Cidentifier%2Cextended\" target=\"\" title=\"\">Local patient identifier(extended)</a>, <a class=\"\" href=\"https://datadictionary.nhs.uk/data_elements/health_and_care_number.html\" target=\"\" title=\"\">Health and care number (NI\n                                only)</a>, <a class=\"\" href=\"https://datadictionary.nhs.uk/data_elements/community_health_index_number.html\" target=\"\" title=\"\">Community health index number</a> (Scotland only)</div>\n                    ",
                            "valueDomain": [
                                {
                                    "type": "string",
                                    "property": [
                                        {
                                            "maxLength": "20"
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "type": "group",
                            "minimumMultiplicity": "1",
                            "maximumMultiplicity": "*",
                            "mro": "M",
                            "name": "persons_address",
                            "description": "Person’s usual place of residence, and where relevant temporary and correspondence addresses.",
                            "concept": [
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "1",
                                    "maximumMultiplicity": "1",
                                    "mro": "M",
                                    "name": "address_line_1",
                                    "description": "Person's first line of address.",
                                    "valueSets": "\n                            <div>NHS data dictionary :-  <a href=\"https://datadictionary.nhs.uk/data_elements/patient_usual_address.html\" target=\"\" title=\"\">Address line 1</a>\n                                <br clear=\"none\"/>\n                            </div>\n                        ",
                                    "valueDomain": [
                                        {
                                            "type": "string",
                                            "property": [
                                                {
                                                    "maxLength": "35"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "address_line_2",
                                    "description": "Person's second line of address.",
                                    "valueSets": "\n                            <div>NHS data dictionary :- <a href=\"https://datadictionary.nhs.uk/data_elements/patient_usual_address.html\" target=\"\" title=\"\">Address line 2</a>\n                                <br clear=\"none\"/>\n                            </div>\n                        ",
                                    "valueDomain": [
                                        {
                                            "type": "string",
                                            "property": [
                                                {
                                                    "maxLength": "35"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "address_line_3",
                                    "description": "Person's third line of address.",
                                    "valueSets": "\n                            <div>NHS data dictionary : - <a href=\"https://datadictionary.nhs.uk/data_elements/patient_usual_address.html\" target=\"\" title=\"\">Address line 3</a>\n                            </div>\n                        ",
                                    "valueDomain": [
                                        {
                                            "type": "string",
                                            "property": [
                                                {
                                                    "maxLength": "35"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "address_line_4",
                                    "description": "Person's fourth line of address.",
                                    "valueSets": "\n                            <div>NHS data dictionary : - <a class=\"\" href=\"https://datadictionary.nhs.uk/data_elements/patient_usual_address.html\" target=\"\" title=\"\">Address line 4</a>\n                                <br clear=\"none\"/>\n                            </div>\n                        ",
                                    "valueDomain": [
                                        {
                                            "type": "string",
                                            "property": [
                                                {
                                                    "maxLength": "35"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "address_line_5",
                                    "description": "Person's fifth line of address.",
                                    "valueSets": "NHS data dictionary : - <a href=\"https://datadictionary.nhs.uk/data_elements/patient_usual_address.html\" target=\"\" title=\"\">Address line 5</a>\n                            <br clear=\"none\"/>\n                        ",
                                    "valueDomain": [
                                        {
                                            "type": "string",
                                            "property": [
                                                {
                                                    "maxLength": "35"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "postcode",
                                    "description": "The person's postcode.",
                                    "valueSets": "NHS data dictionary :- <a href=\"https://datadictionary.nhs.uk/data_elements/postcode_of_usual_address.html\" target=\"\" title=\"\">Postcode of usual address</a>\n                            <br clear=\"none\"/>\n                        ",
                                    "valueDomain": [
                                        {
                                            "type": "string",
                                            "property": [
                                                {
                                                    "maxLength": "8"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "address_type",
                                    "description": "The type of address e.g. Main address, Temp address",
                                    "valueSets": "NHS data dictionary :- <a href=\"https://datadictionary.nhs.uk/attributes/address_association_type.html?hl=address%2Cassociation%2Ctype\" target=\"_blank\" title=\"\">Address Association Type</a>\n                        ",
                                    "valueDomain": [
                                        {
                                            "type": "string",
                                            "property": [
                                                {
                                                    "maxLength": "1"
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "type": "group",
                            "minimumMultiplicity": "0",
                            "maximumMultiplicity": "1",
                            "mro": "R",
                            "name": "persons_contact_details",
                            "description": "Details of the person's contact information.",
                            "concept": [
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "preferred_contact_method",
                                    "description": "Preferred contact method, e.g. email, letter, phone, text message etc.",
                                    "valueSets": "NHS data dictionary:- <a href=\"https://datadictionary.nhs.uk/attributes/communication_contact_method.html?hl=communication%2Ccontact%2Cmethod\" target=\"_blank\" title=\"\">Preferred Contact Method</a>\n                        ",
                                    "valueDomain": [
                                        {
                                            "type": "string",
                                            "property": [
                                                {
                                                    "maxLength": "1"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "group",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "*",
                                    "mro": "R",
                                    "name": "persons_telephone_number_details",
                                    "description": "The person's telephone number details",
                                    "concept": [
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "persons_telephone_number",
                                            "description": "The person's telephone number",
                                            "valueSets": "NHS data dictionary : - <a href=\"https://datadictionary.nhs.uk/data_elements/uk_telephone_number.html\" target=\"\" title=\"\">UK telephone number</a>\n                            ",
                                            "valueDomain": [
                                                {
                                                    "type": "string",
                                                    "property": [
                                                        {
                                                            "maxLength": "35"
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "persons_telephone_number_type",
                                            "description": "The contact type e.g. home, mobile",
                                            "valueSets": "FHIR value set: - <a href=\"http://hl7.org/fhir/stu3/codesystem-contact-point-use.html\" target=\"\" title=\"\">Contact point use</a>\n                            ",
                                            "valueDomain": [
                                                {
                                                    "type": "string",
                                                    "property": [
                                                        {
                                                            "maxLength": "6"
                                                        }
                                                    ],
                                                    "example": [
                                                        {
                                                            "type": "valid",
                                                            "#text": "Home"
                                                        },
                                                        {
                                                            "type": "valid",
                                                            "#text": "Mobile"
                                                        },
                                                        {
                                                            "type": "valid",
                                                            "#text": "Temp"
                                                        },
                                                        {
                                                            "type": "valid",
                                                            "#text": "Old"
                                                        },
                                                        {
                                                            "type": "valid",
                                                            "#text": "Work"
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "preference_of_telephone_number",
                                            "description": "The preferred order of use for the telephone number",
                                            "valueSets": "Preference of use 1-5, 1 being the highest."
                                        }
                                    ]
                                },
                                {
                                    "type": "group",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "*",
                                    "mro": "R",
                                    "name": "persons_email_address_details",
                                    "description": "Details of the person's email address",
                                    "concept": [
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "persons_email_address",
                                            "description": "Email address of the person.",
                                            "valueSets": "NHS data dictionary:- <a href=\"https://datadictionary.nhs.uk/data_elements/contact_email_address__patient_or_lead_contact_.html?hl=contact%2Cemail%2Caddress\" target=\"_blank\" title=\"\">Contact Email Address</a>\n                            ",
                                            "valueDomain": [
                                                {
                                                    "type": "string",
                                                    "property": [
                                                        {
                                                            "maxLength": "255"
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "persons_email_address_type",
                                            "description": "\n                                <div>The type of email address, home, work.</div>\n                            ",
                                            "valueSets": "FHIR value set: - <a href=\"http://hl7.org/fhir/stu3/codesystem-contact-point-use.html\" target=\"\" title=\"\">Contact point use</a>\n                            ",
                                            "valueDomain": [
                                                {
                                                    "type": "string",
                                                    "property": [
                                                        {
                                                            "maxLength": "6"
                                                        }
                                                    ],
                                                    "example": [
                                                        {
                                                            "type": "valid",
                                                            "#text": "Home"
                                                        },
                                                        {
                                                            "type": "valid",
                                                            "#text": "Work"
                                                        },
                                                        {
                                                            "type": "valid",
                                                            "#text": "old"
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "preference_of_email_address",
                                            "description": "The preferred order of use of email address",
                                            "valueSets": "Preference of use 1-5, 1 being the highest."
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "other_contact_information",
                                    "description": "\n                            <div>Contact details via fax, sms, url.</div>\n                        ",
                                    "valueSets": "NHS data dictionary:- <a href=\"https://datadictionary.nhs.uk/attributes/communication_contact_string.html\" target=\"\" title=\"\">Communication contact string</a>\n                        ",
                                    "valueDomain": [
                                        {
                                            "type": "string",
                                            "property": [
                                                {
                                                    "maxLength": "255"
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "type": "item",
                            "minimumMultiplicity": "0",
                            "maximumMultiplicity": "1",
                            "mro": "R",
                            "name": "photograph",
                            "description": "A photograph of the person for identification and to show what the person looks like normally.",
                            "valueSets": "Mulitmedia file",
                            "valueDomain": [
                                {
                                    "type": "blob"
                                }
                            ]
                        },
                        {
                            "type": "item",
                            "minimumMultiplicity": "0",
                            "maximumMultiplicity": "1",
                            "name": "place_of_birth",
                            "description": "The country of birth of the person.",
                            "valueSets": "NHS data dictionary :- <a href=\"https://www.datadictionary.nhs.uk/data_dictionary/attributes/c/cou/country_code_de.asp?shownav=1\" target=\"\" title=\"\">Country code (birth)</a>\n                    ",
                            "valueDomain": [
                                {
                                    "type": "string",
                                    "property": [
                                        {
                                            "maxLength": "3"
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "type": "item",
                            "minimumMultiplicity": "0",
                            "maximumMultiplicity": "1",
                            "name": "marital_status",
                            "description": "An indicator to identify the legal marital status of the person.",
                            "valueSets": "NHS data dictionary :- <a href=\"https://www.datadictionary.nhs.uk/data_elements/person_marital_status.html?hl=marital%2Cstatus\" target=\"\" title=\"\">Person marital status</a>\n                    ",
                            "valueDomain": [
                                {
                                    "type": "string",
                                    "property": [
                                        {
                                            "maxLength": "1"
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "type": "group",
                            "minimumMultiplicity": "0",
                            "maximumMultiplicity": "1",
                            "mro": "R",
                            "name": "immigration_status",
                            "implementationGuidance": "Details of the immigration status of the person to be included (e.g. asylum seeker, indefinite leave to remain in the UK). Include start date, end date and any comments<br clear=\"none\"/>\n                            ",
                            "description": "Include details of the immigration status of the person, their permissions to live and receive care and support in the UK e.g. asylum seeker, indefinite leave to remain in the UK. Include start date, end date and any comments.",
                            "concept": [
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "immigration_status",
                                    "description": "Details of the immigration status of the person, their permissions to live and receive care and support in the UK e.g. asylum seeker, indefinite leave to remain in the UK.",
                                    "valueSets": "Code :- 1: Asylum Seeker; 2: Exceptional leave to remain in UK; 3: Indefinite Leave to Remain in UK ;4: Limited Leave to Remain in UK; 5: No Recourse to Public Funds (NRPF); 6: Other Nationals; 7: Refugee; 8: Unaccompanied Asylum Seeker; 9 EU pre-settled status; 10: EU settled status"
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "start_date",
                                    "description": "Start date of immigration status",
                                    "valueSets": "Date and time",
                                    "valueDomain": [
                                        {
                                            "type": "datetime",
                                            "property": [
                                                {
                                                    "timeStampPrecision": "YMDHM"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "end_date",
                                    "description": "End date of immigration status",
                                    "valueSets": "Date and time",
                                    "valueDomain": [
                                        {
                                            "type": "datetime",
                                            "property": [
                                                {
                                                    "timeStampPrecision": "YMDHM"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "comment",
                                    "description": "Relevant comments about the person's immigration status",
                                    "valueSets": "Free text",
                                    "valueDomain": [
                                        {
                                            "type": "text",
                                            "property": [
                                                {
                                                    "maxLength": "150"
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "type": "item",
                            "minimumMultiplicity": "0",
                            "maximumMultiplicity": "1",
                            "mro": "R",
                            "name": "organ_and_tissue_donation",
                            "description": "Whether the person has opted out of automatic organ and/or tissue donation where applicable. This is information provided by the national register.",
                            "valueSets": "Flag: - Yes or No",
                            "valueDomain": [
                                {
                                    "type": "boolean"
                                }
                            ]
                        },
                        {
                            "type": "item",
                            "minimumMultiplicity": "0",
                            "maximumMultiplicity": "1",
                            "mro": "R",
                            "name": "overseas_visitor_status",
                            "description": "The charging category relating to an overseas visitor.",
                            "valueSets": "NHS data dictionary :- <a href=\"https://datadictionary.nhs.uk/data_elements/overseas_visitor_charging_category.html\" target=\"\" title=\"\">Overseas visitor charging catergory</a>\n                    ",
                            "valueDomain": [
                                {
                                    "type": "string",
                                    "property": [
                                        {
                                            "maxLength": "1"
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "type": "group",
                    "minimumMultiplicity": "0",
                    "maximumMultiplicity": "1",
                    "mro": "R",
                    "name": "gp_practice",
                    "description": "\n                    <p>Details of the person's GP practice.</p>\n                ",
                    "concept": [
                        {
                            "type": "group",
                            "minimumMultiplicity": "0",
                            "maximumMultiplicity": "*",
                            "mro": "R",
                            "name": "gp_practice_record_entry",
                            "description": "This is an GP practice record entry. There may be 0 to many record entries under a section. Each record entry is made up of a number of elements or data items",
                            "concept": [
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "gp_name",
                                    "description": "The name of the person's GP. If the person is registered with a GP practice, their usual GP name will be something volunteered by the person or their representative.",
                                    "valueSets": "Free text",
                                    "valueDomain": [
                                        {
                                            "type": "text",
                                            "property": [
                                                {
                                                    "maxLength": "70"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "gp_practice_details",
                                    "description": "<p>Name and address of the person's registered GP Practice. Registered GP practice details are available from the Person Demographics Service (PDS), or volunteered from the person or their representative. Include details of the practice name and address.</p>",
                                    "valueSets": "Free text",
                                    "valueDomain": [
                                        {
                                            "type": "text",
                                            "property": [
                                                {
                                                    "maxLength": "150"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "gp_practice_identifier",
                                    "description": "The identifier of the registered GP practice.",
                                    "valueSets": "\n                            <div>NHS data dictionary : - <a href=\"https://datadictionary.nhs.uk/data_elements/general_medical_practice_code__patient_registration_.html?hl=general%2Cmedical%2Cpractice%2Ccode%2Cpatient%2Cregistration\" target=\"\" title=\"\">General medical practice code (patient registration)</a>\n                                <br clear=\"none\"/>\n                            </div>\n                        ",
                                    "valueDomain": [
                                        {
                                            "type": "string",
                                            "property": [
                                                {
                                                    "maxLength": "6"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "gp_opt_out_indicator",
                                    "description": "Indication that the person has opted out of registering with a GP.",
                                    "valueSets": "SNOMED CT : - 1092961000000104 |Does not wish to register with an NHS general practitioner (finding)| OR 1092941000000100 |Family using private general practitioner (finding)|"
                                }
                            ]
                        }
                    ]
                },
                {
                    "type": "group",
                    "minimumMultiplicity": "0",
                    "maximumMultiplicity": "1",
                    "mro": "R",
                    "name": "individual_requirements",
                    "implementationGuidance": "This is not mandatory for providing care but is deemed as a 'Must have' to support other health and care activities. This section allows for the sharing of any individual requirements the person may have, such as to support cognitive impairment or mobility issues. This may relate to special needs and would extend to include a record of reasonable adjustments. Specific disabilities would be included in the ’Problem list’ section however the requirements to support the disabilities (e.g. needs wheelchair access, needs large print etc.) would be included in this section. The accessible information requirements information would be the most recent requirement rather than a history of requirements.<br clear=\"none\"/>\n                            ",
                    "description": "The individual requirements of the person.",
                    "concept": [
                        {
                            "type": "group",
                            "minimumMultiplicity": "0",
                            "maximumMultiplicity": "1",
                            "mro": "R",
                            "name": "reasonable_adjustment",
                            "implementationGuidance": "This is not mandatory for providing care but is deemed as a 'Must have' to support other health and care. This includes an individuals requirement for soft lighting, no noise a quite room etc.<br clear=\"none\"/>\n                            ",
                            "description": "A record of reasonable adjustments that must be provided by the service to comply with the Equality Act 2010.",
                            "concept": [
                                {
                                    "type": "group",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "reasonable_adjustment_record_entry",
                                    "description": "This is a reasonable adjustment record entry. There may be 0 to many record entries under a section. Each record entry is made up of a number of elements or data items",
                                    "concept": [
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "reasonable_adjustment_flag",
                                            "description": "<p>Under the <a tabindex=\"-1\" class=\"\" aria-disabled=\"false\" title=\"https://www.gov.uk/guidance/equality-act-2010-guidance\" href=\"https://www.gov.uk/guidance/equality-act-2010-guidance\" rel=\"noopener noreferrer\" target=\"_blank\">Equality Act 2010</a>, organisations have a legal duty to make changes in their approach or provision to ensure that services are as\n                                    accessible to people with disabilities as they are for everybody else. These changes are called reasonable adjustments.</p>\n                                <p>Reasonable adjustments can mean alterations to buildings by providing lifts, wide doors, ramps and tactile signage, but may also mean changes to policies, procedures and staff training to ensure that services work equally well for people with physical or sensory disabilities, learning disabilities or long-term conditions such as dementia.</p>\n                                <p>Other adjustments include longer appointments, providing easy read materials or communications via a carer. This legal duty is anticipatory which means a service should know about a person’s need for adjustments when they are referred or present for care. For this to happen, and for optimum care to be delivered, adjustments need to be recorded and shared across\n                                    the NHS.</p>\n                            ",
                                            "valueSets": "<div>SNOMED CT: - <a href=\"https://termbrowser.nhs.uk/?perspective=full&conceptId1=1108111000000107&edition=uk-edition&release=&server=https://termbrowser.nhs.uk/sct-browser-api/snomed&langRefset=999001261000000100,999000691000001104\" target=\"_blank\" rel=\"noopener\">1108111000000107 |Requires reasonable adjustments for health and care access (Equality Act 2010) (finding)|</a></div>",
                                            "valueDomain": [
                                                {
                                                    "type": "boolean"
                                                }
                                            ]
                                        },
                                        {
                                            "type": "group",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "reasonable_adjustment",
                                            "description": "The reasonable adjustment required e.g. requires specific contact method, requires communication professional",
                                            "concept": [
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "coded_value",
                                                    "description": "The coded value for reasonable adjustment",
                                                    "valueSets": "<div>SNOMED CT : - Accessible information standard<br clear=\"none\"/><a href=\"https://termbrowser.nhs.uk/?perspective=full&conceptId1=999002121000000109&edition=uk-edition&release=&server=https://termbrowser.nhs.uk/sct-browser-api/snomed&langRefset=999001261000000100,999000691000001104\" target=\"_blank\" rel=\"noopener\">^999002121000000109 |Accessible information - communication support simple reference set (foundation metadata concept)|</a><br clear=\"none\"/><a href=\"https://termbrowser.nhs.uk/?perspective=full&conceptId1=999002151000000104&edition=uk-edition&release=&server=https://termbrowser.nhs.uk/sct-browser-api/snomed&langRefset=999001261000000100,999000691000001104\" target=\"_blank\" rel=\"noopener\">^999002151000000104 |Accessible information - requires communication professional simple reference set (foundation metadata concept)|</a><br clear=\"none\"/><a href=\"https://termbrowser.nhs.uk/?perspective=full&conceptId1=999002131000000106&edition=uk-edition&release=&server=https://termbrowser.nhs.uk/sct-browser-api/snomed&langRefset=999001261000000100,999000691000001104\" target=\"_blank\" rel=\"noopener\">^999002131000000106 |Accessible information - requires specific contact method simple reference set (foundation metadata concept)|</a><br clear=\"none\"/><a href=\"https://termbrowser.nhs.uk/?perspective=full&conceptId1=999002141000000102&edition=uk-edition&release=&server=https://termbrowser.nhs.uk/sct-browser-api/snomed&langRefset=999001261000000100,999000691000001104\" target=\"_blank\" rel=\"noopener\">^999002141000000102 |Accessible information - requires specific information format simple reference set (foundation metadata concept)|</a><br clear=\"none\"/>Refsets for other categories in development</div>"
                                                },
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "free_text",
                                                    "description": "Free text field to be used if no code is available",
                                                    "valueSets": "Free text",
                                                    "valueDomain": [
                                                        {
                                                            "type": "text",
                                                            "property": [
                                                                {
                                                                    "maxLength": "150"
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "reasonable_adjustment_additional_detail",
                                            "description": "Further detail about the support required and the consequence of not providing it.",
                                            "valueSets": "Free text",
                                            "valueDomain": [
                                                {
                                                    "type": "string"
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "type": "group",
                    "minimumMultiplicity": "0",
                    "maximumMultiplicity": "1",
                    "mro": "R",
                    "name": "safeguarding",
                    "implementationGuidance": "This section includes any concerns in relation to safeguarding and is applicable to children and adults. This section includes whether a child is looked after and indicates the presence of a Child Protection Plan or Unborn Child Protection Plan. There may be situations where it is not advisable to share information in this section with the person to whom it relates, so local implementations may need to apply filters in these cases. Appropriate policies and technical solutions need to be in place for these situations. Access must be controlled to this information as per SCCI1609: Child Protection - Information Sharing. <br clear=\"none\"/>\n                            ",
                    "description": "The safeguarding details of the person.",
                    "concept": [
                        {
                            "type": "group",
                            "minimumMultiplicity": "0",
                            "maximumMultiplicity": "*",
                            "mro": "R",
                            "name": "safeguarding_concerns",
                            "description": "\n                        <div>Details of safeguarding concerns.</div>\n                    ",
                            "concept": [
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "safeguarding_indicator",
                                    "description": "Indicates whether or not the hospital considers that there are safeguarding issues associated with the patient.",
                                    "valueSets": "Flag: No =N: Yes = Y",
                                    "valueDomain": [
                                        {
                                            "type": "boolean"
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "safeguarding_concerns_date",
                                    "description": "The date the safeguarding concerns were identified.",
                                    "valueSets": "Date and time",
                                    "valueDomain": [
                                        {
                                            "type": "datetime",
                                            "property": [
                                                {
                                                    "timeStampPrecision": "YMDHM"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "safeguarding_concerns_end_date",
                                    "description": "The date safeguarding concerns ended.",
                                    "valueSets": "Date and time",
                                    "valueDomain": [
                                        {
                                            "type": "datetime",
                                            "property": [
                                                {
                                                    "timeStampPrecision": "YMDHM"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "group",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "safeguarding_concerns",
                                    "description": "Identified safeguarding concerns.",
                                    "concept": [
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "coded_value",
                                            "description": "The coded value for safeguarding concerns",
                                            "valueSets": "SNOMED CT : - <a href=\"https://termbrowser.nhs.uk/?perspective=full&conceptId1=999002381000000108&edition=uk-edition&server=https://termbrowser.nhs.uk/sct-browser-api/snomed&langRefset=999001261000000100,999000691000001104\" target=\"\" title=\"\">^999002381000000108 | Safeguarding issues simple reference set (foundation\n                                    metadata concept) |</a>\n                            "
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "free_text",
                                            "description": "Free text field to be used if no code is available",
                                            "valueSets": "Free text",
                                            "valueDomain": [
                                                {
                                                    "type": "text",
                                                    "property": [
                                                        {
                                                            "maxLength": "150"
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "type": "group",
                    "minimumMultiplicity": "1",
                    "maximumMultiplicity": "1",
                    "mro": "R",
                    "name": "referral_details",
                    "description": "The details of the referral.",
                    "concept": [
                        {
                            "type": "group",
                            "minimumMultiplicity": "0",
                            "maximumMultiplicity": "*",
                            "mro": "R",
                            "name": "referral_details_record_entry",
                            "description": "This is the referral details record entry. There may be 0 to many record entries under a section. Each record entry is made up of a number of elements or data items.",
                            "concept": [
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "persons_input_into_service_selection_flag",
                                    "description": "Flag to identify if the person has requested referral to a specific service. ",
                                    "valueDomain": [
                                        {
                                            "type": "boolean"
                                        }
                                    ]
                                },
                                {
                                    "type": "group",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "persons_input_into_service_selection",
                                    "description": "The person's requested service, the reason for rejection and comments. ",
                                    "concept": [
                                        {
                                            "type": "group",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "service",
                                            "description": "The service of where the referral is sent to.",
                                            "concept": [
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "coded_value",
                                                    "description": "The coded value for service",
                                                    "valueSets": "<div>SNOMED CT: - <a href=\"https://termbrowser.nhs.uk/?perspective=full&conceptId1=1127531000000102&edition=uk-edition&release=&server=https://termbrowser.nhs.uk/sct-browser-api/snomed&langRefset=999001261000000100,999000691000001104\" target=\"_blank\" rel=\"noopener\">^1127531000000102 |Services simple reference set (foundation metadata concept)|</a></div>"
                                                },
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "free_text",
                                                    "description": "Free text field to be used if no code is available",
                                                    "valueSets": "Free text",
                                                    "valueDomain": [
                                                        {
                                                            "type": "text",
                                                            "property": [
                                                                {
                                                                    "maxLength": "150"
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "reason_for_rejection",
                                            "description": "The person's reason for rejecting suggested service.",
                                            "valueDomain": [
                                                {
                                                    "type": "string"
                                                }
                                            ]
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "comment",
                                            "description": "The referrer's comments on the person's input into service selection.",
                                            "valueDomain": [
                                                {
                                                    "type": "string",
                                                    "property": [
                                                        {
                                                            "maxLength": "150"
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "date",
                                    "description": "The date of referral",
                                    "valueSets": "Date and time",
                                    "valueDomain": [
                                        {
                                            "type": "datetime",
                                            "property": [
                                                {
                                                    "timeStampPrecision": "YMDHM"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "group",
                                    "minimumMultiplicity": "1",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "referrer_details",
                                    "implementationGuidance": "Referrer details includes the details of the person making the referral and the service a person is being referred from and to. A service may not always be coded. If the service is known, and a code is available, it should be included otherwise the service should be described in free text.<br clear=\"none\"/>\n                            ",
                                    "description": "The details of the referrer that is making the referral or the transfer.<br clear=\"none\"/>\n                            <br clear=\"none\"/>This could be the person, GP surgery, department, specialty, sub-specialty, educational institution, mental health team, care home etc.",
                                    "valueSets": "\n                            <p/>\n                        ",
                                    "concept": [
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "name",
                                            "description": "The name of the referrer.",
                                            "valueSets": "Free text",
                                            "valueDomain": [
                                                {
                                                    "type": "string",
                                                    "property": [
                                                        {
                                                            "maxLength": "70"
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "role",
                                            "description": "Role of the referrer.",
                                            "valueSets": "FHIR value set : - <a href=\"https://simplifier.net/ukcore/codesystem-ukcore-sdsjobrolename\" target=\"\" title=\"\">sdsjobrole</a>\n                            "
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "grade",
                                            "description": "The grade of the referrer.",
                                            "valueSets": "Free text",
                                            "valueDomain": [
                                                {
                                                    "type": "text",
                                                    "property": [
                                                        {
                                                            "maxLength": "150"
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "team",
                                            "description": "The team or department of the referrer.",
                                            "valueSets": "Free text",
                                            "valueDomain": [
                                                {
                                                    "type": "text",
                                                    "property": [
                                                        {
                                                            "maxLength": "150"
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "specialty",
                                            "description": "The specialty of the referrer.",
                                            "valueSets": "NHS data dictionary - <a href=\"https://datadictionary.nhs.uk/data_elements/activity_treatment_function_code.html?hl=activity%2Ctreatment%2Cfunction%2Ccode\" target=\"\" title=\"\">Activity treatment function code</a>\n                            ",
                                            "valueDomain": [
                                                {
                                                    "type": "string",
                                                    "property": [
                                                        {
                                                            "maxLength": "3"
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "group",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "service",
                                            "description": "The service of the referrer.",
                                            "concept": [
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "coded_value",
                                                    "description": "The coded value for service",
                                                    "valueSets": "SNOMED CT: - 1127531000000102 |Services simple reference set (foundation metadata concept)|"
                                                },
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "free_text",
                                                    "description": "Free text field to be used if no code is available",
                                                    "valueSets": "Free text",
                                                    "valueDomain": [
                                                        {
                                                            "type": "text",
                                                            "property": [
                                                                {
                                                                    "maxLength": "150"
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "group",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "organisation",
                                            "description": "The organisation of the referrer.",
                                            "concept": [
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "coded_value",
                                                    "description": "The coded value for organisation code",
                                                    "valueSets": "<p>NHS data dictionary : - <a href=\"https://www.datadictionary.nhs.uk/supporting_information/organisation_data_service.html\" rel=\"noopener noreferrer nofollow\">Organisation data service</a></p>",
                                                    "valueDomain": [
                                                        {
                                                            "type": "string",
                                                            "property": [
                                                                {
                                                                    "minLength": "3",
                                                                    "maxLength": "5"
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                },
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "free_text",
                                                    "description": "Free text field to be used if no code is available",
                                                    "valueSets": "Free text",
                                                    "valueDomain": [
                                                        {
                                                            "type": "text",
                                                            "property": [
                                                                {
                                                                    "maxLength": "150"
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "referred_by_emergency_care",
                                            "description": "The details of where the person was referred to emergency care from.",
                                            "valueSets": "\n                                <a href=\"https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftermbrowser.nhs.uk%2F%3Fperspective%3Dfull%26conceptId1%3D999002991000000109%26edition%3Duk-edition%26release%3Dv20210901%26server%3Dhttps%3A%2F%2Ftermbrowser.nhs.uk%2Fsct-browser-api%2Fsnomed%26langRefset%3D900000000000508004&data=04%7C01%7CTom.Hobbs%40theprsb.org%7C7a50978b33b64f4ada0108d984cea851%7C52af6950a31e4b3c8b60b3e87c47cb8b%7C0%7C0%7C637686845950321592%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=9x02jEjMcgMwku5K7XhDqb4XvmWY%2Fj2G3bPwl5EQrBQ%3D&reserved=0\" target=\"\" title=\"\">SNOMED CT: - 999002991000000109 | Emergency care attendance source simple reference set (foundation metadata concept) |</a>\n                                <br clear=\"none\"/>\n                            "
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "contact_details",
                                            "description": "The contact details of the referrer.",
                                            "valueSets": "Free text",
                                            "valueDomain": [
                                                {
                                                    "type": "string",
                                                    "property": [
                                                        {
                                                            "maxLength": "70"
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "name": "person_referral_reference",
                                    "implementationGuidance": "<p>The aim of this element is for it to be given to the patient by the referrer (Sender) service so they can take it to the service they are referred to (Receiver service), providing a link for the patient between the two services. Additionally, it’s a useful point of reference for the two services should they need to speak to each other about the patient’s care.   </p><p>BaRS have implemented a mechanism (in FHIR messaging) whereby when the Sender makes a referral request, they receive the human readable reference in the synchronous response. The Sender makes the request, the Receiver accept it and processes into their system and sends back a response to the Sender with the human readable reference to say it was successful.  </p><p/>",
                                    "description": "<p>A human-readable reference given to the person to use when contacting or going to the service referred on to.  It is generated by the receiving service and supplied to the referrer as part of the Booking and Referral Standard (BaRS) messaging.  <br/></p>",
                                    "valueSets": "<p>Free text</p>",
                                    "valueDomain": [
                                        {
                                            "type": "string"
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "name": "journey_id",
                                    "implementationGuidance": "<p>This reference is to help support tracking of patients/people on multiple referrals through the system.  </p>",
                                    "description": "<p>This is a machine-readable reference which the Sender of any initial referral (i.e. it was not sent to them as a referral) generates and includes in their referral request.  If the sender is not the initial referrer (i.e. they received a referral) they must include the original reference in their referral.  </p>",
                                    "valueSets": "<p>This should be a globally unique identifier (GUID) value. <a href=\"https://learn.microsoft.com/en-us/windows/win32/api/guiddef/ns-guiddef-guid\" rel=\"noopener noreferrer nofollow\">https://learn.microsoft.com/en-us/windows/win32/api/guiddef/ns-guiddef-guid</a> </p><p/>",
                                    "valueDomain": [
                                        {
                                            "type": "string"
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "referral_type",
                                    "description": "An indication of the type of referral (e.g. 'Hospital Discharge Notification to Social Care', 'GP Referral', etc.)",
                                    "valueDomain": [
                                        {
                                            "type": "text",
                                            "property": [
                                                {
                                                    "maxLength": "150"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "referral_method",
                                    "implementationGuidance": "\n                                <br clear=\"none\"/>\n                            ",
                                    "description": "The method in which a referral is sent and received. This may be a letter, email, transcript of a telephone conversation, Choose and Book, in person (self-referral) etc.",
                                    "valueSets": "Allow National Codes only <ol>\n                                <li>Fax</li>\n                                <li>Phone</li>\n                                <li>Secure Messaging</li>\n                                <li>Secure Email</li>\n                                <li>Letter</li>\n                                <li>NHS E-Referral Service</li>\n                                <li>Self referral</li>\n                            </ol>\n                        "
                                },
                                {
                                    "type": "group",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "reason_for_referral",
                                    "implementationGuidance": "\n                                <span style=\"caret-color: rgb(51, 51, 51); color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 12px; text-size-adjust: auto;\">The presenting complaints and issues and chief complaint record’s the person reported and referrer perceived needs of the person. ‘Reason for referral’ is used if needed to qualify those presenting complaints or issues or the reason for the choice of referral destination.</span>\n                                <br clear=\"none\"/>\n                            ",
                                    "description": "The reason for the referral, e.g. diagnosis, treatment, transfer of care due to relocation, investigation, second opinion, management of the patient (e.g. palliative care), or carer's concerns.",
                                    "concept": [
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "coded_value",
                                            "description": "The coded value for reason for referral",
                                            "valueSets": "<div>SNOMED CT :- ^<a href=\"https://termbrowser.nhs.uk/?perspective=full&conceptId1=1127581000000103&edition=uk-edition&release=&server=https://termbrowser.nhs.uk/sct-browser-api/snomed&langRefset=999001261000000100,999000691000001104\" target=\"_blank\" rel=\"noopener\">1127581000000103 |Health issues simple reference set|</a></div>"
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "free_text",
                                            "description": "Free text field to be used if no code is available",
                                            "valueSets": "Free text",
                                            "valueDomain": [
                                                {
                                                    "type": "text",
                                                    "property": [
                                                        {
                                                            "maxLength": "150"
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "group",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "urgency_of_referral",
                                    "implementationGuidance": "The value set in this use case will be the textual description for the DX Code from the 111 Service, replacing the specified NHS DD Priority Type<br clear=\"none\"/>\n                            ",
                                    "description": "The details of the urgency of referral",
                                    "concept": [
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "urgency",
                                            "implementationGuidance": "The value set in this use case will be the textual description for the DX Code from the 111 Service, replacing the specified NHS DD Priority Type.<br clear=\"none\"/>\n                            ",
                                            "description": "This is the priority of a request for services",
                                            "valueSets": "\n                                <div>NHS data dictionary : - <a href=\"https://www.datadictionary.nhs.uk/attributes/priority_type.html\" target=\"_blank\" rel=\"noopener\">PRIORITY TYPE</a></div>\n                            ",
                                            "valueDomain": [
                                                {
                                                    "type": "string",
                                                    "property": [
                                                        {
                                                            "maxLength": "1"
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "reason_for_urgency_of_referral",
                                            "description": "The reason for urgency of referral if not routine.",
                                            "valueSets": "Free text",
                                            "valueDomain": [
                                                {
                                                    "type": "text",
                                                    "property": [
                                                        {
                                                            "maxLength": "150"
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "group",
                                    "minimumMultiplicity": "1",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "referral_to",
                                    "implementationGuidance": "For the PEM for information the 'referral to ' section is not mandatory as not all 111 encounters lead to a referral. <br clear=\"none\"/>\n                            ",
                                    "description": "Details of where the referral is to be sent.<br clear=\"none\"/>\n                            <br clear=\"none\"/>If not an individual, this could be a service, e.g. GP surgery, department, specialty, subspecialty, educational institution, mental health etc.",
                                    "concept": [
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "name",
                                            "description": "Name of person the referral is to be sent to.",
                                            "valueSets": "Free text",
                                            "valueDomain": [
                                                {
                                                    "type": "string",
                                                    "property": [
                                                        {
                                                            "maxLength": "70"
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "role",
                                            "description": "Role of person where the referral is to be sent to.",
                                            "valueSets": "FHIR values set : - <a class=\"\" href=\"https://simplifier.net/HL7FHIRUKCoreR4/UKCore-PractitionerRoleCode\" target=\"_blank\" title=\"\">ukcorepractitionerrolecode</a>\n                                <br clear=\"none\"/>\n                            "
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "grade",
                                            "description": "The grade of the person where the referral is sent to.",
                                            "valueSets": "Free text",
                                            "valueDomain": [
                                                {
                                                    "type": "text",
                                                    "property": [
                                                        {
                                                            "maxLength": "150"
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "team",
                                            "description": "The team or department of the person where the referral is being sent to",
                                            "valueSets": "Free text.",
                                            "valueDomain": [
                                                {
                                                    "type": "text",
                                                    "property": [
                                                        {
                                                            "maxLength": "150"
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "specialty",
                                            "description": "The specialty the referral is being sent to e.g. physiotherapy, oncology, mental health etc",
                                            "valueSets": "\n                                <div>NHS data dictionary - <a href=\"https://www.datadictionary.nhs.uk/data_elements/activity_treatment_function_code.html?hl=activity%2Ctreatment%2Cfunction%2Ccode\" target=\"_blank\" rel=\"noopener\">Activity treatment function code</a></div>\n                            ",
                                            "valueDomain": [
                                                {
                                                    "type": "string",
                                                    "property": [
                                                        {
                                                            "maxLength": "3"
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "group",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "service",
                                            "description": "The service of where the referral is sent to.",
                                            "concept": [
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "coded_value",
                                                    "description": "The coded value for service",
                                                    "valueSets": "<div>SNOMED CT: - <a href=\"https://termbrowser.nhs.uk/?perspective=full&conceptId1=1127531000000102&edition=uk-edition&release=&server=https://termbrowser.nhs.uk/sct-browser-api/snomed&langRefset=999001261000000100,999000691000001104\" target=\"_blank\" rel=\"noopener\">^1127531000000102 |Services simple reference set (foundation metadata concept)|</a></div>"
                                                },
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "free_text",
                                                    "description": "Free text field to be used if no code is available",
                                                    "valueSets": "Free text",
                                                    "valueDomain": [
                                                        {
                                                            "type": "text",
                                                            "property": [
                                                                {
                                                                    "maxLength": "150"
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "group",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "organisation",
                                            "description": "The organisation of where the referral is to be sent.",
                                            "concept": [
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "coded_value",
                                                    "description": "The coded value for organisation",
                                                    "valueSets": "\n                                    <div>NHS data dictionary :- <a href=\"https://www.datadictionary.nhs.uk/supporting_information/organisation_data_service.html#:~:text=The%20Organisation%20Data%20Service%20provides,Information%20Standards%20in%20this%20area\" target=\"_blank\" rel=\"noopener\">Organisation data service</a></div>\n                                ",
                                                    "valueDomain": [
                                                        {
                                                            "type": "string",
                                                            "property": [
                                                                {
                                                                    "minLength": "3",
                                                                    "maxLength": "5"
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                },
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "free_text",
                                                    "description": "Free text field to be used if no code is available",
                                                    "valueSets": "Free text",
                                                    "valueDomain": [
                                                        {
                                                            "type": "text",
                                                            "property": [
                                                                {
                                                                    "maxLength": "150"
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "contact_details",
                                            "description": "The contact details of where the referral is to be sent.",
                                            "valueSets": "Free text.",
                                            "valueDomain": [
                                                {
                                                    "type": "string",
                                                    "property": [
                                                        {
                                                            "maxLength": "70"
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "referral_criteria",
                                    "description": "Records whether specific criteria required for referral, to a particular service, have been met (may be nationally or locally determined). This field is used to outline which criteria have been met where a service has indicated specific criteria and to explain the rationale for referral where criteria have not been met.",
                                    "valueSets": "Free text",
                                    "valueDomain": [
                                        {
                                            "type": "text",
                                            "property": [
                                                {
                                                    "maxLength": "150"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "return_response_to",
                                    "description": "Name of professional to be communicated with, if not the referrer",
                                    "valueSets": "Free text.",
                                    "valueDomain": [
                                        {
                                            "type": "string",
                                            "property": [
                                                {
                                                    "maxLength": "70"
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "type": "group",
                    "minimumMultiplicity": "1",
                    "maximumMultiplicity": "1",
                    "mro": "M",
                    "name": "presenting_complaints_or_issues",
                    "implementationGuidance": "This section is used in multiple Information Standards and in general terms describes the complaint or issues as perceived by the individual reporting the complaint or issue, including the referrer.   A person can have multiple complaints or issues recorded in an Information Standard.<br clear=\"none\" style=\"box-sizing: border-box;\"/>\n                                <br clear=\"none\" style=\"box-sizing: border-box;\"/>This will be the Symptom Group (SG) or the Symptom Discriminator (SD) code description. This will replace the Chief Complaint code set<br clear=\"none\"/>\n                            ",
                    "description": "Presenting complaints or issues",
                    "concept": [
                        {
                            "type": "group",
                            "minimumMultiplicity": "1",
                            "maximumMultiplicity": "1",
                            "mro": "M",
                            "name": "presenting_complaint_or_issue",
                            "description": "The health problem or issue experienced by the person resulting in their attendance. This may include disease state, medical condition, response and reactions to therapies. e.g., blackout, dizziness, chest pain, follow up from admission, falls, a specific procedure, investigation or treatment.",
                            "concept": [
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "coded_value",
                                    "description": "The coded value for presenting complaint or issue",
                                    "valueSets": "SNOMED CT : - <a class=\"\" href=\"https://termbrowser.nhs.uk/?perspective=full&conceptId1=1127581000000103&edition=uk-edition&release=&server=https://termbrowser.nhs.uk/sct-browser-api/snomed&langRefset=999001261000000100,999000691000001104\" target=\"\" title=\"\">^1127581000000103 |Health issues simple reference\n                                set|</a>\n                        "
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "free_text",
                                    "valueSets": "Free text",
                                    "valueDomain": [
                                        {
                                            "type": "string",
                                            "property": [
                                                {
                                                    "maxLength": "150"
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "type": "group",
                            "minimumMultiplicity": "1",
                            "maximumMultiplicity": "1",
                            "mro": "M",
                            "name": "chief_complaint",
                            "implementationGuidance": "Should a person describe multiple complaints, this allows for the clinician to capture the complaint the clinician regards as the main complaint. <br clear=\"none\"/>\n                                <br clear=\"none\"/> This will be the textual detail from the Symptom Group (SG) and Symptom Discriminator (SD) code description. This will replace Chief Complaint Code set<br clear=\"none\"/>\n                            ",
                            "description": "The nature of the person's chief complaint as assessed by the care professional first assessing the person. Only ONE (chief complaint) sent as per the Chief Complaint code set (SNOMED CT).",
                            "property": [
                                {
                                    "p": [
                                        "Event.Record"
                                    ]
                                }
                            ],
                            "concept": [
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "1",
                                    "maximumMultiplicity": "1",
                                    "mro": "M",
                                    "name": "coded_value",
                                    "description": "The coded value of the chief complaint",
                                    "valueSets": "SNOMED CT: - <a href=\"https://termbrowser.nhs.uk/?perspective=full&conceptId1=991401000000107&edition=uk-edition&release=&server=https://termbrowser.nhs.uk/sct-browser-api/snomed&langRefset=999001261000000100,999000691000001104\" target=\"\" title=\"\">991401000000107 | Emergency care presenting complaints or\n                                issues simple reference set (foundation metadata concept)</a>\n                        "
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "free_text",
                                    "description": "Any free text if no coded value is available",
                                    "valueSets": "Free text",
                                    "valueDomain": [
                                        {
                                            "type": "text"
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "type": "item",
                            "minimumMultiplicity": "0",
                            "maximumMultiplicity": "1",
                            "mro": "R",
                            "name": "person_reported_complaints_or_issues",
                            "implementationGuidance": "Person stated description of the health problems and issues. This may differ from the clinicians impression. This may also be expressed on behalf of the person, eg by parent or carer<br clear=\"none\"/>\n                            ",
                            "description": "Person stated description of the health problems and issues. This may differ from the clinicians impression. This may also be expressed on behalf of the person, eg by parent or carer.",
                            "valueSets": "Free text",
                            "valueDomain": [
                                {
                                    "type": "text",
                                    "property": [
                                        {
                                            "maxLength": "150"
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "type": "item",
                            "minimumMultiplicity": "0",
                            "maximumMultiplicity": "1",
                            "mro": "R",
                            "name": "repeat_caller",
                            "description": "Repeat caller, if the person has called more than twice in 96 hours.",
                            "valueSets": "Yes or no",
                            "valueDomain": [
                                {
                                    "type": "boolean"
                                }
                            ]
                        },
                        {
                            "type": "item",
                            "minimumMultiplicity": "0",
                            "maximumMultiplicity": "1",
                            "mro": "R",
                            "name": "addtional_information_sources",
                            "implementationGuidance": "As well as specifying the source of information or a link to the source, this can also be used to include local information which might not be available to the referring destination, e.g. Special Patient Notes.   <br clear=\"none\"/>\n                            ",
                            "description": "The source of additional relevant information about the person e.g. summary care record or link via NRL or copy and paste local record e.g. Special Patient Notes (SPN)",
                            "valueSets": "Free text or url",
                            "valueDomain": [
                                {
                                    "type": "string",
                                    "property": [
                                        {
                                            "maxLength": "150"
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "type": "group",
                    "minimumMultiplicity": "0",
                    "maximumMultiplicity": "1",
                    "mro": "R",
                    "name": "problem_list",
                    "implementationGuidance": "This section allows for all the Chief Clinical Concern; problems and issues to be recorded. The Referral / PEM should inform the receiver of the main problem(s) / issues that were important during the 111 encounter<br clear=\"none\"/>\n                            ",
                    "description": "A summary of the problems that require investigation or treatment.",
                    "concept": [
                        {
                            "type": "group",
                            "minimumMultiplicity": "0",
                            "maximumMultiplicity": "1",
                            "mro": "R",
                            "name": "problem_list_record_entry",
                            "description": "This is a problem list record entry. <br clear=\"none\"/>\n                        <br clear=\"none\"/>There may be 0 to many record entries under problem list. <br clear=\"none\"/>\n                        <br clear=\"none\"/>Each record entry is made up of a number of elements or data items.",
                            "concept": [
                                {
                                    "type": "group",
                                    "minimumMultiplicity": "1",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "problem",
                                    "implementationGuidance": "The CAS clinician may identify and wish to share a Chief Clinical Concern following a 111 encounter. This section allows for all relevant problems, and issues. This would include disabilities, including learning disabilities, and conditions such as autism where they fall into the above categories i.e., are diagnosed, seen as a problem by the person or are considered a condition or similar. Behavioural factors which are not formal diagnoses but could be seen as a problem for the person would also appear under this section. <br clear=\"none\"/>\n                                <br clear=\"none\"/>When a diagnosis has not yet been made, the most granular clinical concept with the highest level of certainty should be displayed. This may be a problem, symptom, sign, or test result, and may evolve over time, as a conventional diagnosis is reached. For example, when a patients ‘presenting complaints or issues’ are indigestion and belching,\n                                ‘dyspepsia’ may be deemed the ‘Chief Complaint’, the 111 clinicians ‘Chief Clinical Concern’ maybe a ‘gastric ulcer’. Which would require endoscopy, and the subsequent biopsies to confirm the diagnosis of a gastric ulcer.<br clear=\"none\"/>\n                                <br clear=\"none\"/>Unconfirmed or excluded diagnoses should not be include in structured coded fields but may be included in free text in the comments field. Thus, in the example above, gastric ulcer and gastric cancer may be in a list of differential diagnoses at presentation, but the symptom, dyspepsia, should be included in the diagnosis field. The differential diagnoses should only be included in free text in the comments field, and not in a coded diagnosis field until confirmed with confidence.<br clear=\"none\"/>\n                            ",
                                    "description": "A condition which needs addressing and so is important for every professional to know about when seeing the person. <br clear=\"none\"/>\n                            <br clear=\"none\"/>Problems may include diagnoses, symptoms, and social or behavioural issues",
                                    "concept": [
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "1",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "coded_value",
                                            "implementationGuidance": "SNOMED CT allows the coding of Problems which may also be ‘diagnoses’ or ‘issues’, depending on the context in which they are recorded, some codes may need to be 'qualified' by a number of attributes e.g. grade; severity; distribution; behaviour; laterality etc. e.g. Problem: Migraine Qualifier: SuspectedDue to limitations in how the receiving organisations ingest and present Qualifiers i.e. Not all systems can ingest the 'qualifier' into the receiving system. Qualifiers should not be used when coding an unconfirmed / suspected diagnosis. As this may result in a diagnosis being incorrectly coded in to the individuals EHR.To prevent incorrect coding of a diagnosis in the patients electronic health record it is recommended that any suspected diagnosis should be captured in free text only, until the issue is resolved.<br clear=\"none\"/>\n                            ",
                                            "description": "The coded value for the problem list.",
                                            "valueSets": "<div>SNOMED CT : - <a href=\"https://termbrowser.nhs.uk/?perspective=full&conceptId1=1127581000000103&edition=uk-edition&release=&server=https://termbrowser.nhs.uk/sct-browser-api/snomed&langRefset=999000681000001101,999001251000000103\" target=\"_blank\" rel=\"noopener\">^1127581000000103 |Health issues simple reference set|</a></div>"
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "1",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "free_text",
                                            "implementationGuidance": "Free text field to be used if coding is not available or when the chief clinical concern; problem or issue requires a qualifier i.e. gastric ulcer - 'suspected'<br clear=\"none\"/>\n                            ",
                                            "description": "Free text field to be used if no code is available",
                                            "valueSets": "Free text",
                                            "valueDomain": [
                                                {
                                                    "type": "text",
                                                    "property": [
                                                        {
                                                            "maxLength": "150"
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "onset_date",
                                    "implementationGuidance": "This is the date of onset of the chief clinical concern; problem or issues<br clear=\"none\"/>\n                            ",
                                    "description": "A date or estimated date that the problem began",
                                    "valueSets": "Date and time",
                                    "valueDomain": [
                                        {
                                            "type": "datetime",
                                            "property": [
                                                {
                                                    "timeStampPrecision": "YM"
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "type": "group",
                    "minimumMultiplicity": "0",
                    "maximumMultiplicity": "1",
                    "mro": "R",
                    "name": "clinical_summary",
                    "implementationGuidance": "A brief summary of the 111 encounter. This may include interpretation of the persons complaints and issues, using the chief complaint and the chief clinical concern. The summary may also list specific action(s). Planned actions will be recorded under ‘plan’.<br clear=\"none\"/>\n                            ",
                    "description": "Clinical Summary",
                    "concept": [
                        {
                            "type": "item",
                            "minimumMultiplicity": "0",
                            "maximumMultiplicity": "1",
                            "mro": "R",
                            "name": "clinical_narrative",
                            "implementationGuidance": "This is a text field to allow the clinician to explain the persons situation and outcome of the encounter.  The clinician may add additional information that they feel is relevant to share with the receiving service / GP<br clear=\"none\"/>\n                            ",
                            "description": "A description detailing a patient’s reason for attendance, results from the diagnostic and treatment process.",
                            "valueSets": "Free text",
                            "valueDomain": [
                                {
                                    "type": "text"
                                }
                            ]
                        }
                    ]
                },
                {
                    "type": "group",
                    "minimumMultiplicity": "0",
                    "maximumMultiplicity": "1",
                    "mro": "R",
                    "name": "risks",
                    "description": "Details of any risks related to the person.",
                    "concept": [
                        {
                            "type": "group",
                            "minimumMultiplicity": "0",
                            "maximumMultiplicity": "*",
                            "mro": "R",
                            "name": "risks_record_entry",
                            "description": "This is a risks record entry. There may be 0 to many record entry/entries under a section. Each record entry is made up of a number of elements or data items.",
                            "concept": [
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "start_date_of_risk",
                                    "description": "The start date of the risk.",
                                    "valueSets": "Date and time",
                                    "valueDomain": [
                                        {
                                            "type": "datetime",
                                            "property": [
                                                {
                                                    "timeStampPrecision": "YMDHM"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "end_date_of_risk",
                                    "description": "The date the risk ended.",
                                    "valueSets": "Date and time",
                                    "valueDomain": [
                                        {
                                            "type": "datetime",
                                            "property": [
                                                {
                                                    "timeStampPrecision": "YMDHM"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "group",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "risk",
                                    "description": "The risk to the person or others, this includes any risk the person might cause to themselves or to others. e.g. suicide, self harm. ",
                                    "valueSets": "\n                            <br clear=\"none\"/>\n                        ",
                                    "concept": [
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "coded_value",
                                            "description": "The coded value for risk. ",
                                            "valueSets": "<p class=\"MsoNormal\">SNOMED CT: - <a href=\"https://termbrowser.nhs.uk/?perspective=full&conceptId1=281694009&edition=uk-edition&release=&server=https://termbrowser.nhs.uk/sct-browser-api/snomed&langRefset=999001261000000100,999000691000001104\" target=\"_blank\" rel=\"noopener\">&lt;281694009 |Finding of at risk (finding)|</a></p><p class=\"MsoNormal\"> </p><div><br clear=\"none\"/> </div>"
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "free_text",
                                            "description": "Free text field to be used if no code is available.",
                                            "valueSets": "Free text.",
                                            "valueDomain": [
                                                {
                                                    "type": "text",
                                                    "property": [
                                                        {
                                                            "maxLength": "150"
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "comment",
                                    "description": "Additional details about the risk. ",
                                    "valueSets": "Free text",
                                    "valueDomain": [
                                        {
                                            "type": "string",
                                            "property": [
                                                {
                                                    "maxLength": "150"
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "type": "group",
                    "minimumMultiplicity": "0",
                    "maximumMultiplicity": "1",
                    "mro": "R",
                    "name": "allergies_and_adverse_reactions",
                    "implementationGuidance": "This is for person reported allergies or adverse reactions which may not be on the persons electronic health record. It is NOT to transfer the person's recorded allergies which the receiver can look up (e.g. via SCR, GP Record or shared care record). The full section has been kept for consistency even if only some of the elements are needed for this use case.  <br clear=\"none\"/>\n                            ",
                    "description": "Allergies and adverse reactions",
                    "concept": [
                        {
                            "type": "group",
                            "minimumMultiplicity": "0",
                            "maximumMultiplicity": "*",
                            "mro": "R",
                            "name": "allergies_and_adverse_reactions_record_entry",
                            "description": "This is a allergies and adverse reactions record entry. There may be 1 to many record entries under a section. <br clear=\"none\"/>\n                        <br clear=\"none\"/>Each record entry is made up of a number of elements or data items.",
                            "concept": [
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "type_of_reaction",
                                    "description": "The type of reaction experienced by the person (allergic, adverse, intolerance)",
                                    "valueSets": "FHIR value set :- <a class=\"\" href=\"https://www.hl7.org/fhir/STU3/valueset-allergy-intolerance-type.html\" target=\"\" title=\"\">Allergy, Intolerance</a>\n                        "
                                },
                                {
                                    "type": "group",
                                    "minimumMultiplicity": "1",
                                    "maximumMultiplicity": "1",
                                    "mro": "M",
                                    "name": "causative_agent",
                                    "description": "The agent such as food, drug or substances that has caused or may cause an allergy, intolerance or adverse reaction in this person Or “No known drug allergies or adverse reactions” Or “Information not available”",
                                    "concept": [
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "coded_value",
                                            "description": "The coded value for causative agent",
                                            "valueSets": "<table class=\"detail spaced\" style=\"font-family: Arial, Helvetica, Geneva, sans-serif; font-size: 12px; max-width: 100%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; color: #333333;\" width=\"100%\"><tbody><tr><td colspan=\"3\" rowspan=\"1\" style=\"vertical-align: top;\">\n<div class=\"xforms-control xforms-output xforms-mediatype-text-html xforms-mediatype-text\" id=\"xf-895≡xf-1239\" style=\"display: inline; zoom: 1;\">\n<div class=\"xforms-output-output\" id=\"xf-895≡xf-1239≡≡c\" style=\"zoom: 1;\">dm+d:- any code from the VTM, VMP, AMP, VMPP, AMPP and ingredient concept classes</div>\n</div>\n</td></tr></tbody></table><div>SNOMED CT : - <a href=\"https://termbrowser.nhs.uk/?perspective=full&conceptId1=105590001&edition=uk-edition&release=&server=https://termbrowser.nhs.uk/sct-browser-api/snomed&langRefset=999001261000000100,999000691000001104\" target=\"_blank\" rel=\"noopener\">&lt;105590001 |Substance</a> OR <a href=\"https://termbrowser.nhs.uk/?perspective=full&conceptId1=373873005&edition=uk-edition&release=&server=https://termbrowser.nhs.uk/sct-browser-api/snomed&langRefset=999001261000000100,999000691000001104\" target=\"_blank\" rel=\"noopener\">&lt;373873005 |Pharmaceutical / biologic product|</a> OR <a href=\"https://termbrowser.nhs.uk/?perspective=full&conceptId1=716186003&edition=uk-edition&release=&server=https://termbrowser.nhs.uk/sct-browser-api/snomed&langRefset=999001261000000100,999000691000001104\" target=\"_blank\" rel=\"noopener\">&lt;&lt;716186003 |No known allergy|</a> OR <a href=\"https://termbrowser.nhs.uk/?perspective=full&conceptId1=196461000000101&edition=uk-edition&release=&server=https://termbrowser.nhs.uk/sct-browser-api/snomed&langRefset=999001261000000100,999000691000001104\" target=\"_blank\" rel=\"noopener\">196461000000101 |Transfer-degraded drug allergy|</a> OR <a href=\"https://termbrowser.nhs.uk/?perspective=full&conceptId1=196471000000108&edition=uk-edition&release=&server=https://termbrowser.nhs.uk/sct-browser-api/snomed&langRefset=999001261000000100,999000691000001104\" target=\"_blank\" rel=\"noopener\">196471000000108 |Transfer-degraded non-drug allergy)</a></div>"
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "free_text",
                                            "description": "Free text field to be used if no code is available",
                                            "valueSets": "Free text",
                                            "valueDomain": [
                                                {
                                                    "type": "text",
                                                    "property": [
                                                        {
                                                            "maxLength": "150"
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "group",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "*",
                                    "mro": "R",
                                    "name": "reaction_details_cluster",
                                    "description": "Details of the reaction.",
                                    "concept": [
                                        {
                                            "type": "group",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "substance",
                                            "description": "The substance, or a class of substances, that is considered to be responsible for the adverse reaction.",
                                            "concept": [
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "coded_value",
                                                    "description": "The coded value for substance",
                                                    "valueSets": "<div>SNOMED CT : - <a href=\"https://termbrowser.nhs.uk/?perspective=full&conceptId1=105590001&edition=uk-edition&release=&server=https://termbrowser.nhs.uk/sct-browser-api/snomed&langRefset=999001261000000100,999000691000001104\" target=\"_blank\" rel=\"noopener\">&lt;105590001 | Substance (substance) |</a> or <a href=\"https://termbrowser.nhs.uk/?perspective=full&conceptId1=373873005&edition=uk-edition&release=&server=https://termbrowser.nhs.uk/sct-browser-api/snomed&langRefset=999001261000000100,999000691000001104\" target=\"_blank\" rel=\"noopener\">&lt;373873005 | Pharmaceutical / biologic product (product) |</a></div>"
                                                },
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "free_text",
                                                    "description": "Free text field to be used if no code is available",
                                                    "valueSets": "Free text",
                                                    "valueDomain": [
                                                        {
                                                            "type": "text",
                                                            "property": [
                                                                {
                                                                    "maxLength": "150"
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "group",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "description_of_reaction",
                                            "description": "A description of the manifestation of the allergic or adverse reaction experienced by the person. For example, skin rash.",
                                            "concept": [
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "coded_value",
                                                    "description": "The coded value for description of reaction.",
                                                    "valueSets": "<div>SNOMED CT: - <a href=\"https://termbrowser.nhs.uk/?perspective=full&conceptId1=1127581000000103&edition=uk-edition&release=&server=https://termbrowser.nhs.uk/sct-browser-api/snomed&langRefset=999001261000000100,999000691000001104\" target=\"_blank\" rel=\"noopener\">^1127581000000103 |Health issues simple reference set|</a></div>"
                                                },
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "free_text",
                                                    "description": "Free text field to be used if no code is available",
                                                    "valueSets": "Free text",
                                                    "valueDomain": [
                                                        {
                                                            "type": "text",
                                                            "property": [
                                                                {
                                                                    "maxLength": "150"
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "onset_date",
                                            "description": "Date and time when manifestations showed e.g could be at home a few days earlier than the contact",
                                            "valueSets": "Date and time",
                                            "valueDomain": [
                                                {
                                                    "type": "datetime",
                                                    "property": [
                                                        {
                                                            "timeStampPrecision": "Y"
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "group",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "severity",
                                            "description": "A description of the severity of the reaction.",
                                            "concept": [
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "coded_value",
                                                    "description": "The coded value for severity",
                                                    "valueSets": "FHIR value set : - <a href=\"https://simplifier.net/packages/hl7.fhir.r4.core/4.0.1/files/80724\" target=\"\" title=\"\">Severity</a>\n                                "
                                                },
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "free_text",
                                                    "description": "Free text field to be used if no code is available",
                                                    "valueSets": "Free text",
                                                    "valueDomain": [
                                                        {
                                                            "type": "text",
                                                            "property": [
                                                                {
                                                                    "maxLength": "150"
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "group",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "certainty",
                                            "description": "A description of the certainty that the stated causative agent caused the allergic or adverse reaction.",
                                            "concept": [
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "coded_value",
                                                    "description": "The coded value for certainty.",
                                                    "valueSets": "FHIR value set : - <a href=\"https://simplifier.net/packages/hl7.fhir.r4.core/4.0.1/files/80047\" target=\"\" title=\"\">Certainty</a>\n                                "
                                                },
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "free_text",
                                                    "description": "Free text field to be used if no code is available",
                                                    "valueSets": "Free text",
                                                    "valueDomain": [
                                                        {
                                                            "type": "text",
                                                            "property": [
                                                                {
                                                                    "maxLength": "150"
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "group",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "route_of_exposure",
                                            "description": "The route the person was exposed to the substance",
                                            "concept": [
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "coded_value",
                                                    "description": "The coded value for route of exposure",
                                                    "valueSets": "<div>SNOMED CT: - <a href=\"https://termbrowser.nhs.uk/?perspective=full&conceptId1=999000051000001100&edition=uk-edition&release=&server=https://termbrowser.nhs.uk/sct-browser-api/snomed&langRefset=999001261000000100,999000691000001104\" target=\"_blank\" rel=\"noopener\">^999000051000001100 |ePrescribing route of administration simple reference set|</a></div>"
                                                },
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "free_text",
                                                    "description": "Free text field to be used if no coded text available",
                                                    "valueSets": "<div>Free text </div>",
                                                    "valueDomain": [
                                                        {
                                                            "type": "text",
                                                            "property": [
                                                                {
                                                                    "maxLength": "150"
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "name": "comment",
                                            "description": "Any additional comment or clarification about the adverse reaction.",
                                            "valueSets": "Free text",
                                            "valueDomain": [
                                                {
                                                    "type": "text",
                                                    "property": [
                                                        {
                                                            "maxLength": "150"
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "evidence",
                                    "description": "Results of investigations that confirmed the certainty of the diagnosis. Examples might include results of skin prick allergy tests",
                                    "valueSets": "Free text",
                                    "valueDomain": [
                                        {
                                            "type": "text",
                                            "property": [
                                                {
                                                    "maxLength": "150"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "date_first_experienced",
                                    "description": "\n                            <div>When the reaction was first experienced i.e this may not be the first time this has happened. May be a date or partial date (e.g. year) or text (<strong>e.g. during childhood</strong>)</div>\n                        ",
                                    "valueSets": "Date and time",
                                    "valueDomain": [
                                        {
                                            "type": "datetime",
                                            "property": [
                                                {
                                                    "timeStampPrecision": "Y"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "allergy_end_date",
                                    "description": "The date the allergy was diagnosed as ended",
                                    "valueSets": "Date and time ",
                                    "valueDomain": [
                                        {
                                            "type": "date",
                                            "property": [
                                                {
                                                    "timeStampPrecision": "Y"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "name": "comment",
                                    "description": "Any further comments on the person's allergies or adverse reactions.",
                                    "valueSets": "Free text",
                                    "valueDomain": [
                                        {
                                            "type": "text"
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "type": "group",
                    "minimumMultiplicity": "0",
                    "maximumMultiplicity": "1",
                    "mro": "R",
                    "name": "medications_and_medical_devices",
                    "implementationGuidance": "<p>This is a generic section for recording all types of medication including those prescribed by healthcare professionals and administered by a person (or their carer).</p><p>The medications section allows for using structured dose and timing information that is machine readable to facilitate the reading and transfer of medications information between systems and providers of care, through the structured dose direction cluster. Technical guidance for implementing the structured dose and timing in Fast Healthcare Interoperable Resource (FHIR) messaging is available from NHS Digital <a href=\"https://developer.nhs.uk/apis/dose-syntax-implementation/.\" rel=\"noopener noreferrer nofollow\">https://developer.nhs.uk/apis/dose-syntax-implementation/.</a>  </p><p>The free text Dose directions description is the form of dosage direction typically used in UK GP Systems.</p><p>Dose direction duration can be derived from the start and end dates if no other information is available.</p><p>When sharing Dose duration direction, the following examples are provided to clarify definitions for two of the coded text items which appear similar. In both cases, these directions are not an absolute instruction. They are:</p><ul><li><p>‘continue medication indefinitely’ - ongoing treatment planned for example when starting daily aspirin or a statin. There will be circumstances where you would stop them such as a GI (gastrointestinal) bleed.</p></li><li><p>‘do not discontinue’ refers to medication where suddenly stopping could be dangerous, for example the abrupt withdrawal of long-term steroids.</p></li></ul><p>The Medical devices element is for medical devices that cannot (in general) be prescribed and do not have representation in the NHS dictionary of medicines and medical devices (dm+d). Whilst medical devices that can be prescribed in primary care are generally well represented in dm+d, there are other kinds of devices used in hospital care which may not be so this section provides for this. </p><p/>",
                    "description": "Medications and medical devices",
                    "concept": [
                        {
                            "type": "group",
                            "minimumMultiplicity": "0",
                            "maximumMultiplicity": "*",
                            "mro": "R",
                            "name": "medication_item_entry",
                            "description": "All medications and devices that can be prescribed to be entered via this Medication item entry. Handles details of continuation / addition / amendment of admission medications.",
                            "concept": [
                                {
                                    "type": "group",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "medication_item_cluster",
                                    "description": "Medication item cluster",
                                    "concept": [
                                        {
                                            "type": "group",
                                            "minimumMultiplicity": "1",
                                            "maximumMultiplicity": "1",
                                            "mro": "M",
                                            "name": "medication_name",
                                            "description": "May be generic name or brand name.",
                                            "concept": [
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "coded_value",
                                                    "description": "The coded value for medication name",
                                                    "valueSets": "dm+d:- any code from the VTM, VMP, AMP, VMPP and AMPP concept classes"
                                                },
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "free_text",
                                                    "description": "Free text field to be used if no code is available",
                                                    "valueSets": "Free text",
                                                    "valueDomain": [
                                                        {
                                                            "type": "text",
                                                            "property": [
                                                                {
                                                                    "maxLength": "150"
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "group",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "form",
                                            "description": "The form of the medication e.g. capsule, drops, tablet, lotion etc.",
                                            "concept": [
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "coded_value",
                                                    "description": "The coded value for form.",
                                                    "valueSets": "<div>SNOMED CT: - <a href=\"https://termbrowser.nhs.uk/?perspective=full&conceptId1=999000781000001107&edition=uk-edition&release=&server=https://termbrowser.nhs.uk/sct-browser-api/snomed&langRefset=999001261000000100,999000691000001104\" target=\"_blank\" rel=\"noopener\">^999000781000001107 | National Health Service dictionary of medicines and devices dose form simple reference set (foundation metadata concept) |</a></div>"
                                                },
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "free_text",
                                                    "description": "Free text field to be used if no code is available",
                                                    "valueSets": "Free text",
                                                    "valueDomain": [
                                                        {
                                                            "type": "text",
                                                            "property": [
                                                                {
                                                                    "maxLength": "150"
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "group",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "route",
                                            "description": "The route by which the medication is administered e.g. oral, IM, IV",
                                            "concept": [
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "coded_value",
                                                    "description": "The coded value for route",
                                                    "valueSets": "<div>SNOMED CT: - <a href=\"https://termbrowser.nhs.uk/?perspective=full&conceptId1=999000051000001100&edition=uk-edition&release=&server=https://termbrowser.nhs.uk/sct-browser-api/snomed&langRefset=999001261000000100,999000691000001104\" target=\"_blank\" rel=\"noopener\">^999000051000001100 |ePrescribing route of administration simple reference set (foundation metadata concept)|</a></div>"
                                                },
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "free_text",
                                                    "description": "Free text field to be used if no code is available",
                                                    "valueSets": "Free text",
                                                    "valueDomain": [
                                                        {
                                                            "type": "text",
                                                            "property": [
                                                                {
                                                                    "maxLength": "150"
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "group",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "site",
                                            "description": "The anatomical site at which the medication is to be administered.",
                                            "concept": [
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "coded_value",
                                                    "description": "The coded value for site",
                                                    "valueSets": "<div>SNOMED CT: - <a href=\"https://termbrowser.nhs.uk/?perspective=full&conceptId1=442083009&edition=uk-edition&release=&server=https://termbrowser.nhs.uk/sct-browser-api/snomed&langRefset=999001261000000100,999000691000001104\" target=\"_blank\" rel=\"noopener\">&lt;442083009 | Anatomical or acquired body structure (body structure) |</a></div>"
                                                },
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "free_text",
                                                    "description": "Free text field to be used when code is not available",
                                                    "valueSets": "Free text",
                                                    "valueDomain": [
                                                        {
                                                            "type": "string",
                                                            "property": [
                                                                {
                                                                    "maxLength": "150"
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "group",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "method",
                                            "description": "The technique or method by which the medication is to be administered.",
                                            "concept": [
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "coded_value",
                                                    "description": "The coded value for method",
                                                    "valueSets": "<div>SNOMED CT : - <a href=\"https://termbrowser.nhs.uk/?perspective=full&conceptId1=999000041000001103&edition=uk-edition&release=&server=https://termbrowser.nhs.uk/sct-browser-api/snomed&langRefset=999001261000000100,999000691000001104\" target=\"_blank\" rel=\"noopener\">^999000041000001103 | ePrescribing method simple reference set (foundation metadata concept) |</a></div>"
                                                },
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "free_text",
                                                    "description": "Free text field to be used if no coded text available",
                                                    "valueDomain": [
                                                        {
                                                            "type": "text",
                                                            "property": [
                                                                {
                                                                    "maxLength": "150"
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "over_the_counter_medication_flag",
                                            "description": "Indicates if the medication or device is acquired without a prescription i.e. got by the person over the counter",
                                            "valueSets": "Flag : - Yes or No",
                                            "valueDomain": [
                                                {
                                                    "type": "boolean"
                                                }
                                            ]
                                        },
                                        {
                                            "type": "group",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "structured_dose_direction_cluster",
                                            "description": "A structural representation of the elements carried by the dose syntax in 'parsable dose strength / timing' i.e. dose strength, dose timing, dose duration and maximum dose.",
                                            "concept": [
                                                {
                                                    "type": "group",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "structured_dose_amount",
                                                    "description": "<div>A structural representation of dose amount, e.g. 20mg or 2 tablets. This element will generally only be used when persisting data within systems with 'parsable dose directions' being used to exchange the same information between systems. As per FHIR Dose Syntax Implementation Guidance (NHS Digital): <a class=\"\" title=\"\" href=\"https://simplifier.net/guide/DoseSyntaxImplementationGuidanceforFHIRR4/Home\" target=\"\">https://simplifier.net/guide/DoseSyntaxImplementationGuidanceforFHIRR4/Home</a></div>",
                                                    "concept": [
                                                        {
                                                            "type": "item",
                                                            "minimumMultiplicity": "0",
                                                            "maximumMultiplicity": "1",
                                                            "mro": "R",
                                                            "name": "dose",
                                                            "description": "Amount of dose medication .Note that this specifies the quantity of the specified medication, not the quantity for each active ingredient(s). Each ingredient amount can be communicated in the Medication resource. For example, if one wants to communicate that a tablet was 375 mg, where the dose was one tablet, you can use the Medication\n                                        resource to document that the tablet was comprised of 375 mg of drug XYZ. Alternatively if the dose was 375 mg, then you may only need to use the Medication resource to indicate this was a tablet. If the example were an IV such as dopamine and you wanted to communicate that 400mg of dopamine was mixed in 500 ml of some IV solution, then this would all be\n                                        communicated in the Medication resource. If the administration is not intended to be instantaneous (rate is present or timing has a duration), this can be specified to convey the total amount to be administered over the period of time as indicated by the schedule e.g. 500 ml in dose, with timing used to convey that this should be done over 4 hours.",
                                                            "valueSets": "Numeric",
                                                            "valueDomain": [
                                                                {
                                                                    "type": "quantity"
                                                                }
                                                            ]
                                                        },
                                                        {
                                                            "type": "item",
                                                            "minimumMultiplicity": "0",
                                                            "maximumMultiplicity": "1",
                                                            "mro": "R",
                                                            "name": "rate",
                                                            "description": "Amount of medication per unit of time. Identifies the speed with which the medication was or will be introduced into the patient. Typically the rate for an infusion e.g. 100 ml per 1 hour or 100 ml/hr. May also be expressed as a rate per unit of time e.g. 500 ml per 2 hours. Other examples: 200 mcg/min or 200 mcg/1 minute; 1 liter/8 hours.\n                                        Sometimes, a rate can imply duration when expressed as total volume / duration (e.g. 500mL/2 hours implies a duration of 2 hours). However, when rate doesn't imply duration (e.g. 250mL/hour), then the timing.repeat.duration is needed to convey the infuse over time period.",
                                                            "valueSets": "Numeric",
                                                            "valueDomain": [
                                                                {
                                                                    "type": "decimal"
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                },
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "structured_dose_timing",
                                                    "description": "A slot containing a structural, computable representation of dose timing and maximum dose. This element will generally only be used when persisting data within systems with 'parsable dose directions' being used to exchange the same information between systems. As per FHIR Dose Syntax Implementation Guidance (NHS Digital): <a class=\"\" href=\"https://simplifier.net/guide/DoseSyntaxImplementationGuidanceforFHIRR4/Home\" target=\"\" title=\"\">https://simplifier.net/guide/DoseSyntaxImplementationGuidanceforFHIRR4/Home</a>\n                                ",
                                                    "valueSets": "Numeric",
                                                    "valueDomain": [
                                                        {
                                                            "type": "quantity"
                                                        }
                                                    ]
                                                },
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "dose_duration_direction",
                                                    "implementationGuidance": "<p>When sharing Dose duration direction, the following examples are provided to clarify definitions for two of the coded text items which appear similar. In both cases, these directions are not an absolute instruction. They are:</p><ul><li><p>‘continue medication indefinitely’ - ongoing treatment planned for example when starting daily aspirin or a statin. There will be circumstances where you would stop them such as a GI (gastrointestinal) bleed.</p></li><li><p>‘do not discontinue’ refers to medication where suddenly stopping could be dangerous, for example the abrupt withdrawal of long-term steroids.</p></li></ul><p/>",
                                                    "description": "Recommendation of the time period for which the medication should be continued, including direction not to discontinue. As per FHIR Dose Syntax Implementation Guidance (NHS Digital): <a class=\"\" href=\"https://simplifier.net/guide/DoseSyntaxImplementationGuidanceforFHIRR4/Home\" target=\"\" title=\"\">https://simplifier.net/guide/DoseSyntaxImplementationGuidanceforFHIRR4/Home</a>\n                                ",
                                                    "valueSets": "Numeric",
                                                    "valueDomain": [
                                                        {
                                                            "type": "quantity"
                                                        }
                                                    ]
                                                },
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "dose_directions_description",
                                                    "description": "Describes the entire medication dosage and administration directions including dose quantity and medication frequency and optionally duration e.g. “1 tablet at night\" or “2mg at 10pm”.",
                                                    "valueSets": "Free text",
                                                    "valueDomain": [
                                                        {
                                                            "type": "text",
                                                            "property": [
                                                                {
                                                                    "maxLength": "150"
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "additional_instructions",
                                            "description": "Allows for: requirements for adherence support, e.g. compliance aids, prompts and packaging requirements, additional information about specific medicines e.g. where specific brand required, person requirements, e.g. unable to swallow tablets.",
                                            "valueSets": "FHIR value set : - <a href=\"http://hl7.org/fhir/stu3/valueset-additional-instruction-codes.html\" target=\"\" title=\"\">Additional instruction</a>\n                            "
                                        },
                                        {
                                            "type": "group",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "course_details_cluster",
                                            "description": "Details of the overall course of medication.",
                                            "concept": [
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "course_status",
                                                    "description": "The status of this prescription.",
                                                    "valueSets": "FHIR value set : - <a class=\"\" href=\"https://www.hl7.org/fhir/valueset-medication-statement-status.html\" target=\"\" title=\"\">Medication status</a>\n                                    <ul/>\n                                "
                                                },
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "indication",
                                                    "description": "Reason for medication being prescribed, where known.",
                                                    "valueSets": "Free text",
                                                    "valueDomain": [
                                                        {
                                                            "type": "text",
                                                            "property": [
                                                                {
                                                                    "maxLength": "150"
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                },
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "start_datetime",
                                                    "description": "The date and/or time that the medication course should begin.",
                                                    "valueSets": "Date and time",
                                                    "valueDomain": [
                                                        {
                                                            "type": "datetime",
                                                            "property": [
                                                                {
                                                                    "timeStampPrecision": "YMDHM"
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                },
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "end_datetime",
                                                    "description": "The date and/or time that the medication course should finish.",
                                                    "valueSets": "Date and time",
                                                    "valueDomain": [
                                                        {
                                                            "type": "datetime",
                                                            "property": [
                                                                {
                                                                    "timeStampPrecision": "YMDHM"
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                },
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "link_to_indication_record",
                                                    "description": "A link to the record which contains the indication for this medication order.",
                                                    "valueSets": "Free text with URL",
                                                    "valueDomain": [
                                                        {
                                                            "type": "text",
                                                            "property": [
                                                                {
                                                                    "maxLength": "150"
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                },
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "commentrecommendation",
                                                    "description": "Suggestions about duration and/or review, ongoing monitoring requirements, advice on starting, discontinuing or changing medication. Additional comment or recommendation about the medication course e.g. 'Patient named supply', 'unlicensed medication', 'Foreign brand' or monitoring recommendations",
                                                    "valueSets": "Free text",
                                                    "valueDomain": [
                                                        {
                                                            "type": "text",
                                                            "property": [
                                                                {
                                                                    "maxLength": "150"
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "group",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "medication_change_summary_cluster",
                                            "description": "Records the changes made to medication.",
                                            "concept": [
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "status",
                                                    "description": "The nature of any change made to the medication.",
                                                    "valueSets": "FHIR value set : <a href=\"https://www.hl7.org/fhir/valueset-medication-statement-status.html\" target=\"\" title=\"\">Medication status</a>\n                                    <ul/>\n                                "
                                                },
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "indication",
                                                    "description": "Reason for change in medication, e.g. sub-therapeutic dose, person intolerant.",
                                                    "valueSets": "<div>SNOMED CT:- <a href=\"https://termbrowser.nhs.uk/?perspective=full&conceptId1=1127601000000107&edition=uk-edition&release=&server=https://termbrowser.nhs.uk/sct-browser-api/snomed&langRefset=999001261000000100,999000691000001104\" target=\"_blank\" rel=\"noopener\">^1127601000000107 | Healthcare matters simple reference set (foundation metadata concept) |</a></div>"
                                                },
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "date_of_change",
                                                    "description": "The date of the change - addition, or amendment",
                                                    "valueSets": "Date and time",
                                                    "valueDomain": [
                                                        {
                                                            "type": "datetime",
                                                            "property": [
                                                                {
                                                                    "timeStampPrecision": "YMDHM"
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                },
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "description_of_amendment",
                                                    "description": "Where a change is made to the medication i.e. one drug stopped and another started or eg dose, frequency or route is changed.",
                                                    "valueSets": "Free text",
                                                    "valueDomain": [
                                                        {
                                                            "type": "text",
                                                            "property": [
                                                                {
                                                                    "maxLength": "150"
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "total_dose_daily_quantity",
                                            "description": "The total daily dose of this medication. This is helpful for estimating optimal adherence to dosing guidance. It may be computed from product/dose strength and frequency or entered manually.",
                                            "valueSets": "Free text",
                                            "valueDomain": [
                                                {
                                                    "type": "quantity"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "group",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "*",
                                    "mro": "R",
                                    "name": "medical_devices_entry",
                                    "description": "Medical devices",
                                    "concept": [
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "medical_device",
                                            "description": "Any medical device that isn't prescribed.",
                                            "valueSets": "Free text",
                                            "valueDomain": [
                                                {
                                                    "type": "text",
                                                    "property": [
                                                        {
                                                            "maxLength": "150"
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "comments",
                                            "implementationGuidance": "Implementation guidance",
                                            "description": "Any information regarding the medical device.",
                                            "valueSets": "Free text",
                                            "valueDomain": [
                                                {
                                                    "type": "text",
                                                    "property": [
                                                        {
                                                            "maxLength": "150"
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "group",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "*",
                                    "mro": "R",
                                    "name": "medication_discontinued_entry",
                                    "description": "Medication discontinued entry",
                                    "concept": [
                                        {
                                            "type": "group",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "name_of_discontinued_medication",
                                            "description": "The name of the medication or medical device being discontinued",
                                            "concept": [
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "coded_value",
                                                    "description": "The coded value for medication name",
                                                    "valueSets": "\n                                    <div>\n                                        <table class=\"detail spaced\" width=\"100%\" style=\"font-family: Arial, Helvetica, Geneva, sans-serif; font-size: 12px; max-width: 100%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; color: rgb(51, 51, 51);\">\n                                            <tbody>\n                                                <tr>\n                                                    <td colspan=\"3\" rowspan=\"1\" style=\"vertical-align: top;\">\n                                                        <div class=\"xforms-control xforms-output xforms-mediatype-text-html xforms-mediatype-text\" id=\"xf-895≡xf-1239\" style=\"display: inline; zoom: 1;\">\n                                                            <div class=\"xforms-output-output\" id=\"xf-895≡xf-1239≡≡c\" style=\"zoom: 1;\">dm+d:- any code from the VTM, VMP, AMP, VMPP and AMPP concept classes</div>\n                                                        </div>\n                                                    </td>\n                                                </tr>\n                                            </tbody>\n                                        </table>\n                                    </div>\n                                    <div/>\n                                "
                                                },
                                                {
                                                    "type": "item",
                                                    "minimumMultiplicity": "0",
                                                    "maximumMultiplicity": "1",
                                                    "mro": "R",
                                                    "name": "free_text",
                                                    "description": "<p>Free text field to be used if no code is available.</p>",
                                                    "valueSets": "Free text",
                                                    "valueDomain": [
                                                        {
                                                            "type": "string",
                                                            "property": [
                                                                {
                                                                    "maxLength": "150"
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "status",
                                            "description": "The status of any change made to the medication. MUST CONTAIN STOPPED.",
                                            "valueSets": "FHIR value set: - <a href=\"https://www.hl7.org/fhir/valueset-medication-statement-status.html\" target=\"\" title=\"\">Medication status</a>\n                            "
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "indication",
                                            "description": "The clinical indication for any changes in medication status",
                                            "valueSets": "<div>SNOMED CT:- <a href=\"https://termbrowser.nhs.uk/?perspective=full&conceptId1=1127601000000107&edition=uk-edition&release=&server=https://termbrowser.nhs.uk/sct-browser-api/snomed&langRefset=999001261000000100,999000691000001104\" target=\"_blank\" rel=\"noopener\">^1127601000000107 | Healthcare matters simple reference set (foundation metadata concept) |</a></div>"
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "date_of_change",
                                            "description": "The date of the discontinuation",
                                            "valueSets": "Date and time",
                                            "valueDomain": [
                                                {
                                                    "type": "datetime",
                                                    "property": [
                                                        {
                                                            "timeStampPrecision": "YMDHM"
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "type": "item",
                                            "minimumMultiplicity": "0",
                                            "maximumMultiplicity": "1",
                                            "mro": "R",
                                            "name": "comment",
                                            "description": "Any additional comment about the discontinuation or amendment.",
                                            "valueSets": "Free text",
                                            "valueDomain": [
                                                {
                                                    "type": "text",
                                                    "property": [
                                                        {
                                                            "maxLength": "150"
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "type": "group",
                    "minimumMultiplicity": "0",
                    "maximumMultiplicity": "1",
                    "mro": "R",
                    "name": "plan_and_requested_actions",
                    "description": "The details of planned investigations, procedures and treatment, and whether this plan has been agreed with the person or their legitimate representative.",
                    "concept": [
                        {
                            "type": "group",
                            "minimumMultiplicity": "0",
                            "maximumMultiplicity": "*",
                            "mro": "R",
                            "name": "plan_and_requested_actions_record_entry",
                            "implementationGuidance": "This is the treatment plan for the treating team or clinician and any actions requested. This plan should make clear who is expected to take responsibility for actions following an encounter, for example the person receiving care or their carer; the GP or another heath care professional. <br clear=\"none\"/>\n                                <br clear=\"none\"/>For example, follow up renal function test to be arranged by the GP within two weeks of appointment. Shared decision-making principles should apply to the development of the plan and where the person’s opinions differ, this should be included under ‘Agreed with the person or their legitimate person representative’ which will include both the aspects of the plan the person (or their representative) agree with and the aspects they disagree with. <br clear=\"none\"/>\n                                <br clear=\"none\"/> The section would allow for the recording of planned investigations, procedures and treatment for the person’s identified conditions and priorities. This is not a care plan it is a plan for specific actions to be carried out as a result of an encounter.<br clear=\"none\"/>\n                            ",
                            "description": "This is a plan and requested actions record entry. There may be 0 to many record entries under a section. Each record entry is made up of a number of elements or data items.",
                            "concept": [
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "actions_for_professionals",
                                    "description": "Including planned investigations, procedures and treatment for a person's identified conditions and priorities. For each action the following should be identified:outcome expectations, including the person’s expectations. A record of the planned and requested actions. May be structured (table), with actions, names, dates, status, location,\n                            strategies.",
                                    "valueSets": "Free text",
                                    "valueDomain": [
                                        {
                                            "type": "text"
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "actions_for_person_or_their_carer",
                                    "description": "For each action the following should be identified:outcome expectations, including person’s expectations. A record of the planned and requested actions. May be structured (table), with actions, names, dates, status, location, strategies.",
                                    "valueSets": "Free text",
                                    "valueDomain": [
                                        {
                                            "type": "text"
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "1",
                                    "mro": "R",
                                    "name": "agreed_with_the_person_or_their_legitimate_representative",
                                    "description": "Indicates whether the person or their legitimate representative has agreed the entire plan or individual aspects of treatment, expected outcomes, risks and alternative treatments. A record of the agreement of the decisions made.",
                                    "valueSets": "Free text",
                                    "valueDomain": [
                                        {
                                            "type": "text"
                                        }
                                    ]
                                },
                                {
                                    "type": "item",
                                    "minimumMultiplicity": "0",
                                    "maximumMultiplicity": "*",
                                    "mro": "R",
                                    "name": "outcome_of_plan_and_requested_actions",
                                    "description": "The details of the outcome of the plan and requested actions.",
                                    "valueSets": "Free text.",
                                    "valueDomain": [
                                        {
                                            "type": "text"
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    ]
}