PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.sdoh-clinicalcare@2.3.0
    http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Procedure
description: Profile for interventions that address Social Determinants of Health.
package_name: hl7.fhir.us.sdoh-clinicalcare
derivation: constraint
name: SDOHCCProcedure
type: Procedure
elements:
  category:
    index: 8
    elements:
      coding:
        mustSupport: true
        index: 9
        slicing:
          rules: open
          discriminator:
          - {path: $this, type: value}
          min: null
          slices:
            SDOHCC:
              match: {}
              schema:
                short: e.g., food-insecurity | transportation-insecurity
                mustSupport: true
                binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/sdoh-clinicalcare/ValueSet/SDOHCC-ValueSetSDOHCategory'}
                index: 10
              min: 0
              max: 1
  encounter:
    type: Reference
    short: Encounter associated with the procedure
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter|7.0.0']
    index: 13
  performedAge: {type: Age, mustSupport: true, choiceOf: performed, index: 19}
  reasonCode:
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-condition-code|7.0.0'}
    index: 21
  performedString: {type: string, mustSupport: true, choiceOf: performed, index: 18}
  performed:
    mustSupport: true
    choices: [performedDateTime, performedPeriod, performedString, performedAge, performedRange]
    index: 15
  extension:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        pertainsToGoal:
          match: {url: null}
          schema:
            short: Pertains to SDOH goal
            type: Extension
            mustSupport: true
            url: http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal|5.2.0
            index: 1
            elements:
              value:
                mustSupport: true
                choices: [valueReference]
                index: 3
              valueReference:
                type: Reference
                mustSupport: true
                choiceOf: value
                refers: ['http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Goal']
                index: 4
  performedRange: {type: Range, mustSupport: true, choiceOf: performed, index: 20}
  status:
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/event-status'}
    mustSupport: true
    index: 7
  performedDateTime: {type: dateTime, mustSupport: true, choiceOf: performed, index: 16}
  code:
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-procedure-code|7.0.0'}
    mustSupport: true
    index: 11
  basedOn:
    mustSupport: true
    index: 5
    slicing:
      rules: open
      discriminator:
      - {path: resolve(), type: profile}
      min: null
      slices:
        SupportedBasedOn:
          match: {}
          schema:
            short: An SDOH service request or US Core Care Plan for this procedure
            refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan|7.0.0', 'http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-ServiceRequest']
            type: Reference
            mustSupport: true
            array: true
            index: 6
          min: 0
  performedPeriod: {type: Period, mustSupport: true, choiceOf: performed, index: 17}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|7.0.0']
    index: 12
  reasonReference:
    index: 22
    slicing:
      rules: open
      discriminator:
      - {path: resolve(), type: profile}
      min: null
      slices:
        SupportedReasonReference:
          match: {}
          schema:
            refers: ['http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Condition', 'http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-ObservationAssessment', 'http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-ObservationScreeningResponse']
            type: Reference
            mustSupport: true
            array: true
            index: 23
          min: 0
package_version: 2.3.0
extensions:
  pertainsToGoal:
    url: http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal|5.2.0
    short: Pertains to SDOH goal
    type: Extension
    mustSupport: true
    index: 1
    elements:
      value:
        mustSupport: true
        choices: [valueReference]
        index: 3
      valueReference:
        type: Reference
        mustSupport: true
        choiceOf: value
        refers: ['http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Goal']
        index: 4
class: profile
kind: resource
url: http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Procedure
base: http://hl7.org/fhir/StructureDefinition/Procedure
version: 2.3.0
required: [code]