HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU Ballot 1

This page is part of the HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1 (v0.9.1: STU 1 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

Example: mCODETNMPathologicDistantMetastasesCategoryExample01


<Observation xmlns="http://hl7.org/fhir">
  <id value="mCODETNMPathologicDistantMetastasesCategoryExample01"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/mcode/StructureDefinition/onco-core-TNMPathologicDistantMetastasesCategory"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>*** mCODE Example: TNM Distant Metastases Category ***</b></p><p><b>Name</b>: John B. Anyperson </p><p><b>MRN</b>: m123 </p><p><b>Date</b>: 04/01/19 </p><p><b>Cancer staging system</b>: AJCC Version 8</p><p><b>M Category</b>: pM0</p></div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="laboratory"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="21901-4"/>
      <display value="Distant metastases.pathology [Class] Cancer"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/mCODEPatientExample01"/>
    <display value="John B. Anyperson"/>
  </subject>
  <focus>
    <reference value="Condition/mCODEPrimaryCancerConditionExample01"/>
  </focus>
  <effectiveDateTime value="2019-04-01"/>
  <valueCodeableConcept>
    <coding>
      <system value="http://cancerstaging.org"/>
      <code value="pM0"/>
      <display value="M0"/>
    </coding>
  </valueCodeableConcept>
  <method>
    <text value="AJCC Version 8"/>
  </method>
</Observation>