{
  "resourceType": "StructureDefinition",
  "url": "http://example.org/fhir/StructureDefinition/eLTSS",
  "name": "eLTSS",
  "status": "draft",
  "fhirVersion": "3.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "Element",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
  "derivation": "specialization",
  "snapshot": {
    "element": [
      {
        "id": "eLTSS FHIR Logical Model",
        "path": "eLTSS FHIR Logical Model",
        "short": "eLTSS Model",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.Person",
        "path": "eLTSS FHIR Logical Model.Person",
        "definition": "The person whom the plan is for.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.Person.name",
        "path": "eLTSS FHIR Logical Model.Person.name",
        "definition": "The name of the person whom the plan is for.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "HumanName",
            "profile": "http://hl7.org/fhir/StructureDefinition/HumanName"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.Person.identifier",
        "path": "eLTSS FHIR Logical Model.Person.identifier",
        "definition": "A string of characters used to dientify the person whom the plan is for. This may be the Medicaid ID number where applicable.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier",
            "profile": "http://hl7.org/fhir/StructureDefinition/Identifier"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.Person.identifierType",
        "path": "eLTSS FHIR Logical Model.Person.identifierType",
        "definition": "The type of unique identifier used to identify the person whom the plan is for.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": "http://hl7.org/fhir/StructureDefinition/CodeableConcept"
          }
        ],
        "fixedCodeableConcept": {
          "text": "Medicaid Number, State ID, Medical Record Number, Other"
        }
      },
      {
        "id": "eLTSS FHIR Logical Model.Person.dateOfBirth",
        "path": "eLTSS FHIR Logical Model.Person.dateOfBirth",
        "definition": "The birth date of the person whom the plan is for.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "date",
            "profile": "http://hl7.org/fhir/StructureDefinition/date"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.Person.phoneNumber",
        "path": "eLTSS FHIR Logical Model.Person.phoneNumber",
        "definition": "The primary phone number of the person whom the plan is for, or his/her legal representative, where applicable.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactPoint",
            "profile": "http://hl7.org/fhir/StructureDefinition/ContactPoint"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.Person.address",
        "path": "eLTSS FHIR Logical Model.Person.address",
        "definition": "The address of the person whom the plan is for.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Address",
            "profile": "http://hl7.org/fhir/StructureDefinition/Address"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.Person.settingChoiceIndicator",
        "path": "eLTSS FHIR Logical Model.Person.settingChoiceIndicator",
        "definition": "Indicator that reflects the setting in which the person resides is chosen by the individual.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "boolean",
            "profile": "http://hl7.org/fhir/StructureDefinition/boolean"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.Person.settingChoiceOptions",
        "path": "eLTSS FHIR Logical Model.Person.settingChoiceOptions",
        "definition": "The alternative home and community-based settings that were considered by the individual.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string",
            "profile": "http://hl7.org/fhir/StructureDefinition/string"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.EmergencyBackupPlan",
        "path": "eLTSS FHIR Logical Model.EmergencyBackupPlan",
        "definition": "Description of how to adress unforeseen events, emergency health events, emergency events, problems with medical equipment and supplies, and unavailable staffing situations for critical services that put the person's health and safety at risk.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.EmergencyBackupPlan.emergencyContactRelationship",
        "path": "eLTSS FHIR Logical Model.EmergencyBackupPlan.emergencyContactRelationship",
        "definition": "The relationship (e.g., spouse, neighbor, guradian, daughter) of the individual identified to contact in case of emergency.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": "http://hl7.org/fhir/StructureDefinition/CodeableConcept"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.EmergencyBackupPlan.emergencyContactPhoneNumber",
        "path": "eLTSS FHIR Logical Model.EmergencyBackupPlan.emergencyContactPhoneNumber",
        "definition": "The primary phone number (and extension when applicable) of the individual or entity identified to contact in case of emergency.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactPoint",
            "profile": "http://hl7.org/fhir/StructureDefinition/ContactPoint"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.EmergencyBackupPlan.emergencyContactName",
        "path": "eLTSS FHIR Logical Model.EmergencyBackupPlan.emergencyContactName",
        "definition": "The name of the individual or entity identified to contact in case of emergency.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "HumanName",
            "profile": "http://hl7.org/fhir/StructureDefinition/HumanName"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.Goal",
        "path": "eLTSS FHIR Logical Model.Goal",
        "definition": "A statement of a desired result that the person wants to achieve.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.StepOrAction",
        "path": "eLTSS FHIR Logical Model.StepOrAction",
        "definition": "A planned measurable step or action that needs to be taken to accomplish a goal identified by the person.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.Strength",
        "path": "eLTSS FHIR Logical Model.Strength",
        "definition": "A favorable attribute of the person, his/her support network, environment and/or elements of his/her life.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.AssessedNeed",
        "path": "eLTSS FHIR Logical Model.AssessedNeed",
        "definition": "The clinical and/or community-based necessity or desire as identified through an assessment that should be addressed by a service.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.PlanMonitor",
        "path": "eLTSS FHIR Logical Model.PlanMonitor",
        "definition": "The person responsible for monitoring the plan.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.PlanMonitor.name",
        "path": "eLTSS FHIR Logical Model.PlanMonitor.name",
        "definition": "The name of the person responsible for monitoring the plan.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "HumanName",
            "profile": "http://hl7.org/fhir/StructureDefinition/HumanName"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.PlanMonitor.phoneNumber",
        "path": "eLTSS FHIR Logical Model.PlanMonitor.phoneNumber",
        "definition": "The primary phone number (and extension when applicable) of the plan monitor.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactPoint",
            "profile": "http://hl7.org/fhir/StructureDefinition/ContactPoint"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.Preference",
        "path": "eLTSS FHIR Logical Model.Preference",
        "definition": "Presents the person's personal thoughts about something he or she feels is relevant to his or her life experience and may be pertinent when planning.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.ServicePlan",
        "path": "eLTSS FHIR Logical Model.ServicePlan",
        "definition": "Structured, longitudinal person-centered service plan that can be exchanged electronically across multiple community-based LTSS settings, institutional settings, and with beneficiaries and payers. The content or data elements of the eLTSS Plan is specific to the types of services rendered and information collected for CB-LTSS.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.ServicePlan.serviceOptionsGivenIndicator",
        "path": "eLTSS FHIR Logical Model.ServicePlan.serviceOptionsGivenIndicator",
        "definition": "States whether or not the person was given a choice of services outlined in the plan.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "boolean",
            "profile": "http://hl7.org/fhir/StructureDefinition/boolean"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.ServicePlan.serviceSelectionIndicator",
        "path": "eLTSS FHIR Logical Model.ServicePlan.serviceSelectionIndicator",
        "definition": "States whether or not the person participated in the selection of the services outlined in the plan.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "boolean",
            "profile": "http://hl7.org/fhir/StructureDefinition/boolean"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.ServicePlan.servicePlanAgreementIndicator",
        "path": "eLTSS FHIR Logical Model.ServicePlan.servicePlanAgreementIndicator",
        "definition": "States whether or not the person agrees to the services outlined in the plan.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "boolean",
            "profile": "http://hl7.org/fhir/StructureDefinition/boolean"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.ServicePlan.serviceProviderOptionsGivenIndicator",
        "path": "eLTSS FHIR Logical Model.ServicePlan.serviceProviderOptionsGivenIndicator",
        "definition": "States whether or not the person was offered a choice of providers for each service.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "boolean",
            "profile": "http://hl7.org/fhir/StructureDefinition/boolean"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.ServicePlan.serviceProviderSelectionAgreementIndicator",
        "path": "eLTSS FHIR Logical Model.ServicePlan.serviceProviderSelectionAgreementIndicator",
        "definition": "States whether or not the person feels he/she made an informed choice in selecting the provider for each service.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "boolean",
            "profile": "http://hl7.org/fhir/StructureDefinition/boolean"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.ServicePlan.planEffectiveDate",
        "path": "eLTSS FHIR Logical Model.ServicePlan.planEffectiveDate",
        "definition": "The date upon which the plan goes into effect. Start date is required, end date is optional.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "date",
            "profile": "http://hl7.org/fhir/StructureDefinition/date"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.ServicePlanSignatures",
        "path": "eLTSS FHIR Logical Model.ServicePlanSignatures",
        "definition": "The signatures, printed names and dates for those who offered proof of identiy and intent for the plan.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.ServicePlanSignatures.personSignature",
        "path": "eLTSS FHIR Logical Model.ServicePlanSignatures.personSignature",
        "definition": "The depiction of the person's signature as proof of identity and intent for the plan.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Signature",
            "profile": "http://hl7.org/fhir/StructureDefinition/Signature"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.ServicePlanSignatures.personPrintedName",
        "path": "eLTSS FHIR Logical Model.ServicePlanSignatures.personPrintedName",
        "definition": "The printed or typed name of the person.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string",
            "profile": "http://hl7.org/fhir/StructureDefinition/string"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.ServicePlanSignatures.personSignatureDate",
        "path": "eLTSS FHIR Logical Model.ServicePlanSignatures.personSignatureDate",
        "definition": "The date the person signed the plan.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "date",
            "profile": "http://hl7.org/fhir/StructureDefinition/date"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.ServicePlanSignatures.guardianLegalRepresentativeSignature",
        "path": "eLTSS FHIR Logical Model.ServicePlanSignatures.guardianLegalRepresentativeSignature",
        "definition": "The depiction of the guardian or legally authorized representative’s signature as proof of identity and intent for the plan.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Signature",
            "profile": "http://hl7.org/fhir/StructureDefinition/Signature"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.ServicePlanSignatures.guardianLegalRepresentativePrintedName",
        "path": "eLTSS FHIR Logical Model.ServicePlanSignatures.guardianLegalRepresentativePrintedName",
        "definition": "The printed or typed name of the guardian or legally authorized representative.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string",
            "profile": "http://hl7.org/fhir/StructureDefinition/string"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.ServicePlanSignatures.guardianLegalRepresentativeSignatureDate",
        "path": "eLTSS FHIR Logical Model.ServicePlanSignatures.guardianLegalRepresentativeSignatureDate",
        "definition": "The date the guardian or legally authorized representative signed the plan.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "date",
            "profile": "http://hl7.org/fhir/StructureDefinition/date"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.ServicePlanSignatures.supportPlannerSignature",
        "path": "eLTSS FHIR Logical Model.ServicePlanSignatures.supportPlannerSignature",
        "definition": "The depiction of the support planner's signature as proof of identity and intent for the plan.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Signature",
            "profile": "http://hl7.org/fhir/StructureDefinition/Signature"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.ServicePlanSignatures.supportPlannerPrintedName",
        "path": "eLTSS FHIR Logical Model.ServicePlanSignatures.supportPlannerPrintedName",
        "definition": "The printed or typed name of the support planner.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string",
            "profile": "http://hl7.org/fhir/StructureDefinition/string"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.ServicePlanSignatures.supportPlannerSignatureDate",
        "path": "eLTSS FHIR Logical Model.ServicePlanSignatures.supportPlannerSignatureDate",
        "definition": "The date the support planner signed the plan.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "date",
            "profile": "http://hl7.org/fhir/StructureDefinition/date"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.ServicePlanSignatures.serviceProviderSignature",
        "path": "eLTSS FHIR Logical Model.ServicePlanSignatures.serviceProviderSignature",
        "definition": "The depiction of the service provider’s signature as proof they agree to the services they will provide.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Signature",
            "profile": "http://hl7.org/fhir/StructureDefinition/Signature"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.ServicePlanSignatures.serviceProviderPrintedName",
        "path": "eLTSS FHIR Logical Model.ServicePlanSignatures.serviceProviderPrintedName",
        "definition": "The printed or typed name of the service provider.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string",
            "profile": "http://hl7.org/fhir/StructureDefinition/string"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.ServicePlanSignatures.serviceProviderSignatureDate",
        "path": "eLTSS FHIR Logical Model.ServicePlanSignatures.serviceProviderSignatureDate",
        "definition": "The date the service provider signed the plan.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "date",
            "profile": "http://hl7.org/fhir/StructureDefinition/date"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.Risk",
        "path": "eLTSS FHIR Logical Model.Risk",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.Risk.identifiedRisk",
        "path": "eLTSS FHIR Logical Model.Risk.identifiedRisk",
        "definition": "An aspect of a person’s life, behavior, environmental exposure, personal characteristic, or barrier that increases the likelihood of disease, condition, injury to self or others, or interaction with the criminal justice system.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string",
            "profile": "http://hl7.org/fhir/StructureDefinition/string"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.Risk.riskManagementPlan",
        "path": "eLTSS FHIR Logical Model.Risk.riskManagementPlan",
        "definition": "Description of planned activities to minimize identified risks that endanger the person’s health and safety. This can be included as free text or attachment.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string",
            "profile": "http://hl7.org/fhir/StructureDefinition/string"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.Service",
        "path": "eLTSS FHIR Logical Model.Service",
        "definition": "The paid and/or non-paid service provided to a person.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.Service.name",
        "path": "eLTSS FHIR Logical Model.Service.name",
        "definition": "Identifies the paid and/or non-paid service provided to a person. Include the code and display name plus any modifiers when a coding system (e.g., Healthcare Common Procedure Coding System (HCPCS), Home Health Revenue Codes) is used.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": "http://hl7.org/fhir/StructureDefinition/CodeableConcept"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.Service.selfDirectedServiceIndicator",
        "path": "eLTSS FHIR Logical Model.Service.selfDirectedServiceIndicator",
        "definition": "Indicates whether the individual chose to self-direct the service.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "boolean",
            "profile": "http://hl7.org/fhir/StructureDefinition/boolean"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.Service.startDate",
        "path": "eLTSS FHIR Logical Model.Service.startDate",
        "definition": "The start date of the service being provided.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "date",
            "profile": "http://hl7.org/fhir/StructureDefinition/date"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.Service.endDate",
        "path": "eLTSS FHIR Logical Model.Service.endDate",
        "definition": "The end date of the service being provided.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "date",
            "profile": "http://hl7.org/fhir/StructureDefinition/date"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.Service.deliveryAddress",
        "path": "eLTSS FHIR Logical Model.Service.deliveryAddress",
        "definition": "The address where service delivery will take place if service will not be provided at the person's address.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Address",
            "profile": "http://hl7.org/fhir/StructureDefinition/Address"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.Service.comment",
        "path": "eLTSS FHIR Logical Model.Service.comment",
        "definition": "Additional information related to the service being provided. This field could capture additional information of the frequency of the service, how the person wants the service delivered and only used when the comment provides additional detail of the service not already handled by another element.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string",
            "profile": "http://hl7.org/fhir/StructureDefinition/string"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.Service.fundingSource",
        "path": "eLTSS FHIR Logical Model.Service.fundingSource",
        "definition": "The source of payment for the service.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string",
            "profile": "http://hl7.org/fhir/StructureDefinition/string"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.Service.unitQuantity",
        "path": "eLTSS FHIR Logical Model.Service.unitQuantity",
        "definition": "The numerical amount of the service unit being provided for a frequency.\r\n\r\nThis element is slated to be used in conjunction with Service Quantity Interval and Unit of Service Type elements to form a full description of how often a service is provided. For example, a service being provided 7 units per week, the Service Unit Quantity = \"7\". For a service being provided 8 hours a day, the Service Unit Value = \"8\".",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/Quantity"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.Service.unitOfServiceType",
        "path": "eLTSS FHIR Logical Model.Service.unitOfServiceType",
        "definition": "A named quantity in terms of which services are measured or specified, used as a standard measurement of like services. Values include: minute(s), 8 hour(s), quarter hour(s), hour(s), half day(s), full day(s), day(s), week(s), month(s), dollar(s), meal(s), mile(s), visit(s)/session(s), installation(s), none, other (free text).\r\n\r\nThis element is slated to be used in conjunction with Service Unit Quantity interval and Service Unit Quantity elements to form a full description of how often a service is provided. For example, a service being provided 7 units per week, the Unit of Service Type = \"units\". For a service being provided 8 hours a day, the Unit of Service Type = \"hours\".",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": "http://hl7.org/fhir/StructureDefinition/CodeableConcept"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.Service.unitQuantityInterval",
        "path": "eLTSS FHIR Logical Model.Service.unitQuantityInterval",
        "definition": "A period of time corresponding to the quantity of service(s) indicated. Values include: per day, per week, per month, per year, one time only, other (free text).\r\n\r\nThis element is slated to be used in conjunction with Unit of Service Type and Service Unit Quantity elements to form a full description of how often a service is provided. For example, a service being provided 7 units per week, the Service Unit Quantity Interval = \"per week\". For a service being provided 8 hours a day, the Service Unit Quantity Interval = \"per day\".",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": "http://hl7.org/fhir/StructureDefinition/CodeableConcept"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.Service.ratePerUnit",
        "path": "eLTSS FHIR Logical Model.Service.ratePerUnit",
        "definition": "The rate of one unit for a service.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Money",
            "profile": "http://hl7.org/fhir/StructureDefinition/Money"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.Service.totalCost",
        "path": "eLTSS FHIR Logical Model.Service.totalCost",
        "definition": "The total cost of a service for the plan.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Money",
            "profile": "http://hl7.org/fhir/StructureDefinition/Money"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.SupportPlanner",
        "path": "eLTSS FHIR Logical Model.SupportPlanner",
        "definition": "The person (e.g., Case Manager, Care Coordinator, Plan Coordinator) who helped develop the plan.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.SupportPlanner.name",
        "path": "eLTSS FHIR Logical Model.SupportPlanner.name",
        "definition": "The name of the person (e.g., Case Manager, Care Coordinator, Plan Coordinator) who helped develop the plan.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "HumanName",
            "profile": "http://hl7.org/fhir/StructureDefinition/HumanName"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.SupportPlanner.phoneNumber",
        "path": "eLTSS FHIR Logical Model.SupportPlanner.phoneNumber",
        "definition": "The primary phone number (and extension when applicable) of the support planner.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactPoint",
            "profile": "http://hl7.org/fhir/StructureDefinition/ContactPoint"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.ServiceProvider",
        "path": "eLTSS FHIR Logical Model.ServiceProvider",
        "definition": "The entity or individual providing the service.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.ServiceProvider.name",
        "path": "eLTSS FHIR Logical Model.ServiceProvider.name",
        "definition": "The name of the entity or individual providing the service.\r\n\r\nFor paid services use the organization/agency name, for non-paid services use the first and last name of the individual providing the service.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "HumanName",
            "profile": "http://hl7.org/fhir/StructureDefinition/HumanName"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.ServiceProvider.phoneNumber",
        "path": "eLTSS FHIR Logical Model.ServiceProvider.phoneNumber",
        "definition": "The primary phone number (and extension when applicable) of the service provider.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactPoint",
            "profile": "http://hl7.org/fhir/StructureDefinition/ContactPoint"
          }
        ]
      },
      {
        "id": "eLTSS FHIR Logical Model.ServiceProvider.nonPaidRelationship",
        "path": "eLTSS FHIR Logical Model.ServiceProvider.nonPaidRelationship",
        "definition": "The relationship (e.g., spouse, neighbor, guardian, daughter) of the individual providing a non-paid service or support to the person.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": "http://hl7.org/fhir/StructureDefinition/CodeableConcept"
          }
        ]
      }
    ]
  }
}