MIMIC Implementation Guide
1.3.0 - Draft
MIMIC Implementation Guide - Local Development build (v1.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "ExampleMimicPatientED",
"meta" : {
"profile" : [
🔗 "http://mimic.mit.edu/fhir/mimic/StructureDefinition/mimic-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>null </b> female, DoB Unknown ( 10005866)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality. The race codes used to represent these concepts are based upon the [CDC Race and Ethnicity Code Set Version 1.0](http://www.cdc.gov/phin/resources/vocabulary/index.html) which includes over 900 concepts for representing race and ethnicity of which 921 reference race. The race concepts are grouped by and pre-mapped to the 5 OMB race categories:\n\n - American Indian or Alaska Native\n - Asian\n - Black or African American\n - Native Hawaiian or Other Pacific Islander\n - White.\">US Core Race Extension:</td><td colspan=\"3\"><ul><li>text: HISPANIC/LATINO - PUERTO RICAN</li></ul></td></tr></table></div>"
},
"extension" : [
{
"extension" : [
{
"url" : "text",
"valueString" : "HISPANIC/LATINO - PUERTO RICAN"
}
],
"url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
}
],
"identifier" : [
{
"value" : "10005866"
}
],
"name" : [
{
"_given" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode" : "unknown"
}
]
}
]
}
],
"gender" : "female"
}