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-sister-jenny-m - XML Representation

Raw xml | Download



<FamilyMemberHistory xmlns="http://hl7.org/fhir">
  <id value="family-member-history-sister-jenny-m"/>
  <text>
    <status value="generated"/>
    <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 NSIS}">natural sister</span></p><h3>Conditions</h3><table class="grid"><tr><td>-</td><td><b>Code</b></td><td><b>ContributedToDeath</b></td><td><b>Onset[x]</b></td></tr><tr><td>*</td><td><span title="Codes: {http://snomed.info/sct 254837009}">Malignant neoplasm of breast (disorder)</span></td><td>false</td><td>64 a</td></tr></table></div>
  </text>
  <status value="completed"/>
  <patient>
    <reference value="Patient/cancer-patient-jenny-m"/>
  </patient>
  <relationship>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="NSIS"/>
      <display value="natural sister"/>
    </coding>
  </relationship>
  <condition>
    <code>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="254837009"/>
        <display value="Malignant neoplasm of breast (disorder)"/>
      </coding>
    </code>
    <contributedToDeath value="false"/>
    <onsetAge>
      <value value="64"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="a"/>
    </onsetAge>
  </condition>
</FamilyMemberHistory>