description: CPG related person defines the minimum expectations for a person related to a patient in a CPG case, such as a care partner, spouse, or other related person package_name: hl7.fhir.uv.cpg derivation: constraint name: CPGRelatedPerson type: RelatedPerson elements: identifier: {mustSupport: true, index: 0} active: {mustSupport: true, index: 1} patient: type: Reference mustSupport: true refers: ['http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-patient'] index: 2 relationship: {mustSupport: true, index: 3} name: {mustSupport: true, array: true, min: 1, index: 4} package_version: 1.0.0 class: profile kind: resource url: http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-relatedperson base: http://hl7.org/fhir/StructureDefinition/RelatedPerson version: 1.0.0 required: [name, patient, active]