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: mCODETNMClinicalRegionalNodesCategoryExample01

{
  "resourceType" : "Observation",
  "id" : "mCODETNMClinicalRegionalNodesCategoryExample01",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/mcode/StructureDefinition/onco-core-TNMClinicalRegionalNodesCategory"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>*** mCODE Example: TNM Regional Nodes 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>N Category</b>: cN3</p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "21906-3",
        "display" : "Regional lymph nodes.clinical [Class] Cancer"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/mCODEPatientExample01",
    "display" : "John B. Anyperson"
  },
  "focus" : [
    {
      "reference" : "Condition/mCODEPrimaryCancerConditionExample01"
    }
  ],
  "effectiveDateTime" : "2019-04-01",
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://cancerstaging.org",
        "code" : "cN3",
        "display" : "N3"
      }
    ]
  },
  "method" : {
    "text" : "AJCC Version 8"
  }
}