0.1.0 - ci-build
NordicHackathon2025, published by Vadim Peretokin. 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/vadi2/nordic-hackathon-2025-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "arne-67890",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient arne-67890</b></p><a name=\"arne-67890\"> </a><a name=\"hcarne-67890\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Arne Arnesson Male, DoB: 1965-03-15 ( http://electronichealth.se/identifier/personnummer#19420810-6593)</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><a href=\"tel:+46701112233\">+46701112233</a></li><li><a href=\"mailto:arne.arnesson@example.org\">arne.arnesson@example.org</a></li><li>Borgaarfjordsgatan 12 Kista 16455 SE (home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Language spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes:{urn:ietf:bcp:47 sv}\">Swedish</span> (preferred)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>General Practitioner: <a href=\"Practitioner-maria-54321.html\">Dr. Maria Sundström</a></li></ul></td></tr></table></div>"
},
"identifier" : [
{
"system" : "http://electronichealth.se/identifier/personnummer",
"value" : "19420810-6593"
}
],
"active" : true,
"name" : [
{
"text" : "Arne Arnesson",
"family" : "Arnesson",
"given" : [
"Arne"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+46701112233",
"use" : "home"
},
{
"system" : "email",
"value" : "arne.arnesson@example.org",
"use" : "home"
}
],
"gender" : "male",
"birthDate" : "1965-03-15",
"address" : [
{
"use" : "home",
"type" : "physical",
"line" : [
"Borgaarfjordsgatan 12"
],
"city" : "Kista",
"postalCode" : "16455",
"country" : "SE"
}
],
"communication" : [
{
"language" : {
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "sv",
"display" : "Swedish"
}
],
"text" : "Swedish"
},
"preferred" : true
}
],
"generalPractitioner" : [
{
🔗 "reference" : "Practitioner/maria-54321",
"display" : "Dr. Maria Sundström"
}
]
}