minimal Common Oncology Data Elements (mCODE) Implementation Guide
1.16.0 - STU Release 2 (Ballot Version)

This page is part of the HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1 (v1.16.0: STU 2 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

: family-member-history-aunt-jenny-m - JSON Representation

Raw json | Download


{
  "resourceType" : "FamilyMemberHistory",
  "id" : "family-member-history-aunt-jenny-m",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: completed</p><p><b>patient</b>: <a href=\"Patient-cancer-patient-jenny-m.html\">Generated Summary: Medical Record Number: MRN1234 (USUAL); Jenny M ; gender: female; birthDate: 1965-01-01</a></p><p><b>relationship</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleCode MAUNT}\">maternal aunt</span></p><h3>Conditions</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td><td><b>Onset[x]</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://snomed.info/sct 363443007}\">Malignant tumor of ovary (disorder)</span></td><td>69 a</td></tr></table></div>"
  },
  "status" : "completed",
  "patient" : {
    "reference" : "Patient/cancer-patient-jenny-m"
  },
  "relationship" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "code" : "MAUNT",
        "display" : "maternal aunt"
      }
    ]
  },
  "condition" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "363443007",
            "display" : "Malignant tumor of ovary (disorder)"
          }
        ]
      },
      "onsetAge" : {
        "value" : 69,
        "system" : "http://unitsofmeasure.org",
        "code" : "a"
      }
    }
  ]
}