Skip to content

Family Member History Profile

Canonical../StructureDefinition/nexus-emr-core-familymemberhistory
Statusdraft (experimental) · 1.26.0
BaseFamilyMemberHistory (constraint)
SourceFSH · JSON

Nexus EMR profile for FamilyMemberHistory -- family history as discrete chart content for summaries and extraction output. First pass: one relative, coded relationship, condition list with onset. Closed to SMART apps pending an exposure decision.

Examples

Familymemberhistory example

FamilyMemberHistory/nexus-emr-familymemberhistory-example — claims conformance to Family Member History Profile

{
  "resourceType": "FamilyMemberHistory",
  "id": "nexus-emr-familymemberhistory-example",
  "meta": {
    "profile": [
      "../StructureDefinition/nexus-emr-core-familymemberhistory"
    ]
  },
  "status": "completed",
  "patient": {
    "reference": "Patient/nexus-emr-patient-attachment-example",
    "display": "Avery Linwood"
  },
  "date": "2026-04-08",
  "relationship": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "code": "MTH",
        "display": "mother"
      }
    ],
    "text": "Mother"
  },
  "condition": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "44054006",
            "display": "Diabetes mellitus type 2"
          }
        ],
        "text": "Type 2 diabetes"
      },
      "onsetAge": {
        "value": 52,
        "unit": "yr",
        "system": "http://unitsofmeasure.org",
        "code": "a"
      }
    }
  ]
}