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

: mCODE Patient Group Example - XML Representation

Raw xml | Download



<Group xmlns="http://hl7.org/fhir">
  <id value="group-mcode-patients"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-patient-group"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>type</b>: person</p><p><b>actual</b>: true</p><p><b>code</b>: <span title="Codes: {http://hl7.org/fhir/us/mcode/CodeSystem/mcode-resource-identifier-cs mcode-patient}">mCODE Patient Group Resource</span></p><blockquote><p><b>member</b></p><p><b>entity</b>: <a href="Patient-cancer-patient-john-anyperson.html">Generated Summary: Medical Record Number: m123 (USUAL); John B. Anyperson ; gender: male; birthDate: 1951-01-20</a></p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href="Patient-cancer-patient-eve-anyperson.html">Generated Summary: Medical Record Number: m456 (USUAL); Eve A. Anyperson ; gender: female; birthDate: 1955-05-20</a></p></blockquote></div>
  </text>
  <type value="person"/>
  <actual value="true"/>
  <code>
    <coding>
      <system
              value="http://hl7.org/fhir/us/mcode/CodeSystem/mcode-resource-identifier-cs"/>
      <code value="mcode-patient"/>
    </coding>
  </code>
  <member>
    <entity>
      <reference value="Patient/cancer-patient-john-anyperson"/>
    </entity>
  </member>
  <member>
    <entity>
      <reference value="Patient/cancer-patient-eve-anyperson"/>
    </entity>
  </member>
</Group>