{
  "resourceType": "Patient",
  "id": "f6a1b5e7-8d9c-4e0b-9a2f-bfae2234a0aa",
  "meta": {
    "profile": [
      "http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPRPatient"
    ]
  },
  "identifier": [
    {
      "period": {
        "start": "1980-05-07"
      },
      "assigner": {
        "display": "Skatteverket"
      },
      "use": "official",
      "system": "http://electronichealth.se/identifier/personnummer",
      "value": "198005072345"
    }
  ],
  "name": [
    {
      "given": [
        "Lisa"
      ],
      "text": "Lisa Karlsson",
      "family": "Karlsson"
    }
  ],
  "telecom": [
    {
      "period": {
        "start": "2023-01-01"
      },
      "system": "phone",
      "value": "+46709876543",
      "use": "mobile"
    },
    {
      "period": {
        "start": "2023-01-01"
      },
      "system": "email",
      "value": "lisa.karlsson@example.se",
      "use": "home"
    }
  ],
  "address": [
    {
      "period": {
        "start": "2001-05-01"
      },
      "extension": [
        {
          "url": "http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPROfficialAddressTypeExtension",
          "valueCodeableConcept": {
            "coding": [
              {
                "code": "63391000052104",
                "system": "http://snomed.info/sct",
                "version": "http://snomed.info/sct/45991000052106"
              }
            ]
          }
        }
      ],
      "use": "home",
      "text": "Storgatan 22, 111 22 Stockholm",
      "city": "Stockholm",
      "postalCode": "111 22"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "M",
        "display": "Married"
      }
    ]
  },
  "text": {
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Patient with address marked as the address that the patient has stated that they live at. This is done by setting the address use to home and the officialAddressType extension to 63391000052104, i.e. \"given address\".</div>",
    "status": "additional"
  },
  "gender": "female",
  "birthDate": "1980-05-07",
  "managingOrganization": {
    "reference": "Organization/HealthcareProvider"
  }
}