{
  "resourceType": "StructureDefinition",
  "id": "Composition-uv-ips",
  "url": "http://hl7.org/fhir/uv/ips/StructureDefinition/Composition-uv-ips",
  "version": "0.2.0",
  "name": "CompositionUvIps",
  "title": "Composition (IPS)",
  "status": "active",
  "date": "2018-08-29",
  "publisher": "HL7 International",
  "description": "Clinical document used to represent the International Patient Summary (IPS) data set. The IPS dataset is a minimal and non-exhaustive patient summary dataset, specialty-agnostic, condition-independent, but readily usable by clinicians for the cross-border unscheduled care of a patient.\r\n\r\nThis profile is based on the ClinicalDocument profile",
  "purpose": "An International Patient Summary (IPS) document is an electronic health record extract containing essential healthcare information intended for use in the unscheduled, cross-border care scenario, comprising at least the required elements of the IPS dataset. The IPS dataset is a minimal and non-exhaustive patient summary dataset, specialty-agnostic, condition-independent, but readily usable by clinicians for the cross-border unscheduled care of a patient.",
  "copyright": "HL7 International",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "cda",
      "uri": "http://hl7.org/v3/cda",
      "name": "CDA (R2)"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Composition",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/clinicaldocument",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Composition",
        "path": "Composition",
        "short": "International Patient Summary composition",
        "definition": "International Patient Summary composition. \r\nA composition is a set of healthcare-related information that is assembled together into a single logical document that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement. \r\nWhile a Composition defines the structure, it does not actually contain the content: rather the full content of a document is contained in a Bundle, of which the Composition is the first resource contained.",
        "mustSupport": true
      },
      {
        "id": "Composition.id",
        "path": "Composition.id",
        "mustSupport": true
      },
      {
        "id": "Composition.meta",
        "path": "Composition.meta",
        "mustSupport": true
      },
      {
        "id": "Composition.text",
        "path": "Composition.text",
        "mustSupport": true
      },
      {
        "id": "Composition.identifier",
        "path": "Composition.identifier",
        "mustSupport": true
      },
      {
        "id": "Composition.status",
        "path": "Composition.status",
        "mustSupport": true
      },
      {
        "id": "Composition.type",
        "path": "Composition.type",
        "short": "Kind of composition (\"Patient Summary\")",
        "definition": "Specifies that this composition refers to a Patient Summary (Loinc \"60591-5\")",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips"
          }
        ],
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "60591-5"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "Composition.subject",
        "path": "Composition.subject",
        "definition": "Who or what the composition is about. \r\nIn general a composition can be about a person, (patient or healthcare practitioner), a device (e.g. a machine) or even a group of subjects (such as a document about a herd of livestock, or a set of patients that share a common exposure).\r\nFor the IPS the subject is always the patient.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.subject.reference",
        "path": "Composition.subject.reference",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Composition.encounter.reference",
        "path": "Composition.encounter.reference",
        "mustSupport": true
      },
      {
        "id": "Composition.date",
        "path": "Composition.date",
        "mustSupport": true
      },
      {
        "id": "Composition.author",
        "path": "Composition.author",
        "short": "Who and/or what authored the IPS",
        "definition": "Identifies who is responsible for the information in the IPS, not necessarily who typed it in.\r\n\r\nThe type of author(s) contribute to determine the \"nature\"of the Patient Summary: e.g. a \"human-curated\" IPS Vs. an \"automatically generated\" IPS.",
        "mustSupport": true
      },
      {
        "id": "Composition.author.reference",
        "path": "Composition.author.reference",
        "mustSupport": true
      },
      {
        "id": "Composition.title",
        "path": "Composition.title",
        "short": "International Patient Summary",
        "definition": "Official human-readable label for the composition.\r\n\r\nFor this document should be \"International Patient Summary\" or any equivalent translation",
        "mustSupport": true
      },
      {
        "id": "Composition.confidentiality",
        "path": "Composition.confidentiality",
        "mustSupport": true
      },
      {
        "id": "Composition.attester",
        "path": "Composition.attester",
        "mustSupport": true
      },
      {
        "id": "Composition.attester.mode",
        "path": "Composition.attester.mode",
        "mustSupport": true
      },
      {
        "id": "Composition.attester.time",
        "path": "Composition.attester.time",
        "mustSupport": true
      },
      {
        "id": "Composition.attester.party",
        "path": "Composition.attester.party",
        "mustSupport": true
      },
      {
        "id": "Composition.attester.party.reference",
        "path": "Composition.attester.party.reference",
        "mustSupport": true
      },
      {
        "id": "Composition.custodian",
        "path": "Composition.custodian",
        "mustSupport": true
      },
      {
        "id": "Composition.custodian.reference",
        "path": "Composition.custodian.reference",
        "mustSupport": true
      },
      {
        "id": "Composition.relatesTo",
        "path": "Composition.relatesTo",
        "mustSupport": true
      },
      {
        "id": "Composition.relatesTo.code",
        "path": "Composition.relatesTo.code",
        "mustSupport": true
      },
      {
        "id": "Composition.relatesTo.target[x]",
        "path": "Composition.relatesTo.target[x]",
        "type": [
          {
            "code": "Identifier"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/uv/ips/StructureDefinition/Composition-uv-ips"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.event",
        "path": "Composition.event",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "code"
            }
          ],
          "rules": "open"
        },
        "definition": "The main activity being described by a IPS is the provision of healthcare over a period of time. \r\nIn the CDA representation of the IPS this is shown by setting the value of serviceEvent/@classCode to “PCPR” (care provision) and indicating the duration over which care was provided in serviceEvent/effectiveTime. \r\nIn the FHIR representation at lest one event should be used to record this information.\r\nAdditional data from outside this duration may also be included if it is relevant to care provided during that time range (e.g., reviewed during the stated time range). For example if the IPS is generated by a GP based on information recorded in his/her EHR-S, then the start value should represent the date when the treatment relationship between the patient and the GP started; and the end value the date of the latest care event.",
        "mustSupport": true
      },
      {
        "id": "Composition.event:careProvisioningEvent",
        "path": "Composition.event",
        "sliceName": "careProvisioningEvent",
        "short": "The care provisioning being documented",
        "definition": "The provision of healthcare over a period of time this IPS is documenting.",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.event:careProvisioningEvent.code",
        "path": "Composition.event.code",
        "min": 1,
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ActClass",
              "code": "PCPR"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "Composition.event:careProvisioningEvent.period",
        "path": "Composition.event.period",
        "mustSupport": true
      },
      {
        "id": "Composition.section",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "code"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "short": "Sections composing the IPS",
        "definition": "The root of the sections that make up the IPS composition.",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionMedications",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "sectionMedications",
        "short": "IPS Medication Summary Section",
        "definition": "The medication summary section contains a description of the patient's medications relevant for the scope of the patient summary.\r\nThe actual content could depend on the jurisdiction, it could report:\r\n- the currently active medications; \r\n- the current and past medications considered relevant by the authoring GP; \r\n- the patient prescriptions or dispensations automatically extracted by a regional or a national EHR.\r\n\r\nIn all those cases however medications are documented in the Patient Summary as medication statements.\r\nThis section requires either an entry indicating the subject is known not to be on any relevant medication; either an entry indicating that no information is available about medications; or entries summarizing the subject's relevant medications.",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionMedications.title",
        "path": "Composition.section.title",
        "short": "Medication Summary section",
        "definition": "The label for this particular section.  This will be part of the rendered content for the document, and is often used to build a table of contents.\r\n\r\nMedication Summary",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionMedications.code",
        "path": "Composition.section.code",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips"
          }
        ],
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "10160-0"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionMedications.text",
        "path": "Composition.section.text",
        "min": 1,
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionMedications.entry",
        "path": "Composition.section.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "$this.resolve()"
            }
          ],
          "rules": "open"
        },
        "short": "Medications relevant for the scope of the patient summary",
        "definition": "This list the medications relevant for the scope of the patient summary or it is used to indicate that the subject is known not to be on any relevant medication; either that no information is available about medications.",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionMedications.entry:medicationStatement",
        "path": "Composition.section.entry",
        "sliceName": "medicationStatement",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/uv/ips/StructureDefinition/MedicationStatement-uv-ips"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionMedications.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Composition.section:sectionMedications.section",
        "path": "Composition.section.section",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Composition.section:sectionAllergies",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "sectionAllergies",
        "short": "IPS Allergies and Intolerances Section",
        "definition": "This section documents the relevant allergies or intolerances (conditions) for that patient, describing the kind of reaction (e.g. rash, anaphylaxis,..); preferably the agents that cause it; and optionally the criticality and the certainty of the allergy.\r\nAt a minimum, it should list currently active and any relevant historical allergies and adverse reactions.\r\nIf no information about allergies is available, or if no allergies are known this should be clearly documented in the section.",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionAllergies.title",
        "path": "Composition.section.title",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionAllergies.code",
        "path": "Composition.section.code",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips"
          }
        ],
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "48765-2"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionAllergies.text",
        "path": "Composition.section.text",
        "min": 1,
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionAllergies.entry",
        "path": "Composition.section.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "$this.resolve()"
            }
          ],
          "rules": "open"
        },
        "short": "Relevant allergies or intolerances (conditions) for that patient.",
        "definition": "It lists the relevant allergies or intolerances (conditions) for that patient, describing the kind of reaction (e.g. rash, anaphylaxis,..); preferably the agents that cause it; and optionally the criticality and the certainty of the allergy.\r\nAt a minimum, it should list currently active and any relevant historical allergies and adverse reactions.\r\n This entry shall be used to document that no information about allergies is available, or that no allergies are known .",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionAllergies.entry:allergyOrIntolerance",
        "path": "Composition.section.entry",
        "sliceName": "allergyOrIntolerance",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/uv/ips/StructureDefinition/AllergyIntolerance-uv-ips"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionAllergies.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Composition.section:sectionAllergies.section",
        "path": "Composition.section.section",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Composition.section:sectionProblems",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "sectionProblems",
        "short": "IPS Problems Section",
        "definition": "The IPS problem section lists and describes clinical problems or conditions currently being monitored for the patient.",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionProblems.title",
        "path": "Composition.section.title",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionProblems.code",
        "path": "Composition.section.code",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips"
          }
        ],
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "11450-4"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionProblems.text",
        "path": "Composition.section.text",
        "min": 1,
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionProblems.entry",
        "path": "Composition.section.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "$this.resolve()"
            }
          ],
          "rules": "open"
        },
        "short": "Clinical problems or conditions currently being monitored for the patient.",
        "definition": "It lists and describes clinical problems or conditions currently being monitored for the patient.  This entry shall be used to document that no information about problems is available, or that no relevant problems are known.",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionProblems.entry:problem",
        "path": "Composition.section.entry",
        "sliceName": "problem",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/uv/ips/StructureDefinition/Condition-uv-ips"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionProblems.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Composition.section:sectionProblems.section",
        "path": "Composition.section.section",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Composition.section:sectionProceduresHx",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "sectionProceduresHx",
        "short": "IPS History of Procedures Section",
        "definition": "The History of Procedures Section contains a description of the patient past procedures that are pertinent to the scope of this document.\r\nProcedures may refer for example to:\r\n1. Invasive Diagnostic procedure:e.g. Cardiac catheterization; (the results of these procedure are documented in the results section)\r\n2. Therapeutic procedure: e.g. dialysis;\r\n3. Surgical procedure: e.g. appendectomy",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionProceduresHx.title",
        "path": "Composition.section.title",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionProceduresHx.code",
        "path": "Composition.section.code",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips"
          }
        ],
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "47519-4"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionProceduresHx.text",
        "path": "Composition.section.text",
        "min": 1,
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionProceduresHx.entry",
        "path": "Composition.section.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "$this.resolve()"
            }
          ],
          "rules": "open"
        },
        "short": "Patient past procedures pertinent to the scope of this document.",
        "definition": "It lists the patient past procedures that are pertinent to the scope of this document.\r\nProcedures may refer for example to:\r\n1. Invasive Diagnostic procedure:e.g. Cardiac catheterization; (the results of these procedure are documented in the results section)\r\n2. Therapeutic procedure: e.g. dialysis;\r\n3. Surgical procedure: e.g. appendectomy. This entry shall be used to document that no information about past procedures is available, or that no relevant past procedures are known.",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionProceduresHx.entry:procedure",
        "path": "Composition.section.entry",
        "sliceName": "procedure",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/uv/ips/StructureDefinition/Procedure-uv-ips"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionProceduresHx.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Composition.section:sectionProceduresHx.section",
        "path": "Composition.section.section",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Composition.section:sectionImmunizations",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "sectionImmunizations",
        "short": "IPS Immunizations Section",
        "definition": "The Immunizations Section defines a patient's current immunization status and pertinent immunization history.\r\nThe primary use case for the Immunization Section is to enable communication of a patient's immunization status.\r\nThe section includes current immunization status, and may contain the entire immunization history that is relevant to the period of time being summarized.",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionImmunizations.title",
        "path": "Composition.section.title",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionImmunizations.code",
        "path": "Composition.section.code",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips"
          }
        ],
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "11369-6"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionImmunizations.text",
        "path": "Composition.section.text",
        "min": 1,
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionImmunizations.entry",
        "path": "Composition.section.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "$this.resolve()"
            }
          ],
          "rules": "open"
        },
        "short": "Patient's immunization status and pertinent history.",
        "definition": "It defines the patient's current immunization status and pertinent immunization history.\r\nThe primary use case for the Immunization Section is to enable communication of a patient's immunization status.\r\nIt may contain the entire immunization history that is relevant to the period of time being summarized. This entry shall be used to document that no information about immunizations is available, or that no immunizations are known.",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionImmunizations.entry:immunization",
        "path": "Composition.section.entry",
        "sliceName": "immunization",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/uv/ips/StructureDefinition/Immunization-uv-ips"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionImmunizations.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Composition.section:sectionImmunizations.section",
        "path": "Composition.section.section",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Composition.section:sectionMedicalDevices",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "sectionMedicalDevices",
        "short": "IPS Medical Devices Section",
        "definition": "The medical devices section contains narrative text and coded entries describing the patient history of medical device use.",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionMedicalDevices.title",
        "path": "Composition.section.title",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionMedicalDevices.code",
        "path": "Composition.section.code",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips"
          }
        ],
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "46264-8"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionMedicalDevices.text",
        "path": "Composition.section.text",
        "min": 1,
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionMedicalDevices.entry",
        "path": "Composition.section.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "$this.resolve()"
            }
          ],
          "rules": "open"
        },
        "short": "Patient history of medical device use.",
        "definition": "It describes the patient history of medical device use. This entry shall be used to document that no information about medical device use is available, or that no relevant medical device use is known.",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionMedicalDevices.entry:deviceStatement",
        "path": "Composition.section.entry",
        "sliceName": "deviceStatement",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/uv/ips/StructureDefinition/DeviceUseStatement-uv-ips"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionMedicalDevices.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Composition.section:sectionMedicalDevices.section",
        "path": "Composition.section.section",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Composition.section:sectionResults",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Results Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "sectionResults",
        "short": "IPS Results Section",
        "definition": "This section assembles relevant observation results collected on the patient or produced on in-vitro biologic specimens collected from the patient. Some of these results may be laboratory results, others may be anatomic pathology results, others, radiology results, and others, clinical results.",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionResults.title",
        "path": "Composition.section.title",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionResults.code",
        "path": "Composition.section.code",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips"
          }
        ],
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "30954-2"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionResults.text",
        "path": "Composition.section.text",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionResults.entry",
        "path": "Composition.section.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "$this.resolve()"
            }
          ],
          "rules": "open"
        },
        "short": "Relevant observation results collected on the patient or produced on in-vitro biologic specimens collected from the patient.",
        "definition": "Relevant observation results collected on the patient or produced on in-vitro biologic specimens collected from the patient. Some of these results may be laboratory results, others may be anatomic pathology results, others, radiology results, and others, clinical results.",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionResults.entry:observation-laboratory",
        "path": "Composition.section.entry",
        "sliceName": "observation-laboratory",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-laboratory-uv-ips"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionResults.entry:observation-pathology",
        "path": "Composition.section.entry",
        "sliceName": "observation-pathology",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-pathology-uv-ips"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionResults.entry:observation-imaging",
        "path": "Composition.section.entry",
        "sliceName": "observation-imaging",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-imaging-uv-ips"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionResults.entry:observation",
        "path": "Composition.section.entry",
        "sliceName": "observation",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-uv-ips"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionResults.entry:diagnosticReport",
        "path": "Composition.section.entry",
        "sliceName": "diagnosticReport",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/uv/ips/StructureDefinition/DiagnosticReport-uv-ips"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionResults.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Composition.section:sectionResults.section",
        "path": "Composition.section.section",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Composition.section:sectionVitalSigns",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Vital Signs Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "sectionVitalSigns",
        "label": "Vital signs",
        "short": "IPS Vital Signs Section",
        "definition": "The Vital signs section includes blood pressure, body temperature, heart rate, and respiratory rate. It may also include other clinical findings, such as height, weight, body mass index, head circumference, and pulse oximetry. In particular, notable vital signs or physical findings such as the most recent, maximum and/or minimum, baseline, or relevant trends may be included",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionVitalSigns.title",
        "path": "Composition.section.title",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionVitalSigns.code",
        "path": "Composition.section.code",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips"
          }
        ],
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "8716-3"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionVitalSigns.text",
        "path": "Composition.section.text",
        "min": 1,
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionVitalSigns.entry",
        "path": "Composition.section.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "$this.resolve()"
            }
          ],
          "rules": "open"
        },
        "short": "Notable vital signs or physical findings.",
        "definition": "Notable vital signs or physical findings as: blood pressure, body temperature, heart rate, and respiratory rate. It may also include other clinical findings, such as height, weight, body mass index, head circumference, and pulse oximetry. In particular, notable vital signs or physical findings such as the most recent, maximum and/or minimum, baseline, or relevant trends may be included",
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionVitalSigns.entry:vitalSign",
        "path": "Composition.section.entry",
        "sliceName": "vitalSign",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/vitalsigns"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionVitalSigns.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Composition.section:sectionVitalSigns.section",
        "path": "Composition.section.section",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Composition.section:sectionPastIllnessHx",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "sectionPastIllnessHx",
        "short": "IPS History of Past Illness Section",
        "definition": "The History of Past Illness section contains a description of the conditions the patient suffered in the past.",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionPastIllnessHx.title",
        "path": "Composition.section.title",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionPastIllnessHx.code",
        "path": "Composition.section.code",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips"
          }
        ],
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "11348-0"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionPastIllnessHx.text",
        "path": "Composition.section.text",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionPastIllnessHx.entry",
        "path": "Composition.section.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "$this.resolve()"
            }
          ],
          "rules": "open"
        },
        "short": "Conditions the patient suffered in the past.",
        "definition": "It contains a description of the conditions the patient suffered in the past.",
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionPastIllnessHx.entry:pastProblem",
        "path": "Composition.section.entry",
        "sliceName": "pastProblem",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/uv/ips/StructureDefinition/Condition-uv-ips"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionPastIllnessHx.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Composition.section:sectionPastIllnessHx.section",
        "path": "Composition.section.section",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Composition.section:sectionFunctionalStatus",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "sectionFunctionalStatus",
        "short": "IPS Functional Status",
        "definition": "The functional status section shall contain a narrative description of capability of the patient to perform acts of daily living, including possible needs of the patient to be continuously assessed by third parties. The invalidity status may in fact influence decisions about how to administer treatments.\r\nProfiles to express disabilities and functional assessments will be specified by future versions of this guide.",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionFunctionalStatus.title",
        "path": "Composition.section.title",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionFunctionalStatus.code",
        "path": "Composition.section.code",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips"
          }
        ],
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "47420-5"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionFunctionalStatus.text",
        "path": "Composition.section.text",
        "min": 1,
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionFunctionalStatus.entry",
        "path": "Composition.section.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "$this.resolve()"
            }
          ],
          "rules": "open"
        },
        "short": "Optional entry used to represent disabilities and functional assessments",
        "definition": "It describes capabilities of the patient to perform acts of daily living, including possible needs of the patient to be continuously assessed by third parties. The invalidity status may in fact influence decisions about how to administer treatments.\r\nProfiles to express disabilities and functional assessments will be specified by future versions of this guide.",
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionFunctionalStatus.entry:disability",
        "path": "Composition.section.entry",
        "sliceName": "disability",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/uv/ips/StructureDefinition/Condition-uv-ips"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionFunctionalStatus.entry:functionalAssessment",
        "path": "Composition.section.entry",
        "sliceName": "functionalAssessment",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ClinicalImpression"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionFunctionalStatus.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Composition.section:sectionFunctionalStatus.section",
        "path": "Composition.section.section",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Composition.section:sectionPlanOfCare",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "sectionPlanOfCare",
        "short": "IPS Plan of Care Section",
        "definition": "The plan of care section contains a narrative description of the expectations for care including proposals, goals, and order requests for monitoring, tracking, or improving the condition of the patient.",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionPlanOfCare.title",
        "path": "Composition.section.title",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionPlanOfCare.code",
        "path": "Composition.section.code",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips"
          }
        ],
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "18776-5"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionPlanOfCare.text",
        "path": "Composition.section.text",
        "min": 1,
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionPlanOfCare.entry",
        "path": "Composition.section.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "$this.resolve()"
            }
          ],
          "rules": "open"
        },
        "short": "Optional entry used to represent structured care plans",
        "definition": "Dynamic, personalized plan including identified needed healthcare activity, health objectives and healthcare goals, relating to one or more specified health issues in a healthcare process [Source EN ISO 13940]",
        "mustSupport": false
      },
      {
        "id": "Composition.section:sectionPlanOfCare.entry:carePlan",
        "path": "Composition.section.entry",
        "sliceName": "carePlan",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/CarePlan"
          }
        ],
        "mustSupport": false
      },
      {
        "id": "Composition.section:sectionPlanOfCare.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Composition.section:sectionPlanOfCare.section",
        "path": "Composition.section.section",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Composition.section:sectionSocialHistory",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "sectionSocialHistory",
        "short": "IPS Social History Section",
        "definition": "The social history section contains a description of the person’s Health related \"lifestyle factors\" or \"lifestyle observations\" (e.g. smoke habits; alcohol consumption; diets, risky habits.)",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionSocialHistory.title",
        "path": "Composition.section.title",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionSocialHistory.code",
        "path": "Composition.section.code",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips"
          }
        ],
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "29762-2"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionSocialHistory.text",
        "path": "Composition.section.text",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionSocialHistory.entry",
        "path": "Composition.section.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "$this.resolve()"
            }
          ],
          "rules": "open"
        },
        "short": "Health related \"lifestyle factors\" or \"lifestyle observations\" (e.g. smoke habits; alcohol consumption; diets, risky habits.)",
        "definition": "Description of the person’s Health related “lifestyle factors\" or \"lifestyle observations\" (e.g. smoke habits; alcohol consumption; diets, risky habits.)",
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionSocialHistory.entry:smokingTobaccoUse",
        "path": "Composition.section.entry",
        "sliceName": "smokingTobaccoUse",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-tobaccouse-uv-ips"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionSocialHistory.entry:alcoholUse",
        "path": "Composition.section.entry",
        "sliceName": "alcoholUse",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-alcoholuse-uv-ips"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionSocialHistory.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Composition.section:sectionSocialHistory.section",
        "path": "Composition.section.section",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Composition.section:sectionPregnancyHx",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "sectionPregnancyHx",
        "short": "IPS History of Pregnancy Section",
        "definition": "The history of pregnancy section shall contain information about whether the patient is currently pregnant or not.\r\nIt may contain addition summarizing information about the outcome of earlier pregnancies.",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionPregnancyHx.title",
        "path": "Composition.section.title",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionPregnancyHx.code",
        "path": "Composition.section.code",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips"
          }
        ],
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "10162-6"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionPregnancyHx.text",
        "path": "Composition.section.text",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionPregnancyHx.entry",
        "path": "Composition.section.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "$this.resolve()"
            }
          ],
          "rules": "open"
        },
        "short": "Current pregnancy status and, optionally, information about the outcome of earlier pregnancies.",
        "definition": "It contains information about whether the patient is currently pregnant or not.\r\nIt may contain addition summarizing information about the outcome of earlier pregnancies.",
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionPregnancyHx.entry:pregnancyStatus",
        "path": "Composition.section.entry",
        "sliceName": "pregnancyStatus",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-pregnancy-status-uv-ips"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionPregnancyHx.entry:pregnancyOutcomeSummary",
        "path": "Composition.section.entry",
        "sliceName": "pregnancyOutcomeSummary",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-pregnancy-outcome-uv-ips"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionPregnancyHx.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Composition.section:sectionPregnancyHx.section",
        "path": "Composition.section.section",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Composition.section:sectionAdvanceDirectives",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "Composition.section",
        "sliceName": "sectionAdvanceDirectives",
        "short": "IPS Advance Directives Section",
        "definition": "The advance directives section contains a narrative description of patient's advance directive.",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionAdvanceDirectives.title",
        "path": "Composition.section.title",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionAdvanceDirectives.code",
        "path": "Composition.section.code",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips"
          }
        ],
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "42348-3"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionAdvanceDirectives.text",
        "path": "Composition.section.text",
        "min": 1,
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionAdvanceDirectives.entry",
        "path": "Composition.section.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "$this.resolve()"
            }
          ],
          "rules": "open"
        },
        "short": "Narrative description of the patient's advance directive.",
        "definition": "Contains a narrative description or a Consent entry with information about the patient's advance directive.",
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionAdvanceDirectives.entry:advanceDirectivesConsent",
        "path": "Composition.section.entry",
        "sliceName": "advanceDirectivesConsent",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Consent"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.section:sectionAdvanceDirectives.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Composition.section:sectionAdvanceDirectives.section",
        "path": "Composition.section.section",
        "max": "0",
        "mustSupport": false
      }
    ]
  }
}