This page is part of the Genetic Reporting Implementation Guide (v3.0.0-ballot: STU 3 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
: HG00403 - JSON Representation
Raw json | Download
{
"resourceType" : "Patient",
"id" : "HG00403",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Alanine B. Everyone </b> unknown, DoB: 1951-01-20 ( Medical Record Number:\u00a0m234\u00a0(use:\u00a0USUAL))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail:</td><td colspan=\"3\">123 Main St Anytown 12345 US </td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Languages spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes: {urn:ietf:bcp:47 en-US}\">English</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient contact\">Contact</td><td colspan=\"3\"><ul><li>ph: 555-555-5555(HOME)</li><li><a href=\"mailto:alanine.everyone@example.com\">alanine.everyone@example.com</a></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"
}
]
},
"system" : "http://hospital.example.org",
"value" : "m234"
}
],
"name" : [
{
"family" : "Everyone",
"given" : [
"Alanine",
"B."
]
}
],
"gender" : "unknown",
"birthDate" : "1951-01-20",
"address" : [
{
"line" : [
"123 Main St"
],
"city" : "Anytown",
"postalCode" : "12345",
"country" : "US"
}
],
"contact" : [
{
"telecom" : [
{
"system" : "phone",
"value" : "555-555-5555",
"use" : "home"
},
{
"system" : "email",
"value" : "alanine.everyone@example.com"
}
]
}
],
"communication" : [
{
"language" : {
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "en-US",
"display" : "English (Region=United States)"
}
],
"text" : "English"
}
}
]
}