description: This profile sets minimum expectations for the RelatedPerson resource to record, search, and fetch related persons associated with a patient to promote interoperability and adoption through common implementation. It identifies which core elements, extensions, vocabularies and value sets **SHALL** be present in the resource when using this profile. It provides the floor for standards development for specific uses 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: 5.0.0 class: profile kind: resource url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson base: http://hl7.org/fhir/StructureDefinition/RelatedPerson version: 5.0.0 required: [active]