MCC eCare Plan Draft Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "example",
"meta" : {
"versionId" : "10",
"lastUpdated" : "2020-10-19T20:33:36.457+00:00",
"source" : "#iTodafO2SP3Mme9e",
"profile" : [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div class=\"hapiHeaderText\">Paticia <b>NOELLE </b></div><table class=\"hapiPropertyTable\"><tbody><tr><td>Identifier</td><td>900</td></tr><tr><td>Address</td><td><span>7247 Main St </span><br/><span>Springfield </span><span>OK </span><span>US </span></td></tr><tr><td>Date of birth</td><td><span>17 October 1954</span></td></tr></tbody></table></div>"
},
"extension" : [
{
"extension" : [
{
"url" : "ombCategory",
"valueCoding" : {
"system" : "urn:oid:2.16.840.1.113883.6.238",
"code" : "2106-3",
"display" : "White"
}
},
{
"url" : "ombCategory",
"valueCoding" : {
"system" : "urn:oid:2.16.840.1.113883.6.238",
"code" : "1002-5",
"display" : "American Indian or Alaska Native"
}
},
{
"url" : "ombCategory",
"valueCoding" : {
"system" : "urn:oid:2.16.840.1.113883.6.238",
"code" : "2028-9",
"display" : "Asian"
}
},
{
"url" : "detailed",
"valueCoding" : {
"system" : "urn:oid:2.16.840.1.113883.6.238",
"code" : "1586-7",
"display" : "Shoshone"
}
},
{
"url" : "detailed",
"valueCoding" : {
"system" : "urn:oid:2.16.840.1.113883.6.238",
"code" : "2036-2",
"display" : "Filipino"
}
},
{
"url" : "text",
"valueString" : "Mixed"
}
],
"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" : "2135-2",
"display" : "Hispanic or Latino"
}
},
{
"url" : "detailed",
"valueCoding" : {
"system" : "urn:oid:2.16.840.1.113883.6.238",
"code" : "2184-0",
"display" : "Dominican"
}
},
{
"url" : "detailed",
"valueCoding" : {
"system" : "urn:oid:2.16.840.1.113883.6.238",
"code" : "2148-5",
"display" : "Mexican"
}
},
{
"url" : "text",
"valueString" : "Hispanic or Latino"
}
],
"url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
},
{
"url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
"valueCode" : "F"
}
],
"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.smarthealthit.org",
"value" : "900"
}
],
"active" : true,
"name" : [
{
"family" : "Noelle",
"given" : [
"Paticia"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "555-555-2003",
"use" : "home"
},
{
"system" : "email",
"value" : "Patricia.Noelle@example.com"
}
],
"gender" : "female",
"birthDate" : "1954-10-17",
"address" : [
{
"line" : [
"7247 Main St"
],
"city" : "Springfield",
"state" : "OK",
"postalCode" : "62707",
"country" : "US"
}
]
}