XpanDH Hospital Discharge Report
0.1.0 - ci-build
150
XpanDH Hospital Discharge Report, published by XpanDH Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/xpandh-hdr/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "Mracena",
"meta" : {
"profile" : [
🔗 "http://hl7.eu/fhir/ig/xpandh/hdr/StructureDefinition/Patient-eu-xpandh"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient Mracena</b></p><a name=\"Mracena\"> </a><a name=\"hcMracena\"> </a><a name=\"Mracena-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Mračena Mrakomorová Female, DoB: 1971-11-26 ( urn:oid:1.3.158.165387.100.10.53.9#7161264528)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>https://ncez.mzcr.cz/standards/fhir/sid/rid</code>/456789123</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+421603853227\">+421 603 853 227</a></li><li>Hlavná ulica 156, Velké mesto(home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Languages spoken\">Languages:</td><td colspan=\"3\"><ul><li><span title=\"Codes:{urn:ietf:bcp:47 sk}\">Slovak</span> (preferred)</li><li><span title=\"Codes:{urn:ietf:bcp:47 en}\">English</span></li><li><span title=\"Codes:{urn:ietf:bcp:47 hu}\">Hungarian</span></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: matka\">matka:</td><td colspan=\"3\"><ul><li>Biologická Matka Mrakomorová </li><li><a href=\"tel:+421604123456\">+421 604 123 456</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: priateľ/priateľka\">priateľ/priateľka:</td><td colspan=\"3\"><ul><li>Alena Priateľková </li><li>Horná ulica 18, 123 45, Trenčín, Slovensko(home)</li><li><a href=\"tel:+421601111111\">+421 601 111 111</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>General Practitioner: MUDr. Josef Švejk (Identifier: <code>https://ncez.mzcr.cz/standards/fhir/sid/nrzp</code>/123456789)</li></ul></td></tr></table></div>"
},
"identifier" : [
{
"system" : "urn:oid:1.3.158.165387.100.10.53.9",
"value" : "7161264528"
},
{
"system" : "https://ncez.mzcr.cz/standards/fhir/sid/rid",
"value" : "456789123"
}
],
"name" : [
{
"use" : "usual",
"family" : "Mrakomorová",
"given" : [
"Mračena"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+421 603 853 227",
"use" : "home"
}
],
"gender" : "female",
"birthDate" : "1971-11-26",
"address" : [
{
"use" : "home",
"type" : "physical",
"text" : "Hlavná ulica 156, Velké mesto",
"line" : [
"Hlavná ulica 156"
],
"_line" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString" : "18"
}
]
}
],
"city" : "Velké mesto",
"postalCode" : "81101",
"country" : "SK"
}
],
"contact" : [
{
"relationship" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "MTH",
"display" : "matka"
},
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
"code" : "N",
"display" : "príbuzný"
}
]
}
],
"name" : {
"use" : "usual",
"family" : "Mrakomorová",
"given" : [
"Biologická",
"Matka"
]
},
"telecom" : [
{
"system" : "phone",
"value" : "+421 604 123 456",
"use" : "mobile"
}
]
},
{
"relationship" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "FRND",
"display" : "priateľ/priateľka"
},
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
"code" : "C",
"display" : "Emergentný kontakt"
}
]
}
],
"name" : {
"use" : "usual",
"family" : "Priateľková",
"given" : [
"Alena"
]
},
"telecom" : [
{
"system" : "phone",
"value" : "+421 601 111 111",
"use" : "home"
}
],
"address" : {
"use" : "home",
"type" : "physical",
"text" : "Horná ulica 18, 123 45, Trenčín, Slovensko",
"line" : [
"Horná ulica 18"
],
"city" : "Trenčín",
"postalCode" : "123 45",
"country" : "SK"
}
}
],
"communication" : [
{
"language" : {
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "sk"
}
]
},
"preferred" : true
},
{
"language" : {
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "en"
}
]
}
},
{
"language" : {
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "hu"
}
]
}
}
],
"generalPractitioner" : [
{
"identifier" : {
"system" : "https://ncez.mzcr.cz/standards/fhir/sid/nrzp",
"value" : "123456789"
},
"display" : "MUDr. Josef Švejk"
}
]
}