description: This profile sets minimum expectations for the RelatedPerson resource to record, search, and fetch basic administrative information about persons with a legal or familial relationship to a patient. It identifies which core elements, extensions, vocabularies, and value sets **SHALL** be present in the resource and constrains the way the elements are used when using this profile. It provides the floor for standards development for specific use cases. package_name: hl7.fhir.us.core derivation: constraint name: USCoreRelatedPersonProfile type: RelatedPerson elements: active: {mustSupport: true, index: 0} patient: type: Reference mustSupport: true refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient'] index: 1 relationship: {mustSupport: true, index: 2} name: {mustSupport: true, index: 3} telecom: {mustSupport: true, index: 4} address: {mustSupport: true, index: 5} package_version: 7.0.0-ballot class: profile kind: resource url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson base: http://hl7.org/fhir/StructureDefinition/RelatedPerson version: 7.0.0-ballot required: [active]