This page is part of the HL7 Sweden base profiles (v1.0.0: Release) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
: PatientExample1 - JSON Representation
Raw json | Download
{
"resourceType" : "Patient",
"id" : "PatientExample1",
"meta" : {
"profile" : [
"http://hl7.se/fhir/ig/base/StructureDefinition/SEBasePatient"
],
"security" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "DEMO"
},
{
"system" : "http://hl7.se/fhir/ig/base/CodeSystem/SecurityLabel",
"code" : "sekretessmarkering"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>John Bob Goode Johansson(OFFICIAL)</b> male, DoB: 1950-09-07 ( id: 19500907-2553)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes: \">Registrerad partner</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail:</td><td colspan=\"3\">2120 S Michigan Ave Chicago 60616 US </td></tr></table></div>"
},
"identifier" : [
{
"system" : "http://electronichealth.se/identifier/personnummer",
"value" : "19500907-2553"
}
],
"name" : [
{
"extension" : [
{
"url" : "http://hl7.se/fhir/ig/base/StructureDefinition/SEBaseMiddleNameExtension",
"valueString" : "Johansson"
},
{
"url" : "http://hl7.se/fhir/ig/base/StructureDefinition/SEBaseOwnFamilyExtension",
"valueString" : "Goode"
}
],
"use" : "official",
"text" : "John Bob Goode Johansson",
"family" : "Goode Johansson",
"given" : [
"John",
"Bob"
],
"_given" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
"valueCode" : "CL"
}
]
},
null
]
}
],
"gender" : "male",
"birthDate" : "1950-09-07",
"address" : [
{
"extension" : [
{
"url" : "http://hl7.se/fhir/ig/base/StructureDefinition/SEBaseAddressPersonExtension",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"version" : "http://snomed.info/sct/45991000052106",
"code" : "63401000052101",
"display" : "utlandsadress"
}
]
}
}
],
"line" : [
"2120 S Michigan Ave"
],
"city" : "Chicago",
"postalCode" : "60616",
"country" : "US"
}
],
"maritalStatus" : {
"coding" : [
{
"code" : "RP",
"display" : "Registrerad partner"
}
]
}
}