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
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:
<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
Path | Definition | Type | Reference |
---|---|---|---|
RelatedPerson.relationship | The nature of the relationship between a patient and the related person | Example | http://hl7.org/fhir/vs/relatedperson-relationshiptype |
RelatedPerson.gender | The gender of a person used for administrative purposes | Incomplete | http://hl7.org/fhir/vs/administrative-gender |
Search Parameters for RESTful searches. The standard parameters also apply. See Searching for more information.
Name / Type | Description | Paths |
_id : token | The logical resource id associated with the resource (must be supported by all servers) | |
address : string | an address in any kind of address/part | RelatedPerson.address |
gender : token | gender of the person | RelatedPerson.gender |
identifier : token | A patient Identifier | RelatedPerson.identifier |
name : string | a portion of name in any name part | RelatedPerson.name |
patient : reference | The patient this person is related to | RelatedPerson.patient |
phonetic : string | a portion of name using some kind of phonetic matching algorithm | |
telecom : string | the value in any kind of contact | RelatedPerson.telecom |