MyHealtheVet use of PGHD - Local Development build (v0.2.10-beta) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Example Father Family Member History - JSON Representation
Raw json | Download
{
"resourceType" : "FamilyMemberHistory",
"id" : "ex-father",
"meta" : {
"profile" : [
🔗 "https://johnmoehrke.github.io/MHV-PGHD/StructureDefinition/VA.MHV.familymemberhistory"
],
"tag" : [
{
"system" : "https://wiki.mobilehealth.va.gov/x/Onc1C",
"code" : "2ce6d9aa-c068-4809-8dda-662bcb16d09a"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: FamilyMemberHistory</b><a name=\"ex-father\"> </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 "ex-father" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-VA.MHV.familymemberhistory.html\">VA MHV FamilyMemberHistory</a></p><p style=\"margin-bottom: 0px\">Tag: <span title=\"{https://wiki.mobilehealth.va.gov/x/Onc1C https://wiki.mobilehealth.va.gov/x/Onc1C}\">https://wiki.mobilehealth.va.gov/x/Onc1C</span></p></div><p><b>status</b>: completed</p><p><b>patient</b>: <a href=\"Patient-ex-patient.html\">Patient/ex-patient</a> " SCHMIDT"</p><p><b>date</b>: 2022-04-08</p><p><b>name</b>: Johannes Yakub Schmidt</p><p><b>relationship</b>: father <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-RoleCode.html\">RoleCode</a>#FTH)</span></p><p><b>sex</b>: Male <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html\">AdministrativeGender</a>#male)</span></p><p><b>born</b>: 1903-07-25</p><p><b>deceased</b>: true</p><p><b>note</b>: His father, John Jacob Schmidt, born Johannes Yakub Schmidt in Lithuania. He was a baker recently moved to Buffalo to open his own bakery. </p><blockquote><p><b>condition</b></p><p><b>code</b>: Anxiety disorder of childhood OR adolescence <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#109006)</span></p></blockquote><blockquote><p><b>condition</b></p><p><b>code</b>: Choroidal hemorrhage <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#122003)</span></p></blockquote></div>"
},
"status" : "completed",
"patient" : {
🔗 "reference" : "Patient/ex-patient"
},
"date" : "2022-04-08",
"name" : "Johannes Yakub Schmidt",
"relationship" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "FTH",
"display" : "father"
}
]
},
"sex" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/administrative-gender",
"code" : "male",
"display" : "Male"
}
]
},
"bornDate" : "1903-07-25",
"deceasedBoolean" : true,
"note" : [
{
"text" : "His father, John Jacob Schmidt, born Johannes Yakub Schmidt in Lithuania. He was a baker recently moved to Buffalo to open his own bakery. "
}
],
"condition" : [
{
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "109006",
"display" : "Anxiety disorder of childhood OR adolescence"
}
]
}
},
{
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "122003",
"display" : "Choroidal hemorrhage"
}
]
}
}
]
}