RelatedPerson - FHIR Resource (dstu2) This RelatedPerson Resource uses the
FHIR API standard for access and structure.
Validate an RelatedPerson FHIR Resource (dstu2)
RelatedPerson Attributes Attribute Field is list Type Description
patient
false
Reference
The patient this person is related to
Description: The patient this person is related to
Attribute Type : Reference
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
name
false
HumanName
A name associated with the person
Description: A name associated with the person
Attribute Type : HumanName
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
relationship
false
CodeableConcept
The nature of the relationship
Description: The nature of the relationship
Attribute Type : CodeableConcept
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
telecom
true
ContactPoint
A contact detail for the person
Description: A contact detail for the person
Attribute Type : ContactPoint
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
gender
false
code
male | female | other | unknown
Description: male | female | other | unknown
Attribute Type : code
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
period
false
Period
Period of time that this relationship is considered valid
Description: Period of time that this relationship is considered valid
Attribute Type : Period
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
birthDate
false
date
The date on which the related person was born
Description: The date on which the related person was born
Attribute Type : date
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
address
true
Address
Address where the related person can be contacted or visited
Description: Address where the related person can be contacted or visited
Attribute Type : Address
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
identifier
true
Identifier
A human identifier for this person
Description: A human identifier for this person
Attribute Type : Identifier
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
photo
true
Attachment
Image of the person
Description: Image of the person
Attribute Type : Attachment
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
RelatedPerson Structure
{
"resourceType" : "RelatedPerson",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // A human identifier for this person
"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
}
RelatedPerson Search Parameters The following search parameters can be used to query RelatedPerson resources. Just submit them like so:
https://api.1up.health/fhir/dstu2/RelatedPerson?query-param=queryvalue
Search Parameter Field Type Resource Fields Searched address
text
address
address-city
text
address.city
address-country
text
address.country
address-postalcode
text
address.postalCode
address-state
text
address.state
address-use
text
address.use
birthdate
date
birthDate
email
text
telecom
gender
text
gender
identifier
text
identifier
name
text
name
patient
reference
patient
phone
text
telecom
phonetic
text
name
telecom
text
telecom