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 (HL7® FHIR® Standard) R4. The current version which supersedes this version is 4.0.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Observation",
"id" : "mCODETNMClinicalPrimaryTumorCategoryExample01",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/mcode/StructureDefinition/onco-core-TNMClinicalPrimaryTumorCategory"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>*** mCODE Example: TNM Primary Tumor 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>T category</b>: cT3</p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "laboratory"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "21905-5",
"display" : "Primary tumor.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" : "cT3",
"display" : "T3"
}
]
},
"method" : {
"text" : "AJCC Version 8"
}
}