Swedish FHIR group common profiles, published by Swedish FHIR group. This guide is not an authorized publication; it is the continuous build for version 1.0.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/commonprofiles-care/fhir/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "maximal-patient",
"meta" : {
"profile" : [
🔗 "https://commonprofiles.care/fhir/StructureDefinition/PatientSECommonsLite"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient maximal-patient</b></p><a name=\"maximal-patient\"> </a><a name=\"hcmaximal-patient\"> </a><a name=\"maximal-patient-sv-SE\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Kalle Krank (official) Male, DoB: 1912-12-12 ( http://electronichealth.se/identifier/nationelltReservnumer#198010101010\u00a0(use:\u00a0official,\u00a0period:\u00a01980-01-01 --> (ongoing)))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td>false</td><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}\">Married</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li><code>http://electronichealth.se/identifier/personnummer</code>/191212121212\u00a0(use:\u00a0official,\u00a0period:\u00a01912-12-12 --> (ongoing))</li><li><code>http://electronichealth.se/identifier/samordningsnummer</code>/197010632391\u00a0(use:\u00a0official,\u00a0period:\u00a01970-10-03 --> (ongoing))</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 0712345678(Mobile)</li><li><a href=\"mailto:kalle.krank@example.com\">kalle.krank@example.com</a></li><li>Storgatan 1, 123 45 Lyckostad(home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Emergency Contact\">Emergency Contact:</td><td colspan=\"3\"><ul><li>Kajsa Kranksson </li><li>Storgatan 1, 123 45 Lyckostad(home)</li><li>ph: 0798765432(Mobile)</li></ul></td></tr></table></div>"
},
"identifier" : [
{
"use" : "official",
"system" : "http://electronichealth.se/identifier/personnummer",
"value" : "191212121212",
"period" : {
"start" : "1912-12-12"
},
"assigner" : {
"display" : "Swedish Tax Agency"
}
},
{
"use" : "official",
"system" : "http://electronichealth.se/identifier/samordningsnummer",
"value" : "197010632391",
"period" : {
"start" : "1970-10-03"
},
"assigner" : {
"display" : "Swedish Tax Agency"
}
},
{
"use" : "official",
"system" : "http://electronichealth.se/identifier/nationelltReservnumer",
"value" : "198010101010",
"period" : {
"start" : "1980-01-01"
},
"assigner" : {
"display" : "Swedish Healthcare Agency"
}
}
],
"name" : [
{
"use" : "official",
"family" : "Krank",
"given" : [
"Kalle"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "0712345678",
"use" : "mobile"
},
{
"system" : "email",
"value" : "kalle.krank@example.com",
"use" : "home"
}
],
"gender" : "male",
"birthDate" : "1912-12-12",
"deceasedBoolean" : false,
"address" : [
{
"use" : "home",
"type" : "both",
"text" : "Storgatan 1, 123 45 Lyckostad",
"line" : [
"Storgatan 1"
],
"city" : "Lyckostad",
"district" : "Lycko kommun",
"state" : "Lyckolän",
"postalCode" : "123 45",
"country" : "Sverige"
}
],
"maritalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code" : "M",
"display" : "Married"
}
]
},
"contact" : [
{
"relationship" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
"code" : "C",
"display" : "Emergency Contact"
}
]
}
],
"name" : {
"family" : "Kranksson",
"given" : [
"Kajsa"
]
},
"telecom" : [
{
"system" : "phone",
"value" : "0798765432",
"use" : "mobile"
}
],
"address" : {
"use" : "home",
"type" : "both",
"text" : "Storgatan 1, 123 45 Lyckostad",
"line" : [
"Storgatan 1"
],
"city" : "Lyckostad",
"district" : "Lycko kommun",
"state" : "Lyckolän",
"postalCode" : "123 45",
"country" : "Sverige"
}
}
]
}