HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1
1.0.0 - STU1

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

mCODESecondaryCancerConditionExample01 - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "Condition",
  "id" : "mCODESecondaryCancerConditionExample01",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-secondary-cancer-condition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: mCODESecondaryCancerConditionExample01</p><p><b>meta</b>: </p><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/condition-clinical code 'active' = 'Active)</span></p><p><b>verificationStatus</b>: Confirmed <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/condition-ver-status code 'confirmed' = 'Confirmed)</span></p><p><b>category</b>: Disease <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '64572001' = 'Disease)</span></p><p><b>code</b>: Secondary malignant neoplasm of brain <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '94225005' = 'Secondary malignant neoplasm of brain)</span></p><p><b>subject</b>: <a href=\"Condition-mCODESecondaryCancerConditionExample01.html\">Generated Summary: id: mCODEPatientExample01; Medical record number = m123 (USUAL); John B. Anyperson ; gender: male; birthDate: 1951-01-20</a></p><p><b>onset</b>: May 1, 2019 12:00:00 AM</p><p><b>asserter</b>: <a href=\"Condition-mCODESecondaryCancerConditionExample01.html\">Generated Summary: id: mCODEPractitionerExample01; 9988776655; Kyle Anydoc ; gender: male</a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-related-primary-cancer-condition",
      "valueReference" : {
        "reference" : "Condition/mCODEPrimaryCancerConditionExample01"
      }
    }
  ],
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "confirmed"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "64572001"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "94225005"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/mCODEPatientExample01"
  },
  "onsetDateTime" : "2019-05-01",
  "asserter" : {
    "reference" : "Practitioner/mCODEPractitionerExample01"
  }
}