Swedish Base Profiles Implementation Guide
1.0.0 - release
Swedish Base Profiles Implementation Guide, published by HL7 Sweden. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Sweden/basprofiler-r4/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "PatientExample189602029812",
"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" : "skyddadFolkbokforing"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient PatientExample189602029812</b></p><a name=\"PatientExample189602029812\"> </a><a name=\"hcPatientExample189602029812\"> </a><a name=\"PatientExample189602029812-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Skyddad uppgift(official) Male, DoB: 2000-01-25 ( http://electronichealth.se/identifier/personnummer#189602029812)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Förmedlingsuppdrag Box 2820 GÖTEBORG 40320 </td></tr></table></div>"
},
"identifier" : [
{
"system" : "http://electronichealth.se/identifier/personnummer",
"value" : "189602029812"
}
],
"name" : [
{
"extension" : [
{
"url" : "http://hl7.se/fhir/ig/base/StructureDefinition/SEBaseMiddleNameExtension",
"valueString" : "Skyddad uppgift"
}
],
"use" : "official",
"text" : "Skyddad uppgift",
"family" : "Skyddad uppgift",
"given" : [
"Skyddad uppgift"
]
}
],
"gender" : "male",
"birthDate" : "2000-01-25",
"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" : "63391000052104",
"display" : "särskild postadress"
}
]
}
}
],
"line" : [
"Förmedlingsuppdrag",
"Box 2820"
],
"city" : "GÖTEBORG",
"postalCode" : "40320"
}
]
}