DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). 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

Raw JSON (canonical form)

Real-world patient example

{
  "resourceType": "List",
  "id": "f201",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "contained": [
    {
      "resourceType": "FamilyMemberHistory",
      "id": "fmh-1",
      "patient": {
        "reference": "Patient/f201",
        "display": "Roel"
      },
      "relationship": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "72705000",
            "display": "Mother"
          }
        ]
      },
      "deceasedBoolean": false,
      "condition": [
        {
          "type": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "39839004",
                "display": "Diaphragmatic hernia"
              }
            ]
          }
        }
      ]
    },
    {
      "resourceType": "FamilyMemberHistory",
      "id": "fmh-2",
      "patient": {
        "reference": "Patient/f201",
        "display": "Roel"
      },
      "relationship": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "38048003",
            "display": "Uncle"
          }
        ]
      },
      "deceasedBoolean": true,
      "condition": [
        {
          "type": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "115665000",
                "display": "Atopy"
              }
            ]
          },
          "outcome": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "419099009",
                "display": "Died"
              }
            ]
          }
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8670-2",
        "display": "History of family member diseases"
      }
    ]
  },
  "subject": {
    "reference": "Patient/f201",
    "display": "Roel"
  },
  "status": "current",
  "mode": "snapshot",
  "note": "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.