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

: PatientExample20210325K069 - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "PatientExample20210325K069",
  "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 PatientExample20210325K069</b></p><a name=\"PatientExample20210325K069\"> </a><a name=\"hcPatientExample20210325K069\"> </a><a name=\"PatientExample20210325K069-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Förnamn Mellannamn Efternamn(official) Female, DoB: 2021-03-25 ( http://electronichealth.se/identifier/nationelltReservnummer#20210325K069)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>Careof Tillfällig adressrad Orten 54300 </li><li>Adressrad 1 Adressrad 2 Adressrad 3 DZ </li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://electronichealth.se/identifier/nationelltReservnummer",
      "value" : "20210325K069"
    }
  ],
  "name" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.se/fhir/ig/base/StructureDefinition/SEBaseMiddleNameExtension",
          "valueString" : "Mellannamn"
        },
        {
          "url" : "http://hl7.se/fhir/ig/base/StructureDefinition/SEBaseOwnFamilyExtension",
          "valueString" : "Efternamn"
        }
      ],
      "use" : "official",
      "text" : "Förnamn Mellannamn Efternamn",
      "family" : "Mellannamn Efternamn",
      "given" : [
        "Förnamn"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "2021-03-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" : "63411000052104",
                "display" : "uppgiven adress"
              }
            ]
          }
        }
      ],
      "line" : [
        "Careof",
        "Tillfällig adressrad"
      ],
      "city" : "Orten",
      "postalCode" : "54300"
    },
    {
      "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" : [
        "Adressrad 1",
        "Adressrad 2",
        "Adressrad 3"
      ],
      "country" : "DZ"
    }
  ]
}