This page is part of the Da Vinci - Member Attribution (ATR) List (v2.1.0: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "RelatedPerson",
"id" : "2",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2019-04-23T10:30:54.819-04:00"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Donald Holmes</div>"
},
"active" : true,
"patient" : {
🔗 "reference" : "Patient/2"
},
"relationship" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "SPS",
"display" : "Spouse"
}
]
}
],
"name" : [
{
"use" : "official",
"family" : "Holmes",
"given" : [
"Donald"
],
"prefix" : [
"Mr."
],
"suffix" : [
"MSc"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+33 (237) 998327"
}
],
"gender" : "male",
"address" : [
{
"line" : [
"43, Place du March� Sainte Catherine"
],
"city" : "Paris",
"postalCode" : "75004",
"country" : "FRA"
}
]
}