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

: mCODE Patient Group Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Group",
  "id" : "group-mcode-patients",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-patient-group"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>type</b>: person</p><p><b>actual</b>: true</p><p><b>code</b>: <span title=\"Codes: {http://hl7.org/fhir/us/mcode/CodeSystem/mcode-resource-identifier-cs mcode-patient}\">mCODE Patient Group Resource</span></p><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-cancer-patient-john-anyperson.html\">Generated Summary: Medical Record Number: m123 (USUAL); John B. Anyperson ; gender: male; birthDate: 1951-01-20</a></p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-cancer-patient-eve-anyperson.html\">Generated Summary: Medical Record Number: m456 (USUAL); Eve A. Anyperson ; gender: female; birthDate: 1955-05-20</a></p></blockquote></div>"
  },
  "type" : "person",
  "actual" : true,
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/us/mcode/CodeSystem/mcode-resource-identifier-cs",
        "code" : "mcode-patient"
      }
    ]
  },
  "member" : [
    {
      "entity" : {
        "reference" : "Patient/cancer-patient-john-anyperson"
      }
    },
    {
      "entity" : {
        "reference" : "Patient/cancer-patient-eve-anyperson"
      }
    }
  ]
}