Guide d'implémentation Fr Core
2.0.0-ballot - trial-use France flag

This page is part of the Guide d'implémentation Fr Core (v2.0.0-ballot: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

Extension: FR Core Patient Birth Place Extension

Official URL: https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient-birth-place Version: 2.0.0-ballot
Draft as of 2024-02-20 Maturity Level: 1 Computable Name: FRCorePatientBirthPlaceExtension

The registered place of birth of the patient. A sytem may use the address.text if they don’t store the birthPlace address in discrete elements.

Context of Use

This extension may be used on the following element(s):

  • Element ID Patient

Usage info

Usage:

  • This Extension is not used by any profiles in this Implementation Guide

Formal Views of Extension Content

Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.

This structure is derived from Extension

Summary

Simple Extension of type Address: The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements.

Maturity: 1

This structure is derived from Extension

NameFlagsCard.TypeDescription & Constraintsdoco
.. Extension 0..*ExtensionPlace of Birth for patient
... extension 0..0
... url 1..1uri"https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient-birth-place"
... value[x] 0..1AddressValue of extension
.... district 1..1stringDistrict name (aka county) | Code officiel géogaphique (COG) de la commune (France) ou du pays

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. Extension 0..*ExtensionPlace of Birth for patient
... id 0..1stringUnique id for inter-element referencing
... extension 0..0
... url 1..1uri"https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient-birth-place"
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... use ?!Σ0..1codehome | work | temp | old | billing - purpose of this address
Binding: AddressUse (required): The use of an address.


Example General: home
.... type Σ0..1codepostal | physical | both
Binding: AddressType (required): The type of an address (physical / postal).


Example General: both
.... text Σ0..1stringText representation of the address
Example General: 137 Nowhere Street, Erewhon 9132
.... line Σ0..*stringStreet name, number, direction & P.O. Box etc.
This repeating element order: The order in which lines should appear in an address label
Example General: 137 Nowhere Street
.... city Σ0..1stringName of city, town etc.
Example General: Erewhon
.... district Σ1..1stringDistrict name (aka county) | Code officiel géogaphique (COG) de la commune (France) ou du pays
Example General: Madison
.... state Σ0..1stringSub-unit of country (abbreviations ok)
.... postalCode Σ0..1stringPostal code for area
Example General: 9132
.... country Σ0..1stringCountry (e.g. can be ISO 3166 2 or 3 letter code)
.... period Σ0..1PeriodTime period when address was/is in use
Example General: {"start":"2010-03-23","end":"2010-07-01"}

doco Documentation for this format

This structure is derived from Extension

Summary

Simple Extension of type Address: The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements.

Maturity: 1

Differential View

This structure is derived from Extension

NameFlagsCard.TypeDescription & Constraintsdoco
.. Extension 0..*ExtensionPlace of Birth for patient
... extension 0..0
... url 1..1uri"https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient-birth-place"
... value[x] 0..1AddressValue of extension
.... district 1..1stringDistrict name (aka county) | Code officiel géogaphique (COG) de la commune (France) ou du pays

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Extension 0..*ExtensionPlace of Birth for patient
... id 0..1stringUnique id for inter-element referencing
... extension 0..0
... url 1..1uri"https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient-birth-place"
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... use ?!Σ0..1codehome | work | temp | old | billing - purpose of this address
Binding: AddressUse (required): The use of an address.


Example General: home
.... type Σ0..1codepostal | physical | both
Binding: AddressType (required): The type of an address (physical / postal).


Example General: both
.... text Σ0..1stringText representation of the address
Example General: 137 Nowhere Street, Erewhon 9132
.... line Σ0..*stringStreet name, number, direction & P.O. Box etc.
This repeating element order: The order in which lines should appear in an address label
Example General: 137 Nowhere Street
.... city Σ0..1stringName of city, town etc.
Example General: Erewhon
.... district Σ1..1stringDistrict name (aka county) | Code officiel géogaphique (COG) de la commune (France) ou du pays
Example General: Madison
.... state Σ0..1stringSub-unit of country (abbreviations ok)
.... postalCode Σ0..1stringPostal code for area
Example General: 9132
.... country Σ0..1stringCountry (e.g. can be ISO 3166 2 or 3 letter code)
.... period Σ0..1PeriodTime period when address was/is in use
Example General: {"start":"2010-03-23","end":"2010-07-01"}

doco Documentation for this format

 

Other representations of profile: CSV, Excel, Schematron

Terminology Bindings

PathConformanceValueSetURI
Extension.value[x].userequiredAddressUse
http://hl7.org/fhir/ValueSet/address-use|4.0.1
from the FHIR Standard
Extension.value[x].typerequiredAddressType
http://hl7.org/fhir/ValueSet/address-type|4.0.1
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()