MCC eCare Plan Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-mcc/ and changes regularly. See the Directory of published versions
{
"resourceType" : "RelatedPerson",
"id" : "daughter1",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson daughter1</b></p><a name=\"daughter1\"> </a><a name=\"hcdaughter1\"> </a><a name=\"daughter1-en-US\"> </a><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-cc-pat-pnoelle.html\">Patricia Noelle Female, DoB: 1955-01-15 ( Medical Record Number:\u00a0103270456\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode DAUC}\">daughter</span></p><p><b>name</b>: Rose Noelle</p></div>"
},
"active" : true,
"patient" : {
🔗 "reference" : "Patient/cc-pat-pnoelle"
},
"relationship" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "DAUC"
}
]
}
],
"name" : [
{
"text" : "Rose Noelle",
"family" : "Rose",
"given" : [
"Noelle"
]
}
]
}