FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagese.electronichealth.fhir.nppr.r5
Resource TypePatient
IdPatient-f6a1b5e7-8d9c-4e0b-9a2f-bfae2234a0aa.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

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".

Source1

{
  "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": "<!-- snip (see above) -->",
    "status": "additional"
  },
  "gender": "female",
  "birthDate": "1980-05-07",
  "managingOrganization": {
    "reference": "Organization/HealthcareProvider"
  }
}