minimal Common Oncology Data Elements (mCODE) Implementation Guide, published by HL7 International / Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 4.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-mCODE-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "gx-cancer-patient-adam-anyperson",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient gx-cancer-patient-adam-anyperson</b></p><a name=\"gx-cancer-patient-adam-anyperson\"> </a><a name=\"hcgx-cancer-patient-adam-anyperson\"> </a><a name=\"gx-cancer-patient-adam-anyperson-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Adam Anyperson Male, DoB: 1990-01-01 ( Medical Record Number: 123456789)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\">Patient external identifier/22ea1d1b-03a5-47d6-81e0-b9b4cbb15ccf\u00a0(use:\u00a0usual,\u00a0)</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><tr><td style=\"background-color: #f3f5da\" title=\"A code classifying the person's sex assigned at birth as specified by the [Office of the National Coordinator for Health IT (ONC)](https://www.healthit.gov/newsroom/about-onc). This extension aligns with the C-CDA Birth Sex Observation (LOINC 76689-9). After version 6.0.0, this extension is no longer a *USCDI Requirement*.\"><a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-birthsex.html\">US Core Birth Sex Extension</a></td><td colspan=\"3\">M</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
"valueCode" : "M"
}
],
"identifier" : [
{
"use" : "usual",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "PT",
"display" : "Patient external identifier"
}
]
},
"system" : "https://www.gensop.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"
}
]
}