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
{ "resourceType" : "Observation", "id" : "mCODETNMPathologicStageGroupExample01", "meta" : { "profile" : [ "http://hl7.org/fhir/us/mcode/StructureDefinition/onco-core-TNMPathologicStageGroup" ] }, "text" : { "status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>*** mCODE Example: TNM Pathologic Stage Group ***</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>Stage group</b>: IIIC</p></div>" }, "status" : "final", "category" : [ { "coding" : [ { "system" : "http://terminology.hl7.org/CodeSystem/observation-category", "code" : "laboratory" } ] } ], "code" : { "coding" : [ { "system" : "http://loinc.org", "code" : "21902-2", "display" : "Stage group.pathology Cancer" } ] }, "subject" : { "reference" : "Patient/mCODEPatientExample01", "display" : "John B. Anyperson" }, "focus" : [ { "reference" : "Condition/mCODEPrimaryCancerConditionExample01" } ], "effectiveDateTime" : "2019-04-01", "valueCodeableConcept" : { "coding" : [ { "system" : "http://cancerstaging.org", "code" : "3C", "display" : "IIIC" } ] }, "method" : { "text" : "AJCC Version 8" }, "hasMember" : [ { "reference" : "Observation/mCODETNMPathologicPrimaryTumorCategoryExample01" }, { "reference" : "Observation/mCODETNMPathologicRegionalNodesCategoryExample01" }, { "reference" : "Observation/mCODETNMPathologicDistantMetastasesCategoryExample01" } ] }