PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci-pdex@2.2.0
    http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/provider-treatment-relationship-consent
description: Enables a practitioner, facility, or organization to attest to a treatment relationship with a patient. This profile documents that a healthcare provider has an active treatment relationship with the patient for the purposes of care delivery, coordination, and related activities. This profile is used in the Provider-Member-Match operation to enable providers to assert treatment relationships with patients for bulk data access.
package_name: hl7.fhir.us.davinci-pdex
derivation: constraint
name: ProviderTreatmentAttestation
type: Consent
elements:
  patient: {short: Patient who is the subject of the treatment relationship, mustSupport: true, index: 3}
  category:
    short: Classification of consent (e.g., treatment relationship, attestation)
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/consent-category'}
    mustSupport: true
    index: 2
  provision:
    short: Details of the treatment relationship
    mustSupport: true
    index: 16
    elements:
      type:
        short: Whether this is a permission (permit) or denial
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/davinci-pdex/ValueSet/attestation-provision-type-valueset'}
        mustSupport: true
        index: 17
      period:
        short: Time period for the treatment relationship
        mustSupport: true
        index: 18
        elements:
          start: {short: Start date of treatment relationship, mustSupport: true, index: 19}
      actor:
        short: Actors involved in the treatment relationship
        mustSupport: true
        index: 20
        elements:
          role: {mustSupport: true, index: 21}
          reference:
            type: Reference
            short: Identifier-based reference to the actor
            mustSupport: true
            refers: ['http://hl7.org/fhir/StructureDefinition/CareTeam', 'http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole']
            index: 22
      purpose:
        short: Purpose of accessing patient information
        binding: {strength: extensible, valueSet: 'http://terminology.hl7.org/ValueSet/v3-PurposeOfUse|3.1.0'}
        mustSupport: true
        index: 23
  organization: {short: Organization responsible for the treatment relationship, mustSupport: true, index: 8}
  verification:
    short: Verification of the treatment relationship attestation
    mustSupport: true
    index: 12
    elements:
      verified: {short: Whether the attestation has been verified, mustSupport: true, index: 13}
      verifiedWith: {short: Who verified the attestation, mustSupport: true, index: 14}
      verificationDate: {short: When the attestation was verified, mustSupport: true, index: 15}
  source:
    short: Source of the attestation
    mustSupport: true
    choices: []
    index: 10
  scope:
    short: Patient privacy / information disclosure scope
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: patient-privacy, system: 'http://terminology.hl7.org/CodeSystem/consentscope'}
    index: 1
  policy: {short: Policies or regulations governing the treatment relationship, mustSupport: true, index: 11}
  dateTime: {short: Date/time when treatment relationship attestation was recorded, mustSupport: true, index: 4}
  status:
    short: Status of the treatment relationship attestation
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/davinci-pdex/ValueSet/attestation-status-valueset'}
    mustSupport: true
    index: 0
  performer:
    type: Reference
    short: Practitioner, facility, or organization attesting to treatment relationship
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole']
    index: 5
    elements:
      identifier: {short: NPI or other identifier of the performing provider, mustSupport: true, index: 6}
      display: {short: Display name of the performing provider, mustSupport: true, index: 7}
package_version: 2.2.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/provider-treatment-relationship-consent
base: http://hl7.org/fhir/StructureDefinition/Consent
version: 2.2.0
required: [dateTime, patient, performer]