PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.core@7.0.0
    http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson
description: The US Core RelatedPerson Profile inherits from the FHIR [RelatedPerson](https://hl7.org/fhir/R4/relatedperson.html) resource; refer to it for scope and usage definitions. 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 specifies which core elements, extensions, vocabularies, and value sets **SHALL** be present and constrains how the elements are used. Providing the floor for standards development for specific use cases promotes interoperability and adoption.
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:
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype'}
    mustSupport: true
    index: 2
  name: {mustSupport: true, index: 3}
  telecom: {mustSupport: true, index: 4}
  address: {mustSupport: true, index: 5}
package_version: 7.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: 7.0.0
required: [active]