
The official URL for this profile is:
http://hl7.org/fhir/fpar/StructureDefinition/contactPeriod
The range of dates associated with a particular contact entity.
This profile builds on Extension.
This profile was published on Mon Jun 12 00:00:00 EDT 2017 as a draft by HSPC.
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![]() |
|---|---|---|---|---|
![]() | 0..1 | |||
![]() ![]() | "http://hl7.org/fhir/fpar/StructureDefinition/contactPeriod" | |||
![]() ![]() | Period | |||
Documentation for this format | ||||
This structure is derived from Extension
| Name | Flags | Card. | Type | Description & Constraints![]() |
|---|---|---|---|---|
![]() | I | 0..1 | Extension ext-1: Must have either extensions or value[x], not both | |
![]() ![]() | 0..1 | string | xml:id (or equivalent in JSON) | |
![]() ![]() | 0..* | Extension | Additional Content defined by implementations | |
![]() ![]() | 1..1 | uri | "http://hl7.org/fhir/fpar/StructureDefinition/contactPeriod" | |
![]() ![]() | I | 0..1 | Period | Time range defined by start and end date/time per-1: If present, start SHALL have a lower value than end |
Documentation for this format | ||||
This structure is derived from Extension
Differential View
This structure is derived from Extension
| Name | Flags | Card. | Type | Description & Constraints![]() |
|---|---|---|---|---|
![]() | 0..1 | |||
![]() ![]() | "http://hl7.org/fhir/fpar/StructureDefinition/contactPeriod" | |||
![]() ![]() | Period | |||
Documentation for this format | ||||
Snapshot View
| Name | Flags | Card. | Type | Description & Constraints![]() |
|---|---|---|---|---|
![]() | I | 0..1 | Extension ext-1: Must have either extensions or value[x], not both | |
![]() ![]() | 0..1 | string | xml:id (or equivalent in JSON) | |
![]() ![]() | 0..* | Extension | Additional Content defined by implementations | |
![]() ![]() | 1..1 | uri | "http://hl7.org/fhir/fpar/StructureDefinition/contactPeriod" | |
![]() ![]() | I | 0..1 | Period | Time range defined by start and end date/time per-1: If present, start SHALL have a lower value than end |
Documentation for this format | ||||


| Id | Path | Details | Requirements |
| ext-1 | Extension | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
| per-1 | Extension.valuePeriod | If present, start SHALL have a lower value than end : start.empty() or end.empty() or (start <= end) |