{
  "resourceType": "StructureDefinition",
  "id": "CareConnect-ITK-EDIS-Composition-1",
  "meta": {
    "lastUpdated": "2018-06-04T12:14:13.269+00:00"
  },
  "text": {
    "status": "generated"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "sd"
    }
  ],
  "url": "https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-ITK-EDIS-Composition-1",
  "version": "1.2.0",
  "name": "CareConnect-ITK-EDIS-Composition-1",
  "title": "Electronic Discharge Composition",
  "status": "draft",
  "date": "2018-04-10",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "This constrained Composition resource represents an eDischarge Document Header Composition",
  "purpose": "This constrained Composition resource represents an eDischarge Document Header Composition",
  "copyright": "Copyright © 2017 Health and Social Care Information Centre.  NHS Digital is the trading name of the Health and Social Care Information Centre.",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Composition",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Composition",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Composition",
        "path": "Composition",
        "mustSupport": true
      },
      {
        "id": "Composition.extension",
        "path": "Composition.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Composition.extension:careSettingTypeExtension",
        "path": "Composition.extension",
        "sliceName": "careSettingTypeExtension",
        "short": "Optional Extensions Element",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "https://fhir.nhs.uk/STU3/StructureDefinition/Extension-CareSettingType-1"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.identifier",
        "path": "Composition.identifier",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Composition.identifier.use",
        "path": "Composition.identifier.use",
        "max": "0"
      },
      {
        "id": "Composition.identifier.type",
        "path": "Composition.identifier.type",
        "max": "0"
      },
      {
        "id": "Composition.identifier.type.coding.system",
        "path": "Composition.identifier.type.coding.system",
        "min": 1
      },
      {
        "id": "Composition.identifier.type.coding.code",
        "path": "Composition.identifier.type.coding.code",
        "min": 1
      },
      {
        "id": "Composition.identifier.type.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.identifier.type.coding.display",
        "min": 1
      },
      {
        "id": "Composition.identifier.system",
        "path": "Composition.identifier.system",
        "min": 1
      },
      {
        "id": "Composition.identifier.value",
        "path": "Composition.identifier.value",
        "short": "Contains a UUID",
        "min": 1,
        "example": [
          {
            "label": "General",
            "valueString": "871985a7-45f9-435a-89fa-fcedd7afa7a3"
          }
        ],
        "mustSupport": false
      },
      {
        "id": "Composition.identifier.period",
        "path": "Composition.identifier.period",
        "max": "0"
      },
      {
        "id": "Composition.identifier.assigner",
        "path": "Composition.identifier.assigner",
        "max": "0"
      },
      {
        "id": "Composition.status",
        "path": "Composition.status",
        "mustSupport": true
      },
      {
        "id": "Composition.type",
        "path": "Composition.type",
        "mustSupport": true,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "DocumentType"
            }
          ],
          "strength": "preferred",
          "description": "A set of codes to classify the type of document.",
          "valueSetReference": {
            "reference": "https://fhir.nhs.uk/STU3/ValueSet/DocumentType-1"
          }
        }
      },
      {
        "id": "Composition.type.coding.system",
        "path": "Composition.type.coding.system",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Composition.type.coding.version",
        "path": "Composition.type.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.type.coding.code",
        "path": "Composition.type.coding.code",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Composition.type.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.type.coding.display",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Composition.class",
        "path": "Composition.class",
        "mustSupport": false
      },
      {
        "id": "Composition.class.coding.system",
        "path": "Composition.class.coding.system",
        "min": 1
      },
      {
        "id": "Composition.class.coding.code",
        "path": "Composition.class.coding.code",
        "min": 1
      },
      {
        "id": "Composition.class.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.class.coding.display",
        "min": 1
      },
      {
        "id": "Composition.class.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.class.text",
        "mustSupport": false
      },
      {
        "id": "Composition.subject",
        "path": "Composition.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Patient-1"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.subject.reference",
        "path": "Composition.subject.reference",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Composition.encounter",
        "path": "Composition.encounter",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-ITK-Encounter-1"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.encounter.reference",
        "path": "Composition.encounter.reference",
        "min": 1
      },
      {
        "id": "Composition.date",
        "path": "Composition.date",
        "mustSupport": true
      },
      {
        "id": "Composition.author",
        "path": "Composition.author",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Practitioner-1"
          },
          {
            "code": "Reference",
            "targetProfile": "https://fhir.nhs.uk/STU3/StructureDefinition/ITK-Device-1"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.author.reference",
        "path": "Composition.author.reference",
        "min": 1
      },
      {
        "id": "Composition.title",
        "path": "Composition.title",
        "mustSupport": true
      },
      {
        "id": "Composition.confidentiality",
        "path": "Composition.confidentiality",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Composition.attester",
        "path": "Composition.attester",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Composition.attester.mode",
        "path": "Composition.attester.mode",
        "mustSupport": false
      },
      {
        "id": "Composition.attester.time",
        "path": "Composition.attester.time",
        "mustSupport": false
      },
      {
        "id": "Composition.attester.party",
        "path": "Composition.attester.party",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Patient-1"
          },
          {
            "code": "Reference",
            "targetProfile": "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Practitioner-1"
          }
        ]
      },
      {
        "id": "Composition.attester.party.reference",
        "path": "Composition.attester.party.reference",
        "min": 1
      },
      {
        "id": "Composition.custodian",
        "path": "Composition.custodian",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Organization-1"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.custodian.reference",
        "path": "Composition.custodian.reference",
        "min": 1
      },
      {
        "id": "Composition.relatesTo",
        "path": "Composition.relatesTo",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.relatesTo.code",
        "path": "Composition.relatesTo.code",
        "fixedCode": "replaces"
      },
      {
        "id": "Composition.relatesTo.target[x]",
        "path": "Composition.relatesTo.target[x]",
        "type": [
          {
            "code": "Identifier"
          },
          {
            "code": "Reference",
            "targetProfile": "https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-ITK-EDIS-Composition-1"
          }
        ]
      },
      {
        "id": "Composition.event",
        "path": "Composition.event",
        "max": "0"
      },
      {
        "id": "Composition.event.code",
        "path": "Composition.event.code",
        "mustSupport": false,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "DocumentEventType"
            }
          ],
          "strength": "preferred",
          "description": "This list of codes represents the main clinical acts being documented. It uses a code from any vocabulary to describe the type of service event. The vocabulary SnomedCT is a preferred vocabulary.",
          "valueSetReference": {
            "reference": "http://snomed.info/sct"
          }
        }
      },
      {
        "id": "Composition.event.code.coding",
        "path": "Composition.event.code.coding",
        "mustSupport": false
      },
      {
        "id": "Composition.event.code.coding.system",
        "path": "Composition.event.code.coding.system",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Composition.event.code.coding.version",
        "path": "Composition.event.code.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.event.code.coding.code",
        "path": "Composition.event.code.coding.code",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Composition.event.code.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.event.code.coding.display",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Composition.event.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.event.code.text",
        "mustSupport": false
      },
      {
        "id": "Composition.event.detail.reference",
        "path": "Composition.event.detail.reference",
        "min": 1
      },
      {
        "id": "Composition.section",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "code.coding.code"
            }
          ],
          "ordered": false,
          "rules": "closed"
        },
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Composition.section:admissionDetailsSection",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "admissionDetailsSection",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:admissionDetailsSection.title",
        "path": "Composition.section.title",
        "min": 1,
        "fixedString": "Admission details",
        "mustSupport": false
      },
      {
        "id": "Composition.section:admissionDetailsSection.code",
        "path": "Composition.section.code",
        "min": 1,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CompositionSectionType"
            }
          ],
          "strength": "required",
          "description": "A code from the SNOMED Clinical Terminology UK coding system which represents the type of section.",
          "valueSetUri": "http://snomed.info/sct"
        }
      },
      {
        "id": "Composition.section:admissionDetailsSection.code.coding",
        "path": "Composition.section.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Composition.section:admissionDetailsSection.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct",
        "mustSupport": false
      },
      {
        "id": "Composition.section:admissionDetailsSection.code.coding.version",
        "path": "Composition.section.code.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:admissionDetailsSection.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "min": 1,
        "fixedCode": "886781000000108",
        "mustSupport": false
      },
      {
        "id": "Composition.section:admissionDetailsSection.code.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.coding.display",
        "min": 1,
        "fixedString": "Admission details",
        "mustSupport": false
      },
      {
        "id": "Composition.section:admissionDetailsSection.code.coding.userSelected",
        "path": "Composition.section.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:admissionDetailsSection.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.text",
        "max": "0"
      },
      {
        "id": "Composition.section:admissionDetailsSection.text",
        "path": "Composition.section.text",
        "min": 1
      },
      {
        "id": "Composition.section:admissionDetailsSection.mode",
        "path": "Composition.section.mode",
        "max": "0"
      },
      {
        "id": "Composition.section:admissionDetailsSection.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Composition.section:admissionDetailsSection.orderedBy.coding",
        "path": "Composition.section.orderedBy.coding",
        "mustSupport": false
      },
      {
        "id": "Composition.section:admissionDetailsSection.orderedBy.coding.system",
        "path": "Composition.section.orderedBy.coding.system",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Composition.section:admissionDetailsSection.orderedBy.coding.version",
        "path": "Composition.section.orderedBy.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:admissionDetailsSection.orderedBy.coding.code",
        "path": "Composition.section.orderedBy.coding.code",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Composition.section:admissionDetailsSection.orderedBy.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.coding.display",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Composition.section:admissionDetailsSection.orderedBy.coding.userSelected",
        "path": "Composition.section.orderedBy.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:admissionDetailsSection.orderedBy.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.text",
        "max": "0"
      },
      {
        "id": "Composition.section:admissionDetailsSection.entry",
        "path": "Composition.section.entry",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.nhs.uk/STU3/StructureDefinition/ITK-Attachment-Binary-1"
          },
          {
            "code": "Reference",
            "targetProfile": "https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-ITK-Encounter-1"
          }
        ]
      },
      {
        "id": "Composition.section:admissionDetailsSection.entry.reference",
        "path": "Composition.section.entry.reference",
        "min": 1
      },
      {
        "id": "Composition.section:admissionDetailsSection.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:admissionDetailsSection.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:allergiesAndAdverseReactionsSection",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "allergiesAndAdverseReactionsSection",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:allergiesAndAdverseReactionsSection.title",
        "path": "Composition.section.title",
        "min": 1,
        "fixedString": "Allergies and adverse reactions",
        "mustSupport": false
      },
      {
        "id": "Composition.section:allergiesAndAdverseReactionsSection.code",
        "path": "Composition.section.code",
        "min": 1,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CompositionSectionType"
            }
          ],
          "strength": "required",
          "description": "A code from the SNOMED Clinical Terminology UK coding system which represents the type of section.",
          "valueSetUri": "http://snomed.info/sct"
        }
      },
      {
        "id": "Composition.section:allergiesAndAdverseReactionsSection.code.coding",
        "path": "Composition.section.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Composition.section:allergiesAndAdverseReactionsSection.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct",
        "mustSupport": false
      },
      {
        "id": "Composition.section:allergiesAndAdverseReactionsSection.code.coding.version",
        "path": "Composition.section.code.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:allergiesAndAdverseReactionsSection.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "min": 1,
        "fixedCode": "886921000000105",
        "mustSupport": false
      },
      {
        "id": "Composition.section:allergiesAndAdverseReactionsSection.code.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.coding.display",
        "min": 1,
        "fixedString": "Allergies and adverse reactions",
        "mustSupport": false
      },
      {
        "id": "Composition.section:allergiesAndAdverseReactionsSection.code.coding.userSelected",
        "path": "Composition.section.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:allergiesAndAdverseReactionsSection.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.text",
        "max": "0"
      },
      {
        "id": "Composition.section:allergiesAndAdverseReactionsSection.text",
        "path": "Composition.section.text",
        "min": 1
      },
      {
        "id": "Composition.section:allergiesAndAdverseReactionsSection.text.status",
        "path": "Composition.section.text.status",
        "mustSupport": false
      },
      {
        "id": "Composition.section:allergiesAndAdverseReactionsSection.text.div",
        "path": "Composition.section.text.div",
        "mustSupport": false
      },
      {
        "id": "Composition.section:allergiesAndAdverseReactionsSection.mode",
        "path": "Composition.section.mode",
        "max": "0"
      },
      {
        "id": "Composition.section:allergiesAndAdverseReactionsSection.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0"
      },
      {
        "id": "Composition.section:allergiesAndAdverseReactionsSection.orderedBy.coding.system",
        "path": "Composition.section.orderedBy.coding.system",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Composition.section:allergiesAndAdverseReactionsSection.orderedBy.coding.version",
        "path": "Composition.section.orderedBy.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:allergiesAndAdverseReactionsSection.orderedBy.coding.code",
        "path": "Composition.section.orderedBy.coding.code",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Composition.section:allergiesAndAdverseReactionsSection.orderedBy.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.coding.display",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Composition.section:allergiesAndAdverseReactionsSection.orderedBy.coding.userSelected",
        "path": "Composition.section.orderedBy.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:allergiesAndAdverseReactionsSection.orderedBy.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.text",
        "max": "0"
      },
      {
        "id": "Composition.section:allergiesAndAdverseReactionsSection.entry",
        "path": "Composition.section.entry",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-ITK-Allergy-List-1"
          },
          {
            "code": "Reference",
            "targetProfile": "https://fhir.nhs.uk/STU3/StructureDefinition/ITK-Attachment-Binary-1"
          }
        ]
      },
      {
        "id": "Composition.section:allergiesAndAdverseReactionsSection.entry.reference",
        "path": "Composition.section.entry.reference",
        "min": 1
      },
      {
        "id": "Composition.section:allergiesAndAdverseReactionsSection.entry.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.entry.display",
        "mustSupport": false
      },
      {
        "id": "Composition.section:allergiesAndAdverseReactionsSection.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:allergiesAndAdverseReactionsSection.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:assessmentScalesSection",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "assessmentScalesSection",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:assessmentScalesSection.title",
        "path": "Composition.section.title",
        "min": 1,
        "fixedString": "Assessment scales",
        "mustSupport": false
      },
      {
        "id": "Composition.section:assessmentScalesSection.code",
        "path": "Composition.section.code",
        "min": 1,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CompositionSectionType"
            }
          ],
          "strength": "required",
          "description": "A code from the SNOMED Clinical Terminology UK coding system which represents the type of section.",
          "valueSetUri": "http://snomed.info/sct"
        }
      },
      {
        "id": "Composition.section:assessmentScalesSection.code.coding",
        "path": "Composition.section.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Composition.section:assessmentScalesSection.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct",
        "mustSupport": false
      },
      {
        "id": "Composition.section:assessmentScalesSection.code.coding.version",
        "path": "Composition.section.code.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:assessmentScalesSection.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "min": 1,
        "fixedCode": "887141000000103",
        "mustSupport": false
      },
      {
        "id": "Composition.section:assessmentScalesSection.code.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.coding.display",
        "min": 1,
        "fixedString": "Assessment scales",
        "mustSupport": false
      },
      {
        "id": "Composition.section:assessmentScalesSection.code.coding.userSelected",
        "path": "Composition.section.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:assessmentScalesSection.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.text",
        "max": "0"
      },
      {
        "id": "Composition.section:assessmentScalesSection.text",
        "path": "Composition.section.text",
        "min": 1
      },
      {
        "id": "Composition.section:assessmentScalesSection.text.status",
        "path": "Composition.section.text.status",
        "mustSupport": false
      },
      {
        "id": "Composition.section:assessmentScalesSection.text.div",
        "path": "Composition.section.text.div",
        "mustSupport": false
      },
      {
        "id": "Composition.section:assessmentScalesSection.mode",
        "path": "Composition.section.mode",
        "max": "0"
      },
      {
        "id": "Composition.section:assessmentScalesSection.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0"
      },
      {
        "id": "Composition.section:assessmentScalesSection.orderedBy.coding.system",
        "path": "Composition.section.orderedBy.coding.system",
        "min": 1
      },
      {
        "id": "Composition.section:assessmentScalesSection.orderedBy.coding.version",
        "path": "Composition.section.orderedBy.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:assessmentScalesSection.orderedBy.coding.code",
        "path": "Composition.section.orderedBy.coding.code",
        "min": 1
      },
      {
        "id": "Composition.section:assessmentScalesSection.orderedBy.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.coding.display",
        "min": 1
      },
      {
        "id": "Composition.section:assessmentScalesSection.orderedBy.coding.userSelected",
        "path": "Composition.section.orderedBy.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:assessmentScalesSection.orderedBy.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.text",
        "max": "0"
      },
      {
        "id": "Composition.section:assessmentScalesSection.entry",
        "path": "Composition.section.entry",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.nhs.uk/STU3/StructureDefinition/ITK-Attachment-Binary-1"
          }
        ]
      },
      {
        "id": "Composition.section:assessmentScalesSection.entry.reference",
        "path": "Composition.section.entry.reference",
        "min": 1
      },
      {
        "id": "Composition.section:assessmentScalesSection.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:assessmentScalesSection.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:clinicalSummarySection",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "clinicalSummarySection",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:clinicalSummarySection.title",
        "path": "Composition.section.title",
        "min": 1,
        "fixedString": "Clinical summary",
        "mustSupport": false
      },
      {
        "id": "Composition.section:clinicalSummarySection.code",
        "path": "Composition.section.code",
        "min": 1,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CompositionSectionType"
            }
          ],
          "strength": "required",
          "description": "A code from the SNOMED Clinical Terminology UK coding system which represents the type of section.",
          "valueSetUri": "http://snomed.info/sct"
        }
      },
      {
        "id": "Composition.section:clinicalSummarySection.code.coding",
        "path": "Composition.section.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Composition.section:clinicalSummarySection.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct",
        "mustSupport": false
      },
      {
        "id": "Composition.section:clinicalSummarySection.code.coding.version",
        "path": "Composition.section.code.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:clinicalSummarySection.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "min": 1,
        "fixedCode": "887181000000106",
        "mustSupport": false
      },
      {
        "id": "Composition.section:clinicalSummarySection.code.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.coding.display",
        "min": 1,
        "fixedString": "Clinical summary",
        "mustSupport": false
      },
      {
        "id": "Composition.section:clinicalSummarySection.code.coding.userSelected",
        "path": "Composition.section.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:clinicalSummarySection.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.text",
        "max": "0"
      },
      {
        "id": "Composition.section:clinicalSummarySection.text",
        "path": "Composition.section.text",
        "min": 1
      },
      {
        "id": "Composition.section:clinicalSummarySection.mode",
        "path": "Composition.section.mode",
        "max": "0"
      },
      {
        "id": "Composition.section:clinicalSummarySection.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0"
      },
      {
        "id": "Composition.section:clinicalSummarySection.orderedBy.coding.system",
        "path": "Composition.section.orderedBy.coding.system",
        "min": 1
      },
      {
        "id": "Composition.section:clinicalSummarySection.orderedBy.coding.version",
        "path": "Composition.section.orderedBy.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:clinicalSummarySection.orderedBy.coding.code",
        "path": "Composition.section.orderedBy.coding.code",
        "min": 1
      },
      {
        "id": "Composition.section:clinicalSummarySection.orderedBy.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.coding.display",
        "min": 1
      },
      {
        "id": "Composition.section:clinicalSummarySection.orderedBy.coding.userSelected",
        "path": "Composition.section.orderedBy.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:clinicalSummarySection.orderedBy.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.text",
        "max": "0"
      },
      {
        "id": "Composition.section:clinicalSummarySection.entry",
        "path": "Composition.section.entry",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.nhs.uk/STU3/StructureDefinition/ITK-Attachment-Binary-1"
          }
        ]
      },
      {
        "id": "Composition.section:clinicalSummarySection.entry.reference",
        "path": "Composition.section.entry.reference",
        "min": 1
      },
      {
        "id": "Composition.section:clinicalSummarySection.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:clinicalSummarySection.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:diagnosesSection",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "diagnosesSection",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:diagnosesSection.title",
        "path": "Composition.section.title",
        "min": 1,
        "fixedString": "Diagnoses",
        "mustSupport": false
      },
      {
        "id": "Composition.section:diagnosesSection.code",
        "path": "Composition.section.code",
        "min": 1,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CompositionSectionType"
            }
          ],
          "strength": "required",
          "description": "A code from the SNOMED Clinical Terminology UK coding system which represents the type of section.",
          "valueSetUri": "http://snomed.info/sct"
        }
      },
      {
        "id": "Composition.section:diagnosesSection.code.coding",
        "path": "Composition.section.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Composition.section:diagnosesSection.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct",
        "mustSupport": false
      },
      {
        "id": "Composition.section:diagnosesSection.code.coding.version",
        "path": "Composition.section.code.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:diagnosesSection.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "min": 1,
        "fixedCode": "887161000000102",
        "mustSupport": false
      },
      {
        "id": "Composition.section:diagnosesSection.code.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.coding.display",
        "min": 1,
        "fixedString": "Diagnoses",
        "mustSupport": false
      },
      {
        "id": "Composition.section:diagnosesSection.code.coding.userSelected",
        "path": "Composition.section.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:diagnosesSection.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.text",
        "max": "0"
      },
      {
        "id": "Composition.section:diagnosesSection.text",
        "path": "Composition.section.text",
        "min": 1
      },
      {
        "id": "Composition.section:diagnosesSection.text.status",
        "path": "Composition.section.text.status",
        "mustSupport": false
      },
      {
        "id": "Composition.section:diagnosesSection.text.div",
        "path": "Composition.section.text.div",
        "mustSupport": false
      },
      {
        "id": "Composition.section:diagnosesSection.mode",
        "path": "Composition.section.mode",
        "max": "0"
      },
      {
        "id": "Composition.section:diagnosesSection.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0"
      },
      {
        "id": "Composition.section:diagnosesSection.orderedBy.coding.system",
        "path": "Composition.section.orderedBy.coding.system",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Composition.section:diagnosesSection.orderedBy.coding.version",
        "path": "Composition.section.orderedBy.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:diagnosesSection.orderedBy.coding.code",
        "path": "Composition.section.orderedBy.coding.code",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Composition.section:diagnosesSection.orderedBy.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.coding.display",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Composition.section:diagnosesSection.orderedBy.coding.userSelected",
        "path": "Composition.section.orderedBy.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:diagnosesSection.orderedBy.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.text",
        "max": "0"
      },
      {
        "id": "Composition.section:diagnosesSection.entry",
        "path": "Composition.section.entry",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-ITK-Condition-List-1"
          },
          {
            "code": "Reference",
            "targetProfile": "https://fhir.nhs.uk/STU3/StructureDefinition/ITK-Attachment-Binary-1"
          }
        ]
      },
      {
        "id": "Composition.section:diagnosesSection.entry.reference",
        "path": "Composition.section.entry.reference",
        "min": 1
      },
      {
        "id": "Composition.section:diagnosesSection.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:diagnosesSection.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:dischargeDetailsSection",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "dischargeDetailsSection",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:dischargeDetailsSection.title",
        "path": "Composition.section.title",
        "min": 1,
        "fixedString": "Discharge details",
        "mustSupport": false
      },
      {
        "id": "Composition.section:dischargeDetailsSection.code",
        "path": "Composition.section.code",
        "min": 1,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CompositionSectionType"
            }
          ],
          "strength": "required",
          "description": "A code from the SNOMED Clinical Terminology UK coding system which represents the type of section.",
          "valueSetUri": "http://snomed.info/sct"
        }
      },
      {
        "id": "Composition.section:dischargeDetailsSection.code.coding",
        "path": "Composition.section.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Composition.section:dischargeDetailsSection.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct",
        "mustSupport": false
      },
      {
        "id": "Composition.section:dischargeDetailsSection.code.coding.version",
        "path": "Composition.section.code.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:dischargeDetailsSection.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "min": 1,
        "fixedCode": "886811000000106",
        "mustSupport": false
      },
      {
        "id": "Composition.section:dischargeDetailsSection.code.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.coding.display",
        "min": 1,
        "fixedString": "Discharge details",
        "mustSupport": false
      },
      {
        "id": "Composition.section:dischargeDetailsSection.code.coding.userSelected",
        "path": "Composition.section.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:dischargeDetailsSection.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.text",
        "max": "0"
      },
      {
        "id": "Composition.section:dischargeDetailsSection.text",
        "path": "Composition.section.text",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Composition.section:dischargeDetailsSection.text.status",
        "path": "Composition.section.text.status",
        "mustSupport": false
      },
      {
        "id": "Composition.section:dischargeDetailsSection.text.div",
        "path": "Composition.section.text.div",
        "mustSupport": false
      },
      {
        "id": "Composition.section:dischargeDetailsSection.mode",
        "path": "Composition.section.mode",
        "max": "0"
      },
      {
        "id": "Composition.section:dischargeDetailsSection.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Composition.section:dischargeDetailsSection.orderedBy.coding.system",
        "path": "Composition.section.orderedBy.coding.system",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Composition.section:dischargeDetailsSection.orderedBy.coding.version",
        "path": "Composition.section.orderedBy.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:dischargeDetailsSection.orderedBy.coding.code",
        "path": "Composition.section.orderedBy.coding.code",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Composition.section:dischargeDetailsSection.orderedBy.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.coding.display",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Composition.section:dischargeDetailsSection.orderedBy.coding.userSelected",
        "path": "Composition.section.orderedBy.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:dischargeDetailsSection.orderedBy.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.text",
        "max": "0"
      },
      {
        "id": "Composition.section:dischargeDetailsSection.entry",
        "path": "Composition.section.entry",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.nhs.uk/STU3/StructureDefinition/ITK-Attachment-Binary-1"
          },
          {
            "code": "Reference",
            "targetProfile": "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Practitioner-1"
          },
          {
            "code": "Reference",
            "targetProfile": "https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-ITK-Encounter-1"
          }
        ]
      },
      {
        "id": "Composition.section:dischargeDetailsSection.entry.reference",
        "path": "Composition.section.entry.reference",
        "min": 1
      },
      {
        "id": "Composition.section:dischargeDetailsSection.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:dischargeDetailsSection.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:distributionListSection",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "distributionListSection",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:distributionListSection.title",
        "path": "Composition.section.title",
        "min": 1,
        "fixedString": "Distribution list"
      },
      {
        "id": "Composition.section:distributionListSection.code",
        "path": "Composition.section.code",
        "min": 1,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CompositionSectionType"
            }
          ],
          "strength": "required",
          "description": "A code from the SNOMED Clinical Terminology UK coding system which represents the type of section.",
          "valueSetUri": "http://snomed.info/sct"
        }
      },
      {
        "id": "Composition.section:distributionListSection.code.coding",
        "path": "Composition.section.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Composition.section:distributionListSection.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "Composition.section:distributionListSection.code.coding.version",
        "path": "Composition.section.code.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:distributionListSection.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "min": 1,
        "fixedCode": "887261000000109"
      },
      {
        "id": "Composition.section:distributionListSection.code.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.coding.display",
        "min": 1,
        "fixedString": "Distribution list"
      },
      {
        "id": "Composition.section:distributionListSection.code.coding.userSelected",
        "path": "Composition.section.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:distributionListSection.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.text",
        "max": "0"
      },
      {
        "id": "Composition.section:distributionListSection.text",
        "path": "Composition.section.text",
        "min": 1
      },
      {
        "id": "Composition.section:distributionListSection.mode",
        "path": "Composition.section.mode",
        "max": "0"
      },
      {
        "id": "Composition.section:distributionListSection.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0"
      },
      {
        "id": "Composition.section:distributionListSection.orderedBy.coding.system",
        "path": "Composition.section.orderedBy.coding.system",
        "min": 1
      },
      {
        "id": "Composition.section:distributionListSection.orderedBy.coding.version",
        "path": "Composition.section.orderedBy.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:distributionListSection.orderedBy.coding.code",
        "path": "Composition.section.orderedBy.coding.code",
        "min": 1
      },
      {
        "id": "Composition.section:distributionListSection.orderedBy.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.coding.display",
        "min": 1
      },
      {
        "id": "Composition.section:distributionListSection.orderedBy.coding.userSelected",
        "path": "Composition.section.orderedBy.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:distributionListSection.orderedBy.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.text",
        "max": "0"
      },
      {
        "id": "Composition.section:distributionListSection.entry",
        "path": "Composition.section.entry",
        "short": "A reference to data that supports this section.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Patient-1"
          },
          {
            "code": "Reference",
            "targetProfile": "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Practitioner-1"
          },
          {
            "code": "Reference",
            "targetProfile": "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Organization-1"
          },
          {
            "code": "Reference",
            "targetProfile": "https://fhir.nhs.uk/STU3/StructureDefinition/ITK-RelatedPerson-1"
          },
          {
            "code": "Reference",
            "targetProfile": "https://fhir.nhs.uk/STU3/StructureDefinition/ITK-Attachment-Binary-1"
          },
          {
            "code": "Reference",
            "targetProfile": "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-PractitionerRole-1"
          }
        ]
      },
      {
        "id": "Composition.section:distributionListSection.entry.reference",
        "path": "Composition.section.entry.reference",
        "min": 1
      },
      {
        "id": "Composition.section:distributionListSection.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:distributionListSection.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:gpPracticeSection",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "gpPracticeSection",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:gpPracticeSection.title",
        "path": "Composition.section.title",
        "min": 1,
        "fixedString": "GP practice"
      },
      {
        "id": "Composition.section:gpPracticeSection.code",
        "path": "Composition.section.code",
        "min": 1,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CompositionSectionType"
            }
          ],
          "strength": "required",
          "description": "A code from the SNOMED Clinical Terminology UK coding system which represents the type of section.",
          "valueSetUri": "http://snomed.info/sct"
        }
      },
      {
        "id": "Composition.section:gpPracticeSection.code.coding",
        "path": "Composition.section.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Composition.section:gpPracticeSection.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "Composition.section:gpPracticeSection.code.coding.version",
        "path": "Composition.section.code.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:gpPracticeSection.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "min": 1,
        "fixedCode": "886711000000101"
      },
      {
        "id": "Composition.section:gpPracticeSection.code.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.coding.display",
        "min": 1,
        "fixedString": "GP practice"
      },
      {
        "id": "Composition.section:gpPracticeSection.code.coding.userSelected",
        "path": "Composition.section.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:gpPracticeSection.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.text",
        "max": "0"
      },
      {
        "id": "Composition.section:gpPracticeSection.text",
        "path": "Composition.section.text",
        "min": 1
      },
      {
        "id": "Composition.section:gpPracticeSection.mode",
        "path": "Composition.section.mode",
        "max": "0"
      },
      {
        "id": "Composition.section:gpPracticeSection.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0"
      },
      {
        "id": "Composition.section:gpPracticeSection.orderedBy.coding.system",
        "path": "Composition.section.orderedBy.coding.system",
        "min": 1
      },
      {
        "id": "Composition.section:gpPracticeSection.orderedBy.coding.version",
        "path": "Composition.section.orderedBy.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:gpPracticeSection.orderedBy.coding.code",
        "path": "Composition.section.orderedBy.coding.code",
        "min": 1
      },
      {
        "id": "Composition.section:gpPracticeSection.orderedBy.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.coding.display",
        "min": 1
      },
      {
        "id": "Composition.section:gpPracticeSection.orderedBy.coding.userSelected",
        "path": "Composition.section.orderedBy.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:gpPracticeSection.orderedBy.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.text",
        "max": "0"
      },
      {
        "id": "Composition.section:gpPracticeSection.entry",
        "path": "Composition.section.entry",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Organization-1"
          },
          {
            "code": "Reference",
            "targetProfile": "https://fhir.nhs.uk/STU3/StructureDefinition/ITK-Attachment-Binary-1"
          }
        ]
      },
      {
        "id": "Composition.section:gpPracticeSection.entry.reference",
        "path": "Composition.section.entry.reference",
        "min": 1
      },
      {
        "id": "Composition.section:gpPracticeSection.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:gpPracticeSection.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:individualRequirementsSection",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "individualRequirementsSection",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:individualRequirementsSection.title",
        "path": "Composition.section.title",
        "min": 1,
        "fixedString": "Individual requirements",
        "mustSupport": false
      },
      {
        "id": "Composition.section:individualRequirementsSection.code",
        "path": "Composition.section.code",
        "min": 1,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CompositionSectionType"
            }
          ],
          "strength": "required",
          "description": "A code from the SNOMED Clinical Terminology UK coding system which represents the type of section.",
          "valueSetUri": "http://snomed.info/sct"
        }
      },
      {
        "id": "Composition.section:individualRequirementsSection.code.coding",
        "path": "Composition.section.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Composition.section:individualRequirementsSection.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct",
        "mustSupport": false
      },
      {
        "id": "Composition.section:individualRequirementsSection.code.coding.version",
        "path": "Composition.section.code.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:individualRequirementsSection.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "min": 1,
        "fixedCode": "1052901000000109",
        "mustSupport": false
      },
      {
        "id": "Composition.section:individualRequirementsSection.code.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.coding.display",
        "min": 1,
        "fixedString": "Individual requirement",
        "mustSupport": false
      },
      {
        "id": "Composition.section:individualRequirementsSection.code.coding.userSelected",
        "path": "Composition.section.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:individualRequirementsSection.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.text",
        "max": "0"
      },
      {
        "id": "Composition.section:individualRequirementsSection.text",
        "path": "Composition.section.text",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Composition.section:individualRequirementsSection.text.status",
        "path": "Composition.section.text.status",
        "mustSupport": false
      },
      {
        "id": "Composition.section:individualRequirementsSection.mode",
        "path": "Composition.section.mode",
        "max": "0"
      },
      {
        "id": "Composition.section:individualRequirementsSection.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0"
      },
      {
        "id": "Composition.section:individualRequirementsSection.orderedBy.coding.system",
        "path": "Composition.section.orderedBy.coding.system",
        "min": 1
      },
      {
        "id": "Composition.section:individualRequirementsSection.orderedBy.coding.version",
        "path": "Composition.section.orderedBy.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:individualRequirementsSection.orderedBy.coding.code",
        "path": "Composition.section.orderedBy.coding.code",
        "min": 1
      },
      {
        "id": "Composition.section:individualRequirementsSection.orderedBy.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.coding.display",
        "min": 1
      },
      {
        "id": "Composition.section:individualRequirementsSection.orderedBy.coding.userSelected",
        "path": "Composition.section.orderedBy.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:individualRequirementsSection.orderedBy.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.text",
        "max": "0"
      },
      {
        "id": "Composition.section:individualRequirementsSection.entry",
        "path": "Composition.section.entry",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.nhs.uk/STU3/StructureDefinition/ITK-Attachment-Binary-1"
          }
        ]
      },
      {
        "id": "Composition.section:individualRequirementsSection.entry.reference",
        "path": "Composition.section.entry.reference",
        "min": 1
      },
      {
        "id": "Composition.section:individualRequirementsSection.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:individualRequirementsSection.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:informationAndAdviceGivenSection",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "informationAndAdviceGivenSection",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:informationAndAdviceGivenSection.title",
        "path": "Composition.section.title",
        "min": 1,
        "fixedString": "Information and advice given",
        "mustSupport": false
      },
      {
        "id": "Composition.section:informationAndAdviceGivenSection.code",
        "path": "Composition.section.code",
        "min": 1,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CompositionSectionType"
            }
          ],
          "strength": "required",
          "description": "A code from the SNOMED Clinical Terminology UK coding system which represents the type of section.",
          "valueSetUri": "http://snomed.info/sct"
        }
      },
      {
        "id": "Composition.section:informationAndAdviceGivenSection.code.coding",
        "path": "Composition.section.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Composition.section:informationAndAdviceGivenSection.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct",
        "mustSupport": false
      },
      {
        "id": "Composition.section:informationAndAdviceGivenSection.code.coding.version",
        "path": "Composition.section.code.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:informationAndAdviceGivenSection.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "min": 1,
        "fixedCode": "1052951000000105",
        "mustSupport": false
      },
      {
        "id": "Composition.section:informationAndAdviceGivenSection.code.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.coding.display",
        "min": 1,
        "fixedString": "Information and advice given",
        "mustSupport": false
      },
      {
        "id": "Composition.section:informationAndAdviceGivenSection.code.coding.userSelected",
        "path": "Composition.section.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:informationAndAdviceGivenSection.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.text",
        "max": "0"
      },
      {
        "id": "Composition.section:informationAndAdviceGivenSection.text",
        "path": "Composition.section.text",
        "min": 1
      },
      {
        "id": "Composition.section:informationAndAdviceGivenSection.text.status",
        "path": "Composition.section.text.status",
        "mustSupport": false
      },
      {
        "id": "Composition.section:informationAndAdviceGivenSection.text.div",
        "path": "Composition.section.text.div",
        "mustSupport": false
      },
      {
        "id": "Composition.section:informationAndAdviceGivenSection.mode",
        "path": "Composition.section.mode",
        "max": "0"
      },
      {
        "id": "Composition.section:informationAndAdviceGivenSection.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0"
      },
      {
        "id": "Composition.section:informationAndAdviceGivenSection.orderedBy.coding.system",
        "path": "Composition.section.orderedBy.coding.system",
        "min": 1
      },
      {
        "id": "Composition.section:informationAndAdviceGivenSection.orderedBy.coding.version",
        "path": "Composition.section.orderedBy.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:informationAndAdviceGivenSection.orderedBy.coding.code",
        "path": "Composition.section.orderedBy.coding.code",
        "min": 1
      },
      {
        "id": "Composition.section:informationAndAdviceGivenSection.orderedBy.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.coding.display",
        "min": 1
      },
      {
        "id": "Composition.section:informationAndAdviceGivenSection.orderedBy.coding.userSelected",
        "path": "Composition.section.orderedBy.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:informationAndAdviceGivenSection.orderedBy.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.text",
        "max": "0"
      },
      {
        "id": "Composition.section:informationAndAdviceGivenSection.entry",
        "path": "Composition.section.entry",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.nhs.uk/STU3/StructureDefinition/ITK-Attachment-Binary-1"
          }
        ]
      },
      {
        "id": "Composition.section:informationAndAdviceGivenSection.entry.reference",
        "path": "Composition.section.entry.reference",
        "min": 1
      },
      {
        "id": "Composition.section:informationAndAdviceGivenSection.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:informationAndAdviceGivenSection.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:investigationResultsSection",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "investigationResultsSection",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:investigationResultsSection.title",
        "path": "Composition.section.title",
        "min": 1,
        "fixedString": "Investigation results",
        "mustSupport": false
      },
      {
        "id": "Composition.section:investigationResultsSection.code",
        "path": "Composition.section.code",
        "min": 1,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CompositionSectionType"
            }
          ],
          "strength": "required",
          "description": "A code from the SNOMED Clinical Terminology UK coding system which represents the type of section.",
          "valueSetUri": "http://snomed.info/sct"
        }
      },
      {
        "id": "Composition.section:investigationResultsSection.code.coding",
        "path": "Composition.section.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Composition.section:investigationResultsSection.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct",
        "mustSupport": false
      },
      {
        "id": "Composition.section:investigationResultsSection.code.coding.version",
        "path": "Composition.section.code.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:investigationResultsSection.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "min": 1,
        "fixedCode": "1082101000000102",
        "mustSupport": false
      },
      {
        "id": "Composition.section:investigationResultsSection.code.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.coding.display",
        "min": 1,
        "fixedString": "Investigation results",
        "mustSupport": false
      },
      {
        "id": "Composition.section:investigationResultsSection.code.coding.userSelected",
        "path": "Composition.section.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:investigationResultsSection.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.text",
        "max": "0"
      },
      {
        "id": "Composition.section:investigationResultsSection.text",
        "path": "Composition.section.text",
        "min": 1
      },
      {
        "id": "Composition.section:investigationResultsSection.text.status",
        "path": "Composition.section.text.status",
        "mustSupport": false
      },
      {
        "id": "Composition.section:investigationResultsSection.text.div",
        "path": "Composition.section.text.div",
        "mustSupport": false
      },
      {
        "id": "Composition.section:investigationResultsSection.mode",
        "path": "Composition.section.mode",
        "max": "0"
      },
      {
        "id": "Composition.section:investigationResultsSection.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0"
      },
      {
        "id": "Composition.section:investigationResultsSection.orderedBy.coding.system",
        "path": "Composition.section.orderedBy.coding.system",
        "min": 1
      },
      {
        "id": "Composition.section:investigationResultsSection.orderedBy.coding.version",
        "path": "Composition.section.orderedBy.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:investigationResultsSection.orderedBy.coding.code",
        "path": "Composition.section.orderedBy.coding.code",
        "min": 1
      },
      {
        "id": "Composition.section:investigationResultsSection.orderedBy.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.coding.display",
        "min": 1
      },
      {
        "id": "Composition.section:investigationResultsSection.orderedBy.coding.userSelected",
        "path": "Composition.section.orderedBy.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:investigationResultsSection.orderedBy.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.text",
        "max": "0"
      },
      {
        "id": "Composition.section:investigationResultsSection.entry",
        "path": "Composition.section.entry",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.nhs.uk/STU3/StructureDefinition/ITK-Attachment-Binary-1"
          }
        ]
      },
      {
        "id": "Composition.section:investigationResultsSection.entry.reference",
        "path": "Composition.section.entry.reference",
        "min": 1
      },
      {
        "id": "Composition.section:investigationResultsSection.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:investigationResultsSection.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:legalInformationSection",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "legalInformationSection",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:legalInformationSection.title",
        "path": "Composition.section.title",
        "min": 1,
        "fixedString": "Legal information",
        "mustSupport": false
      },
      {
        "id": "Composition.section:legalInformationSection.code",
        "path": "Composition.section.code",
        "min": 1,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CompositionSectionType"
            }
          ],
          "strength": "required",
          "description": "A code from the SNOMED Clinical Terminology UK coding system which represents the type of section.",
          "valueSetUri": "http://snomed.info/sct"
        }
      },
      {
        "id": "Composition.section:legalInformationSection.code.coding",
        "path": "Composition.section.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Composition.section:legalInformationSection.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct",
        "mustSupport": false
      },
      {
        "id": "Composition.section:legalInformationSection.code.coding.version",
        "path": "Composition.section.code.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:legalInformationSection.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "min": 1,
        "fixedCode": "886961000000102",
        "mustSupport": false
      },
      {
        "id": "Composition.section:legalInformationSection.code.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.coding.display",
        "min": 1,
        "fixedString": "Legal information",
        "mustSupport": false
      },
      {
        "id": "Composition.section:legalInformationSection.code.coding.userSelected",
        "path": "Composition.section.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:legalInformationSection.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.text",
        "max": "0"
      },
      {
        "id": "Composition.section:legalInformationSection.text",
        "path": "Composition.section.text",
        "min": 1
      },
      {
        "id": "Composition.section:legalInformationSection.mode",
        "path": "Composition.section.mode",
        "max": "0"
      },
      {
        "id": "Composition.section:legalInformationSection.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0"
      },
      {
        "id": "Composition.section:legalInformationSection.orderedBy.coding.system",
        "path": "Composition.section.orderedBy.coding.system",
        "min": 1
      },
      {
        "id": "Composition.section:legalInformationSection.orderedBy.coding.version",
        "path": "Composition.section.orderedBy.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:legalInformationSection.orderedBy.coding.code",
        "path": "Composition.section.orderedBy.coding.code",
        "min": 1
      },
      {
        "id": "Composition.section:legalInformationSection.orderedBy.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.coding.display",
        "min": 1
      },
      {
        "id": "Composition.section:legalInformationSection.orderedBy.coding.userSelected",
        "path": "Composition.section.orderedBy.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:legalInformationSection.orderedBy.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.text",
        "max": "0"
      },
      {
        "id": "Composition.section:legalInformationSection.entry",
        "path": "Composition.section.entry",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.nhs.uk/STU3/StructureDefinition/ITK-Attachment-Binary-1"
          }
        ]
      },
      {
        "id": "Composition.section:legalInformationSection.entry.reference",
        "path": "Composition.section.entry.reference",
        "min": 1
      },
      {
        "id": "Composition.section:legalInformationSection.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:legalInformationSection.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:medicationsAndMedicalDevicesSection",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "medicationsAndMedicalDevicesSection",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:medicationsAndMedicalDevicesSection.title",
        "path": "Composition.section.title",
        "min": 1,
        "fixedString": "Medications and medical devices",
        "mustSupport": false
      },
      {
        "id": "Composition.section:medicationsAndMedicalDevicesSection.code",
        "path": "Composition.section.code",
        "min": 1,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CompositionSectionType"
            }
          ],
          "strength": "required",
          "description": "A code from the SNOMED Clinical Terminology UK coding system which represents the type of section.",
          "valueSetUri": "http://snomed.info/sct"
        }
      },
      {
        "id": "Composition.section:medicationsAndMedicalDevicesSection.code.coding",
        "path": "Composition.section.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Composition.section:medicationsAndMedicalDevicesSection.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct",
        "mustSupport": false
      },
      {
        "id": "Composition.section:medicationsAndMedicalDevicesSection.code.coding.version",
        "path": "Composition.section.code.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:medicationsAndMedicalDevicesSection.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "min": 1,
        "fixedCode": "933361000000108",
        "mustSupport": false
      },
      {
        "id": "Composition.section:medicationsAndMedicalDevicesSection.code.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.coding.display",
        "min": 1,
        "fixedString": "Medications and medical devices",
        "mustSupport": false
      },
      {
        "id": "Composition.section:medicationsAndMedicalDevicesSection.code.coding.userSelected",
        "path": "Composition.section.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:medicationsAndMedicalDevicesSection.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.text",
        "max": "0"
      },
      {
        "id": "Composition.section:medicationsAndMedicalDevicesSection.text",
        "path": "Composition.section.text",
        "min": 1
      },
      {
        "id": "Composition.section:medicationsAndMedicalDevicesSection.text.status",
        "path": "Composition.section.text.status",
        "mustSupport": false
      },
      {
        "id": "Composition.section:medicationsAndMedicalDevicesSection.text.div",
        "path": "Composition.section.text.div",
        "mustSupport": false
      },
      {
        "id": "Composition.section:medicationsAndMedicalDevicesSection.mode",
        "path": "Composition.section.mode",
        "max": "0"
      },
      {
        "id": "Composition.section:medicationsAndMedicalDevicesSection.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Composition.section:medicationsAndMedicalDevicesSection.orderedBy.coding",
        "path": "Composition.section.orderedBy.coding",
        "mustSupport": false
      },
      {
        "id": "Composition.section:medicationsAndMedicalDevicesSection.orderedBy.coding.system",
        "path": "Composition.section.orderedBy.coding.system",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Composition.section:medicationsAndMedicalDevicesSection.orderedBy.coding.version",
        "path": "Composition.section.orderedBy.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:medicationsAndMedicalDevicesSection.orderedBy.coding.code",
        "path": "Composition.section.orderedBy.coding.code",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Composition.section:medicationsAndMedicalDevicesSection.orderedBy.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.coding.display",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Composition.section:medicationsAndMedicalDevicesSection.orderedBy.coding.userSelected",
        "path": "Composition.section.orderedBy.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:medicationsAndMedicalDevicesSection.orderedBy.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.text",
        "max": "0"
      },
      {
        "id": "Composition.section:medicationsAndMedicalDevicesSection.entry",
        "path": "Composition.section.entry",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-ITK-Medication-List-1"
          },
          {
            "code": "Reference",
            "targetProfile": "https://fhir.nhs.uk/STU3/StructureDefinition/ITK-Attachment-Binary-1"
          }
        ]
      },
      {
        "id": "Composition.section:medicationsAndMedicalDevicesSection.entry.reference",
        "path": "Composition.section.entry.reference",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Composition.section:medicationsAndMedicalDevicesSection.entry.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.entry.display",
        "mustSupport": false
      },
      {
        "id": "Composition.section:medicationsAndMedicalDevicesSection.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:medicationsAndMedicalDevicesSection.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:participationInResearchSection",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "participationInResearchSection",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:participationInResearchSection.title",
        "path": "Composition.section.title",
        "min": 1,
        "fixedString": "Participation in research",
        "mustSupport": false
      },
      {
        "id": "Composition.section:participationInResearchSection.code",
        "path": "Composition.section.code",
        "min": 1,
        "mustSupport": false,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CompositionSectionType"
            }
          ],
          "strength": "required",
          "description": "A code from the SNOMED Clinical Terminology UK coding system which represents the type of section.",
          "valueSetUri": "http://snomed.info/sct"
        }
      },
      {
        "id": "Composition.section:participationInResearchSection.code.coding",
        "path": "Composition.section.code.coding",
        "min": 1,
        "max": "1",
        "mustSupport": false
      },
      {
        "id": "Composition.section:participationInResearchSection.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct",
        "mustSupport": false
      },
      {
        "id": "Composition.section:participationInResearchSection.code.coding.version",
        "path": "Composition.section.code.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:participationInResearchSection.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "min": 1,
        "fixedCode": "886751000000102",
        "mustSupport": false
      },
      {
        "id": "Composition.section:participationInResearchSection.code.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.coding.display",
        "min": 1,
        "fixedString": "Participation in research",
        "mustSupport": false
      },
      {
        "id": "Composition.section:participationInResearchSection.code.coding.userSelected",
        "path": "Composition.section.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:participationInResearchSection.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.text",
        "max": "0"
      },
      {
        "id": "Composition.section:participationInResearchSection.text",
        "path": "Composition.section.text",
        "min": 1
      },
      {
        "id": "Composition.section:participationInResearchSection.text.status",
        "path": "Composition.section.text.status",
        "mustSupport": false
      },
      {
        "id": "Composition.section:participationInResearchSection.text.div",
        "path": "Composition.section.text.div",
        "mustSupport": false
      },
      {
        "id": "Composition.section:participationInResearchSection.mode",
        "path": "Composition.section.mode",
        "max": "0"
      },
      {
        "id": "Composition.section:participationInResearchSection.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0"
      },
      {
        "id": "Composition.section:participationInResearchSection.orderedBy.coding.system",
        "path": "Composition.section.orderedBy.coding.system",
        "min": 1
      },
      {
        "id": "Composition.section:participationInResearchSection.orderedBy.coding.version",
        "path": "Composition.section.orderedBy.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:participationInResearchSection.orderedBy.coding.code",
        "path": "Composition.section.orderedBy.coding.code",
        "min": 1
      },
      {
        "id": "Composition.section:participationInResearchSection.orderedBy.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.coding.display",
        "min": 1
      },
      {
        "id": "Composition.section:participationInResearchSection.orderedBy.coding.userSelected",
        "path": "Composition.section.orderedBy.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:participationInResearchSection.orderedBy.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.text",
        "max": "0"
      },
      {
        "id": "Composition.section:participationInResearchSection.entry",
        "path": "Composition.section.entry",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.nhs.uk/STU3/StructureDefinition/ITK-Attachment-Binary-1"
          }
        ]
      },
      {
        "id": "Composition.section:participationInResearchSection.entry.reference",
        "path": "Composition.section.entry.reference",
        "min": 1
      },
      {
        "id": "Composition.section:participationInResearchSection.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:participationInResearchSection.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:patientAndCarerConcernsExpectationsAndWishesSection",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "patientAndCarerConcernsExpectationsAndWishesSection",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:patientAndCarerConcernsExpectationsAndWishesSection.title",
        "path": "Composition.section.title",
        "min": 1,
        "fixedString": "Patient and carer concerns, expectations and wishes",
        "mustSupport": false
      },
      {
        "id": "Composition.section:patientAndCarerConcernsExpectationsAndWishesSection.code",
        "path": "Composition.section.code",
        "min": 1,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CompositionSectionType"
            }
          ],
          "strength": "required",
          "description": "A code from the SNOMED Clinical Terminology UK coding system which represents the type of section.",
          "valueSetUri": "http://snomed.info/sct"
        }
      },
      {
        "id": "Composition.section:patientAndCarerConcernsExpectationsAndWishesSection.code.coding",
        "path": "Composition.section.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Composition.section:patientAndCarerConcernsExpectationsAndWishesSection.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct",
        "mustSupport": false
      },
      {
        "id": "Composition.section:patientAndCarerConcernsExpectationsAndWishesSection.code.coding.version",
        "path": "Composition.section.code.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:patientAndCarerConcernsExpectationsAndWishesSection.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "min": 1,
        "fixedCode": "1052941000000107",
        "mustSupport": false
      },
      {
        "id": "Composition.section:patientAndCarerConcernsExpectationsAndWishesSection.code.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.coding.display",
        "min": 1,
        "fixedString": "Patient and carer concerns, expectations and wishes",
        "mustSupport": false
      },
      {
        "id": "Composition.section:patientAndCarerConcernsExpectationsAndWishesSection.code.coding.userSelected",
        "path": "Composition.section.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:patientAndCarerConcernsExpectationsAndWishesSection.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.text",
        "max": "0"
      },
      {
        "id": "Composition.section:patientAndCarerConcernsExpectationsAndWishesSection.text",
        "path": "Composition.section.text",
        "min": 1
      },
      {
        "id": "Composition.section:patientAndCarerConcernsExpectationsAndWishesSection.mode",
        "path": "Composition.section.mode",
        "max": "0"
      },
      {
        "id": "Composition.section:patientAndCarerConcernsExpectationsAndWishesSection.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0"
      },
      {
        "id": "Composition.section:patientAndCarerConcernsExpectationsAndWishesSection.orderedBy.coding.system",
        "path": "Composition.section.orderedBy.coding.system",
        "min": 1
      },
      {
        "id": "Composition.section:patientAndCarerConcernsExpectationsAndWishesSection.orderedBy.coding.version",
        "path": "Composition.section.orderedBy.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:patientAndCarerConcernsExpectationsAndWishesSection.orderedBy.coding.code",
        "path": "Composition.section.orderedBy.coding.code",
        "min": 1
      },
      {
        "id": "Composition.section:patientAndCarerConcernsExpectationsAndWishesSection.orderedBy.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.coding.display",
        "min": 1
      },
      {
        "id": "Composition.section:patientAndCarerConcernsExpectationsAndWishesSection.orderedBy.coding.userSelected",
        "path": "Composition.section.orderedBy.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:patientAndCarerConcernsExpectationsAndWishesSection.orderedBy.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.text",
        "max": "0"
      },
      {
        "id": "Composition.section:patientAndCarerConcernsExpectationsAndWishesSection.entry",
        "path": "Composition.section.entry",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.nhs.uk/STU3/StructureDefinition/ITK-Attachment-Binary-1"
          }
        ]
      },
      {
        "id": "Composition.section:patientAndCarerConcernsExpectationsAndWishesSection.entry.reference",
        "path": "Composition.section.entry.reference",
        "min": 1
      },
      {
        "id": "Composition.section:patientAndCarerConcernsExpectationsAndWishesSection.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:patientAndCarerConcernsExpectationsAndWishesSection.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:patientDemographicsSection",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "patientDemographicsSection",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:patientDemographicsSection.title",
        "path": "Composition.section.title",
        "min": 1,
        "fixedString": "Patient demographics"
      },
      {
        "id": "Composition.section:patientDemographicsSection.code",
        "path": "Composition.section.code",
        "min": 1,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CompositionSectionType"
            }
          ],
          "strength": "required",
          "description": "A code from the SNOMED Clinical Terminology UK coding system which represents the type of section.",
          "valueSetUri": "http://snomed.info/sct"
        }
      },
      {
        "id": "Composition.section:patientDemographicsSection.code.coding",
        "path": "Composition.section.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Composition.section:patientDemographicsSection.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "Composition.section:patientDemographicsSection.code.coding.version",
        "path": "Composition.section.code.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:patientDemographicsSection.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "min": 1,
        "fixedCode": "886731000000109"
      },
      {
        "id": "Composition.section:patientDemographicsSection.code.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.coding.display",
        "min": 1,
        "fixedString": "Patient demographics"
      },
      {
        "id": "Composition.section:patientDemographicsSection.code.coding.userSelected",
        "path": "Composition.section.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:patientDemographicsSection.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.text",
        "max": "0"
      },
      {
        "id": "Composition.section:patientDemographicsSection.text",
        "path": "Composition.section.text",
        "min": 1
      },
      {
        "id": "Composition.section:patientDemographicsSection.mode",
        "path": "Composition.section.mode",
        "max": "0"
      },
      {
        "id": "Composition.section:patientDemographicsSection.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0"
      },
      {
        "id": "Composition.section:patientDemographicsSection.orderedBy.coding.system",
        "path": "Composition.section.orderedBy.coding.system",
        "min": 1
      },
      {
        "id": "Composition.section:patientDemographicsSection.orderedBy.coding.version",
        "path": "Composition.section.orderedBy.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:patientDemographicsSection.orderedBy.coding.code",
        "path": "Composition.section.orderedBy.coding.code",
        "min": 1
      },
      {
        "id": "Composition.section:patientDemographicsSection.orderedBy.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.coding.display",
        "min": 1
      },
      {
        "id": "Composition.section:patientDemographicsSection.orderedBy.coding.userSelected",
        "path": "Composition.section.orderedBy.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:patientDemographicsSection.orderedBy.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.text",
        "max": "0"
      },
      {
        "id": "Composition.section:patientDemographicsSection.entry",
        "path": "Composition.section.entry",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Patient-1"
          },
          {
            "code": "Reference",
            "targetProfile": "https://fhir.nhs.uk/STU3/StructureDefinition/ITK-Attachment-Binary-1"
          }
        ]
      },
      {
        "id": "Composition.section:patientDemographicsSection.entry.reference",
        "path": "Composition.section.entry.reference",
        "min": 1
      },
      {
        "id": "Composition.section:patientDemographicsSection.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:patientDemographicsSection.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:personCompletingRecordSection",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "personCompletingRecordSection",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:personCompletingRecordSection.title",
        "path": "Composition.section.title",
        "min": 1,
        "fixedString": "Person completing record",
        "mustSupport": false
      },
      {
        "id": "Composition.section:personCompletingRecordSection.code",
        "path": "Composition.section.code",
        "min": 1,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CompositionSectionType"
            }
          ],
          "strength": "required",
          "description": "A code from the SNOMED Clinical Terminology UK coding system which represents the type of section.",
          "valueSetUri": "http://snomed.info/sct"
        }
      },
      {
        "id": "Composition.section:personCompletingRecordSection.code.coding",
        "path": "Composition.section.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Composition.section:personCompletingRecordSection.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct",
        "mustSupport": false
      },
      {
        "id": "Composition.section:personCompletingRecordSection.code.coding.version",
        "path": "Composition.section.code.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:personCompletingRecordSection.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "min": 1,
        "fixedCode": "887231000000104",
        "mustSupport": false
      },
      {
        "id": "Composition.section:personCompletingRecordSection.code.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.coding.display",
        "min": 1,
        "fixedString": "Person completing record",
        "mustSupport": false
      },
      {
        "id": "Composition.section:personCompletingRecordSection.code.coding.userSelected",
        "path": "Composition.section.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:personCompletingRecordSection.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.text",
        "max": "0"
      },
      {
        "id": "Composition.section:personCompletingRecordSection.text",
        "path": "Composition.section.text",
        "min": 1
      },
      {
        "id": "Composition.section:personCompletingRecordSection.text.status",
        "path": "Composition.section.text.status",
        "mustSupport": false
      },
      {
        "id": "Composition.section:personCompletingRecordSection.text.div",
        "path": "Composition.section.text.div",
        "mustSupport": false
      },
      {
        "id": "Composition.section:personCompletingRecordSection.mode",
        "path": "Composition.section.mode",
        "max": "0"
      },
      {
        "id": "Composition.section:personCompletingRecordSection.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0"
      },
      {
        "id": "Composition.section:personCompletingRecordSection.orderedBy.coding.system",
        "path": "Composition.section.orderedBy.coding.system",
        "min": 1
      },
      {
        "id": "Composition.section:personCompletingRecordSection.orderedBy.coding.version",
        "path": "Composition.section.orderedBy.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:personCompletingRecordSection.orderedBy.coding.code",
        "path": "Composition.section.orderedBy.coding.code",
        "min": 1
      },
      {
        "id": "Composition.section:personCompletingRecordSection.orderedBy.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.coding.display",
        "min": 1
      },
      {
        "id": "Composition.section:personCompletingRecordSection.orderedBy.coding.userSelected",
        "path": "Composition.section.orderedBy.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:personCompletingRecordSection.orderedBy.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.text",
        "max": "0"
      },
      {
        "id": "Composition.section:personCompletingRecordSection.entry",
        "path": "Composition.section.entry",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.nhs.uk/STU3/StructureDefinition/ITK-Attachment-Binary-1"
          },
          {
            "code": "Reference",
            "targetProfile": "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Practitioner-1"
          },
          {
            "code": "Reference",
            "targetProfile": "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Organization-1"
          }
        ]
      },
      {
        "id": "Composition.section:personCompletingRecordSection.entry.reference",
        "path": "Composition.section.entry.reference",
        "min": 1
      },
      {
        "id": "Composition.section:personCompletingRecordSection.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:personCompletingRecordSection.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:planAndRequestedActionsSection",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "planAndRequestedActionsSection",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:planAndRequestedActionsSection.title",
        "path": "Composition.section.title",
        "min": 1,
        "fixedString": "Plan and requested actions",
        "mustSupport": false
      },
      {
        "id": "Composition.section:planAndRequestedActionsSection.code",
        "path": "Composition.section.code",
        "min": 1,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CompositionSectionType"
            }
          ],
          "strength": "required",
          "description": "A code from the SNOMED Clinical Terminology UK coding system which represents the type of section.",
          "valueSetUri": "http://snomed.info/sct"
        }
      },
      {
        "id": "Composition.section:planAndRequestedActionsSection.code.coding",
        "path": "Composition.section.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Composition.section:planAndRequestedActionsSection.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct",
        "mustSupport": false
      },
      {
        "id": "Composition.section:planAndRequestedActionsSection.code.coding.version",
        "path": "Composition.section.code.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:planAndRequestedActionsSection.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "min": 1,
        "fixedCode": "887201000000105",
        "mustSupport": false
      },
      {
        "id": "Composition.section:planAndRequestedActionsSection.code.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.coding.display",
        "min": 1,
        "fixedString": "Plan and requested actions",
        "mustSupport": false
      },
      {
        "id": "Composition.section:planAndRequestedActionsSection.code.coding.userSelected",
        "path": "Composition.section.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:planAndRequestedActionsSection.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.text",
        "max": "0"
      },
      {
        "id": "Composition.section:planAndRequestedActionsSection.text",
        "path": "Composition.section.text",
        "min": 1
      },
      {
        "id": "Composition.section:planAndRequestedActionsSection.text.status",
        "path": "Composition.section.text.status",
        "mustSupport": false
      },
      {
        "id": "Composition.section:planAndRequestedActionsSection.text.div",
        "path": "Composition.section.text.div",
        "mustSupport": false
      },
      {
        "id": "Composition.section:planAndRequestedActionsSection.mode",
        "path": "Composition.section.mode",
        "max": "0"
      },
      {
        "id": "Composition.section:planAndRequestedActionsSection.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0"
      },
      {
        "id": "Composition.section:planAndRequestedActionsSection.orderedBy.coding.system",
        "path": "Composition.section.orderedBy.coding.system",
        "min": 1
      },
      {
        "id": "Composition.section:planAndRequestedActionsSection.orderedBy.coding.version",
        "path": "Composition.section.orderedBy.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:planAndRequestedActionsSection.orderedBy.coding.code",
        "path": "Composition.section.orderedBy.coding.code",
        "min": 1
      },
      {
        "id": "Composition.section:planAndRequestedActionsSection.orderedBy.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.coding.display",
        "min": 1
      },
      {
        "id": "Composition.section:planAndRequestedActionsSection.orderedBy.coding.userSelected",
        "path": "Composition.section.orderedBy.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:planAndRequestedActionsSection.orderedBy.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.text",
        "max": "0"
      },
      {
        "id": "Composition.section:planAndRequestedActionsSection.entry",
        "path": "Composition.section.entry",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.nhs.uk/STU3/StructureDefinition/ITK-Attachment-Binary-1"
          }
        ]
      },
      {
        "id": "Composition.section:planAndRequestedActionsSection.entry.reference",
        "path": "Composition.section.entry.reference",
        "min": 1
      },
      {
        "id": "Composition.section:planAndRequestedActionsSection.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:planAndRequestedActionsSection.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:proceduresSection",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "proceduresSection",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:proceduresSection.title",
        "path": "Composition.section.title",
        "min": 1,
        "fixedString": "Procedures",
        "mustSupport": false
      },
      {
        "id": "Composition.section:proceduresSection.code",
        "path": "Composition.section.code",
        "min": 1,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CompositionSectionType"
            }
          ],
          "strength": "required",
          "description": "A code from the SNOMED Clinical Terminology UK coding system which represents the type of section.",
          "valueSetUri": "http://snomed.info/sct"
        }
      },
      {
        "id": "Composition.section:proceduresSection.code.coding",
        "path": "Composition.section.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Composition.section:proceduresSection.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct",
        "mustSupport": false
      },
      {
        "id": "Composition.section:proceduresSection.code.coding.version",
        "path": "Composition.section.code.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:proceduresSection.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "min": 1,
        "fixedCode": "887171000000109",
        "mustSupport": false
      },
      {
        "id": "Composition.section:proceduresSection.code.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.coding.display",
        "min": 1,
        "fixedString": "Procedures",
        "mustSupport": false
      },
      {
        "id": "Composition.section:proceduresSection.code.coding.userSelected",
        "path": "Composition.section.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:proceduresSection.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.text",
        "max": "0"
      },
      {
        "id": "Composition.section:proceduresSection.text",
        "path": "Composition.section.text",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Composition.section:proceduresSection.text.status",
        "path": "Composition.section.text.status",
        "mustSupport": false
      },
      {
        "id": "Composition.section:proceduresSection.text.div",
        "path": "Composition.section.text.div",
        "mustSupport": false
      },
      {
        "id": "Composition.section:proceduresSection.mode",
        "path": "Composition.section.mode",
        "max": "0"
      },
      {
        "id": "Composition.section:proceduresSection.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Composition.section:proceduresSection.orderedBy.coding",
        "path": "Composition.section.orderedBy.coding",
        "mustSupport": false
      },
      {
        "id": "Composition.section:proceduresSection.orderedBy.coding.system",
        "path": "Composition.section.orderedBy.coding.system",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Composition.section:proceduresSection.orderedBy.coding.version",
        "path": "Composition.section.orderedBy.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:proceduresSection.orderedBy.coding.code",
        "path": "Composition.section.orderedBy.coding.code",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Composition.section:proceduresSection.orderedBy.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.coding.display",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Composition.section:proceduresSection.orderedBy.coding.userSelected",
        "path": "Composition.section.orderedBy.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:proceduresSection.orderedBy.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.text",
        "max": "0"
      },
      {
        "id": "Composition.section:proceduresSection.entry",
        "path": "Composition.section.entry",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-ITK-Procedure-List-1"
          },
          {
            "code": "Reference",
            "targetProfile": "https://fhir.nhs.uk/STU3/StructureDefinition/ITK-Attachment-Binary-1"
          }
        ]
      },
      {
        "id": "Composition.section:proceduresSection.entry.reference",
        "path": "Composition.section.entry.reference",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Composition.section:proceduresSection.entry.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.entry.display",
        "mustSupport": false
      },
      {
        "id": "Composition.section:proceduresSection.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:proceduresSection.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:referrerDetailsSection",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "referrerDetailsSection",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:referrerDetailsSection.title",
        "path": "Composition.section.title",
        "min": 1,
        "fixedString": "Referrer details",
        "mustSupport": false
      },
      {
        "id": "Composition.section:referrerDetailsSection.code",
        "path": "Composition.section.code",
        "min": 1,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CompositionSectionType"
            }
          ],
          "strength": "required",
          "description": "A code from the SNOMED Clinical Terminology UK coding system which represents the type of section.",
          "valueSetUri": "http://snomed.info/sct"
        }
      },
      {
        "id": "Composition.section:referrerDetailsSection.code.coding",
        "path": "Composition.section.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Composition.section:referrerDetailsSection.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct",
        "mustSupport": false
      },
      {
        "id": "Composition.section:referrerDetailsSection.code.coding.version",
        "path": "Composition.section.code.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:referrerDetailsSection.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "min": 1,
        "fixedCode": "1052891000000108",
        "mustSupport": false
      },
      {
        "id": "Composition.section:referrerDetailsSection.code.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.coding.display",
        "min": 1,
        "fixedString": "Referrer details",
        "mustSupport": false
      },
      {
        "id": "Composition.section:referrerDetailsSection.code.coding.userSelected",
        "path": "Composition.section.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:referrerDetailsSection.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.text",
        "max": "0"
      },
      {
        "id": "Composition.section:referrerDetailsSection.text",
        "path": "Composition.section.text",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Composition.section:referrerDetailsSection.text.status",
        "path": "Composition.section.text.status",
        "mustSupport": false
      },
      {
        "id": "Composition.section:referrerDetailsSection.text.div",
        "path": "Composition.section.text.div",
        "mustSupport": false
      },
      {
        "id": "Composition.section:referrerDetailsSection.mode",
        "path": "Composition.section.mode",
        "max": "0"
      },
      {
        "id": "Composition.section:referrerDetailsSection.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0"
      },
      {
        "id": "Composition.section:referrerDetailsSection.orderedBy.coding.system",
        "path": "Composition.section.orderedBy.coding.system",
        "min": 1
      },
      {
        "id": "Composition.section:referrerDetailsSection.orderedBy.coding.version",
        "path": "Composition.section.orderedBy.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:referrerDetailsSection.orderedBy.coding.code",
        "path": "Composition.section.orderedBy.coding.code",
        "min": 1
      },
      {
        "id": "Composition.section:referrerDetailsSection.orderedBy.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.coding.display",
        "min": 1
      },
      {
        "id": "Composition.section:referrerDetailsSection.orderedBy.coding.userSelected",
        "path": "Composition.section.orderedBy.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:referrerDetailsSection.orderedBy.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.text",
        "max": "0"
      },
      {
        "id": "Composition.section:referrerDetailsSection.entry",
        "path": "Composition.section.entry",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.nhs.uk/STU3/StructureDefinition/ITK-Attachment-Binary-1"
          },
          {
            "code": "Reference",
            "targetProfile": "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Organization-1"
          },
          {
            "code": "Reference",
            "targetProfile": "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Patient-1"
          },
          {
            "code": "Reference",
            "targetProfile": "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Practitioner-1"
          },
          {
            "code": "Reference",
            "targetProfile": "https://fhir.nhs.uk/STU3/StructureDefinition/ITK-RelatedPerson-1"
          }
        ]
      },
      {
        "id": "Composition.section:referrerDetailsSection.entry.reference",
        "path": "Composition.section.entry.reference",
        "min": 1
      },
      {
        "id": "Composition.section:referrerDetailsSection.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:referrerDetailsSection.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:safetyAlertsSection",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "safetyAlertsSection",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:safetyAlertsSection.title",
        "path": "Composition.section.title",
        "min": 1,
        "fixedString": "Safety alerts",
        "mustSupport": false
      },
      {
        "id": "Composition.section:safetyAlertsSection.code",
        "path": "Composition.section.code",
        "min": 1,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CompositionSectionType"
            }
          ],
          "strength": "required",
          "description": "A code from the SNOMED Clinical Terminology UK coding system which represents the type of section.",
          "valueSetUri": "http://snomed.info/sct"
        }
      },
      {
        "id": "Composition.section:safetyAlertsSection.code.coding",
        "path": "Composition.section.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Composition.section:safetyAlertsSection.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct",
        "mustSupport": false
      },
      {
        "id": "Composition.section:safetyAlertsSection.code.coding.version",
        "path": "Composition.section.code.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:safetyAlertsSection.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "min": 1,
        "fixedCode": "886931000000107",
        "mustSupport": false
      },
      {
        "id": "Composition.section:safetyAlertsSection.code.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.coding.display",
        "min": 1,
        "fixedString": "Safety alerts",
        "mustSupport": false
      },
      {
        "id": "Composition.section:safetyAlertsSection.code.coding.userSelected",
        "path": "Composition.section.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:safetyAlertsSection.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.text",
        "max": "0"
      },
      {
        "id": "Composition.section:safetyAlertsSection.text",
        "path": "Composition.section.text",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Composition.section:safetyAlertsSection.text.status",
        "path": "Composition.section.text.status",
        "mustSupport": false
      },
      {
        "id": "Composition.section:safetyAlertsSection.text.div",
        "path": "Composition.section.text.div",
        "mustSupport": false
      },
      {
        "id": "Composition.section:safetyAlertsSection.mode",
        "path": "Composition.section.mode",
        "max": "0"
      },
      {
        "id": "Composition.section:safetyAlertsSection.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0"
      },
      {
        "id": "Composition.section:safetyAlertsSection.orderedBy.coding.system",
        "path": "Composition.section.orderedBy.coding.system",
        "min": 1
      },
      {
        "id": "Composition.section:safetyAlertsSection.orderedBy.coding.version",
        "path": "Composition.section.orderedBy.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:safetyAlertsSection.orderedBy.coding.code",
        "path": "Composition.section.orderedBy.coding.code",
        "min": 1
      },
      {
        "id": "Composition.section:safetyAlertsSection.orderedBy.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.coding.display",
        "min": 1
      },
      {
        "id": "Composition.section:safetyAlertsSection.orderedBy.coding.userSelected",
        "path": "Composition.section.orderedBy.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:safetyAlertsSection.orderedBy.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.text",
        "max": "0"
      },
      {
        "id": "Composition.section:safetyAlertsSection.entry",
        "path": "Composition.section.entry",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.nhs.uk/STU3/StructureDefinition/ITK-Attachment-Binary-1"
          }
        ]
      },
      {
        "id": "Composition.section:safetyAlertsSection.entry.reference",
        "path": "Composition.section.entry.reference",
        "min": 1
      },
      {
        "id": "Composition.section:safetyAlertsSection.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:safetyAlertsSection.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:socialContextSection",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "socialContextSection",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:socialContextSection.title",
        "path": "Composition.section.title",
        "min": 1,
        "fixedString": "Social context",
        "mustSupport": false
      },
      {
        "id": "Composition.section:socialContextSection.code",
        "path": "Composition.section.code",
        "min": 1,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CompositionSectionType"
            }
          ],
          "strength": "required",
          "description": "A code from the SNOMED Clinical Terminology UK coding system which represents the type of section.",
          "valueSetUri": "http://snomed.info/sct"
        }
      },
      {
        "id": "Composition.section:socialContextSection.code.coding",
        "path": "Composition.section.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Composition.section:socialContextSection.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct",
        "mustSupport": false
      },
      {
        "id": "Composition.section:socialContextSection.code.coding.version",
        "path": "Composition.section.code.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:socialContextSection.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "min": 1,
        "fixedCode": "887051000000101",
        "mustSupport": false
      },
      {
        "id": "Composition.section:socialContextSection.code.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.coding.display",
        "min": 1,
        "fixedString": "Social context",
        "mustSupport": false
      },
      {
        "id": "Composition.section:socialContextSection.code.coding.userSelected",
        "path": "Composition.section.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:socialContextSection.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.code.text",
        "max": "0"
      },
      {
        "id": "Composition.section:socialContextSection.text",
        "path": "Composition.section.text",
        "min": 1
      },
      {
        "id": "Composition.section:socialContextSection.text.status",
        "path": "Composition.section.text.status",
        "mustSupport": false
      },
      {
        "id": "Composition.section:socialContextSection.text.div",
        "path": "Composition.section.text.div",
        "mustSupport": false
      },
      {
        "id": "Composition.section:socialContextSection.mode",
        "path": "Composition.section.mode",
        "max": "0"
      },
      {
        "id": "Composition.section:socialContextSection.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0"
      },
      {
        "id": "Composition.section:socialContextSection.orderedBy.coding.system",
        "path": "Composition.section.orderedBy.coding.system",
        "min": 1
      },
      {
        "id": "Composition.section:socialContextSection.orderedBy.coding.version",
        "path": "Composition.section.orderedBy.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.section:socialContextSection.orderedBy.coding.code",
        "path": "Composition.section.orderedBy.coding.code",
        "min": 1
      },
      {
        "id": "Composition.section:socialContextSection.orderedBy.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.coding.display",
        "min": 1
      },
      {
        "id": "Composition.section:socialContextSection.orderedBy.coding.userSelected",
        "path": "Composition.section.orderedBy.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.section:socialContextSection.orderedBy.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Composition.section.orderedBy.text",
        "max": "0"
      },
      {
        "id": "Composition.section:socialContextSection.entry",
        "path": "Composition.section.entry",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.nhs.uk/STU3/StructureDefinition/ITK-Attachment-Binary-1"
          }
        ]
      },
      {
        "id": "Composition.section:socialContextSection.entry.reference",
        "path": "Composition.section.entry.reference",
        "min": 1
      },
      {
        "id": "Composition.section:socialContextSection.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:socialContextSection.section",
        "path": "Composition.section.section",
        "max": "0"
      }
    ]
  }
}