PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci-ra@2.1.0
    http://hl7.org/fhir/us/davinci-ra/StructureDefinition/ra-patient-group
description: The Patient Group Profile describes a group consisting of one or more patients. It can be used a) when generating risk adjustment gap reports using Bulk FHIR or b) for the evaluated-approach for generating reports as defined on the dCC page.
package_name: hl7.fhir.us.davinci-ra
derivation: constraint
name: PatientGroup
type: Group
elements:
  type:
    pattern: {type: code, value: person}
    mustSupport: true
    type: code
    index: 0
  actual:
    mustSupport: true
    pattern: {type: boolean, value: true}
    type: boolean
    index: 1
  member:
    short: Who is in group
    mustSupport: true
    array: true
    min: 1
    index: 2
    elements:
      entity:
        type: Reference
        short: Reference to the patient that is in group
        mustSupport: true
        refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|7.0.0']
        index: 3
package_version: 2.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/davinci-ra/StructureDefinition/ra-patient-group
base: http://hl7.org/fhir/StructureDefinition/Group
version: 2.1.0
required: [member]