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

{
  "resourceType" : "Condition",
  "id" : "mCODEPrimaryCancerConditionExample01",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/mcode/StructureDefinition/onco-core-PrimaryCancerCondition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>*** mCODE Example: Primary Cancer Condition Generated Narrative ***</b></p><p><b>id</b>: mCODE_CancerCondition_m123_01</p><p><b>Patient</b>: John B. Anyperson</p><p><b>Medical Record Number</b>: m123 (USUAL)</p><p><b>Phone</b>: 555-555-5555 (HOME)</p><p><b>Gender</b>: male</p><p><b>Birth Date</b>: 01/20/1951</p><p><b>Diagnosed by</b>: Kyle Anydoc, MD</p><p><b>Disease</b>: Non-small cell lung cancer</p><p><b>TNM Stage Group</b>: clinical stage IIIC</p><p><b>Morphology</b>: Adenocarcinoma, no subtype</p><p><b>Body site</b>: Lung structure; laterality: Unilateral right</p><p><b>Clinical status</b>: active</p><p><b>Verification status</b>: confirmed</p><p><b>Onset date</b>: 04/01/2019</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/mcode/StructureDefinition/onco-core-HistologyMorphologyBehavior-extension",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "35917007",
            "display" : "Adenocarcinoma, no subtype (morphologic abnormality)"
          }
        ]
      }
    }
  ],
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active",
        "display" : "Active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "confirmed",
        "display" : "Confirmed"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "64572001",
          "display" : "Disease"
        }
      ],
      "text" : "Disease"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "254637007",
        "display" : "Non-small cell lung cancer (disorder)"
      }
    ]
  },
  "bodySite" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-datatype-Laterality-extension",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "419465000",
                "display" : "Unilateral right"
              }
            ]
          }
        }
      ],
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "39607008",
          "display" : "Lung structure (body structure)"
        }
      ]
    }
  ],
  "subject" : {
    "reference" : "Patient/mCODEPatientExample01",
    "display" : "John B. Anyperson"
  },
  "onsetDateTime" : "2019-04-01",
  "asserter" : {
    "reference" : "Practitioner/mCODEPractitionerExample01",
    "display" : "Kyle Anydoc, MD"
  },
  "stage" : [
    {
      "summary" : {
        "coding" : [
          {
            "system" : "http://cancerstaging.org",
            "code" : "3C",
            "display" : "IIIC"
          }
        ],
        "text" : "clinical stage IIIC"
      },
      "assessment" : [
        {
          "reference" : "Observation/mCODETNMClinicalStageGroupExample01"
        }
      ]
    }
  ]
}