Implementation Guide
23.1.0 - R4 APIs
Publish Box goes here
{
"resourceType" : "RelatedPerson",
"id" : "P-284",
"meta" : {
"profile" : [
"https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-relatedPerson-profile"
],
"security" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code" : "N",
"display" : "Normal"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<table width=\"100%\">\n\t\t\t\t<tbody>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td width=\"25%\">Brendan Stafford </td>\n\t\t\t\t\t\t<td width=\"42%\">17535 SW 131st St. Portland, OR 97007 USA Phone: 5032997222</td>\n\t\t\t\t\t</tr>\n\t\t\t\t</tbody>\n\t\t\t</table>\n\t\t</div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "U",
"display" : "Unspecified Identifier"
}
],
"text" : "Unspecified Identifier"
},
"system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/RelatedPersonId/Training",
"value" : "P-284"
}
],
"active" : true,
"patient" : {
🔗 "reference" : "Patient/Example1"
},
"relationship" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "SONC",
"display" : "son"
}
],
"text" : "son"
}
],
"name" : [
{
"family" : "Benson",
"given" : [
"Brendan"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "5032997222",
"use" : "home"
}
],
"address" : [
{
"line" : [
"17535 SW 131st St."
],
"city" : "Portland",
"state" : "OR",
"postalCode" : "97007",
"country" : "USA"
}
]
}