This page is part of the HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1 (v0.9.1: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 4.0.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Patient",
"id" : "mCODEPatientExample01",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/mcode/StructureDefinition/obf-Patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<p>\n\t\t\t\t<b>*** mCODE Example: Patient ***</b>\n\t\t\t</p>\n\t\t\t<p>\n\t\t\t\t<b>id</b>: example</p>\n\t\t\t<p>\n\t\t\t\t<b>identifier</b>: Medical Record Number = m123 (USUAL)</p>\n\t\t\t<p>\n\t\t\t\t<b>name</b>: John B. Anyperson </p>\n\t\t\t<p>\n\t\t\t\t<b>telecom</b>: ph: 555-555-5555(HOME), john.anyperson@example.com</p>\n\t\t\t<p>\n\t\t\t\t<b>gender</b>: male</p>\n\t\t\t<p>\n\t\t\t\t<b>birthsex</b>: M</p>\n\t\t\t<p>\n\t\t\t\t<b>birthDate</b>: Jan 20, 1951</p>\n\t\t\t<p>\n\t\t\t\t<b>address</b>: 123 Main St Anytown MA 12345 US </p>\n\t\t\t<p>\n\t\t\t\t<b>race</b>: Black</p>\n\t\t\t<p>\n\t\t\t\t<b>ethnicity</b>: Not Hispanic or Latino</p>\n\t\t</div>"
},
"extension" : [
{
"extension" : [
{
"url" : "ombCategory",
"valueCoding" : {
"system" : "urn:oid:2.16.840.1.113883.6.238",
"code" : "2054-5",
"display" : "Black or African American"
}
},
{
"url" : "text",
"valueString" : "Black"
}
],
"url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
},
{
"extension" : [
{
"url" : "ombCategory",
"valueCoding" : {
"system" : "urn:oid:2.16.840.1.113883.6.238",
"code" : "2186-5",
"display" : "Not Hispanic or Latino"
}
},
{
"url" : "text",
"valueString" : "Not Latino"
}
],
"url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
},
{
"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" : "MR",
"display" : "Medical Record Number"
}
],
"text" : "Medical Record Number"
},
"system" : "http://hospital.example.org",
"value" : "m123"
}
],
"name" : [
{
"family" : "Anyperson",
"given" : [
"John",
"B."
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "555-555-5555",
"use" : "home"
},
{
"system" : "email",
"value" : "john.anyperson@example.com"
}
],
"gender" : "male",
"birthDate" : "1951-01-20",
"address" : [
{
"line" : [
"123 Main St"
],
"city" : "Anytown",
"state" : "MA",
"postalCode" : "12345",
"country" : "US"
}
],
"communication" : [
{
"language" : {
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "en-US",
"display" : "English (Region=United States)"
}
],
"text" : "English"
}
}
]
}