minimal Common Oncology Data Elements (mCODE) Implementation Guide
3.0.0-ballot - 2023May United States of America flag

This page is part of the HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1 (v3.0.0-ballot: STU 3 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

: gx-cancer-patient-adam-anyperson - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "gx-cancer-patient-adam-anyperson",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Adam Anyperson </b> male, DoB: 1990-01-01 ( Medical Record Number: 123456789)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Id:</td><td colspan=\"3\">Patient external identifier: 22ea1d1b-03a5-47d6-81e0-b9b4cbb15ccf\u00a0(use:\u00a0USUAL)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail:</td><td colspan=\"3\">987 Main St Anytown 12345 US </td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PT",
            "display" : "Patient external identifier"
          }
        ]
      },
      "system" : "https://www.tempus.com",
      "value" : "22ea1d1b-03a5-47d6-81e0-b9b4cbb15ccf"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR",
            "display" : "Medical Record Number"
          }
        ]
      },
      "system" : "http://hospital.example.org",
      "value" : "123456789"
    }
  ],
  "name" : [
    {
      "family" : "Anyperson",
      "given" : [
        "Adam"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1990-01-01",
  "address" : [
    {
      "line" : [
        "987 Main St"
      ],
      "city" : "Anytown",
      "postalCode" : "12345",
      "country" : "US"
    }
  ]
}