This
page
is
part
of
the
FHIR
Specification
(v1.8.0:
STU
3
Draft).
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
Patient
Administration
Work
Group
|
Maturity Level : 1 | Compartments : Patient , RelatedPerson |
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.
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 people for contact purposes for a patient, use a Patient's Contact element. Some individuals may serve as both a Patient's Contact and a Related Person.
Example RelatedPersons are:
The primary distinction between a Practitioner and a RelatedPerson is based on whether:
A standard extension animalSpecies can be used to indicate the species of a service animal.
This resource is referenced by Account , AllergyIntolerance , Appointment , AppointmentResponse , AuditEvent , Basic , CarePlan , CareTeam , Claim , Communication , CommunicationRequest , Composition , Condition , Consent , Contract , Coverage , DeviceUseRequest , DiagnosticRequest , DocumentManifest , DocumentReference , Encounter , ExplanationOfBenefit , Goal , ImagingManifest , MedicationAdministration , MedicationRequest , MedicationStatement , Observation , Patient , Person , Procedure , ProcedureRequest , Provenance , QuestionnaireResponse , RequestGroup , Schedule and Task
Structure
| Name | Flags | Card. | Type |
Description
&
Constraints
|
|---|---|---|---|---|
|
DomainResource | An person that is related to a patient, but who is not a direct target of care | ||
|
Σ | 0..* | Identifier | A human identifier for this person |
|
?! Σ | 0..1 | boolean | Whether this related person's record is in active use |
|
Σ | 1..1 | Reference ( Patient ) | The patient this person is related to |
|
Σ | 0..1 | CodeableConcept |
The
nature
of
the
relationship
PatientRelationshipType ( Extensible ) |
|
Σ | 0..* | HumanName | A name associated with the person |
|
Σ | 0..* | ContactPoint | A contact detail for the person |
|
Σ | 0..1 | code |
male
|
female
|
other
|
unknown
AdministrativeGender ( Required ) |
|
Σ | 0..1 | date | The date on which the related person was born |
|
Σ | 0..* | Address | Address where the related person can be contacted or visited |
|
0..* | Attachment | Image of the person | |
|
0..1 | Period | Period of time that this relationship is considered valid | |
Documentation
for
this
format
|
||||
UML Diagram ( Legend )
XML Template
<RelatedPerson xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier A human identifier for this person --></identifier> <active value="[boolean]"/><!-- 0..1 Whether this related person's record is in active use --> <patient><!-- 1..1 Reference(Patient) The patient this person is related to --></patient> <relationship><!-- 0..1 CodeableConcept The nature of the relationship --></relationship> <name><!-- 0..* HumanName A name associated with the person --></name> <telecom><!-- 0..* ContactPoint A contact detail for the person --></telecom> <gender value="[code]"/><!-- 0..1 male | female | other | unknown --> <birthDate value="[date]"/><!-- 0..1 The date on which the related person was born --> <address><!-- 0..* Address Address where the related person can be contacted or visited --></address> <photo><!-- 0..* Attachment Image of the person --></photo> <period><!-- 0..1 Period Period of time that this relationship is considered valid --></period> </RelatedPerson>
JSON Template
{
"resourceType" : "RelatedPerson",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // A human identifier for this person
"active" : <boolean>, // Whether this related person's record is in active use
"patient" : { Reference(Patient) }, // R! The patient this person is related to
"relationship" : { CodeableConcept }, // The nature of the relationship
"name" : [{ HumanName }], // A name associated with the person
"telecom" : [{ ContactPoint }], // A contact detail for the person
"gender" : "<code>", // male | female | other | unknown
"birthDate" : "<date>", // The date on which the related person was born
"address" : [{ Address }], // Address where the related person can be contacted or visited
"photo" : [{ Attachment }], // Image of the person
"period" : { Period } // Period of time that this relationship is considered valid
}
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> .[ a fhir:RelatedPerson; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:RelatedPerson.identifier [ Identifier ], ... ; # 0..* A human identifier for this person fhir:RelatedPerson.active [ boolean ]; # 0..1 Whether this related person's record is in active use fhir:RelatedPerson.patient [ Reference(Patient) ]; # 1..1 The patient this person is related to fhir:RelatedPerson.relationship [ CodeableConcept ]; # 0..1 The nature of the relationship fhir:RelatedPerson.name [ HumanName ], ... ; # 0..* A name associated with the person fhir:RelatedPerson.telecom [ ContactPoint ], ... ; # 0..* A contact detail for the person fhir:RelatedPerson.gender [ code ]; # 0..1 male | female | other | unknown fhir:RelatedPerson.birthDate [ date ]; # 0..1 The date on which the related person was born fhir:RelatedPerson.address [ Address ], ... ; # 0..* Address where the related person can be contacted or visited fhir:RelatedPerson.photo [ Attachment ], ... ; # 0..* Image of the person fhir:RelatedPerson.period [ Period ]; # 0..1 Period of time that this relationship is considered valid ]
Changes since DSTU2
| RelatedPerson | |
| RelatedPerson.active | added Element |
| RelatedPerson.relationship | Change binding strength from required to extensible |
| RelatedPerson.name | Max Cardinality changed from 1 to * |
See the Full Difference for further information
Structure
| Name | Flags | Card. | Type |
Description
&
Constraints
|
|---|---|---|---|---|
|
DomainResource | An person that is related to a patient, but who is not a direct target of care | ||
|
Σ | 0..* | Identifier | A human identifier for this person |
|
?! Σ | 0..1 | boolean | Whether this related person's record is in active use |
|
Σ | 1..1 | Reference ( Patient ) | The patient this person is related to |
|
Σ | 0..1 | CodeableConcept |
The
nature
of
the
relationship
PatientRelationshipType ( Extensible ) |
|
Σ | 0..* | HumanName | A name associated with the person |
|
Σ | 0..* | ContactPoint | A contact detail for the person |
|
Σ | 0..1 | code |
male
|
female
|
other
|
unknown
AdministrativeGender ( Required ) |
|
Σ | 0..1 | date | The date on which the related person was born |
|
Σ | 0..* | Address | Address where the related person can be contacted or visited |
|
0..* | Attachment | Image of the person | |
|
0..1 | Period | Period of time that this relationship is considered valid | |
Documentation
for
this
format
|
||||
XML Template
<RelatedPerson xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier A human identifier for this person --></identifier> <active value="[boolean]"/><!-- 0..1 Whether this related person's record is in active use --> <patient><!-- 1..1 Reference(Patient) The patient this person is related to --></patient> <relationship><!-- 0..1 CodeableConcept The nature of the relationship --></relationship> <name><!-- 0..* HumanName A name associated with the person --></name> <telecom><!-- 0..* ContactPoint A contact detail for the person --></telecom> <gender value="[code]"/><!-- 0..1 male | female | other | unknown --> <birthDate value="[date]"/><!-- 0..1 The date on which the related person was born --> <address><!-- 0..* Address Address where the related person can be contacted or visited --></address> <photo><!-- 0..* Attachment Image of the person --></photo> <period><!-- 0..1 Period Period of time that this relationship is considered valid --></period> </RelatedPerson>
JSON Template
{
"resourceType" : "RelatedPerson",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // A human identifier for this person
"active" : <boolean>, // Whether this related person's record is in active use
"patient" : { Reference(Patient) }, // R! The patient this person is related to
"relationship" : { CodeableConcept }, // The nature of the relationship
"name" : [{ HumanName }], // A name associated with the person
"telecom" : [{ ContactPoint }], // A contact detail for the person
"gender" : "<code>", // male | female | other | unknown
"birthDate" : "<date>", // The date on which the related person was born
"address" : [{ Address }], // Address where the related person can be contacted or visited
"photo" : [{ Attachment }], // Image of the person
"period" : { Period } // Period of time that this relationship is considered valid
}
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> .[ a fhir:RelatedPerson; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:RelatedPerson.identifier [ Identifier ], ... ; # 0..* A human identifier for this person fhir:RelatedPerson.active [ boolean ]; # 0..1 Whether this related person's record is in active use fhir:RelatedPerson.patient [ Reference(Patient) ]; # 1..1 The patient this person is related to fhir:RelatedPerson.relationship [ CodeableConcept ]; # 0..1 The nature of the relationship fhir:RelatedPerson.name [ HumanName ], ... ; # 0..* A name associated with the person fhir:RelatedPerson.telecom [ ContactPoint ], ... ; # 0..* A contact detail for the person fhir:RelatedPerson.gender [ code ]; # 0..1 male | female | other | unknown fhir:RelatedPerson.birthDate [ date ]; # 0..1 The date on which the related person was born fhir:RelatedPerson.address [ Address ], ... ; # 0..* Address where the related person can be contacted or visited fhir:RelatedPerson.photo [ Attachment ], ... ; # 0..* Image of the person fhir:RelatedPerson.period [ Period ]; # 0..1 Period of time that this relationship is considered valid ]
Changes since DSTU2
| RelatedPerson | |
| RelatedPerson.active | added Element |
| RelatedPerson.relationship | Change binding strength from required to extensible |
| RelatedPerson.name | Max Cardinality changed from 1 to * |
See the Full Difference for further information
Alternate definitions: Master Definition ( XML , JSON ), XML Schema / Schematron (for ) + JSON Schema , ShEx (for Turtle ), JSON-LD (for RDF as JSON-LD ),
| Path | Definition | Type | Reference |
|---|---|---|---|
| RelatedPerson.relationship | The nature of the relationship between a patient and the related person | Extensible | PatientRelationshipType |
| RelatedPerson.gender | The gender of a person used for administrative purposes. | Required | AdministrativeGender |
Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
| Name | Type | Description | Paths | In Common |
| active | token | Wheter the related person record is active | RelatedPerson.active | |
| address | string | A server defined search that may match any of the string fields in the Address, including line, city, state, country, postalCode, and/or text | RelatedPerson.address | 3 Resources |
| address-city | string | A city specified in an address | RelatedPerson.address.city | 3 Resources |
| address-country | string | A country specified in an address | RelatedPerson.address.country | 3 Resources |
| address-postalcode | string | A postal code specified in an address | RelatedPerson.address.postalCode | 3 Resources |
| address-state | string | A state specified in an address | RelatedPerson.address.state | 3 Resources |
| address-use | token | A use code specified in an address | RelatedPerson.address.use | 3 Resources |
| birthdate | date | The Related Person's date of birth | RelatedPerson.birthDate | 2 Resources |
| token | A value in an email contact | RelatedPerson.telecom(system=email) | 4 Resources | |
| gender | token | Gender of the person | RelatedPerson.gender | 3 Resources |
| identifier | token | An Identifier of the RelatedPerson | RelatedPerson.identifier | |
| name | string | A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text | RelatedPerson.name | |
| patient | reference | The patient this person is related to |
RelatedPerson.patient
( Patient ) |
|
| phone | token | A value in a phone contact | RelatedPerson.telecom(system=phone) | 4 Resources |
| phonetic | string | A portion of name using some kind of phonetic matching algorithm | RelatedPerson.name | 3 Resources |
| telecom | token | The value in any kind of contact | RelatedPerson.telecom | 4 Resources |