This page is part of the At-Home In-Vitro Test Report (v1.1.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Patient",
"id" : "patient-at-home-in-vitro-test-patricia-noelle",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/home-lab-report/StructureDefinition/Patient-at-home-in-vitro-test"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient patient-at-home-in-vitro-test-patricia-noelle</b></p><a name=\"patient-at-home-in-vitro-test-patricia-noelle\"> </a><a name=\"hcpatient-at-home-in-vitro-test-patricia-noelle\"> </a><a name=\"patient-at-home-in-vitro-test-patricia-noelle-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Patricia Noelle Female, DoB: 1954-10-17 ( Medical Record Number:\u00a0900\u00a0(use:\u00a0usual,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 555-555-2003(Home)</li><li><a href=\"mailto:Patricia.Noelle@example.com\">Patricia.Noelle@example.com</a></li><li>7247 Main St Springfield IL 62707 US </li></ul></td></tr></table></div>"
},
"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" : [
"Patricia"
]
}
],
"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",
"district" : "Sangamon",
"state" : "IL",
"postalCode" : "62707",
"country" : "US"
}
]
}