PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.sdoh@clinicalcare-2.2.0
    http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Consent
description: Profile for consent related to the release of Social Determinants of Health (SDOH) information to non-HIPAA covered organizations.
package_name: hl7.fhir.us.sdoh
derivation: constraint
name: SDOHCCConsent
type: Consent
elements:
  patient:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 4
  category:
    index: 2
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: pattern}
      min: null
      slices:
        IDSCL:
          match:
            coding:
            - {code: IDSCL, system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode'}
          schema:
            mustSupport: true
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: IDSCL, system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode'}
            _required: true
            index: 3
          min: 1
          max: 1
  sourceAttachment: {type: Attachment, mustSupport: true, choiceOf: source, index: 10}
  organization:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization']
    index: 7
  source:
    mustSupport: true
    choices: [sourceAttachment, sourceReference]
    index: 9
  scope: {mustSupport: true, index: 1}
  sourceReference:
    type: Reference
    mustSupport: true
    choiceOf: source
    refers: ['http://hl7.org/fhir/StructureDefinition/Consent', 'http://hl7.org/fhir/StructureDefinition/Contract', 'http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference']
    index: 11
  dateTime: {mustSupport: true, index: 5}
  status: {mustSupport: true, index: 0}
  performer:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
    index: 6
package_version: clinicalcare-2.2.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Consent
base: http://hl7.org/fhir/StructureDefinition/Consent
version: 2.2.0
required: [dateTime, sourceReference, source, patient, organization, sourceAttachment]