MCC eCare Plan Draft Implementation Guide
0.1.0 - CI Build

MCC eCare Plan Draft Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: Family Member Hx CKD Example - JSON Representation

Raw json | Download


{
  "resourceType" : "FamilyMemberHistory",
  "id" : "father",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2020-09-27T22:21:47.062+00:00",
    "source" : "#PLu6MJJdYQ3Qex1B"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Father died of CKD and heart disease aged 74</div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal",
      "valueReference" : {
        "reference" : "Goal/IdentifyFamilyHistory"
      }
    }
  ],
  "identifier" : [
    {
      "value" : "12345"
    }
  ],
  "status" : "completed",
  "patient" : {
    "reference" : "Patient/cc-pat-pnoelle",
    "display" : "Patricia Noelle"
  },
  "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" : "96711000119105",
            "display" : "Hypertensive heart AND chronic kidney disease stage 5 (disorder)"
          }
        ],
        "text" : "Hypertensive heart AND chronic kidney disease stage 5"
      },
      "contributedToDeath" : true,
      "onsetAge" : {
        "value" : 74,
        "unit" : "yr",
        "system" : "http://unitsofmeasure.org",
        "code" : "a"
      }
    }
  ]
}