: 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><b>Generated Narrative: FamilyMemberHistory</b><a name=\"984ee983-1688-420c-9500-002900928c35\"> </a></p><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\">Resource FamilyMemberHistory "984ee983-1688-420c-9500-002900928c35" 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\">Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c</a> " GREY"</p><p><b>name</b>: Paul, Abbot</p><p><b>relationship</b>: father <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-RoleCode.html\">RoleCode</a>#FTH)</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>Diabetes insipidus <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#15771004)</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"
}
]
}
}
]
}