This page is part of the FHIR Specification (v0.11: DSTU 1 Ballot 3). 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

Resource RelatedPerson - Content 5.2

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.

The resource name as it appears in a RESTful URL is [root]/relatedperson/

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:

Resource Content 5.2.1

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..*
<RelatedPerson xmlns="http://hl7.org/fhir">
 <!-- from Resource: extension, narrative, 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

Terminology Bindings 5.2.1.1

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

Notes: 5.2.2

Search Parameters 5.2.3

Search Parameters for RESTful searches. The standard parameters also apply. See Searching for more information.

Name / TypeDescriptionPaths
_id : tokenThe logical resource id associated with the resource (must be supported by all servers)
address : stringan address in any kind of address/partRelatedPerson.address
gender : tokengender of the personRelatedPerson.gender
identifier : tokenA patient IdentifierRelatedPerson.identifier
name : stringa portion of name in any name partRelatedPerson.name
patient : referenceThe patient this person is related toRelatedPerson.patient
phonetic : stringa portion of name using some kind of phonetic matching algorithm
telecom : stringthe value in any kind of contactRelatedPerson.telecom