Annuaire Santé
1.0.0-ballot-2 - STU1

This page is part of the Guide d'implémentation FHIR - Annuaire de santé (v1.0.0-ballot-2: Release) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

Data Type Profile: AS Mailbox MSS Datatype Profile

Official URL: https://interop.esante.gouv.fr/ig/fhir/annuaire/StructureDefinition/as-mailbox-mss Version: 1.0.0-ballot-2
Active as of 2023-07-18 Computable Name: AsMailboxMSSProfile

Datatype profile créé à partir ContactPoint dans le cadre de l’Annuaire Santé pour décrire les boîtes aux lettres du service de messagerie sécurisée de santé (MSSanté) rattachées aux professionnels et aux structures.

Usage:

Formal Views of Profile Content

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

This structure is derived from FrContactPoint

Summary

Must-Support: 1 element

Extensions

This structure refers to these extensions:

This structure is derived from FrContactPoint

NameFlagsCard.TypeDescription & Constraintsdoco
.. ContactPoint 0..*FrContactPointDetails of a Technology mediated contact point (phone, fax, email, etc.)
... as-mailbox-mss-metadata 0..1(Complex)AS Mailbox Metadata
URL: https://interop.esante.gouv.fr/ig/fhir/annuaire/StructureDefinition/as-ext-mailbox-mss-metadata
... system 1..1codephone | fax | email | pager | url | sms | other
Required Pattern: email
... value S1..1stringBoîte Aux Lettres (BAL) MSS

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. ContactPoint C0..*FrContactPointDetails of a Technology mediated contact point (phone, fax, email, etc.)
... id 0..1stringUnique id for inter-element referencing
... Slices for extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
... emailType N0..1CodingType of email | type de messagerie électronique
URL: http://interopsante.org/fhir/StructureDefinition/FrContactPointEmailType
Binding: fr-email-type (extensible)
... system ΣC1..1codephone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.


Required Pattern: email
... value SΣ1..1stringBoîte Aux Lettres (BAL) MSS
... use ?!Σ0..1codehome | work | temp | old | mobile - purpose of this contact point
Binding: ContactPointUse (required): Use of contact point.

... rank Σ0..1positiveIntSpecify preferred order of use (1 = highest)
... period ΣCN0..1PeriodTime period when the contact point was/is in use

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. ContactPoint C0..*FrContactPointDetails of a Technology mediated contact point (phone, fax, email, etc.)
... value Σ1..1stringBoîte Aux Lettres (BAL) MSS

doco Documentation for this format

This structure is derived from FrContactPoint

Summary

Must-Support: 1 element

Extensions

This structure refers to these extensions:

Differential View

This structure is derived from FrContactPoint

NameFlagsCard.TypeDescription & Constraintsdoco
.. ContactPoint 0..*FrContactPointDetails of a Technology mediated contact point (phone, fax, email, etc.)
... as-mailbox-mss-metadata 0..1(Complex)AS Mailbox Metadata
URL: https://interop.esante.gouv.fr/ig/fhir/annuaire/StructureDefinition/as-ext-mailbox-mss-metadata
... system 1..1codephone | fax | email | pager | url | sms | other
Required Pattern: email
... value S1..1stringBoîte Aux Lettres (BAL) MSS

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. ContactPoint C0..*FrContactPointDetails of a Technology mediated contact point (phone, fax, email, etc.)
... id 0..1stringUnique id for inter-element referencing
... Slices for extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
... emailType N0..1CodingType of email | type de messagerie électronique
URL: http://interopsante.org/fhir/StructureDefinition/FrContactPointEmailType
Binding: fr-email-type (extensible)
... system ΣC1..1codephone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.


Required Pattern: email
... value SΣ1..1stringBoîte Aux Lettres (BAL) MSS
... use ?!Σ0..1codehome | work | temp | old | mobile - purpose of this contact point
Binding: ContactPointUse (required): Use of contact point.

... rank Σ0..1positiveIntSpecify preferred order of use (1 = highest)
... period ΣCN0..1PeriodTime period when the contact point was/is in use

doco Documentation for this format

 

Other representations of profile: CSV, Excel, Schematron

Terminology Bindings

PathConformanceValueSet / Code
ContactPoint.systemrequiredPattern: email
ContactPoint.userequiredContactPointUse

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorContactPoint.extension, ContactPoint.extension:emailType, ContactPoint.extension:as-mailbox-mss-metadataMust have either extensions or value[x], not both
: extension.exists() != value.exists()
per-1errorContactPoint.periodIf present, start SHALL have a lower value than end
: start.hasValue().not() or end.hasValue().not() or (start <= end)