Implementation Guide
23.1.0 - R4 APIs
Publish Box goes here
{
"resourceType" : "RelatedPerson",
"id" : "G-401",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson G-401</b></p><a name=\"G-401\"> </a><a name=\"hcG-401\"> </a><a name=\"G-401-en-US\"> </a><p><b>identifier</b>: SB/237129812\u00a0(use:\u00a0secondary,\u00a0), Unspecified Identifier/G-401_1442678380000620</p><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-Example1.html\">Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)</a></p><p><b>relationship</b>: <span title=\"Codes:{http://hl7.org/fhir/patient-contact-relationship guarantor}\">Guarantor</span></p><p><b>name</b>: Lisa S Chamberlain </p><p><b>telecom</b>: ph: 2146690123123(Work)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1959-10-23</p><p><b>address</b>: 6790 Oak St Plano TX 75248 USA </p></div>"
},
"identifier" : [
{
"use" : "secondary",
"type" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/identifier-type",
"code" : "SB"
}
]
},
"system" : "http://hl7.org/fhir/sid/us-ssn",
"value" : "237129812"
},
{
"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" : "G-401_1442678380000620"
}
],
"active" : true,
"patient" : {
🔗 "reference" : "Patient/Example1"
},
"relationship" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/patient-contact-relationship",
"code" : "guarantor",
"display" : "Guarantor"
}
],
"text" : "Guarantor"
}
],
"name" : [
{
"family" : "Chamberlain",
"given" : [
"Lisa",
"S"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "2146690123123",
"use" : "work"
}
],
"gender" : "female",
"_gender" : {
"extension" : [
{
"url" : "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-originalCode",
"valueCoding" : {
"system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/gender",
"code" : "F",
"display" : "Female"
}
}
]
},
"birthDate" : "1959-10-23",
"address" : [
{
"line" : [
"6790 Oak St"
],
"city" : "Plano",
"state" : "TX",
"postalCode" : "75248",
"country" : "USA"
}
]
}