minimal Common Oncology Data Elements (mCODE) Implementation Guide
1.16.0 - STU Release 2 (Ballot Version)

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

: binet-stage-group-A - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "binet-stage-group-A",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-stage-group"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 21914-7}\">Stage group.other Cancer</span></p><p><b>subject</b>: <a href=\"Patient-cancer-patient-adam-everyman.html\">Generated Summary: Medical Record Number: m123 (USUAL); Adam A. Everyman ; gender: male; birthDate: 1962-02-05</a></p><p><b>effective</b>: 2020-05-18</p><p><b>value</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/umls C2698392}\">Binet Stage A</span></p><p><b>method</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/umls C4683625}\">Binet Staging</span></p><p><b>derivedFrom</b>: <a href=\"Observation-lab-result-observation-hemoglobin.html\">Generated Summary: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span>; <span title=\"Codes: {http://loinc.org 718-7}\">Hemoglobin [Mass/volume] in Blood</span>; effective: 2020-03-06; 13.5 g/dl</a></p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "21914-7",
        "display" : "Stage group.other Cancer"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/cancer-patient-adam-everyman"
  },
  "effectiveDateTime" : "2020-05-18",
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/umls",
        "code" : "C2698392",
        "display" : "Binet Stage A"
      }
    ]
  },
  "method" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/umls",
        "code" : "C4683625",
        "display" : "Binet Staging"
      }
    ]
  },
  "derivedFrom" : [
    {
      "reference" : "Observation/lab-result-observation-hemoglobin"
    }
  ]
}