MedNet interface implementation guide
0.15.0 - CI Build

MedNet interface implementation guide - Local Development build (v0.15.0). See the Directory of published versions

Data Type Profile: MedNet Interface (MNI) - ContactPoint

Official URL: https://mednet.swiss/fhir/StructureDefinition/mni-contactPoint Version: 0.15.0
Active as of 2022-06-13 Computable Name: MNIContactPoint

Copyright/Legal: novcom AG

MedNet Interface (MNI) - Contact Point Profile

Usage:

Formal Views of Profile Content

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

This structure is derived from ContactPoint

Summary

Must-Support: 4 elements

This structure is derived from ContactPoint

NameFlagsCard.TypeDescription & Constraintsdoco
.. ContactPoint 0..*ContactPointDetails of a Technology mediated contact point (phone, fax, email, etc.)
... system S0..1codephone | fax | email | pager | url | sms | other
... value S0..1stringThe actual contact point details
... use S0..1codehome | work | temp | old | mobile - purpose of this contact point

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. ContactPoint I0..*ContactPointDetails of a Technology mediated contact point (phone, fax, email, etc.)
... id 0..1stringUnique id for inter-element referencing
... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
... system SΣI0..1codephone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.

... use ?!SΣ0..1codehome | work | temp | old | mobile - purpose of this contact point
Binding: ContactPointUse (required): Use of contact point.

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

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. ContactPoint I0..*ContactPointDetails of a Technology mediated contact point (phone, fax, email, etc.)
... system ΣI0..1codephone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.

... value Σ0..1stringThe actual contact point details
... use ?!Σ0..1codehome | work | temp | old | mobile - purpose of this contact point
Binding: ContactPointUse (required): Use of contact point.


doco Documentation for this format

This structure is derived from ContactPoint

Summary

Must-Support: 4 elements

Differential View

This structure is derived from ContactPoint

NameFlagsCard.TypeDescription & Constraintsdoco
.. ContactPoint 0..*ContactPointDetails of a Technology mediated contact point (phone, fax, email, etc.)
... system S0..1codephone | fax | email | pager | url | sms | other
... value S0..1stringThe actual contact point details
... use S0..1codehome | work | temp | old | mobile - purpose of this contact point

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. ContactPoint I0..*ContactPointDetails of a Technology mediated contact point (phone, fax, email, etc.)
... id 0..1stringUnique id for inter-element referencing
... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
... system SΣI0..1codephone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.

... use ?!SΣ0..1codehome | work | temp | old | mobile - purpose of this contact point
Binding: ContactPointUse (required): Use of contact point.

... rank SΣ0..1positiveIntSpecify preferred order of use (1 = highest)
... period Σ0..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
ContactPoint.systemrequiredContactPointSystem
ContactPoint.userequiredContactPointUse

Constraints

IdGradePathDetailsRequirements
cpt-2errorContactPointA system is required if a value is provided.
: value.empty() or system.exists()
ele-1errorContactPointAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorContactPoint.extensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorContactPoint.extensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorContactPoint.systemAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorContactPoint.valueAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorContactPoint.useAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorContactPoint.rankAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorContactPoint.periodAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())