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

: PatientExample189002029800 - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "PatientExample189002029800",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.se/fhir/ig/base/StructureDefinition/SEBasePatient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient PatientExample189002029800</b></p><a name=\"PatientExample189002029800\"> </a><a name=\"hcPatientExample189002029800\"> </a><a name=\"PatientExample189002029800-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Albertina VGR Hammar(official) Female, DoB: 1890-02-02 ( http://electronichealth.se/identifier/personnummer#189002029800)</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:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}\">Married</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Haga Östergata GÖTEBORG 41301 </td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://electronichealth.se/identifier/personnummer",
      "value" : "189002029800"
    }
  ],
  "name" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.se/fhir/ig/base/StructureDefinition/SEBaseMiddleNameExtension",
          "valueString" : "VGR"
        },
        {
          "url" : "http://hl7.se/fhir/ig/base/StructureDefinition/SEBaseOwnFamilyExtension",
          "valueString" : "Hammar"
        }
      ],
      "use" : "official",
      "text" : "Albertina VGR Hammar",
      "family" : "VGR Hammar",
      "given" : [
        "Albertina"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1890-02-02",
  "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" : "63381000052101",
                "display" : "folkbokföringsadress"
              }
            ]
          }
        }
      ],
      "line" : [
        "Haga Östergata"
      ],
      "city" : "GÖTEBORG",
      "postalCode" : "41301"
    }
  ],
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code" : "M",
        "display" : "Married"
      }
    ]
  }
}