DK MedCom Core
2.4.0 - release
DK MedCom Core, published by MedCom. This guide is not an authorized publication; it is the continuous build for version 2.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medcomdk/dk-medcom-core/ and changes regularly. See the Directory of published versions
Official URL: http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-contact-extension | Version: 2.4.0 | |||
Active as of 2024-09-26 | Computable Name: MedComCoreContactExtension |
Extension that contains the contact information
Context of Use
This extension may be used on the following element(s):
Usage info
Usage:
Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.
This structure is derived from Extension
This structure is derived from Extension
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Extension | 0..* | Extension | ContactExtension | |
extension | 0..0 | |||
url | 1..1 | uri | "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-contact-extension" | |
Slices for value[x] | 1..1 | ContactPoint | Value of extension Slice: Unordered, Open by type:$this | |
value[x]:valueContactPoint | 1..1 | ContactPoint | Value of extension | |
system | S | 0..1 | code | phone | fax | email | pager | url | sms | other Required Pattern: phone |
value | SC | 1..1 | string | Shall contain a relevant telephone number. medcom-core-contact: The telephone number may include + and numbers from 0-9 |
Documentation for this format |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Extension | 0..* | Extension | ContactExtension | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-contact-extension" | |
Slices for value[x] | 1..1 | ContactPoint | Value of extension Slice: Unordered, Closed by type:$this | |
value[x]:valueContactPoint | 1..1 | ContactPoint | Value of extension | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
system | SΣC | 0..1 | code | phone | fax | email | pager | url | sms | other Binding: ContactPointSystem (required): Telecommunications form for contact point. Required Pattern: phone |
value | SΣC | 1..1 | string | Shall contain a relevant telephone number. medcom-core-contact: The telephone number may include + and numbers from 0-9 |
use | ?!Σ | 0..1 | code | home | work | temp | old | mobile - purpose of this contact point Binding: ContactPointUse (required): Use of contact point. |
rank | Σ | 0..1 | positiveInt | Specify preferred order of use (1 = highest) |
period | Σ | 0..1 | Period | Time period when the contact point was/is in use |
Documentation for this format |
This structure is derived from Extension
Differential View
This structure is derived from Extension
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Extension | 0..* | Extension | ContactExtension | |
extension | 0..0 | |||
url | 1..1 | uri | "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-contact-extension" | |
Slices for value[x] | 1..1 | ContactPoint | Value of extension Slice: Unordered, Open by type:$this | |
value[x]:valueContactPoint | 1..1 | ContactPoint | Value of extension | |
system | S | 0..1 | code | phone | fax | email | pager | url | sms | other Required Pattern: phone |
value | SC | 1..1 | string | Shall contain a relevant telephone number. medcom-core-contact: The telephone number may include + and numbers from 0-9 |
Documentation for this format |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Extension | 0..* | Extension | ContactExtension | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-contact-extension" | |
Slices for value[x] | 1..1 | ContactPoint | Value of extension Slice: Unordered, Closed by type:$this | |
value[x]:valueContactPoint | 1..1 | ContactPoint | Value of extension | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
system | SΣC | 0..1 | code | phone | fax | email | pager | url | sms | other Binding: ContactPointSystem (required): Telecommunications form for contact point. Required Pattern: phone |
value | SΣC | 1..1 | string | Shall contain a relevant telephone number. medcom-core-contact: The telephone number may include + and numbers from 0-9 |
use | ?!Σ | 0..1 | code | home | work | temp | old | mobile - purpose of this contact point Binding: ContactPointUse (required): Use of contact point. |
rank | Σ | 0..1 | positiveInt | Specify preferred order of use (1 = highest) |
period | Σ | 0..1 | Period | Time period when the contact point was/is in use |
Documentation for this format |
Other representations of profile: CSV, Excel, Schematron
Path | Conformance | ValueSet / Code | URI |
Extension.value[x]:valueContactPoint.system | required | Pattern: phonehttp://hl7.org/fhir/ValueSet/contact-point-system|4.0.1 from the FHIR Standard | |
Extension.value[x]:valueContactPoint.use | required | ContactPointUsehttp://hl7.org/fhir/ValueSet/contact-point-use|4.0.1 from the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
medcom-core-contact | error | Extension.value[x]:valueContactPoint.value | The telephone number may include + and numbers from 0-9 : matches('[+]?[-0-9]') |