Fujitsu Healthy Living Implementation Guide
1.1.30 - release
Publication Build: This will be filled in by the publication tooling
{
"resourceType" : "Patient",
"id" : "JanetPatient",
"meta" : {
"profile" : [
🔗 "http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-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>Janet Clinical Trial Patient </b> female, DoB: 1961-04-08 ( EPI/738472983\u00a0(use:\u00a0usual))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td colspan=\"3\">false</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 0648352638(MOBILE)</li><li><a href=\"mailto:p.heuvel@gmail.com\">p.heuvel@gmail.com</a></li><li>123 Just Moved from Overseas St Sagaponack NY</li></ul></td></tr></table></div>"
},
"identifier" : [
{
"use" : "usual",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MR"
}
],
"text" : "EPI"
},
"system" : "urn:oid:2.16.840.1.113883.2.4.6.3",
"value" : "738472983"
}
],
"name" : [
{
"family" : "Clinical Trial Patient",
"given" : [
"Janet"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "0648352638",
"use" : "mobile"
},
{
"system" : "email",
"value" : "p.heuvel@gmail.com",
"use" : "home"
}
],
"gender" : "female",
"birthDate" : "1961-04-08",
"deceasedBoolean" : false,
"address" : [
{
"text" : "123 Just Moved from Overseas St Sagaponack NY",
"postalCode" : "11962",
"country" : "US"
}
]
}