From cd0a9baa1886a5a9ba822f2a7284299a149f213a Mon Sep 17 00:00:00 2001 From: HirenGajjar Date: Mon, 25 May 2026 14:26:25 -0700 Subject: [PATCH] =?UTF-8?q?feat:=20add=20Bureau=20de=20l'=C3=A9tat=20civil?= =?UTF-8?q?=20institution,=20death=20certificate=20source,=20and=20link=20?= =?UTF-8?q?issuing=20authority=20(closes=20#37)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lu/death-certificate.yaml | 7 +++-- data/institutions/lu/bureau-etat-civil.yaml | 26 +++++++++++++++++ .../sources/lu/guichet-death-certificate.yaml | 29 +++++++++++++++++++ 3 files changed, 59 insertions(+), 3 deletions(-) create mode 100644 data/institutions/lu/bureau-etat-civil.yaml create mode 100644 data/sources/lu/guichet-death-certificate.yaml diff --git a/data/document_requirements/lu/death-certificate.yaml b/data/document_requirements/lu/death-certificate.yaml index 5a0097e..1a40f23 100644 --- a/data/document_requirements/lu/death-certificate.yaml +++ b/data/document_requirements/lu/death-certificate.yaml @@ -9,16 +9,17 @@ jurisdiction: country: LU region: null municipality: null -issuing_authority_id: null +issuing_authority_id: institution:lu:bureau-etat-civil accepted_forms: - certified_copy - copy source_ids: - source:lu:guichet:death-life-event + - source:lu:guichet:death-certificate verification_status: structured-from-source provenance: created_at: "2026-05-14" created_by: "clarvia-maintainers" - updated_at: "2026-05-23" + updated_at: "2026-05-25" updated_by: "HirenGajjar" -notes: "Issuing authority is the civil registrar's office (Bureau de l'état civil) of the communal administration in the commune where the death occurred — institution record not yet in data/institutions/lu/, to be created. Accepted forms verified from Guichet: certified_copy (extracts issued as standard) and copy (additional copies available on request)." +notes: "Issuing authority confirmed as institution:lu:bureau-etat-civil — the civil registrar's office of the communal administration in the commune where the death occurred. Institution and source records created in PR #37." diff --git a/data/institutions/lu/bureau-etat-civil.yaml b/data/institutions/lu/bureau-etat-civil.yaml new file mode 100644 index 0000000..87cc28f --- /dev/null +++ b/data/institutions/lu/bureau-etat-civil.yaml @@ -0,0 +1,26 @@ +id: institution:lu:bureau-etat-civil +object_type: Institution +name: "Bureau de l'état civil (Civil Registrar's Office)" +jurisdiction: + country: LU + region: null + municipality: null +function: "Registers civil status events including births, marriages, and deaths. Receives death declarations and issues death certificates and related documents on behalf of the communal administration." +official_site: "https://guichet.public.lu/en/citoyens/justice/certificats-copies-actes-casier-judicaire/certificats-copies-actes/acte-deces.html" +contact_channels: + - type: website + value: "https://guichet.public.lu/en/citoyens/justice/certificats-copies-actes-casier-judicaire/certificats-copies-actes/acte-deces.html" + notes: "Guichet.lu page listing all communal administration contact details for death certificate requests." +languages: + - fr + - de + - lb +source_ids: + - source:lu:guichet:death-certificate +verification_status: structured-from-source +provenance: + created_at: "2026-05-25" + created_by: "HirenGajjar" + updated_at: null + updated_by: null +notes: "The Bureau de l'état civil exists within every communal administration in Luxembourg. This record represents the institution type, not any specific commune's office. Only the commune where the death occurred can issue a death certificate." diff --git a/data/sources/lu/guichet-death-certificate.yaml b/data/sources/lu/guichet-death-certificate.yaml new file mode 100644 index 0000000..a9fa761 --- /dev/null +++ b/data/sources/lu/guichet-death-certificate.yaml @@ -0,0 +1,29 @@ +id: source:lu:guichet:death-certificate +object_type: Source +title: "Death certificate" +title_fr: "Acte de décès" +description: "Official Luxembourg government guidance on obtaining a death certificate, including the issuing authority, required supporting documents, accepted forms, and the information contained in the certificate." +description_fr: "Guide officiel du gouvernement luxembourgeois sur l'obtention d'un acte de décès, notamment l'autorité émettrice, les pièces justificatives requises, les formes acceptées et les informations contenues dans le document." +source_type: government_portal +url: "https://guichet.public.lu/en/citoyens/justice/certificats-copies-actes-casier-judicaire/certificats-copies-actes/acte-deces.html" +jurisdiction: + country: LU + region: null + municipality: null +languages: + - en + - fr + - de +institution_ids: + - institution:lu:guichet +accessed_at: "2026-05-25" +last_verified_at: null +evidence_locator: null +reuse_notes: "Official Luxembourg public-service portal source. Extract only source-backed administrative facts." +verification_status: discovered +provenance: + created_at: "2026-05-25" + created_by: "HirenGajjar" + updated_at: null + updated_by: null +notes: "Specific Guichet page for the death certificate document. Distinct from the general death life event page. Used to verify the issuing authority and accepted forms in PR #34."