description: Profile for identifying groups of patients who have a Social Determinants of Health (SDOH) condition and are members of a specific payer organization. package_name: hl7.fhir.us.sdoh derivation: constraint name: SDOHCCGroup abstract: true type: Group elements: active: pattern: {type: Boolean, value: true} index: 0 type: short: person pattern: {type: Code, value: person} index: 1 actual: pattern: {type: Boolean, value: true} index: 2 characteristic: array: true min: 2 index: 3 slicing: rules: open discriminator: - {path: code, type: pattern} min: 2 slices: HasSDOHCondition: match: code: coding: - {code: sdoh-condition-category, system: 'http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes'} schema: mustSupport: true _required: true index: 4 elements: code: mustSupport: true pattern: type: CodeableConcept value: coding: - {code: sdoh-condition-category, system: 'http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes'} index: 5 value: mustSupport: true pattern: type: Reference value: {reference: 'http://hl7.org/fhir/us/sdoh-clinicalcare/ValueSet/SDOHCC-ValueSetSDOHCategory'} choices: [valueReference] index: 7 valueReference: type: Reference mustSupport: true pattern: type: Reference value: {reference: 'http://hl7.org/fhir/us/sdoh-clinicalcare/ValueSet/SDOHCC-ValueSetSDOHCategory'} choiceOf: value refers: ['http://hl7.org/fhir/StructureDefinition/ValueSet'] index: 8 exclude: mustSupport: true pattern: {type: Boolean, value: false} index: 9 period: {index: 10} HasPayer: match: code: coding: - {code: payer-coverage, system: 'http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes'} schema: mustSupport: true _required: true index: 11 elements: code: mustSupport: true pattern: type: CodeableConcept value: coding: - {code: payer-coverage, system: 'http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes'} index: 12 value: mustSupport: true choices: [valueReference] index: 14 valueReference: type: Reference mustSupport: true choiceOf: value refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization'] index: 15 exclude: mustSupport: true pattern: {type: Boolean, value: false} index: 16 period: {index: 17} member: mustSupport: true index: 18 elements: entity: {mustSupport: true, index: 19} package_version: clinicalcare-1.1.0 class: profile kind: resource url: http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Group base: http://hl7.org/fhir/StructureDefinition/Group version: 1.1.0 required: [active]