: Medirecords FamilyMemberHistory Example - JSON Representation
Raw json | Download
{
"resourceType" : "FamilyMemberHistory",
"id" : "984ee983-1688-420c-9500-002900928c35",
"meta" : {
"lastUpdated" : "2022-02-28T01:43:30Z",
"profile" : [
🔗 "https://fhir.medirecords.com/StructureDefinition/mr-family-member-history"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: FamilyMemberHistory 984ee983-1688-420c-9500-002900928c35</b></p><a name=\"984ee983-1688-420c-9500-002900928c35\"> </a><a name=\"hc984ee983-1688-420c-9500-002900928c35\"> </a><a name=\"984ee983-1688-420c-9500-002900928c35-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2022-02-28 01:43:30+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mr-family-member-history.html\">MR FamilyMemberHistory</a></p></div><p><b>status</b>: Completed</p><p><b>patient</b>: <a href=\"Patient-1e5cae20-85bf-11e8-b401-ffccd711ad9c.html\">Mila Female, DoB: 1990-11-29 ( Medicare Number:\u00a032788511952\u00a0(,\u00a0period:\u00a0(?) --> 2025-02))</a></p><p><b>name</b>: Paul, Abbot</p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FTH}\">father</span></p><h3>Conditions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td/><td><span title=\"Codes:{http://snomed.info/sct 15771004}\">Diabetes insipidus</span></td></tr></table></div>"
},
"status" : "completed",
"patient" : {
🔗 "reference" : "Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c"
},
"name" : "Paul, Abbot",
"relationship" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "FTH",
"display" : "father"
}
]
},
"condition" : [
{
"extension" : [
{
"url" : "https://fhir.medirecords.com/StructureDefinition/mr-fmh-condition-isactive-extn",
"valueBoolean" : true
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "15771004",
"display" : "Diabetes insipidus"
}
]
}
}
]
}