Release 4B

This page is part of the FHIR Specification (v4.3.0: R4B - STU). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

List-example-familyhistory-f201-roel.json

FHIR Infrastructure Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Device, Patient, Practitioner

Raw JSON (canonical form + also see JSON Format Specification)

Real-world patient example

{
  "resourceType": "List",
  "id": "f201",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table class=\"clstu\"><tr><td>Mode: snapshotStatus: currentCode: History of family member diseases</td></tr><tr><td>Subject: <a href=\"patient-f201.html\">Patient/f201: Roel</a> &quot;Roel&quot;</td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr><tr><td><a href=\"#fmh-1\">#fmh-1</a></td></tr><tr><td><a href=\"#fmh-2\">#fmh-2</a></td></tr></table></div>"
  },
  "contained": [
    {
      "resourceType": "FamilyMemberHistory",
      "id": "fmh-1",
      "status": "completed",
      "patient": {
        "reference": "Patient/f201",
        "display": "Roel"
      },
      "relationship": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "72705000",
            "display": "Mother"
          }
        ]
      },
      "deceasedBoolean": false,
      "condition": [
        {
          "code": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "39839004",
                "display": "Diaphragmatic hernia"
              }
            ]
          }
        }
      ]
    },
    {
      "resourceType": "FamilyMemberHistory",
      "id": "fmh-2",
      "status": "completed",
      "patient": {
        "reference": "Patient/f201",
        "display": "Roel"
      },
      "relationship": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "38048003",
            "display": "Uncle"
          }
        ]
      },
      "deceasedBoolean": true,
      "condition": [
        {
          "code": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "115665000",
                "display": "Atopy"
              }
            ]
          },
          "outcome": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "419099009",
                "display": "Died"
              }
            ]
          }
        }
      ]
    }
  ],
  "status": "current",
  "mode": "snapshot",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8670-2",
        "display": "History of family member diseases"
      }
    ]
  },
  "subject": {
    "reference": "Patient/f201",
    "display": "Roel"
  },
  "note": [
    {
      "text": "Both parents, both brothers and both children (twin) are still alive."
    }
  ],
  "entry": [
    {
      "item": {
        "reference": "#fmh-1"
      }
    },
    {
      "item": {
        "reference": "#fmh-2"
      }
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.