This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

5.2 Resource RelatedPerson - Content

Information about a person that is involved in the care for a patient, but who is not the target of healthcare, nor has a formal responsibility in the care process.

5.2.1 Scope and Usage

RelatedPersons typically have a personal or non-healthcare-specific professional relationship to the patient. A RelatedPerson resource is primarily used for attribution of information, since RelatedPersons are often a source of information about the patient. For keeping information about persons for contact purposes for a patient, use a Patient's Contact element instead.

Example RelatedPersons are:

5.2.2 Resource Content

RelatedPerson (Resource)Identifier for a person within a particular scopeidentifier : Identifier 0..*The patient this person is related topatient : Resource(Patient) 1..1The nature of the relationship between a patient and the related personrelationship : CodeableConcept 0..1 <<The nature of the relationship between a patient and the related personPatientRelationshipType>>A name associated with the personname : HumanName 0..1A contact detail for the person, e.g. a telephone number or an email addresstelecom : Contact 0..*Administrative Gender - the gender that the person is considered to have for administration and record keeping purposesgender : CodeableConcept 0..1 <<The gender of a person used for administrative purposesAdministrativeGender>>Address where the related person can be contacted or visitedaddress : Address 0..1Image of the personphoto : Attachment 0..*

This resource is referenced by CarePlan, Composition, DocumentManifest, DocumentReference, Encounter, Other and Questionnaire

<RelatedPerson xmlns="http://hl7.org/fhir"> doco
 <!-- from Resource: extension, modifierExtension, language, text, and contained -->
 <identifier><!-- 0..* Identifier A Human identifier for this person § --></identifier>
 <patient><!-- 1..1 Resource(Patient) The patient this person is related to § --></patient>
 <relationship><!-- 0..1 CodeableConcept The nature of the relationship § --></relationship>
 <name><!-- 0..1 HumanName A name associated with the person § --></name>
 <telecom><!-- 0..* Contact A contact detail for the person § --></telecom>
 <gender><!-- 0..1 CodeableConcept Gender for administrative purposes § --></gender>
 <address><!-- 0..1 Address Address where the related person can be contacted or visited § --></address>
 <photo><!-- 0..* Attachment Image of the person --></photo>
</RelatedPerson>

Alternate definitions: Schema/Schematron, Resource Profile

5.2.2.1 Terminology Bindings

PathDefinitionTypeReference
RelatedPerson.relationship The nature of the relationship between a patient and the related personIncompletehttp://hl7.org/fhir/vs/relatedperson-relationshiptype
RelatedPerson.gender The gender of a person used for administrative purposesIncompletehttp://hl7.org/fhir/vs/administrative-gender

5.2.3 Notes:

5.2.4 Search Parameters

Search parameters for this resource. The standard parameters also apply. See Searching for more information about searching in REST, messaging, and services.

NameTypeDescriptionPaths
_idtokenThe logical resource id associated with the resource (must be supported by all servers)
_languagetokenThe language of the resource
addressstringAn address in any kind of address/partRelatedPerson.address
gendertokenGender of the personRelatedPerson.gender
identifiertokenA patient IdentifierRelatedPerson.identifier
namestringA portion of name in any name partRelatedPerson.name
patientreferenceThe patient this person is related toRelatedPerson.patient
(Patient)
phoneticstringA portion of name using some kind of phonetic matching algorithm
telecomstringThe value in any kind of contactRelatedPerson.telecom

comments powered by Disqus