RelatedPerson.identifier
FHIR attribute (r4)
In the RelatedPerson resource for FHIR r4 , the identifier attribute identifies the A human identifier for this person
identifier (RelatedPerson) description
Attribute Name: identifier
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
RelatedPerson.identifier Example
"identifier": [
{
"use": "usual",
"type": {
"text": "INSEE"
},
"system": "urn:oid:1.2.250.1.61",
"value": "272117510400399"
}
]
RelatedPerson attributes
AttributeField is listTypeDescription
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"
}
]
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
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"
}
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"
}
]
}
]
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"
]
}
]
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"
}
]
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"
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
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"
}
]
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"
}
]
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
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