RelatedPerson.communication FHIR attribute (r4) In the RelatedPerson resource for FHIR r4 , the communication attribute identifies the A language which may be used to communicate with about the patient's health
communication (RelatedPerson) description Attribute Name: communication
Description: A language which may be used to communicate with about the patient's health
Attribute Type :
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
"communication":
RelatedPerson attributes Attribute Field is list Type Description
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
Example: "identifier": [
{
"use": "usual",
"type": {
"text": "INSEE"
},
"system": "urn:oid:1.2.250.1.61",
"value": "272117510400399"
}
]
active
false
boolean
Whether this related person's record is in active use
Description: Whether this related person's record is in active use
Attribute Type : boolean
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
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
Example: "patient": {
"reference": "Patient/example"
}
relationship
true
CodeableConcept
The nature of the relationship
Description: The nature of the relationship
Attribute Type : CodeableConcept
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0131",
"code": "N"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "WIFE"
}
]
}
]
name
true
HumanName
A name associated with the person
Description: A name associated with the person
Attribute Type : HumanName
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "name": [
{
"family": "du Marché",
"_family": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
"valueString": "VV"
}
]
},
"given": [
"Bénédicte"
]
}
]
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
Example: "telecom": [
{
"system": "phone",
"value": "+33 (237) 998327"
}
]
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
Example: "gender": "female"
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
Example: "address": [
{
"line": [
"43, Place du Marché Sainte Catherine"
],
"city": "Paris",
"postalCode": "75004",
"country": "FRA"
}
]
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
Example: "photo": [
{
"contentType": "image/jpeg",
"url": "Binary/f016"
}
]
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
communication
true
Data Type
A language which may be used to communicate with about the patient's health
Description: A language which may be used to communicate with about the patient's health
Attribute Type : Data Type
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A