{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.synapxe.sg/StructureDefinition/profile-ednotes",
  "name": "EDNotes",
  "status": "active",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Composition",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Composition",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Composition.meta",
        "path": "Composition.meta",
        "short": "Metadata about a resource",
        "definition": "The metadata about a resource. This is content in the resource that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
        "type": [
          {
            "code": "Meta",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-meta"
            ]
          }
        ]
      },
      {
        "id": "Composition.identifier",
        "path": "Composition.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Composition.identifier.id",
        "path": "Composition.identifier.id",
        "max": "0"
      },
      {
        "id": "Composition.identifier.extension",
        "path": "Composition.identifier.extension",
        "max": "0"
      },
      {
        "id": "Composition.identifier.use",
        "path": "Composition.identifier.use",
        "max": "0"
      },
      {
        "id": "Composition.identifier.type",
        "path": "Composition.identifier.type",
        "max": "0"
      },
      {
        "id": "Composition.identifier.system",
        "path": "Composition.identifier.system",
        "min": 1
      },
      {
        "id": "Composition.identifier.value",
        "path": "Composition.identifier.value",
        "min": 1
      },
      {
        "id": "Composition.identifier.period",
        "path": "Composition.identifier.period",
        "max": "0"
      },
      {
        "id": "Composition.identifier.assigner",
        "path": "Composition.identifier.assigner",
        "max": "0"
      },
      {
        "id": "Composition.identifier:recordID",
        "path": "Composition.identifier",
        "sliceName": "recordID",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Composition.identifier:recordID.id",
        "path": "Composition.identifier.id",
        "max": "0"
      },
      {
        "id": "Composition.identifier:recordID.extension",
        "path": "Composition.identifier.extension",
        "max": "0"
      },
      {
        "id": "Composition.identifier:recordID.use",
        "path": "Composition.identifier.use",
        "max": "0"
      },
      {
        "id": "Composition.identifier:recordID.type",
        "path": "Composition.identifier.type",
        "max": "0"
      },
      {
        "id": "Composition.identifier:recordID.system",
        "path": "Composition.identifier.system",
        "min": 1,
        "patternUri": "https://fhir.synapxe.sg/NamingSystem/record-id"
      },
      {
        "id": "Composition.identifier:recordID.value",
        "path": "Composition.identifier.value",
        "min": 1
      },
      {
        "id": "Composition.identifier:recordID.period",
        "path": "Composition.identifier.period",
        "max": "0"
      },
      {
        "id": "Composition.identifier:recordID.assigner",
        "path": "Composition.identifier.assigner",
        "max": "0"
      },
      {
        "id": "Composition.identifier:accessionNumber",
        "path": "Composition.identifier",
        "sliceName": "accessionNumber",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Composition.identifier:accessionNumber.id",
        "path": "Composition.identifier.id",
        "max": "0"
      },
      {
        "id": "Composition.identifier:accessionNumber.extension",
        "path": "Composition.identifier.extension",
        "max": "0"
      },
      {
        "id": "Composition.identifier:accessionNumber.use",
        "path": "Composition.identifier.use",
        "max": "0"
      },
      {
        "id": "Composition.identifier:accessionNumber.type",
        "path": "Composition.identifier.type",
        "max": "0"
      },
      {
        "id": "Composition.identifier:accessionNumber.system",
        "path": "Composition.identifier.system",
        "min": 1,
        "patternUri": "https://fhir.synapxe.sg/NamingSystem/accession-no"
      },
      {
        "id": "Composition.identifier:accessionNumber.value",
        "path": "Composition.identifier.value",
        "min": 1
      },
      {
        "id": "Composition.identifier:accessionNumber.period",
        "path": "Composition.identifier.period",
        "max": "0"
      },
      {
        "id": "Composition.identifier:accessionNumber.assigner",
        "path": "Composition.identifier.assigner",
        "max": "0"
      },
      {
        "id": "Composition.type",
        "path": "Composition.type",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
            ]
          }
        ]
      },
      {
        "id": "Composition.type.extension",
        "path": "Composition.type.extension",
        "max": "0"
      },
      {
        "id": "Composition.type.coding.system",
        "path": "Composition.type.coding.system",
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Composition.type.coding.code",
        "path": "Composition.type.coding.code",
        "patternCode": "15507-7"
      },
      {
        "id": "Composition.category",
        "path": "Composition.category",
        "max": "0"
      },
      {
        "id": "Composition.subject",
        "path": "Composition.subject",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-reference-patient"
            ],
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-patient"
            ]
          }
        ]
      },
      {
        "id": "Composition.subject.display",
        "path": "Composition.subject.display",
        "max": "0"
      },
      {
        "id": "Composition.encounter",
        "path": "Composition.encounter",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-edvisit"
            ],
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.encounter.reference",
        "path": "Composition.encounter.reference",
        "min": 1
      },
      {
        "id": "Composition.encounter.type",
        "path": "Composition.encounter.type",
        "max": "0",
        "fixedUri": "Encounter"
      },
      {
        "id": "Composition.encounter.identifier",
        "path": "Composition.encounter.identifier",
        "max": "0"
      },
      {
        "id": "Composition.encounter.identifier.id",
        "path": "Composition.encounter.identifier.id",
        "max": "0"
      },
      {
        "id": "Composition.encounter.identifier.extension",
        "path": "Composition.encounter.identifier.extension",
        "max": "0"
      },
      {
        "id": "Composition.encounter.identifier.use",
        "path": "Composition.encounter.identifier.use",
        "max": "0"
      },
      {
        "id": "Composition.encounter.identifier.type",
        "path": "Composition.encounter.identifier.type",
        "max": "0"
      },
      {
        "id": "Composition.encounter.identifier.system",
        "path": "Composition.encounter.identifier.system",
        "min": 1,
        "fixedUri": "https://fhir.synapxe.sg/NamingSystem/event-id"
      },
      {
        "id": "Composition.encounter.identifier.value",
        "path": "Composition.encounter.identifier.value",
        "min": 1
      },
      {
        "id": "Composition.encounter.identifier.period",
        "path": "Composition.encounter.identifier.period",
        "max": "0"
      },
      {
        "id": "Composition.encounter.identifier.assigner",
        "path": "Composition.encounter.identifier.assigner",
        "max": "0"
      },
      {
        "id": "Composition.encounter.display",
        "path": "Composition.encounter.display",
        "max": "0"
      },
      {
        "id": "Composition.useContext",
        "path": "Composition.useContext",
        "max": "0"
      },
      {
        "id": "Composition.author",
        "path": "Composition.author",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-practitioner"
            ]
          }
        ]
      },
      {
        "id": "Composition.author.reference",
        "path": "Composition.author.reference",
        "max": "0"
      },
      {
        "id": "Composition.author.type",
        "path": "Composition.author.type",
        "min": 1,
        "fixedUri": "Practitioner"
      },
      {
        "id": "Composition.author.identifier",
        "path": "Composition.author.identifier",
        "min": 1,
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-identifier"
            ]
          }
        ]
      },
      {
        "id": "Composition.author.identifier.system",
        "path": "Composition.author.identifier.system",
        "fixedUri": "https://fhir.synapxe.sg/NamingSystem/mcr"
      },
      {
        "id": "Composition.author.display",
        "path": "Composition.author.display",
        "max": "0"
      },
      {
        "id": "Composition.name",
        "path": "Composition.name",
        "max": "0"
      },
      {
        "id": "Composition.title",
        "path": "Composition.title",
        "fixedString": "Emergency Department (ED) Notes"
      },
      {
        "id": "Composition.note",
        "path": "Composition.note",
        "max": "1",
        "type": [
          {
            "code": "Annotation",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-annotation"
            ]
          }
        ]
      },
      {
        "id": "Composition.attester",
        "path": "Composition.attester",
        "max": "0"
      },
      {
        "id": "Composition.attester.id",
        "path": "Composition.attester.id",
        "max": "0"
      },
      {
        "id": "Composition.attester.extension",
        "path": "Composition.attester.extension",
        "max": "0"
      },
      {
        "id": "Composition.attester.modifierExtension",
        "path": "Composition.attester.modifierExtension",
        "max": "0"
      },
      {
        "id": "Composition.attester.mode.id",
        "path": "Composition.attester.mode.id",
        "max": "0"
      },
      {
        "id": "Composition.attester.mode.extension",
        "path": "Composition.attester.mode.extension",
        "max": "0"
      },
      {
        "id": "Composition.attester.mode.coding",
        "path": "Composition.attester.mode.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Composition.attester.mode.coding.id",
        "path": "Composition.attester.mode.coding.id",
        "max": "0"
      },
      {
        "id": "Composition.attester.mode.coding.extension",
        "path": "Composition.attester.mode.coding.extension",
        "max": "0"
      },
      {
        "id": "Composition.attester.mode.coding.system",
        "path": "Composition.attester.mode.coding.system",
        "min": 1
      },
      {
        "id": "Composition.attester.mode.coding.code",
        "path": "Composition.attester.mode.coding.code",
        "min": 1
      },
      {
        "id": "Composition.attester.mode.coding.display",
        "path": "Composition.attester.mode.coding.display",
        "min": 1
      },
      {
        "id": "Composition.attester.mode.coding.userSelected",
        "path": "Composition.attester.mode.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.attester.mode.text",
        "path": "Composition.attester.mode.text",
        "max": "0"
      },
      {
        "id": "Composition.attester.party",
        "path": "Composition.attester.party",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-practitioner"
            ]
          }
        ]
      },
      {
        "id": "Composition.attester.party.id",
        "path": "Composition.attester.party.id",
        "max": "0"
      },
      {
        "id": "Composition.attester.party.extension",
        "path": "Composition.attester.party.extension",
        "max": "0"
      },
      {
        "id": "Composition.custodian",
        "path": "Composition.custodian",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-organization"
            ]
          }
        ]
      },
      {
        "id": "Composition.custodian.id",
        "path": "Composition.custodian.id",
        "max": "0"
      },
      {
        "id": "Composition.custodian.extension",
        "path": "Composition.custodian.extension",
        "max": "0"
      },
      {
        "id": "Composition.custodian.reference",
        "path": "Composition.custodian.reference",
        "max": "0"
      },
      {
        "id": "Composition.custodian.type",
        "path": "Composition.custodian.type",
        "fixedUri": "Organization"
      },
      {
        "id": "Composition.custodian.identifier",
        "path": "Composition.custodian.identifier",
        "min": 1,
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-identifier"
            ]
          }
        ]
      },
      {
        "id": "Composition.custodian.identifier.system",
        "path": "Composition.custodian.identifier.system",
        "fixedUri": "https://fhir.synapxe.sg/NamingSystem/hci-code"
      },
      {
        "id": "Composition.custodian.display",
        "path": "Composition.custodian.display",
        "max": "0"
      },
      {
        "id": "Composition.relatesTo",
        "path": "Composition.relatesTo",
        "max": "0",
        "type": [
          {
            "code": "RelatedArtifact",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-relatedartifact"
            ]
          }
        ]
      },
      {
        "id": "Composition.relatesTo.extension",
        "path": "Composition.relatesTo.extension",
        "min": 1
      },
      {
        "id": "Composition.relatesTo.extension:sequenceNo",
        "path": "Composition.relatesTo.extension",
        "sliceName": "sequenceNo",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/ext-sequenceno"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Composition.relatesTo.type",
        "path": "Composition.relatesTo.type",
        "patternCode": "documentation"
      },
      {
        "id": "Composition.relatesTo.display",
        "path": "Composition.relatesTo.display",
        "min": 1
      },
      {
        "id": "Composition.relatesTo.citation",
        "path": "Composition.relatesTo.citation",
        "max": "0"
      },
      {
        "id": "Composition.event",
        "path": "Composition.event",
        "max": "0"
      },
      {
        "id": "Composition.section",
        "path": "Composition.section",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "code.coding.code"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Composition.section.id",
        "path": "Composition.section.id",
        "max": "0"
      },
      {
        "id": "Composition.section.extension",
        "path": "Composition.section.extension",
        "max": "0"
      },
      {
        "id": "Composition.section.modifierExtension",
        "path": "Composition.section.modifierExtension",
        "max": "0"
      },
      {
        "id": "Composition.section.code",
        "path": "Composition.section.code",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
            ]
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "https://fhir.synapxe.sg/ValueSet/doc-section-code"
        }
      },
      {
        "id": "Composition.section.code.extension",
        "path": "Composition.section.code.extension",
        "max": "0"
      },
      {
        "id": "Composition.section.author",
        "path": "Composition.section.author",
        "max": "0"
      },
      {
        "id": "Composition.section.focus",
        "path": "Composition.section.focus",
        "max": "0"
      },
      {
        "id": "Composition.section.text.id",
        "path": "Composition.section.text.id",
        "max": "0"
      },
      {
        "id": "Composition.section.text.extension",
        "path": "Composition.section.text.extension",
        "max": "0"
      },
      {
        "id": "Composition.section.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0"
      },
      {
        "id": "Composition.section.entry.id",
        "path": "Composition.section.entry.id",
        "max": "0"
      },
      {
        "id": "Composition.section.entry.extension",
        "path": "Composition.section.entry.extension",
        "max": "0"
      },
      {
        "id": "Composition.section.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:gcs",
        "path": "Composition.section",
        "sliceName": "Gcs",
        "max": "1"
      },
      {
        "id": "Composition.section:gcs.id",
        "path": "Composition.section.id",
        "max": "0"
      },
      {
        "id": "Composition.section:gcs.extension",
        "path": "Composition.section.extension",
        "max": "0"
      },
      {
        "id": "Composition.section:gcs.modifierExtension",
        "path": "Composition.section.modifierExtension",
        "max": "0"
      },
      {
        "id": "Composition.section:gcs.title",
        "path": "Composition.section.title",
        "max": "0"
      },
      {
        "id": "Composition.section:gcs.code",
        "path": "Composition.section.code",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
            ]
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "https://fhir.synapxe.sg/ValueSet/doc-section-code"
        }
      },
      {
        "id": "Composition.section:gcs.code.extension",
        "path": "Composition.section.code.extension",
        "max": "0"
      },
      {
        "id": "Composition.section:gcs.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Composition.section:gcs.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "patternCode": "9269-2"
      },
      {
        "id": "Composition.section:gcs.author",
        "path": "Composition.section.author",
        "max": "0"
      },
      {
        "id": "Composition.section:gcs.focus",
        "path": "Composition.section.focus",
        "max": "0"
      },
      {
        "id": "Composition.section:gcs.text",
        "path": "Composition.section.text",
        "max": "0"
      },
      {
        "id": "Composition.section:gcs.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0"
      },
      {
        "id": "Composition.section:gcs.entry",
        "path": "Composition.section.entry",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-observation"
            ],
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:gcs.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:gcs.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:vitalSigns",
        "path": "Composition.section",
        "sliceName": "VitalSigns",
        "max": "1"
      },
      {
        "id": "Composition.section:vitalSigns.id",
        "path": "Composition.section.id",
        "max": "0"
      },
      {
        "id": "Composition.section:vitalSigns.extension",
        "path": "Composition.section.extension",
        "max": "0"
      },
      {
        "id": "Composition.section:vitalSigns.modifierExtension",
        "path": "Composition.section.modifierExtension",
        "max": "0"
      },
      {
        "id": "Composition.section:vitalSigns.title",
        "path": "Composition.section.title",
        "max": "0"
      },
      {
        "id": "Composition.section:vitalSigns.code",
        "path": "Composition.section.code",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
            ]
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "https://fhir.synapxe.sg/ValueSet/doc-section-code"
        }
      },
      {
        "id": "Composition.section:vitalSigns.code.extension",
        "path": "Composition.section.code.extension",
        "max": "0"
      },
      {
        "id": "Composition.section:vitalSigns.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Composition.section:vitalSigns.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "patternCode": "8716-3"
      },
      {
        "id": "Composition.section:vitalSigns.author",
        "path": "Composition.section.author",
        "max": "0"
      },
      {
        "id": "Composition.section:vitalSigns.focus",
        "path": "Composition.section.focus",
        "max": "0"
      },
      {
        "id": "Composition.section:vitalSigns.text",
        "path": "Composition.section.text",
        "max": "0"
      },
      {
        "id": "Composition.section:vitalSigns.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0"
      },
      {
        "id": "Composition.section:vitalSigns.entry",
        "path": "Composition.section.entry",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-observation"
            ],
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:vitalSigns.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:vitalSigns.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:medicationOrders",
        "path": "Composition.section",
        "sliceName": "MedicationOrders",
        "max": "1"
      },
      {
        "id": "Composition.section:medicationOrders.id",
        "path": "Composition.section.id",
        "max": "0"
      },
      {
        "id": "Composition.section:medicationOrders.extension",
        "path": "Composition.section.extension",
        "max": "0"
      },
      {
        "id": "Composition.section:medicationOrders.modifierExtension",
        "path": "Composition.section.modifierExtension",
        "max": "0"
      },
      {
        "id": "Composition.section:medicationOrders.title",
        "path": "Composition.section.title",
        "max": "0"
      },
      {
        "id": "Composition.section:medicationOrders.code",
        "path": "Composition.section.code",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
            ]
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "https://fhir.synapxe.sg/ValueSet/doc-section-code"
        }
      },
      {
        "id": "Composition.section:medicationOrders.code.extension",
        "path": "Composition.section.code.extension",
        "max": "0"
      },
      {
        "id": "Composition.section:medicationOrders.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Composition.section:medicationOrders.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "patternCode": "29549-3"
      },
      {
        "id": "Composition.section:medicationOrders.author",
        "path": "Composition.section.author",
        "max": "0"
      },
      {
        "id": "Composition.section:medicationOrders.focus",
        "path": "Composition.section.focus",
        "max": "0"
      },
      {
        "id": "Composition.section:medicationOrders.text",
        "path": "Composition.section.text",
        "max": "0"
      },
      {
        "id": "Composition.section:medicationOrders.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0"
      },
      {
        "id": "Composition.section:medicationOrders.entry",
        "path": "Composition.section.entry",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-ed-medicationadministration"
            ],
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:medicationOrders.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:medicationOrders.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:infusionOrders",
        "path": "Composition.section",
        "sliceName": "InfusionOrders",
        "max": "1"
      },
      {
        "id": "Composition.section:infusionOrders.id",
        "path": "Composition.section.id",
        "max": "0"
      },
      {
        "id": "Composition.section:infusionOrders.extension",
        "path": "Composition.section.extension",
        "max": "0"
      },
      {
        "id": "Composition.section:infusionOrders.modifierExtension",
        "path": "Composition.section.modifierExtension",
        "max": "0"
      },
      {
        "id": "Composition.section:infusionOrders.title",
        "path": "Composition.section.title",
        "max": "0"
      },
      {
        "id": "Composition.section:infusionOrders.code",
        "path": "Composition.section.code",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
            ]
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "https://fhir.synapxe.sg/ValueSet/doc-section-code"
        }
      },
      {
        "id": "Composition.section:infusionOrders.code.extension",
        "path": "Composition.section.code.extension",
        "max": "0"
      },
      {
        "id": "Composition.section:infusionOrders.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Composition.section:infusionOrders.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "patternCode": "75311-1"
      },
      {
        "id": "Composition.section:infusionOrders.author",
        "path": "Composition.section.author",
        "max": "0"
      },
      {
        "id": "Composition.section:infusionOrders.focus",
        "path": "Composition.section.focus",
        "max": "0"
      },
      {
        "id": "Composition.section:infusionOrders.text",
        "path": "Composition.section.text",
        "max": "0"
      },
      {
        "id": "Composition.section:infusionOrders.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0"
      },
      {
        "id": "Composition.section:infusionOrders.entry",
        "path": "Composition.section.entry",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-ed-medicationadministration"
            ],
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:infusionOrders.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:infusionOrders.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:procedureOrders",
        "path": "Composition.section",
        "sliceName": "ProcedureOrders",
        "max": "1"
      },
      {
        "id": "Composition.section:procedureOrders.id",
        "path": "Composition.section.id",
        "max": "0"
      },
      {
        "id": "Composition.section:procedureOrders.extension",
        "path": "Composition.section.extension",
        "max": "0"
      },
      {
        "id": "Composition.section:procedureOrders.modifierExtension",
        "path": "Composition.section.modifierExtension",
        "max": "0"
      },
      {
        "id": "Composition.section:procedureOrders.title",
        "path": "Composition.section.title",
        "max": "0"
      },
      {
        "id": "Composition.section:procedureOrders.code",
        "path": "Composition.section.code",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
            ]
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "https://fhir.synapxe.sg/ValueSet/doc-section-code"
        }
      },
      {
        "id": "Composition.section:procedureOrders.code.extension",
        "path": "Composition.section.code.extension",
        "max": "0"
      },
      {
        "id": "Composition.section:procedureOrders.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Composition.section:procedureOrders.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "patternCode": "47519-4"
      },
      {
        "id": "Composition.section:procedureOrders.author",
        "path": "Composition.section.author",
        "max": "0"
      },
      {
        "id": "Composition.section:procedureOrders.focus",
        "path": "Composition.section.focus",
        "max": "0"
      },
      {
        "id": "Composition.section:procedureOrders.text",
        "path": "Composition.section.text",
        "max": "0"
      },
      {
        "id": "Composition.section:procedureOrders.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0"
      },
      {
        "id": "Composition.section:procedureOrders.entry",
        "path": "Composition.section.entry",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-ed-procedure"
            ],
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:procedureOrders.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:procedureOrders.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:prescriptionOrders",
        "path": "Composition.section",
        "sliceName": "PrescriptionOrders",
        "max": "1"
      },
      {
        "id": "Composition.section:prescriptionOrders.id",
        "path": "Composition.section.id",
        "max": "0"
      },
      {
        "id": "Composition.section:prescriptionOrders.extension",
        "path": "Composition.section.extension",
        "max": "0"
      },
      {
        "id": "Composition.section:prescriptionOrders.modifierExtension",
        "path": "Composition.section.modifierExtension",
        "max": "0"
      },
      {
        "id": "Composition.section:prescriptionOrders.title",
        "path": "Composition.section.title",
        "max": "0"
      },
      {
        "id": "Composition.section:prescriptionOrders.code",
        "path": "Composition.section.code",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
            ]
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "https://fhir.synapxe.sg/ValueSet/doc-section-code"
        }
      },
      {
        "id": "Composition.section:prescriptionOrders.code.extension",
        "path": "Composition.section.code.extension",
        "max": "0"
      },
      {
        "id": "Composition.section:prescriptionOrders.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Composition.section:prescriptionOrders.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "patternCode": "10183-2"
      },
      {
        "id": "Composition.section:prescriptionOrders.author",
        "path": "Composition.section.author",
        "max": "0"
      },
      {
        "id": "Composition.section:prescriptionOrders.focus",
        "path": "Composition.section.focus",
        "max": "0"
      },
      {
        "id": "Composition.section:prescriptionOrders.text",
        "path": "Composition.section.text",
        "max": "0"
      },
      {
        "id": "Composition.section:prescriptionOrders.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0"
      },
      {
        "id": "Composition.section:prescriptionOrders.entry",
        "path": "Composition.section.entry",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-ed-prescriptionorder"
            ],
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:prescriptionOrders.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:prescriptionOrders.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:medicalCertificate",
        "path": "Composition.section",
        "sliceName": "MedicalCertificates",
        "max": "1"
      },
      {
        "id": "Composition.section:medicalCertificate.id",
        "path": "Composition.section.id",
        "max": "0"
      },
      {
        "id": "Composition.section:medicalCertificate.extension",
        "path": "Composition.section.extension",
        "max": "0"
      },
      {
        "id": "Composition.section:medicalCertificate.modifierExtension",
        "path": "Composition.section.modifierExtension",
        "max": "0"
      },
      {
        "id": "Composition.section:medicalCertificate.title",
        "path": "Composition.section.title",
        "max": "0"
      },
      {
        "id": "Composition.section:medicalCertificate.code",
        "path": "Composition.section.code",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
            ]
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "https://fhir.synapxe.sg/ValueSet/doc-section-code"
        }
      },
      {
        "id": "Composition.section:medicalCertificate.code.extension",
        "path": "Composition.section.code.extension",
        "max": "0"
      },
      {
        "id": "Composition.section:medicalCertificate.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Composition.section:medicalCertificate.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "patternCode": "103595-5"
      },
      {
        "id": "Composition.section:medicalCertificate.author",
        "path": "Composition.section.author",
        "max": "0"
      },
      {
        "id": "Composition.section:medicalCertificate.focus",
        "path": "Composition.section.focus",
        "max": "0"
      },
      {
        "id": "Composition.section:medicalCertificate.text",
        "path": "Composition.section.text",
        "max": "0"
      },
      {
        "id": "Composition.section:medicalCertificate.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0"
      },
      {
        "id": "Composition.section:medicalCertificate.entry",
        "path": "Composition.section.entry",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-medicalcertificate"
            ],
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:medicalCertificate.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:medicalCertificate.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:allergy",
        "path": "Composition.section",
        "sliceName": "Allergies",
        "max": "1"
      },
      {
        "id": "Composition.section:allergy.id",
        "path": "Composition.section.id",
        "max": "0"
      },
      {
        "id": "Composition.section:allergy.extension",
        "path": "Composition.section.extension",
        "max": "0"
      },
      {
        "id": "Composition.section:allergy.modifierExtension",
        "path": "Composition.section.modifierExtension",
        "max": "0"
      },
      {
        "id": "Composition.section:allergy.title",
        "path": "Composition.section.title",
        "max": "0"
      },
      {
        "id": "Composition.section:allergy.code",
        "path": "Composition.section.code",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
            ]
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "https://fhir.synapxe.sg/ValueSet/doc-section-code"
        }
      },
      {
        "id": "Composition.section:allergy.code.extension",
        "path": "Composition.section.code.extension",
        "max": "0"
      },
      {
        "id": "Composition.section:allergy.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Composition.section:allergy.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "patternCode": "48765-2"
      },
      {
        "id": "Composition.section:allergy.author",
        "path": "Composition.section.author",
        "max": "0"
      },
      {
        "id": "Composition.section:allergy.focus",
        "path": "Composition.section.focus",
        "max": "0"
      },
      {
        "id": "Composition.section:allergy.text",
        "path": "Composition.section.text",
        "max": "0"
      },
      {
        "id": "Composition.section:allergy.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0"
      },
      {
        "id": "Composition.section:allergy.entry",
        "path": "Composition.section.entry",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-ed-allergyintolerance"
            ],
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:allergy.entry.id",
        "path": "Composition.section.entry.id",
        "max": "0"
      },
      {
        "id": "Composition.section:allergy.entry.extension",
        "path": "Composition.section.entry.extension",
        "max": "0"
      },
      {
        "id": "Composition.section:allergy.entry.reference",
        "path": "Composition.section.entry.reference",
        "min": 1
      },
      {
        "id": "Composition.section:allergy.entry.type",
        "path": "Composition.section.entry.type",
        "max": "0"
      },
      {
        "id": "Composition.section:allergy.entry.identifier",
        "path": "Composition.section.entry.identifier",
        "max": "0"
      },
      {
        "id": "Composition.section:allergy.entry.display",
        "path": "Composition.section.entry.display",
        "max": "0"
      },
      {
        "id": "Composition.section:allergy.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:allergy.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:alert",
        "path": "Composition.section",
        "sliceName": "Alerts",
        "max": "1"
      },
      {
        "id": "Composition.section:alert.id",
        "path": "Composition.section.id",
        "max": "0"
      },
      {
        "id": "Composition.section:alert.extension",
        "path": "Composition.section.extension",
        "max": "0"
      },
      {
        "id": "Composition.section:alert.modifierExtension",
        "path": "Composition.section.modifierExtension",
        "max": "0"
      },
      {
        "id": "Composition.section:alert.title",
        "path": "Composition.section.title",
        "max": "0"
      },
      {
        "id": "Composition.section:alert.code",
        "path": "Composition.section.code",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
            ]
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "https://fhir.synapxe.sg/ValueSet/doc-section-code"
        }
      },
      {
        "id": "Composition.section:alert.code.extension",
        "path": "Composition.section.code.extension",
        "max": "0"
      },
      {
        "id": "Composition.section:alert.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Composition.section:alert.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "patternCode": "75310-3"
      },
      {
        "id": "Composition.section:alert.author",
        "path": "Composition.section.author",
        "max": "0"
      },
      {
        "id": "Composition.section:alert.focus",
        "path": "Composition.section.focus",
        "max": "0"
      },
      {
        "id": "Composition.section:alert.text",
        "path": "Composition.section.text",
        "max": "0"
      },
      {
        "id": "Composition.section:alert.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0"
      },
      {
        "id": "Composition.section:alert.entry",
        "path": "Composition.section.entry",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-ed-flag"
            ],
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:alert.entry.id",
        "path": "Composition.section.entry.id",
        "max": "0"
      },
      {
        "id": "Composition.section:alert.entry.extension",
        "path": "Composition.section.entry.extension",
        "max": "0"
      },
      {
        "id": "Composition.section:alert.entry.reference",
        "path": "Composition.section.entry.reference",
        "min": 1
      },
      {
        "id": "Composition.section:alert.entry.type",
        "path": "Composition.section.entry.type",
        "max": "0"
      },
      {
        "id": "Composition.section:alert.entry.identifier",
        "path": "Composition.section.entry.identifier",
        "max": "0"
      },
      {
        "id": "Composition.section:alert.entry.display",
        "path": "Composition.section.entry.display",
        "max": "0"
      },
      {
        "id": "Composition.section:alert.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:alert.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:triage",
        "path": "Composition.section",
        "sliceName": "Triage",
        "max": "1"
      },
      {
        "id": "Composition.section:triage.id",
        "path": "Composition.section.id",
        "max": "0"
      },
      {
        "id": "Composition.section:triage.extension",
        "path": "Composition.section.extension",
        "max": "0"
      },
      {
        "id": "Composition.section:triage.modifierExtension",
        "path": "Composition.section.modifierExtension",
        "max": "0"
      },
      {
        "id": "Composition.section:triage.title",
        "path": "Composition.section.title",
        "max": "0"
      },
      {
        "id": "Composition.section:triage.code",
        "path": "Composition.section.code",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
            ]
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "https://fhir.synapxe.sg/ValueSet/doc-section-code"
        }
      },
      {
        "id": "Composition.section:triage.code.extension",
        "path": "Composition.section.code.extension",
        "max": "0"
      },
      {
        "id": "Composition.section:triage.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Composition.section:triage.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "patternCode": "54094-8"
      },
      {
        "id": "Composition.section:triage.author",
        "path": "Composition.section.author",
        "max": "0"
      },
      {
        "id": "Composition.section:triage.focus",
        "path": "Composition.section.focus",
        "max": "0"
      },
      {
        "id": "Composition.section:triage.text",
        "path": "Composition.section.text",
        "max": "0"
      },
      {
        "id": "Composition.section:triage.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0"
      },
      {
        "id": "Composition.section:triage.entry",
        "path": "Composition.section.entry",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-observation"
            ],
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:triage.entry.id",
        "path": "Composition.section.entry.id",
        "max": "0"
      },
      {
        "id": "Composition.section:triage.entry.extension",
        "path": "Composition.section.entry.extension",
        "max": "0"
      },
      {
        "id": "Composition.section:triage.entry.reference",
        "path": "Composition.section.entry.reference",
        "min": 1
      },
      {
        "id": "Composition.section:triage.entry.type",
        "path": "Composition.section.entry.type",
        "max": "0"
      },
      {
        "id": "Composition.section:triage.entry.identifier",
        "path": "Composition.section.entry.identifier",
        "max": "0"
      },
      {
        "id": "Composition.section:triage.entry.display",
        "path": "Composition.section.entry.display",
        "max": "0"
      },
      {
        "id": "Composition.section:triage.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:triage.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:consultation",
        "path": "Composition.section",
        "sliceName": "Consultations",
        "max": "1"
      },
      {
        "id": "Composition.section:consultation.id",
        "path": "Composition.section.id",
        "max": "0"
      },
      {
        "id": "Composition.section:consultation.extension",
        "path": "Composition.section.extension",
        "max": "0"
      },
      {
        "id": "Composition.section:consultation.modifierExtension",
        "path": "Composition.section.modifierExtension",
        "max": "0"
      },
      {
        "id": "Composition.section:consultation.title",
        "path": "Composition.section.title",
        "max": "0"
      },
      {
        "id": "Composition.section:consultation.code",
        "path": "Composition.section.code",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
            ]
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "https://fhir.synapxe.sg/ValueSet/doc-section-code"
        }
      },
      {
        "id": "Composition.section:consultation.code.extension",
        "path": "Composition.section.code.extension",
        "max": "0"
      },
      {
        "id": "Composition.section:consultation.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Composition.section:consultation.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "patternCode": "51846-4"
      },
      {
        "id": "Composition.section:consultation.author",
        "path": "Composition.section.author",
        "max": "0"
      },
      {
        "id": "Composition.section:consultation.focus",
        "path": "Composition.section.focus",
        "max": "0"
      },
      {
        "id": "Composition.section:consultation.text",
        "path": "Composition.section.text",
        "max": "0"
      },
      {
        "id": "Composition.section:consultation.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0"
      },
      {
        "id": "Composition.section:consultation.entry",
        "path": "Composition.section.entry",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-observation"
            ],
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:consultation.entry.id",
        "path": "Composition.section.entry.id",
        "max": "0"
      },
      {
        "id": "Composition.section:consultation.entry.extension",
        "path": "Composition.section.entry.extension",
        "max": "0"
      },
      {
        "id": "Composition.section:consultation.entry.reference",
        "path": "Composition.section.entry.reference",
        "min": 1
      },
      {
        "id": "Composition.section:consultation.entry.type",
        "path": "Composition.section.entry.type",
        "max": "0"
      },
      {
        "id": "Composition.section:consultation.entry.identifier",
        "path": "Composition.section.entry.identifier",
        "max": "0"
      },
      {
        "id": "Composition.section:consultation.entry.display",
        "path": "Composition.section.entry.display",
        "max": "0"
      },
      {
        "id": "Composition.section:consultation.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:consultation.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:FileAttachments",
        "path": "Composition.section",
        "sliceName": "FileAttachments"
      },
      {
        "id": "Composition.section:FileAttachments.id",
        "path": "Composition.section.id",
        "max": "0"
      },
      {
        "id": "Composition.section:FileAttachments.extension",
        "path": "Composition.section.extension",
        "max": "0"
      },
      {
        "id": "Composition.section:FileAttachments.modifierExtension",
        "path": "Composition.section.modifierExtension",
        "max": "0"
      },
      {
        "id": "Composition.section:FileAttachments.title",
        "path": "Composition.section.title",
        "max": "0"
      },
      {
        "id": "Composition.section:FileAttachments.code",
        "path": "Composition.section.code",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
            ]
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "https://fhir.synapxe.sg/ValueSet/doc-section-code"
        }
      },
      {
        "id": "Composition.section:FileAttachments.code.coding.system",
        "path": "Composition.section.code.coding.system",
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Composition.section:FileAttachments.code.coding.code",
        "path": "Composition.section.code.coding.code",
        "patternCode": "28570-0"
      },
      {
        "id": "Composition.section:FileAttachments.author",
        "path": "Composition.section.author",
        "max": "0"
      },
      {
        "id": "Composition.section:FileAttachments.focus",
        "path": "Composition.section.focus",
        "max": "0"
      },
      {
        "id": "Composition.section:FileAttachments.text",
        "path": "Composition.section.text",
        "max": "0"
      },
      {
        "id": "Composition.section:FileAttachments.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0"
      },
      {
        "id": "Composition.section:FileAttachments.entry",
        "path": "Composition.section.entry",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-fileattachment"
            ],
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:FileAttachments.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:FileAttachments.section",
        "path": "Composition.section.section",
        "max": "0"
      }
    ]
  }
}