FHIR Implementation Guide for ABDM
6.5.0 - active India flag

Banner

This page is part of the FHIR Implementation Guide for ABDM (v6.5.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: FamilyMemberHistory/example-01 - JSON Representation

Raw json | Download

{
  "resourceType" : "FamilyMemberHistory",
  "id" : "example-01",
  "meta" : {
    "profile" : [
      🔗 "https://nrces.in/ndhm/fhir/r4/StructureDefinition/FamilyMemberHistory"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: FamilyMemberHistory example-01</b></p><a name=\"example-01\"> </a><a name=\"hcexample-01\"> </a><a name=\"example-01-hi-IN\"> </a><p><b>identifier</b>: 12345</p><p><b>status</b>: Completed</p><p><b>patient</b>: <a href=\"Patient-example-01.html\">ABC</a></p><p><b>date</b>: 2011-03-18</p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FTH}\">father</span></p><p><b>sex</b>: <span title=\"Codes:{http://hl7.org/fhir/administrative-gender male}\">Male</span></p><h3>Conditions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>ContributedToDeath</b></td><td><b>Onset[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 315619001}\">Heart Attack</span></td><td>true</td><td>84 yr<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codea = 'a')</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "value" : "12345"
    }
  ],
  "status" : "completed",
  "patient" : {
    🔗 "reference" : "Patient/example-01",
    "display" : "ABC"
  },
  "date" : "2011-03-18",
  "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"
      }
    ]
  },
  "condition" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "315619001",
            "display" : "FH myocardial infarction male first degree age known"
          }
        ],
        "text" : "Heart Attack"
      },
      "contributedToDeath" : true,
      "onsetAge" : {
        "value" : 84,
        "unit" : "yr",
        "system" : "http://unitsofmeasure.org",
        "code" : "a"
      }
    }
  ]
}