mCODE Lite (mCODE-LITE)
0.1.0 - draft
mCODE Lite (mCODE-LITE), published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/CodeX-HL7-FHIR-Accelerator/mcode-lite/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "cancer-patient-jane-anyperson",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient cancer-patient-jane-anyperson</b></p><a name=\"cancer-patient-jane-anyperson\"> </a><a name=\"hccancer-patient-jane-anyperson\"> </a><a name=\"cancer-patient-jane-anyperson-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jane B. Anyperson Male, DoB: 1951-01-20 ( Patient's Medicare number: 1EG4-TE5-MK73\u00a0(use:\u00a0usual,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">234 Anyway 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).\"><a href=\"http://hl7.org/fhir/us/core/STU5.0.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" : "MC",
"display" : "Patient's Medicare number"
}
]
},
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"value" : "1EG4-TE5-MK73"
}
],
"name" : [
{
"family" : "Anyperson",
"given" : [
"Jane",
"B."
]
}
],
"gender" : "male",
"birthDate" : "1951-01-20",
"address" : [
{
"line" : [
"234 Anyway St"
],
"city" : "Anytown",
"postalCode" : "12345",
"country" : "US"
}
]
}