PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.core@6.0.0
    http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson
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: {short: (USCDI) Whether this related person's record is in active use, mustSupport: true, index: 0}
  patient:
    type: Reference
    short: (USCDI) The patient this person is related to
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 1
  relationship: {short: (USCDI) The nature of the relationship, mustSupport: true, index: 2}
  name: {short: (USCDI) A name associated with the person, mustSupport: true, index: 3}
  telecom: {short: (USCDI) A contact detail for the person, mustSupport: true, index: 4}
  address: {short: (USCDI) Address where the related person can be contacted or visited, mustSupport: true, index: 5}
package_version: 6.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: 6.0.0
required: [active]